@charset "UTF-8";
/*!
Theme Name: Instituto Peruano de Economía
Theme URI: http://underscores.me/
Author: SP
Author URI: https://sociopublico.com/
Description: Dedicados a promover las reformas de mercado en el Perú
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ipe
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Instituto Peruano de Economía is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*
    ===============================
    1. SETTINGS
    ===============================
*/
/* Baseline
================================================== */
/* Spacing
================================================== */
:root {
  --space-2xl: 48px;
  --space-3xl: 64px;
  --space-4xl: 80px;
  --space-l: 24px;
  --space-m: 16px;
  --left-margin: 100px;
  --left-margin-mobile: 0px;
  --border-radius: 10px;
  --space-s: 12px;
  --space-xl: 32px;
  --space-xs: 8px;
  --space-xxs: 4px;
}

/*

Usage examples:

Single value:
  padding: var(--space-xl);

Multi value:
  padding: var(--space-m) 0 var(--space-l);

 */
/* Gutenberg
================================================== */
/*
    ===============================
    2. TOOLS
    ===============================
*/
/*
    ===============================
    BOURBON NEAT GRID
    ===============================
*/
/*
@mixin u-container() {
  @include grid-container;
  box-sizing   : border-box;
  margin-left  : auto;
  margin-right : auto;
  max-width    : $max-width;
}

.u-container {
  @include u-container;
}
*/
/*
    ===============================
    COMMON CODE
    ===============================
*/
/* Z-index management
================================================== */
/*
    ===============================
    TYPOGRAPHY
    ===============================
*/
/* Font families */
/* Body text */
/*
    ===============================
    MISC
    ===============================
*/
/* #General body
================================================== */
/* #Headings
================================================== */
/* Ts-Hero
================================================== */
/* Pull-Quote
================================================== */
/* Description
================================================== */
/* Small Description
================================================== */
/* Credit
================================================== */
/* Labels
================================================== */
/* Breadcrumbs
================================================== */
/* Buttons
================================================== */
/*
    ===============================
    3. RESET
    ===============================
*/
/* * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
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, main, 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;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Reset styling on inputs */
input {
  margin: 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=button],
input[type=reset],
input[type=submit],
input[type=search] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  cursor: pointer;
}

button {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
}
button:focus {
  outline: none;
}

/*
    ===============================
    4. BASE
    ===============================
*/
body {
  box-sizing: border-box;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  word-break: break-word;
}

main {
  background-color: #FFFFFF;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5, h6 {
  font-size: 16px;
}

p {
  font-size: 16px;
}

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

a,
p a,
ol li a,
ul li a {
  cursor: pointer;
  text-decoration: none;
}
a:hover, a:focus,
p a:hover,
p a:focus,
ol li a:hover,
ol li a:focus,
ul li a:hover,
ul li a:focus {
  color: #4DB26D;
  outline: 0;
  text-decoration: none;
}

b, strong, body.webkit strong, body.webkit b {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

button, input, textarea, select {
  font-family: "Oxygen", sans-serif;
}

input[type=text],
input[type=email],
input[type=search] {
  border: 0;
  box-sizing: border-box;
  display: inline-block;
  outline: 0;
  vertical-align: top;
}
@media (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=search] {
    font-size: 14px;
  }
}

/* ===== Scrollbar CSS ===== */
.js-scroll-height,
.js-scroll-width,
.js-filters__list,
.c-image-slider__slider-inner,
.c-especialistas__slider-cards-wrapper {
  /* Firefox */
  scrollbar-color: #061854 rgba(255, 255, 255, 0);
  scrollbar-width: auto;
  /* Chrome, Edge, and Safari */
}
.js-scroll-height::-webkit-scrollbar,
.js-scroll-width::-webkit-scrollbar,
.js-filters__list::-webkit-scrollbar,
.c-image-slider__slider-inner::-webkit-scrollbar,
.c-especialistas__slider-cards-wrapper::-webkit-scrollbar {
  width: 13px;
}
.js-scroll-height::-webkit-scrollbar-track,
.js-scroll-width::-webkit-scrollbar-track,
.js-filters__list::-webkit-scrollbar-track,
.c-image-slider__slider-inner::-webkit-scrollbar-track,
.c-especialistas__slider-cards-wrapper::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
}
.js-scroll-height::-webkit-scrollbar-thumb,
.js-scroll-width::-webkit-scrollbar-thumb,
.js-filters__list::-webkit-scrollbar-thumb,
.c-image-slider__slider-inner::-webkit-scrollbar-thumb,
.c-especialistas__slider-cards-wrapper::-webkit-scrollbar-thumb {
  background-color: #061854;
  border: 3px solid #ffffff;
  border-radius: 10px;
}

.js-filters__list::-webkit-scrollbar-thumb {
  background-color: #061854;
  border: 3px solid #EBEDEE;
  border-radius: 10px;
}

/*
    ===============================
    5. OBJECTS
    ===============================
*/
/*
@import "objects/gutenberg/layout-settings";
@import "objects/gutenberg/layouts";
@import "objects/gutenberg/elements";
 */
.o-button {
  font-family: "Oxygen", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  align-items: center;
  background-color: #061854;
  border: 0;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  justify-content: space-between;
  text-align: left;
  border-radius: 10px;
  font-size: 14px;
  margin-top: 0px !important;
  padding: var(--space-m) var(--space-2xl);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .o-button {
    font-size: 10px;
    padding: var(--space-m) var(--space-2xl);
    text-align: center;
    padding: var(--space-xs) var(--space-l);
  }
}
.o-button__icon-wrapper {
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 100%;
  color: #2C2C2C;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.o-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1200px + 42px);
  padding-left: 21px;
  padding-right: 21px;
  width: 100%;
}
@media (max-width: 767px) {
  .o-container {
    max-width: calc(1200px + 32px);
    padding-left: 16px;
    padding-right: 16px;
  }
}

.o-content-from-editor {
  /* HTML elements
  ================================================== */
  /* Headings
  ================================================== */
  /* Paragraphs / Text
  ================================================== */
  /* Blockquote
  ================================================== */
  /* Lists
  ================================================== */
  /* Tables
  ================================================== */
  /* Miscellaneous
  ================================================== */
  /* Code
  ================================================== */
  /* Spacing
  ================================================== */
  /* Images
  ================================================== */
  /* Captioned Images
  ================================================== */
  /* Aligned Images
  ================================================== */
  /* Wordpress Galleries - Ew!
  ================================================== */
  /* Iframes
  ================================================== */
}
.o-content-from-editor--native {
  grid-column: 1/7;
}
.o-content-from-editor h1, .o-content-from-editor h2, .o-content-from-editor h3, .o-content-from-editor h4, .o-content-from-editor h5, .o-content-from-editor h6, .o-content-from-editor p, .o-content-from-editor ol, .o-content-from-editor ul, .o-content-from-editor a {
  box-sizing: border-box;
  color: #061854;
}
.o-content-from-editor h1 {
  font-family: "Oxygen", sans-serif;
  font-size: 54px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -1px;
}
@media (max-width: 1023px) {
  .o-content-from-editor h1 {
    font-size: 52px;
    line-height: 64px;
  }
}
@media (max-width: 767px) {
  .o-content-from-editor h1 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.8px;
  }
}
.o-content-from-editor h2 {
  font-family: "Oxygen", sans-serif;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.75px;
  margin-top: var(--space-2xl);
  margin-bottom: var(--space-xl);
}
@media (max-width: 767px) {
  .o-content-from-editor h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.4px;
  }
}
.o-content-from-editor h3 {
  font-family: "Oxygen", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-top: var(--space-xl);
  margin-bottom: var(--space-l);
}
@media (max-width: 767px) {
  .o-content-from-editor h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}
.o-content-from-editor h4, .o-content-from-editor h5, .o-content-from-editor h6 {
  font-family: "Oxygen", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-top: var(--space-l);
  margin-bottom: var(--space-m);
}
@media (max-width: 767px) {
  .o-content-from-editor h4, .o-content-from-editor h5, .o-content-from-editor h6 {
    font-size: 20px;
    line-height: 1.4;
  }
}
.o-content-from-editor p {
  font-family: "Oxygen", sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #2C2C2C;
}
.o-content-from-editor p a {
  border-bottom: 1px solid currentColor;
  font-size: inherit;
  word-wrap: break-word;
}
@media (max-width: 1023px) {
  .o-content-from-editor p {
    font-size: 12px;
    line-height: 1.33;
  }
}
.o-content-from-editor h1 + p,
.o-content-from-editor h2 + p,
.o-content-from-editor h3 + p,
.o-content-from-editor h4 + p,
.o-content-from-editor h5 + p,
.o-content-from-editor h6 + p,
.o-content-from-editor p + p {
  margin-top: var(--space-m);
}
.o-content-from-editor strong {
  font-weight: 700;
}
.o-content-from-editor em {
  font-style: italic;
}
.o-content-from-editor blockquote {
  border-left: 6px solid red;
  box-sizing: border-box;
  padding-left: var(--space-xl);
  margin: var(--space-2xl) 0 var(--space-2xl) var(--space-l);
}
.o-content-from-editor blockquote p {
  font-style: italic;
  margin-bottom: 0;
}
.o-content-from-editor blockquote cite,
.o-content-from-editor blockquote footer {
  display: block;
  margin-top: var(--space-m);
}
.o-content-from-editor .wp-block-pullquote {
  border-bottom: 6px solid red;
  border-top: 6px solid red;
}
.o-content-from-editor .wp-block-pullquote blockquote {
  border-left: none;
  padding-left: 0;
}
.o-content-from-editor ol:not([class*=wp-block-]) {
  list-style: decimal;
}
.o-content-from-editor ol:not([class*=wp-block-]) ul {
  list-style: disc;
}
.o-content-from-editor ol:not([class*=wp-block-]) ol {
  list-style: lower-latin;
}
.o-content-from-editor ul:not([class*=wp-block-]) {
  list-style: disc;
}
.o-content-from-editor ul:not([class*=wp-block-]) ul {
  list-style: circle;
}
.o-content-from-editor ul:not([class*=wp-block-]) ol {
  list-style: decimal;
}
.o-content-from-editor ol:not([class*=wp-block-]),
.o-content-from-editor ul:not([class*=wp-block-]) {
  font-family: "Oxygen", sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #2C2C2C;
  margin-top: var(--space-xl);
  padding-left: 30px;
}
.o-content-from-editor ol:not([class*=wp-block-]) a,
.o-content-from-editor ul:not([class*=wp-block-]) a {
  border-bottom: 1px solid currentColor;
  font-size: inherit;
  word-wrap: break-word;
}
@media (max-width: 1023px) {
  .o-content-from-editor ol:not([class*=wp-block-]),
  .o-content-from-editor ul:not([class*=wp-block-]) {
    font-size: 12px;
    line-height: 1.33;
  }
}
.o-content-from-editor ol:not([class*=wp-block-]).aligncenter,
.o-content-from-editor ul:not([class*=wp-block-]).aligncenter {
  list-style-position: inside;
  padding: 0;
  text-align: center;
}
.o-content-from-editor ol:not([class*=wp-block-]).alignright,
.o-content-from-editor ul:not([class*=wp-block-]).alignright {
  list-style-position: inside;
  padding: 0;
  text-align: right;
}
.o-content-from-editor ol:not([class*=wp-block-]) ol,
.o-content-from-editor ol:not([class*=wp-block-]) ul,
.o-content-from-editor ul:not([class*=wp-block-]) ol,
.o-content-from-editor ul:not([class*=wp-block-]) ul {
  margin-top: 0;
}
.o-content-from-editor ol:not([class*=wp-block-]) li,
.o-content-from-editor ul:not([class*=wp-block-]) li {
  margin-bottom: var(--space-xxs);
  padding-left: var(--space-xxs);
}
.o-content-from-editor table {
  font-family: "Oxygen", sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #2C2C2C;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: var(--space-xl);
  width: 100%;
  /* Cells in even rows (2,4,6...) are one color */
}
.o-content-from-editor table a {
  border-bottom: 1px solid currentColor;
  font-size: inherit;
  word-wrap: break-word;
}
@media (max-width: 1023px) {
  .o-content-from-editor table {
    font-size: 12px;
    line-height: 1.33;
  }
}
.o-content-from-editor table td, .o-content-from-editor table th {
  border: 1px solid #2C2C2C;
  box-sizing: border-box;
  padding: var(--space-xxs) var(--space-xs);
}
.o-content-from-editor table th {
  font-weight: 600;
}
.o-content-from-editor table td {
  text-align: center;
}
.o-content-from-editor table tr:nth-child(even) td {
  background-color: #EFEFEF;
}
.o-content-from-editor address {
  font-family: "Oxygen", sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #2C2C2C;
  font-style: italic;
  margin-bottom: var(--space-m);
}
.o-content-from-editor address a {
  border-bottom: 1px solid currentColor;
  font-size: inherit;
  word-wrap: break-word;
}
@media (max-width: 1023px) {
  .o-content-from-editor address {
    font-size: 12px;
    line-height: 1.33;
  }
}
.o-content-from-editor big {
  font-size: 22px;
  line-height: 32px;
}
.o-content-from-editor small {
  font-size: 14px;
  line-height: 22px;
}
.o-content-from-editor cite {
  font-style: normal;
  font-weight: 700;
}
.o-content-from-editor q {
  font-style: italic;
}
.o-content-from-editor code,
.o-content-from-editor pre,
.o-content-from-editor var {
  font-family: Consolas, monospace;
  font-size: 12px;
}
.o-content-from-editor code {
  padding: 2px 4px;
  white-space: nowrap;
}
.o-content-from-editor pre {
  display: block;
  line-height: 18px;
  margin: 0 0 10px;
  padding: 9.5px;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
.o-content-from-editor pre code {
  background-color: transparent;
  border: 0;
  color: inherit;
  padding: 0;
  white-space: pre-wrap;
}
.o-content-from-editor > :last-child {
  margin-bottom: 0;
}
.o-content-from-editor img {
  display: block;
  height: auto;
  max-width: 100%;
}
.o-content-from-editor .wp-caption {
  display: inline-block;
  margin: 0 var(--space-l) var(--space-l) 0;
  vertical-align: top;
}
.o-content-from-editor .wp-caption img {
  display: block;
  height: auto;
  max-width: 100%;
}
.o-content-from-editor .wp-caption-text {
  margin-top: var(--space-xs);
  text-align: left;
}
.o-content-from-editor .wp-caption-text p:last-child,
.o-content-from-editor .wp-caption-text ul:last-child,
.o-content-from-editor .wp-caption-text ol:last-child {
  margin-bottom: 0;
}
.o-content-from-editor .alignleft {
  float: left;
  margin: var(--space-xs) var(--space-l) var(--space-xs) 0;
}
.o-content-from-editor .alignleft .wp-caption-text {
  padding-left: 0;
  text-align: left;
}
.o-content-from-editor .aligncenter {
  display: block;
  margin: var(--space-m) auto var(--space-l);
}
.o-content-from-editor .aligncenter .wp-caption-text {
  text-align: center;
}
.o-content-from-editor .alignright {
  float: right;
  margin: var(--space-xs) 0 var(--space-xs) var(--space-l);
}
.o-content-from-editor .alignright .wp-caption-text {
  padding-right: 0;
  text-align: right;
}
.o-content-from-editor .alignnone {
  display: block;
  height: auto;
  margin: var(--space-xs) 0 var(--space-l);
  max-width: 100%;
}
.o-content-from-editor .alignnone .wp-caption-text {
  padding-left: 0;
}
@media (max-width: 767px) {
  .o-content-from-editor .alignleft,
  .o-content-from-editor .alignright,
  .o-content-from-editor .alignnone {
    display: block;
    float: none;
    margin-bottom: var(--space-m);
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .o-content-from-editor .alignleft .wp-caption-text,
  .o-content-from-editor .alignright .wp-caption-text,
  .o-content-from-editor .alignnone .wp-caption-text {
    padding-left: 0;
    text-align: left;
  }
}
.o-content-from-editor .gallery {
  display: block;
  margin-bottom: var(--space-l);
}
.o-content-from-editor .gallery-item {
  display: inline-block;
  vertical-align: top;
}
.o-content-from-editor .iframe-container {
  height: 0;
  margin: var(--space-xl) 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.o-content-from-editor .iframe-container iframe,
.o-content-from-editor .iframe-container object,
.o-content-from-editor .iframe-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.o-content-from-editor a.o-button {
  color: #FFFFFF;
}
.o-content-from-editor a.o-button:hover, .o-content-from-editor a.o-button:focus {
  color: #4DB26D;
}
.o-content-from-editor a.o-button--pdf {
  margin-top: var(--space-xl) !important;
}

.o-link {
  font-family: "Oxygen", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  border-bottom: 1px solid currentColor;
  color: inherit;
  display: inline-block;
  padding-bottom: 2px;
}

.o-section {
  padding: var(--space-3xl) 0 var(--space-3xl);
  /*& + .o-section-quote {
    margin-top : -64px;
  }*/
  /* Items without backgrounds
  ================================================== */
  /* Different types next to eachother
  ================================================== */
  /* Items with backgrounds
  ================================================== */
}
.o-section + .o-section {
  padding-top: 0;
}
@media (max-width: 767px) {
  .o-section {
    padding: var(--space-xl) 0;
  }
}
.o-section > .o-section:last-of-type {
  padding-bottom: 0;
}
.o-section--no-background + .o-section--no-background {
  padding-top: 0;
}
.o-section--has-background + .o-section--no-background, .o-section--no-background + .o-section--has-background {
  padding-top: var(--space-2xl);
}
.o-section--has-background {
  padding: var(--space-2xl) 0;
}
.o-section--has-background + .o-section--has-background {
  padding-top: 0;
}

.o-single {
  position: relative;
}
.o-single__inner {
  display: grid;
  grid-column-gap: 21px;
  grid-template-columns: repeat(12, 1fr);
  margin-top: 116px;
}
@media (max-width: 767px) {
  .o-single__inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .o-single__inner {
    margin-top: 60px;
  }
}
.o-single__article {
  display: grid;
  grid-column-gap: 21px;
  grid-template-columns: repeat(12, 1fr);
  grid-column: 1/-1;
  position: relative;
}
@media (max-width: 767px) {
  .o-single__article {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .o-single__article {
    grid-column: 1/-1;
  }
}
.o-single__header {
  grid-column: 1/8;
}
@media (max-width: 767px) {
  .o-single__header {
    grid-column: 1/-1;
  }
}
.o-single__content-wrapper {
  display: grid;
  grid-column-gap: 21px;
  grid-template-columns: repeat(12, 1fr);
  grid-column: 1/-1;
  margin-top: var(--space-xl);
}
@media (max-width: 767px) {
  .o-single__content-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .o-single__content-wrapper {
    grid-column: 1/-1;
    margin-top: var(--space-l);
  }
}
.o-single__content {
  grid-column: 1/8;
}
@media (max-width: 767px) {
  .o-single__content {
    grid-column: 1/-1;
  }
}
.o-single__content--full-width {
  grid-column: 1/-1;
}
@media (max-width: 767px) {
  .o-single__content--full-width {
    grid-column: 1/-1;
  }
}
.o-single__sidebar {
  grid-column: 9/-1;
  position: relative;
}
@media (max-width: 767px) {
  .o-single__sidebar {
    grid-column: 1/-1;
  }
}
.o-single__title {
  font-family: "Oxygen", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.5px;
}
@media (max-width: 767px) {
  .o-single__title {
    font-size: 20px;
    line-height: 1.4;
  }
}
.o-single__subtitle {
  font-family: "Oxygen", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  margin-top: var(--space-s);
}
@media (max-width: 767px) {
  .o-single__subtitle {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.32px;
  }
}
.o-single__text-block {
  font-family: "Oxygen", sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #2C2C2C;
}
.o-single__text-block a {
  border-bottom: 1px solid currentColor;
  font-size: inherit;
  word-wrap: break-word;
}
@media (max-width: 1023px) {
  .o-single__text-block {
    font-size: 12px;
    line-height: 1.33;
  }
}
.o-single__list {
  font-family: "Oxygen", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: var(--space-xl);
}
@media (max-width: 767px) {
  .o-single__list {
    margin-bottom: var(--space-l);
  }
}
.o-single__list-title {
  font-family: "Oxygen", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .o-single__list-title {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.32px;
  }
}
.o-single__featured-image-wrapper {
  margin-bottom: var(--space-xl);
}
.o-single__featured-image img {
  height: auto;
  width: 100%;
}
.o-single__featured-image-caption {
  font-family: "Oxygen", sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #2C2C2C;
  color: #061854;
  font-size: 14px;
  font-weight: 400;
  margin-top: 27px;
}
.o-single__featured-image-caption a {
  border-bottom: 1px solid currentColor;
  font-size: inherit;
  word-wrap: break-word;
}
@media (max-width: 1023px) {
  .o-single__featured-image-caption {
    font-size: 12px;
    line-height: 1.33;
  }
}

.o-svg {
  /* #Social
  ================================================== */
}
.o-svg--first-page, .o-svg--prev-page, .o-svg--next-page, .o-svg--last-page {
  background-color: tomato;
  height: 20px;
  width: 20px;
}
.o-svg--burger {
  background-color: tomato;
  height: 20px;
  width: 20px;
}
.o-svg--logo {
  background-color: tomato;
  height: 100px;
  width: 100px;
}
.o-svg--search {
  background-color: tomato;
  height: 20px;
  width: 20px;
}
.o-svg--facebook {
  height: 16px;
  width: 16px;
}
.o-svg--linkedin {
  height: 14px;
  width: 15px;
}
.o-svg--twitter {
  height: 14px;
  width: 18px;
}
.o-svg--youtube {
  height: 13px;
  width: 18px;
}

/*
    ===============================
    6. COMPONENTS
    ===============================
*/
/*
// Gutenberg Blocks
@import "components/blocks/wp-block-embed";
@import "components/blocks/wp-block-image";
@import "components/blocks/wp-block-query";
*/
.c-call-to-action {
  box-sizing: border-box;
}
.c-call-to-action__container {
  position: relative;
}
.c-call-to-action--standard {
  color: #2C2C2C;
}
.c-call-to-action--destacado {
  color: #FFFFFF;
}
.c-call-to-action--destacado .c-call-to-action__container {
  padding-left: 0;
  padding-right: 0;
}
.c-call-to-action__inner {
  align-items: center;
  border-radius: var(--border-radius);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .c-call-to-action__inner {
    flex-direction: column;
    padding: var(--space-l) var(--space-s);
  }
}
.c-call-to-action--destacado .c-call-to-action__inner {
  background-color: #061854;
  margin: 0 16px;
  padding: var(--space-2xl) var(--left-margin);
}
@media (max-width: 767px) {
  .c-call-to-action--destacado .c-call-to-action__inner {
    border-radius: 0;
    margin: 0;
    padding: var(--space-xl) var(--space-m);
  }
}
.c-call-to-action--standard .c-call-to-action__inner {
  background-color: #F9F9F9;
  box-shadow: 0 7px 3px 1px rgba(0, 0, 0, 0.1);
  margin: 0 calc(var(--left-margin) * 2) 0 var(--left-margin);
  padding: var(--space-xl) 104px;
}
@media (max-width: 767px) {
  .c-call-to-action--standard .c-call-to-action__inner {
    margin: 0;
    padding: var(--space-l) var(--space-s);
  }
}
.c-call-to-action--standard:nth-child(odd) .c-call-to-action__inner {
  flex-direction: row-reverse;
  margin: 0 var(--space-2xl) 0 calc(var(--left-margin) * 2);
}
@media (max-width: 767px) {
  .c-call-to-action--standard:nth-child(odd) .c-call-to-action__inner {
    flex-direction: column;
    margin: 0;
    padding: var(--space-l) var(--space-s);
  }
}
.c-call-to-action__content {
  width: 70%;
}
@media (max-width: 767px) {
  .c-call-to-action__content {
    margin-bottom: var(--space-m);
    width: 100%;
  }
}
.c-call-to-action__right {
  text-align: right;
  width: 30%;
}
@media (max-width: 767px) {
  .c-call-to-action__right {
    text-align: left;
    width: 100%;
  }
}
.c-call-to-action__title {
  font-family: "Oxygen", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.5px;
  font-weight: 700;
  margin-bottom: var(--space-l);
}
@media (max-width: 767px) {
  .c-call-to-action__title {
    font-size: 20px;
    line-height: 1.4;
  }
}
.c-call-to-action--standard .c-call-to-action__title {
  color: #061854;
  font-size: 48px;
}
@media (max-width: 767px) {
  .c-call-to-action--standard .c-call-to-action__title {
    font-size: 20px;
    margin-bottom: var(--space-m);
  }
}
.c-call-to-action--destacado .c-call-to-action__title {
  margin-bottom: var(--space-m);
}
.c-call-to-action__description, .c-call-to-action__description p {
  font-family: "Oxygen", sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #2C2C2C;
  color: #FFFFFF;
  font-weight: 500;
}
.c-call-to-action__description a, .c-call-to-action__description p a {
  border-bottom: 1px solid currentColor;
  font-size: inherit;
  word-wrap: break-word;
}
@media (max-width: 1023px) {
  .c-call-to-action__description, .c-call-to-action__description p {
    font-size: 12px;
    line-height: 1.33;
  }
}
.c-call-to-action--standard .c-call-to-action__description, .c-call-to-action--standard .c-call-to-action__description p {
  color: #2C2C2C;
  font-size: 18px;
}
@media (max-width: 767px) {
  .c-call-to-action--standard .c-call-to-action__description, .c-call-to-action--standard .c-call-to-action__description p {
    font-size: 12px;
    margin-bottom: var(--space-l);
  }
}
.c-call-to-action__button {
  font-family: "Oxygen", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  align-items: center;
  background-color: #061854;
  border: 0;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  justify-content: space-between;
  text-align: left;
  border-radius: 10px;
  font-size: 14px;
  margin-top: 0px !important;
  padding: var(--space-m) var(--space-2xl);
  text-transform: uppercase;
  background: #FFFFFF;
  color: #061854;
  font-size: 14px;
  justify-content: flex-end;
  margin-top: 0px !important;
  padding: var(--space-s) var(--space-2xl);
}
@media (max-width: 767px) {
  .c-call-to-action__button {
    font-size: 10px;
    padding: var(--space-m) var(--space-2xl);
    text-align: center;
    padding: var(--space-xs) var(--space-l);
  }
}
.c-call-to-action__button__icon-wrapper {
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 100%;
  color: #2C2C2C;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}
.c-call-to-action--standard .c-call-to-action__button {
  background: #061854;
  color: #FFFFFF;
  justify-content: center;
  min-width: 256px;
  position: absolute;
  right: var(--left-margin);
  top: calc(50% - 25px);
}
@media (max-width: 767px) {
  .c-call-to-action--standard .c-call-to-action__button {
    display: inline-block;
    left: 0;
    position: relative;
  }
}
.c-call-to-action--standard:nth-child(odd) .c-call-to-action__button {
  left: var(--left-margin);
  right: auto;
}
@media (max-width: 767px) {
  .c-call-to-action--standard:nth-child(odd) .c-call-to-action__button {
    left: 0;
    position: relative;
  }
}

.c-home-banner + .c-call-to-action {
  margin-bottom: -160px;
  position: relative;
  top: -160px;
}
@media (max-width: 767px) {
  .c-home-banner + .c-call-to-action {
    margin-bottom: 0;
    padding-top: 0;
    top: 0;
  }
}

.c-card {
  background-color: #F9F9F9;
  border-radius: var(--border-radius);
  box-shadow: 0px 5px 8px -3px rgba(0, 0, 0, 0.3);
  display: block;
  margin-bottom: 21px;
  overflow: hidden;
  transition: all 0.3s;
}
.c-card:hover .c-card__arrow {
  right: 15px;
}
.c-card__image-container {
  height: 255px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .c-card__image-container {
    height: 200px;
  }
  .c-listing-block__items .c-card__image-container {
    height: 80px;
  }
}
.c-card__image {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  transition: all 300ms;
  width: 100%;
}
.c-card__image-hover {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  opacity: 0.8;
  position: absolute;
  transition: opacity 300ms;
  width: 100%;
  z-index: 2;
}
.c-card__image-hover:hover {
  opacity: 1;
}
.c-card__image-hover svg {
  fill: #FFFFFF;
  filter: drop-shadow(2px 3px 0px rgba(0, 0, 0, 0.4));
  width: 80px;
}
.c-card__placeholder {
  color: #061854;
  height: 255px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .c-card__placeholder {
    height: 200px;
  }
}
.c-card__title {
  font-family: "Oxygen", sans-serif;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #061854;
  float: left;
  margin-bottom: 15px;
  margin-right: 45px;
  margin-top: 10px;
  transition: all 300ms;
  width: calc(100% - 45px);
}
@media (max-width: 767px) {
  .c-card__title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }
}
.c-card--x2 .c-card__title {
  font-size: 28px;
  line-height: 1.4;
}
.c-card:hover .c-card__title, .c-card:focus .c-card__title {
  color: #921601;
}
@media (max-width: 767px) {
  .c-card__title {
    margin-right: 25px;
    width: calc(100% - 25px);
  }
}
@media (max-width: 767px) {
  .c-card__title {
    font-size: 14px;
    line-height: 1.3;
  }
}
.c-card__content {
  padding: 0 20px 20px;
}
.c-card__tax {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .c-card__tax {
    display: none;
  }
}
.c-card__tax--evento {
  float: left;
  padding: 15px 50px 15px 15px;
}
.c-card__tax-separador {
  font-family: "Oxygen", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  border-radius: var(--border-radius);
  color: #4DB26D;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  margin: var(--space-xxs) 10px 0 0;
  padding: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .c-card__tax-separador {
    font-size: 10px;
    line-height: 1.2;
  }
}
.c-card__tax-separador::after {
  border-right: solid 1px #061854;
  content: "";
  height: 100%;
  margin-left: 10px;
  width: 1px;
}
.c-card__tax-separador:last-child:after {
  border-right: 0;
}
.c-card__meta {
  font-family: "Oxygen", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  color: #061854;
  margin-right: 45px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .c-card__meta {
    font-size: 11px;
    line-height: 1.4;
    margin-right: 20px;
  }
}
.c-card__meta--single {
  font-size: 14px;
}
.c-card__meta--evento {
  font-family: "Oxygen", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  background: #4093C3;
  border-radius: 0 0 4px 4px;
  color: #FFFFFF;
  float: left;
  font-size: 10px;
  left: 20px;
  padding: 10px;
  text-align: center;
  top: 0;
}
.c-card__meta--evento-dia, .c-card__meta--evento-mes {
  display: block;
}
.c-card__desc {
  font-family: "Oxygen", sans-serif;
  color: #2C2C2C;
  float: left;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: var(--space-xl);
  width: 80%;
}
@media (max-width: 767px) {
  .c-card__desc {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: var(--space-m);
    width: 100%;
  }
}
.c-card--x3 {
  width: calc(33% - 32px);
}
.c-card__content {
  position: relative;
  white-space: normal;
}
.c-card--y-scroll {
  margin-right: 8px;
}
@media (max-width: 767px) {
  .c-card--y-scroll {
    margin-right: 0px;
  }
}
.c-card__arrow {
  align-items: center;
  border: solid 1px #061854;
  border-radius: 50%;
  display: flex;
  height: 36px;
  justify-content: center;
  position: absolute;
  right: 18px;
  top: 18px;
  transition: all 300ms ease;
  width: 36px;
  z-index: 2;
}
@media (max-width: 767px) {
  .c-card__arrow {
    height: 15px;
    width: 15px;
  }
}
.c-card--especialista {
  display: inline-flex;
  flex-direction: column;
  height: auto;
  justify-content: flex-start;
  margin-right: 21px;
  min-height: 300px;
  position: relative;
  width: 320px;
}
@media (max-width: 767px) {
  .c-card--especialista {
    min-height: 240px;
    width: 280px;
  }
}
.c-card--especialista:last-of-type {
  margin-right: 0;
}
.c-card--especialista:hover .c-card__arrow {
  right: 15px;
}
.c-card--especialista__placeholder .c-card--especialista__content {
  padding-top: 230px;
}
@media (max-width: 767px) {
  .c-card--especialista__placeholder .c-card--especialista__content {
    padding-top: 185px;
  }
}
.c-card--especialista__title {
  font-family: "Oxygen", sans-serif;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #061854;
  margin-bottom: 10px;
  margin-right: 45px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .c-card--especialista__title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }
}
@media (max-width: 767px) {
  .c-card--especialista__title {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .c-card--especialista__title {
    font-size: 14px;
    line-height: 1.3;
  }
}
.c-card--especialista__content {
  padding: 30px 15px;
}
@media (max-width: 767px) {
  .c-card--especialista__content {
    padding: 15px;
  }
}
.c-card--especialista__description {
  font-family: "Oxygen", sans-serif;
  color: #2C2C2C;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .c-card--especialista__description {
    font-size: 12px;
    line-height: 1.4;
  }
}
.c-card--especialista__image-container {
  height: 255px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .c-card--especialista__image-container {
    height: 200px;
  }
}
.c-card--especialista__image {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  transition: all 300ms;
  width: 100%;
}
.c-card__arrow-image {
  width: 12px;
}
@media (max-width: 767px) {
  .c-card__arrow-image {
    width: 7px;
  }
}

.c-card-block {
  background: #FFFFFF;
  padding-top: var(--space-3xl);
}
.c-card-block--background {
  background: #EBEBEB;
  padding-top: var(--space-3xl);
}
.c-card-block__container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1200px + 42px);
  padding-left: 21px;
  padding-right: 21px;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .c-card-block__container {
    max-width: calc(1200px + 32px);
    padding-left: 16px;
    padding-right: 16px;
  }
}
.c-card-block__heading-wrapper {
  grid-column: 1/-1;
  display: grid;
  grid-column-gap: 21px;
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 767px) {
  .c-card-block__heading-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .c-card-block__heading-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.c-card-block__title {
  font-family: "Oxygen", sans-serif;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.75px;
  color: #061854;
  grid-column: 1/7;
  margin-bottom: var(--space-xl);
}
@media (max-width: 767px) {
  .c-card-block__title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.4px;
  }
}
@media (max-width: 767px) {
  .c-card-block__title {
    font-family: "Oxygen", sans-serif;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: var(--space-m);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .c-card-block__title {
    font-size: 20px;
    line-height: 1.4;
  }
}
.c-card-block__sub-title {
  font-family: "Oxygen", sans-serif;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 400;
  color: #2C2C2C;
  grid-column: 1/7;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .c-card-block__sub-title {
    font-family: "Oxygen", sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .c-card-block__sub-title {
    margin-bottom: var(--space-l) !important;
    margin-right: 100px;
  }
}
.c-card-block__button-wrapper {
  grid-column: 9/-1;
  margin-bottom: var(--space-l);
}
.c-card-block__cards-wrapper {
  align-items: start;
  display: grid;
  grid-column: 1/-1;
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 767px) {
  .c-card-block__cards-wrapper {
    display: flex;
    flex-direction: column;
    grid-row-gap: 0;
    overflow: hidden;
  }
}
.c-card-block__cards-wrapper--x1 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .c-card-block__cards-wrapper--x1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-card-block__cards-wrapper--x2-scroll {
  grid-template-columns: repeat(6, 1fr);
  position: relative;
}
.c-card-block__cards-wrapper--x3 {
  width: 100%;
}
.c-card-block__cards-wrapper--x3 .c-card--x3 {
  width: 100%;
}
.c-card-block__cards-wrapper--x6-bottom-container {
  column-gap: 21px;
  display: flex;
}
.c-card-block__cards-wrapper--x6-bottom-container::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .c-card-block__cards-wrapper--x6-bottom-container {
    display: inline-flex;
  }
}
.c-card-block__cards-wrapper--scroll-x {
  grid-column: 1/-1;
}
.c-card-block__cards-wrapper--scroll-x .c-card--x3 {
  cursor: pointer;
  display: flex;
  flex: 0 0 27%;
  flex-direction: column;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .c-card-block__cards-wrapper--scroll-x .c-card--x3 {
    flex: 0 0 35%;
  }
}
.c-card-block__cards-wrapper--x4-left {
  column-gap: 21px;
  display: flex;
  grid-column: 1/5;
  grid-template-columns: repeat(2, 1fr);
  position: sticky;
}
.c-card-block__cards-wrapper--x4-left > * {
  flex: 1;
}
@media (max-width: 767px) {
  .c-card-block__cards-wrapper--x4-left {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding-left: 0px;
  }
}
.c-card-block__cards-wrapper--x4-right {
  grid-column: 5/-1;
}
.c-card-block__cards-wrapper--x3-left {
  grid-column: 1/4;
}
.c-card-block__cards-wrapper--x2-right {
  grid-column: 5/-1;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .c-card-block__cards-wrapper--x2-right {
    height: auto !important;
    overflow-y: hidden;
  }
}
@media (max-width: 767px) {
  .c-card-block__cards-wrapper--x2-right-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-card-block__cards-wrapper--x3-right {
  grid-column: 5/-1;
}
.c-card-block__cards-wrapper--x6-bottom {
  grid-column: 1/-1;
  overflow-x: auto;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-card-block__cards-wrapper--x6-bottom {
    overflow-x: scroll;
    width: 100%;
  }
}
.c-card-block--one .c-card-block__container, .c-card-block--two .c-card-block__container, .c-card-block--four .c-card-block__container {
  display: grid;
  grid-column-gap: 21px;
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 767px) {
  .c-card-block--one .c-card-block__container, .c-card-block--two .c-card-block__container, .c-card-block--four .c-card-block__container {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .c-card-block--one .c-card-block__container, .c-card-block--two .c-card-block__container, .c-card-block--four .c-card-block__container {
    display: flex;
    flex-direction: column;
  }
}
.c-card-block--one .c-card-block__heading-wrapper .c-card-block__title {
  font-family: "Oxygen", sans-serif;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.75px;
  color: #061854;
  grid-column: 2/9;
  margin-bottom: var(--space-xl);
}
@media (max-width: 767px) {
  .c-card-block--one .c-card-block__heading-wrapper .c-card-block__title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.4px;
  }
}
@media (max-width: 767px) {
  .c-card-block--one .c-card-block__heading-wrapper .c-card-block__title {
    font-family: "Oxygen", sans-serif;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: var(--space-m);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .c-card-block--one .c-card-block__heading-wrapper .c-card-block__title {
    font-size: 20px;
    line-height: 1.4;
  }
}
.c-card-block--one .c-card-block__heading-wrapper .c-card-block__sub-title {
  font-family: "Oxygen", sans-serif;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 400;
  color: #2C2C2C;
  grid-column: 2/9;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .c-card-block--one .c-card-block__heading-wrapper .c-card-block__sub-title {
    font-family: "Oxygen", sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .c-card-block--one .c-card-block__heading-wrapper .c-card-block__sub-title {
    margin-right: 100px;
  }
}
.c-card-block--one .c-card-block__cards-wrapper--x4-left {
  margin-top: 81px;
}
@media (max-width: 767px) {
  .c-card-block--one .c-card-block__cards-wrapper--x4-left {
    margin-top: 0;
  }
}
.c-card-block--two .c-card-block__heading-wrapper {
  grid-column: 1/9;
  margin-bottom: var(--space-2xl);
  padding-left: var(--space-2xl);
}
@media (max-width: 767px) {
  .c-card-block--two .c-card-block__heading-wrapper {
    padding-left: 0;
  }
}
.c-card-block--two .c-card-block__title {
  grid-column: 1/-1;
}
.c-card-block--two .c-card-block__button-wrapper {
  grid-column: 1/7;
  text-align: left;
  z-index: 2;
}
.c-card-block--two .c-card-block__sub-title {
  grid-column: 1/9;
  margin-bottom: 32px;
}
.c-card-block--two .c-card-block__cards-wrapper {
  position: relative;
}
.c-card-block--two .c-card-block__cards-wrapper--x2-right {
  margin-bottom: -96px;
  position: relative;
  top: -96px;
}
@media (max-width: 767px) {
  .c-card-block--two .c-card-block__cards-wrapper--x2-right {
    height: auto;
    margin-bottom: 0;
    top: 0;
  }
}
.c-card-block--three {
  margin-top: var(--space-3xl);
}
.c-card-block--three.c-card-block--background {
  margin-top: 0;
  padding-top: calc(var(--space-3xl) * 2);
}
.c-card-block--three .c-card-block__heading-wrapper {
  float: left;
  left: 132px;
  min-height: 220px;
  position: relative;
  width: calc(50% - 100px);
}
@media (max-width: 767px) {
  .c-card-block--three .c-card-block__heading-wrapper {
    left: 0;
    margin-bottom: var(--space-xl);
    min-height: auto;
    padding-top: 0;
    position: relative;
    right: 0;
    width: 100%;
  }
}
.c-card-block--three .c-card-block__heading-wrapper > * {
  grid-column: 1/-1;
}
.c-card-block--three .c-card-block__heading-wrapper .c-card-block__sub-title {
  margin-left: 100px;
}
@media (max-width: 767px) {
  .c-card-block--three .c-card-block__heading-wrapper .c-card-block__sub-title {
    margin-left: 0px;
    margin-right: 100px;
  }
}
.c-card-block--three .c-card-block__heading-wrapper .c-card-block__button-wrapper {
  grid-column: 1/-1;
  margin-left: 100px;
  text-align: left;
}
@media (max-width: 767px) {
  .c-card-block--three .c-card-block__heading-wrapper .c-card-block__button-wrapper {
    margin-left: 0px;
  }
}
.c-card-block--three .c-card-block__cards-wrapper--x3-right {
  float: right;
  margin-left: -100px;
  margin-right: 100px;
  margin-top: -280px;
  width: 100%;
}
@media (max-width: 767px) {
  .c-card-block--three .c-card-block__cards-wrapper--x3-right {
    margin: 0;
  }
}
.c-card-block--four .c-card-block__button-wrapper {
  grid-column: 1/7;
  text-align: left;
  z-index: 2;
}
.c-card-block--four .c-card-block__heading-wrapper {
  margin-left: 52px;
}
@media (max-width: 767px) {
  .c-card-block--four .c-card-block__heading-wrapper {
    margin: 0;
  }
}
.c-card-block--four .c-card-block__sub-title {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .c-card-block--four .c-card-block__sub-title {
    margin-right: 100px;
  }
}
.c-card-block--four .c-card-block__cards-wrapper {
  margin-bottom: -32px;
  position: relative;
  top: -32px;
}
@media (max-width: 767px) {
  .c-card-block--four .c-card-block__cards-wrapper {
    margin-bottom: 0;
    top: 0;
  }
}
.c-card-block--four .c-card-block__cards-wrapper--x3-left {
  display: grid;
  grid-column-gap: 21px;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 21px;
  grid-column: 1/5;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 96px;
  position: sticky;
}
@media (max-width: 767px) {
  .c-card-block--four .c-card-block__cards-wrapper--x3-left {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .c-card-block--four .c-card-block__cards-wrapper--x3-left {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 32px;
    position: relative;
  }
}
.c-card-block--four .c-card-block__cards-wrapper--x3-right {
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .c-card-block--four .c-card-block__cards-wrapper--x3-right {
    height: auto !important;
    overflow-y: hidden;
  }
}

.c-especialistas {
  /* Layout
  ================================================== */
  /* Nav
  ================================================== */
  /* Caption
  ================================================== */
}
.c-especialistas__container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1200px + 42px);
  padding-left: 21px;
  padding-right: 21px;
  width: 100%;
}
@media (max-width: 767px) {
  .c-especialistas__container {
    max-width: calc(1200px + 32px);
    padding-left: 16px;
    padding-right: 16px;
  }
}
.c-especialistas__slider {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.c-especialistas__slider-cards-wrapper {
  overflow-x: scroll;
}
.c-especialistas__slides {
  display: inline-flex;
}
.c-especialistas__slide {
  width: 28%;
}
.c-especialistas__heading-wrapper {
  display: grid;
  grid-column-gap: 21px;
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 767px) {
  .c-especialistas__heading-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-especialistas__title {
  font-family: "Oxygen", sans-serif;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.75px;
  color: #061854;
  grid-column: 1/9;
  margin-bottom: var(--space-xl);
}
@media (max-width: 767px) {
  .c-especialistas__title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.4px;
  }
}
.c-especialistas__sub-title {
  font-family: "Oxygen", sans-serif;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 400;
  color: #2C2C2C;
  grid-column: 1/7;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .c-especialistas__sub-title {
    font-family: "Oxygen", sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
  }
}
.c-especialistas__image-wrapper {
  height: 236px;
  position: relative;
}
@media (max-width: 767px) {
  .c-especialistas__image-wrapper {
    height: auto;
    padding-bottom: 56.25%;
  }
}
.c-especialistas__image {
  -o-object-fit: "cover";
  object-fit: "cover";
  font-family: "object-fit: cover";
  border-radius: 10px 10px 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-especialistas__overlay-left, .c-especialistas__overlay-right {
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-especialistas__overlay-left {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.5019607843) 86%, rgba(5, 7, 47, 0.5490196078));
}
.c-especialistas__overlay-right {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5019607843) 86%, rgba(5, 7, 47, 0.5490196078));
}
.c-especialistas__nav {
  font-family: "Oxygen", sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #2C2C2C;
  margin-top: -69px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.c-especialistas__nav a {
  border-bottom: 1px solid currentColor;
  font-size: inherit;
  word-wrap: break-word;
}
@media (max-width: 1023px) {
  .c-especialistas__nav {
    font-size: 12px;
    line-height: 1.33;
  }
}
@media (max-width: 767px) {
  .c-especialistas__nav {
    margin-top: -28px;
  }
}
.c-especialistas__nav--prev {
  left: 40px;
}
@media (max-width: 767px) {
  .c-especialistas__nav--prev {
    left: 16px;
  }
}
.c-especialistas__nav--prev:hover .o-svg, .c-especialistas__nav--prev:focus .o-svg {
  transform: translateX(-10px);
}
.c-especialistas__nav--next {
  right: 40px;
}
@media (max-width: 767px) {
  .c-especialistas__nav--next {
    right: 16px;
  }
}
.c-especialistas__nav--next .o-svg {
  transform: rotate(180deg);
}
.c-especialistas__nav--next:hover .o-svg, .c-especialistas__nav--next:focus .o-svg {
  transform: translateX(10px) rotate(180deg);
}
.c-especialistas__nav .o-svg {
  display: block;
  pointer-events: none;
  transition: transform 0.3s;
}
.c-especialistas__counter {
  font-family: "Oxygen", sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #2C2C2C;
  display: none !important;
  text-align: center;
}
.c-especialistas__counter a {
  border-bottom: 1px solid currentColor;
  font-size: inherit;
  word-wrap: break-word;
}
@media (max-width: 1023px) {
  .c-especialistas__counter {
    font-size: 12px;
    line-height: 1.33;
  }
}
.c-especialistas__footer {
  margin-top: 12px;
  white-space: normal;
}
.c-especialistas__footer-inner {
  font-family: "Oxygen", sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #2C2C2C;
  color: red;
}
.c-especialistas__footer-inner a {
  border-bottom: 1px solid currentColor;
  font-size: inherit;
  word-wrap: break-word;
}
@media (max-width: 1023px) {
  .c-especialistas__footer-inner {
    font-size: 12px;
    line-height: 1.33;
  }
}
.c-especialistas__footer-inner p {
  display: inline;
  font-size: inherit;
  line-height: inherit;
}
.c-especialistas__footer-inner a {
  color: red;
  text-decoration: underline;
  transition: 0.2s color;
}
.c-especialistas__footer-inner a:hover, .c-especialistas__footer-inner a:focus {
  color: red;
  text-decoration: underline;
}

.c-filters {
  display: block;
  text-align: left;
  vertical-align: top;
  width: 100%;
  /* Filter accordion heading
  ================================================== */
  /* Filter dropdown list
  ================================================== */
  /* Create a custom checkbox */
}
.c-filters__filter-heading {
  font-family: "Oxygen", sans-serif;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: left;
  width: 100%;
}
@media (max-width: 767px) {
  .c-filters__filter-heading {
    margin-bottom: 12px;
  }
}
.c-filters__list {
  margin-bottom: 60px;
  max-height: 250px;
  overflow-y: scroll;
  position: relative;
}
@media (max-width: 767px) {
  .c-filters__list {
    margin-bottom: 20px;
  }
}
.c-filters__list--select {
  border-radius: 5px;
  display: block;
  padding: 10px;
  width: 100%;
}
.c-filters__list--select option {
  font-family: "Oxygen", sans-serif;
}
.c-filters__list--order {
  border-radius: 5px;
  display: inline-block;
  padding: 10px;
  width: calc(50% - 10px);
}
.c-filters__list--order option {
  font-family: "Oxygen", sans-serif;
}
.c-filters__list-item {
  display: block;
  font-size: 14px;
  margin-bottom: 21px;
}
.c-filters__label {
  font-family: "Oxygen", sans-serif;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  height: 30px;
  margin-bottom: 12px;
  padding-left: 41px;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.c-filters__label input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.c-filters__label input:checked ~ .c-filters__checkmark {
  background-color: #4DB26D;
}
.c-filters__label .c-filters__checkmark:after {
  border: solid white;
  border-width: 0 2px 2px 0;
  height: 12px;
  left: 11px;
  top: 6px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
}
.c-filters__label:hover input ~ .c-filters__checkmark {
  background-color: #4DB26D;
}
.c-filters__label input:checked ~ .c-filters__checkmark:after {
  display: block;
}
.c-filters__checkmark {
  background-color: transparent;
  border: solid 1px #4DB26D;
  border-radius: 5px;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}
.c-filters__checkmark:after {
  content: "";
  display: none;
  position: absolute;
}

.c-footer {
  font-family: "Oxygen", sans-serif;
  background-color: var(--white);
  margin-top: var(--space-4xl);
  padding-bottom: var(--space-xl);
}
@media (max-width: 767px) {
  .c-footer {
    margin-top: var(--space-xl);
    padding-bottom: var(--space-2xl);
  }
}
.c-footer__inner {
  align-items: center;
  border-top: solid 1px #3B4857;
  display: flex;
  justify-content: space-between;
  padding-top: var(--space-2xl);
}
@media (max-width: 767px) {
  .c-footer__inner {
    flex-wrap: wrap;
    row-gap: var(--space-m);
  }
}
.c-footer .c-footer__logo {
  margin-left: var(--left-margin);
}
@media (max-width: 767px) {
  .c-footer .c-footer__logo {
    margin-left: var(--left-margin-mobile);
    order: 0;
  }
  .c-footer .c-footer__logo img {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .c-footer__newsletter {
    order: 2;
    width: 100%;
  }
}
.c-footer__form {
  align-content: flex-end;
  border-bottom: solid 1px #061854;
  display: flex;
}
@media (max-width: 767px) {
  .c-footer__form {
    justify-content: space-between;
  }
}
.c-footer__form-submit {
  font-family: "Oxygen", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  align-items: center;
  background-color: #061854;
  border: 0;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  justify-content: space-between;
  text-align: left;
  border-radius: 10px;
  font-size: 14px;
  margin-top: 0px !important;
  padding: var(--space-m) var(--space-2xl);
  text-transform: uppercase;
  background-color: #FFFFFF;
  border: solid 1px #061854;
  border-bottom: 0;
  border-radius: 5px 5px 0px 0px;
  color: #061854;
  font-size: 10px;
  margin-left: 20px;
  padding: 8px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .c-footer__form-submit {
    font-size: 10px;
    padding: var(--space-m) var(--space-2xl);
    text-align: center;
    padding: var(--space-xs) var(--space-l);
  }
}
.c-footer__form-submit__icon-wrapper {
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 100%;
  color: #2C2C2C;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}
@media (max-width: 767px) {
  .c-footer__form-submit {
    padding: var(--space-xs) var(--space-m);
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .c-footer__btn {
    order: 1;
  }
}
.c-footer__form-input {
  color: #061854;
  font-size: 13px;
  width: 210px;
}
.c-footer__btn-link {
  font-family: "Oxygen", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  align-items: center;
  background-color: #061854;
  border: 0;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  justify-content: space-between;
  text-align: left;
  border-radius: 10px;
  font-size: 14px;
  margin-top: 0px !important;
  padding: var(--space-m) var(--space-2xl);
  text-transform: uppercase;
  font-size: 11px;
  padding: var(--space-xs) var(--space-3xl);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .c-footer__btn-link {
    font-size: 10px;
    padding: var(--space-m) var(--space-2xl);
    text-align: center;
    padding: var(--space-xs) var(--space-l);
  }
}
.c-footer__btn-link__icon-wrapper {
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 100%;
  color: #2C2C2C;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}
@media (max-width: 767px) {
  .c-footer__btn-link {
    padding: var(--space-xs) var(--space-3xl);
  }
}
@media (max-width: 767px) {
  .c-footer__bottom-container {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
}
.c-footer__social, .c-footer__credit {
  color: #061854;
  font-size: 14px;
  padding-top: var(--space-2xl);
  text-align: center;
}
@media (max-width: 767px) {
  .c-footer__social, .c-footer__credit {
    padding-top: var(--space-l);
  }
}
.c-footer__social a, .c-footer__credit a {
  color: #061854;
  margin-right: 50px;
}
.c-footer__social a:last-child, .c-footer__credit a:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .c-footer__social a, .c-footer__credit a {
    margin-right: 20px;
  }
  .c-footer__social a img, .c-footer__credit a img {
    height: auto;
    max-height: 10px;
    width: 10px;
  }
}
.c-footer .mc4wp-form-fields {
  flex-direction: row;
}
.c-footer .mc4wp-form-fields label {
  line-height: 1;
  padding: 14px 0px;
}
.c-footer .mc4wp-form-fields label input {
  border-bottom: solid 1px #061854;
  border-radius: 0 !important;
  color: #061854;
  font-size: 11px;
  line-height: 16px;
  padding: 11px 40px 11px 0px !important;
}
@media (max-width: 767px) {
  .c-footer .mc4wp-form-fields label input {
    padding: 5px 0 !important;
  }
}
.c-footer .mc4wp-form-fields .c-newsletter-block__btn {
  background: #FFFFFF;
  border: solid 1px #061854;
  border-radius: 4px 4px 0 0 !important;
  color: #061854;
  font-size: 10px;
  line-height: 1;
  padding: 14px 10px;
}
@media (max-width: 767px) {
  .c-footer .mc4wp-form-fields .c-newsletter-block__btn {
    padding: 8px 0;
  }
}
@media (max-width: 767px) {
  .c-footer .c-newsletter-block__shortcode {
    order: 2;
  }
}

/** @define c-header */
.c-header {
  align-items: center;
  background: white;
  box-shadow: 0 0px 18px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  height: 96px;
  overflow: hidden;
  position: relative;
  transition: transform 300ms ease;
  width: 100%;
  z-index: 10;
  /* Mobile
  ================================================== */
}
@media (max-width: 767px) {
  .c-header {
    height: 59px;
  }
}
.c-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: var(--space-xl) 0;
}
@media (max-width: 767px) {
  .c-header__inner {
    padding: var(--space-m) 0;
    align-items: center;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-header__logo img {
    height: 18px;
  }
}
.c-header__contents {
  /*

   */
}
@media (max-width: 767px) {
  .c-header__contents {
    display: none;
  }
  .c-header__contents.is-open {
    display: block;
    position: absolute;
  }
}
.c-header__menu-wrapper {
  /*
  position   : absolute;
  top        : 95px;
  transition : all $transition-speed;

   */
}
.c-header__search-wrapper {
  height: 26px;
  margin-left: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .c-header__search-wrapper {
    display: none;
  }
}
.c-header__search-button img {
  height: 16px;
}
.c-header__search-controls {
  bottom: -1px;
  cursor: pointer;
  position: absolute;
  right: 0;
}
@media (max-width: 767px) {
  .c-header__search-controls {
    position: relative;
  }
}
.c-header__search-controls:hover {
  color: #061854;
}
.c-header__search-controls.search-is-open {
  opacity: 0;
}
.c-header__search-label {
  font-size: 0;
}
.c-header__search_box {
  border: 0;
  border-bottom: solid 1px #2C2C2C;
  padding: var(--space-xs);
  position: absolute;
  top: -100px;
  transition: all 300ms;
}
.c-header__search_box:focus, .c-header__search_box:target {
  outline: none;
}
.c-header__search_box--active {
  top: 25px;
}
.c-header__menu-wrapper.active {
  position: absolute;
  top: 100px;
}
.c-header__burger {
  cursor: pointer;
  display: block;
  height: 18px;
  width: 24px;
  z-index: 3;
}
@media (max-width: 767px) {
  .c-header__burger {
    height: 14px;
    width: 16px;
  }
}
.c-header__burger.is-open {
  height: 24px;
  width: 24px;
}
@media (max-width: 767px) {
  .c-header__burger.is-open {
    height: 14px;
    width: 16px;
  }
}
.c-header__burger.is-open span:first-child {
  transform: rotate(45deg) translateY(0.5px) translateX(0.5px);
}
.c-header__burger.is-open span:nth-child(3) {
  transform: rotate(-45deg) translateY(-0.5px) translateX(1px);
}
.c-header__burger.is-open span:nth-child(2) {
  display: none;
}
.c-header__burger span {
  background-color: #2C2C2C;
  display: block;
  height: 2px;
  transform-origin: center;
  transition: all 0.2s ease;
  width: 100%;
}
.c-header__burger span:nth-child(2) {
  margin: 6px 0;
}
@media (max-width: 767px) {
  .c-header__burger span:nth-child(2) {
    margin: 4px 0;
  }
}
@media (min-width: 1071px) {
  .c-header__burger {
    display: none;
  }
}
@media (max-width: 767px) {
  .c-header .c-main-menu__container {
    display: none;
  }
}
.c-header .c-main-menu__container.is-open {
  background: #FFFFFF;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .c-header .c-main-menu__container.is-open {
    height: 100vh;
    top: 57px;
  }
}
.c-header.is-sticky {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 96px;
  left: 0;
  padding: 0;
  position: fixed;
  top: -96px;
  transform: translateY(-100%);
  z-index: 10;
}
@media (max-width: 767px) {
  .c-header.is-sticky {
    height: 59px;
    top: 0px !important;
    transform: translateY(0%);
  }
}
.c-header.sticky-is-visible {
  transform: translateY(0);
}
.c-header.is-open {
  height: 100vh;
  align-items: flex-start;
  padding-top: 3px;
}
.c-header__search-mobile {
  cursor: pointer;
  display: none;
}
@media (max-width: 767px) {
  .c-header__search-mobile {
    display: block;
    height: 21px;
  }
}
.c-header__search_box--mobile {
  align-items: center;
  background: #FFFFFF;
  bottom: 0;
  display: flex;
  font-size: 12px;
  height: 57px;
  justify-content: space-between;
  left: 0;
  position: absolute;
  right: 0;
  top: -57px;
  transition: all 300ms;
  z-index: 10;
}
.c-header__search_box--mobile.is-open {
  top: 1px;
}
@media (max-width: 767px) {
  .c-header__search_box--mobile.is-open {
    left: 45px;
  }
}
.c-header__input-wrapper {
  position: relative;
}
.c-header__submit {
  cursor: pointer;
  padding: 1px 0 0 10px;
  position: absolute;
  right: 16px;
  top: 9px;
}
@media (max-width: 767px) {
  .c-header__submit {
    top: 8px;
  }
}
@media (max-width: 767px) {
  .c-header__search__input {
    margin-left: 16px;
    width: 85%;
  }
}

.c-home-banner {
  background: rgb(64, 147, 195);
  background: linear-gradient(90deg, rgb(64, 147, 195) 0%, rgb(77, 178, 109) 100%);
  color: #FFFFFF;
  padding: var(--space-4xl) 0;
  padding-bottom: 140px;
  position: relative;
}
@media (max-width: 767px) {
  .c-home-banner {
    padding-bottom: 49px;
    padding-top: 89px;
  }
}
.c-home-banner__container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1200px + 42px);
  padding-left: 21px;
  padding-right: 21px;
  width: 100%;
}
@media (max-width: 767px) {
  .c-home-banner__container {
    max-width: calc(1200px + 32px);
    padding-left: 16px;
    padding-right: 16px;
  }
}
.c-home-banner__inner {
  padding-left: var(--left-margin);
  padding-top: var(--space-3xl);
  position: relative;
  width: calc(70% - 100px);
  z-index: 1;
}
@media (max-width: 767px) {
  .c-home-banner__inner {
    padding-left: var(--left-margin-mobile);
    padding-top: 0;
    width: 90%;
  }
}
.c-home-banner__title {
  font-family: "Oxygen", sans-serif;
  font-size: 65px;
  line-height: 94px;
  font-weight: 700;
  letter-spacing: -1px;
  font-weight: 700;
  margin-bottom: var(--space-xl);
}
@media (max-width: 767px) {
  .c-home-banner__title {
    font-size: 54px;
    line-height: 60px;
    font-weight: 400;
    letter-spacing: -1px;
  }
}
@media (max-width: 767px) {
  .c-home-banner__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
  }
}
.c-home-banner__description {
  font-family: "Oxygen", sans-serif;
  font-size: 29px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 41px;
  margin-bottom: var(--space-xl);
}
@media (max-width: 767px) {
  .c-home-banner__description {
    font-size: 18px;
    line-height: 20px;
  }
}

.c-image-slider {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  /* Layout
  ================================================== */
  /* Nav
  ================================================== */
  /* Caption
  ================================================== */
}
.c-image-slider__container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1200px + 42px);
  padding-left: 21px;
  padding-right: 21px;
  width: 100%;
  display: grid;
  grid-column-gap: 21px;
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 767px) {
  .c-image-slider__container {
    max-width: calc(1200px + 32px);
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .c-image-slider__container {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .c-image-slider__container {
    display: flex;
    flex-direction: column;
  }
}
.c-image-slider__heading-wrapper {
  display: grid;
  grid-column-gap: 21px;
  grid-template-columns: repeat(12, 1fr);
  grid-column: 1/-1;
}
@media (max-width: 767px) {
  .c-image-slider__heading-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .c-image-slider__heading-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.c-image-slider__title {
  font-family: "Oxygen", sans-serif;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.75px;
  color: #061854;
  grid-column: 2/9;
  margin-bottom: var(--space-xl);
  white-space: normal;
}
@media (max-width: 767px) {
  .c-image-slider__title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.4px;
  }
}
@media (max-width: 767px) {
  .c-image-slider__title {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 20px;
  }
}
.c-image-slider__sub-title, .c-image-slider__sub-title p {
  font-family: "Oxygen", sans-serif;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 400;
  color: #2C2C2C;
  grid-column: 4/9;
  margin-bottom: 60px;
  white-space: normal;
}
@media (max-width: 767px) {
  .c-image-slider__sub-title, .c-image-slider__sub-title p {
    font-family: "Oxygen", sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .c-image-slider__sub-title, .c-image-slider__sub-title p {
    margin-bottom: 0;
  }
}
.c-image-slider__button-wrapper {
  grid-column: 9/-1;
  text-align: right;
  white-space: normal;
}
@media (max-width: 767px) {
  .c-image-slider__button-wrapper {
    margin-top: var(--space-l);
    order: 1;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .c-image-slider__button {
    justify-content: center;
    width: 100%;
  }
}
.c-image-slider__slider {
  grid-column: 1/-1;
  overflow: hidden;
  width: 100%;
}
.c-image-slider__slider-inner {
  column-gap: 21px;
  display: flex;
  flex-flow: row nowrap;
  margin: 0 auto;
  max-width: 100%;
  overflow-x: scroll;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .c-image-slider__slider-inner {
    column-gap: 8px;
    margin-top: var(--space-xl);
    padding-bottom: 10px;
  }
}
.c-image-slider__slide {
  background: #FFFFFF;
  border-radius: 8px 8px 0 0px;
  box-shadow: 0px -3px 2px rgba(60, 60, 60, 0.1);
  display: block;
  flex: 0 0 auto;
  margin-top: 10px;
  width: 28%;
}
@media (max-width: 767px) {
  .c-image-slider__slide {
    width: 58%;
  }
}
.c-image-slider__image-wrapper {
  align-items: center;
  border-radius: 8px 8px 0 0px;
  display: flex;
  height: 236px;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .c-image-slider__image-wrapper {
    height: 136px;
  }
}
.c-image-slider__image {
  height: 100%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.c-image-slider__overlay-left, .c-image-slider__overlay-right {
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-image-slider__overlay-left {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.5019607843) 86%, rgba(5, 7, 47, 0.5490196078));
}
.c-image-slider__overlay-right {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5019607843) 86%, rgba(5, 7, 47, 0.5490196078));
}
.c-image-slider__nav {
  font-family: "Oxygen", sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #2C2C2C;
  margin-top: -69px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.c-image-slider__nav a {
  border-bottom: 1px solid currentColor;
  font-size: inherit;
  word-wrap: break-word;
}
@media (max-width: 1023px) {
  .c-image-slider__nav {
    font-size: 12px;
    line-height: 1.33;
  }
}
@media (max-width: 767px) {
  .c-image-slider__nav {
    margin-top: -28px;
  }
}
.c-image-slider__nav--prev {
  left: 40px;
}
@media (max-width: 767px) {
  .c-image-slider__nav--prev {
    left: 16px;
  }
}
.c-image-slider__nav--prev:hover .o-svg, .c-image-slider__nav--prev:focus .o-svg {
  transform: translateX(-10px);
}
.c-image-slider__nav--next {
  right: 40px;
}
@media (max-width: 767px) {
  .c-image-slider__nav--next {
    right: 16px;
  }
}
.c-image-slider__nav--next .o-svg {
  transform: rotate(180deg);
}
.c-image-slider__nav--next:hover .o-svg, .c-image-slider__nav--next:focus .o-svg {
  transform: translateX(10px) rotate(180deg);
}
.c-image-slider__nav .o-svg {
  display: block;
  pointer-events: none;
  transition: transform 0.3s;
}
.c-image-slider__counter {
  font-family: "Oxygen", sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #2C2C2C;
  display: none !important;
  text-align: center;
}
.c-image-slider__counter a {
  border-bottom: 1px solid currentColor;
  font-size: inherit;
  word-wrap: break-word;
}
@media (max-width: 1023px) {
  .c-image-slider__counter {
    font-size: 12px;
    line-height: 1.33;
  }
}
.c-image-slider__footer {
  display: block;
  margin-top: 15px;
  padding-right: 75px;
  position: relative;
  white-space: normal;
}
@media (max-width: 767px) {
  .c-image-slider__footer {
    padding-right: 42px;
  }
}
.c-image-slider__footer .c-card__arrow {
  top: 0;
}
.c-image-slider__footer-inner {
  font-family: "Oxygen", sans-serif;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #061854;
  font-weight: 700;
  padding: var(--space-l);
}
@media (max-width: 767px) {
  .c-image-slider__footer-inner {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }
}
@media (max-width: 767px) {
  .c-image-slider__footer-inner {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    padding: 0 10px 30px;
  }
}
.c-image-slider__footer-inner p {
  display: inline;
  font-size: inherit;
  line-height: inherit;
}
.c-image-slider__footer-inner a {
  color: red;
  text-decoration: underline;
  transition: 0.2s color;
}
.c-image-slider__footer-inner a:hover, .c-image-slider__footer-inner a:focus {
  color: red;
  text-decoration: underline;
}

.c-listing__inner {
  display: grid;
  grid-column-gap: 21px;
  grid-template-columns: repeat(12, 1fr);
  grid-template-columns: 4fr 8fr;
  grid-template-rows: auto;
}
@media (max-width: 767px) {
  .c-listing__inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-listing__input {
  background: transparent;
  border-bottom: solid 1px #2C2C2C !important;
  font-size: 14px;
  margin-bottom: 60px;
  padding: 10px;
  width: 100%;
}
.c-listing__title-wrapper {
  background-color: lightseagreen;
  padding: 50px;
}
.c-listing__search {
  background-color: peachpuff;
  padding: 50px;
}
.c-listing__submit {
  justify-content: center;
  width: 100%;
}
.c-listing__input-wrapper {
  position: relative;
}

.c-listing-block {
  background: #EBEDEE;
}
.c-listing-block__inner {
  display: grid;
  grid-column-gap: 21px;
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 767px) {
  .c-listing-block__inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-listing-block__title {
  font-family: "Oxygen", sans-serif;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.75px;
  color: #061854;
  font-weight: 700;
  margin-bottom: var(--space-l);
  margin-top: var(--space-3xl);
}
@media (max-width: 767px) {
  .c-listing-block__title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.4px;
  }
}
.c-listing-block__description {
  font-family: "Oxygen", sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #2C2C2C;
  margin-bottom: var(--space-xl);
}
.c-listing-block__description a {
  border-bottom: 1px solid currentColor;
  font-size: inherit;
  word-wrap: break-word;
}
@media (max-width: 1023px) {
  .c-listing-block__description {
    font-size: 12px;
    line-height: 1.33;
  }
}
.c-listing-block__heading {
  grid-column: 1/9;
}
@media (max-width: 767px) {
  .c-listing-block__heading {
    grid-column: 1/-1;
  }
}
.c-listing-block__filters-wrapper {
  grid-column: 1/4;
}
@media (max-width: 767px) {
  .c-listing-block__filters-wrapper {
    border-bottom: solid 1px #061854;
    grid-column: 1/-1;
    margin-bottom: var(--space-xl);
    padding-bottom: var(--space-xl);
  }
}
.c-listing-block__list {
  grid-column: 4/-1;
}
.c-listing-block__inner--no-filters .c-listing-block__list {
  grid-column: 1/-1;
}
@media (max-width: 767px) {
  .c-listing-block__list {
    grid-column: 1/-1;
  }
}
.c-listing-block__items {
  display: grid;
  grid-column-gap: 21px;
  grid-template-columns: repeat(12, 1fr);
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .c-listing-block__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .c-listing-block__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-listing-block__pagination {
  font-family: "Oxygen", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  grid-column: 4/-1;
  overflow: hidden;
  text-align: center;
}
.c-listing-block__inner--no-filters .c-listing-block__pagination {
  grid-column: 1/-1;
}
@media (max-width: 767px) {
  .c-listing-block__pagination {
    grid-column: 1/-1;
  }
}
.c-listing-block__pagination .page-numbers {
  padding: 0 2px;
  position: relative;
}
.c-listing-block__pagination .page-numbers.current {
  font-weight: 700;
}
.c-listing-block__pagination .page-numbers.next, .c-listing-block__pagination .page-numbers.prev {
  display: inline-block;
  height: 10px;
  width: 10px;
}
.c-listing-block__pagination .page-numbers.next > .c-list__pagination-next,
.c-listing-block__pagination .page-numbers.next > .c-list__pagination-prev, .c-listing-block__pagination .page-numbers.prev > .c-list__pagination-next,
.c-listing-block__pagination .page-numbers.prev > .c-list__pagination-prev {
  background: url("assets/img/arrow.png") no-repeat;
  background-size: contain;
  height: 10px;
  position: absolute;
  text-indent: -9999px;
  width: 10px;
}
.c-listing-block__pagination .page-numbers.prev > .c-list__pagination-prev {
  left: 0;
  transform: rotate(180deg);
}
.c-listing-block__no-results {
  font-family: "Oxygen", sans-serif;
}

.c-logo-block {
  background: #FFFFFF;
  padding-top: var(--space-3xl);
}
.c-logo-block--background {
  background: #EBEBEB;
  padding-top: var(--space-3xl);
}
.c-logo-block__container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1200px + 42px);
  padding-left: 21px;
  padding-right: 21px;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .c-logo-block__container {
    max-width: calc(1200px + 32px);
    padding-left: 16px;
    padding-right: 16px;
  }
}
.c-logo-block__heading-wrapper {
  grid-column: 1/-1;
  display: grid;
  grid-column-gap: 21px;
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 767px) {
  .c-logo-block__heading-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .c-logo-block__heading-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.c-logo-block__title {
  font-family: "Oxygen", sans-serif;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.75px;
  color: #061854;
  grid-column: 1/7;
  margin-bottom: var(--space-xl);
}
@media (max-width: 767px) {
  .c-logo-block__title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.4px;
  }
}
@media (max-width: 767px) {
  .c-logo-block__title {
    font-family: "Oxygen", sans-serif;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: var(--space-m);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .c-logo-block__title {
    font-size: 20px;
    line-height: 1.4;
  }
}
.c-logo-block__sub-title {
  font-family: "Oxygen", sans-serif;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 400;
  color: #2C2C2C;
  grid-column: 1/7;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .c-logo-block__sub-title {
    font-family: "Oxygen", sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .c-logo-block__sub-title {
    margin-bottom: var(--space-l) !important;
    margin-right: 100px;
  }
}
.c-logo-block__button-wrapper {
  grid-column: 9/-1;
}
.c-logo-block__cards-wrapper {
  align-items: start;
  display: grid;
  grid-column: 1/-1;
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 767px) {
  .c-logo-block__cards-wrapper {
    display: flex;
    flex-direction: column;
    grid-row-gap: 0;
    overflow: hidden;
  }
}
.c-logo-block__card {
  position: relative;
}
.c-logo-block__card:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.c-logo-block__image {
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  position: absolute;
  width: 100%;
}

.c-main-menu {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 767px) {
  .c-main-menu {
    justify-content: flex-start;
    position: inherit;
  }
}
.c-main-menu__container {
  align-items: center;
  display: flex;
  height: 95px;
  position: relative;
  top: 0;
  transition: all 300ms;
}
.c-main-menu__container.active {
  top: 95px;
}
.c-main-menu__list {
  display: flex;
  justify-content: flex-end;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .c-main-menu__list {
    align-items: center;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }
}
.c-main-menu__list-item {
  flex-shrink: 0;
  margin: 0 var(--space-m);
}
@media (min-width: 769px) {
  .c-main-menu__list-item:hover .c-main-menu__sub-menu, .c-main-menu__list-item:focus .c-main-menu__sub-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .c-main-menu__list-item {
    margin: var(--space-s) 0;
  }
  .c-main-menu__list-item.menu-item-has-children .c-main-menu__list-item-expand {
    cursor: pointer;
    display: inline-block;
    margin-left: var(--space-m);
  }
  .c-main-menu__list-item.menu-item-has-children .c-main-menu__list-item-expand.is-open .c-main-menu__list-item-expand-icon {
    transform: rotate(45deg);
  }
}
.c-main-menu__list-item.current-menu-item .c-main-menu__link:after {
  display: inline;
}
.c-main-menu__list-item.current-page-ancestor {
  color: #061854;
}
.c-main-menu__list-item.current-page-ancestor .c-main-menu__link.ts-main-menu--level-1:after {
  background-color: #061854;
  bottom: -25px;
  color: #061854;
  content: "";
  display: inline;
  height: var(--space-s);
  left: 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 767px) {
  .c-main-menu__list-item.current-page-ancestor .c-main-menu__link.ts-main-menu--level-1:after {
    content: none;
  }
}
.c-main-menu__list-item-wrapper {
  display: flex;
}
.c-main-menu__link {
  font-family: "Oxygen", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #2C2C2C;
  position: relative;
}
.c-main-menu__link:hover, .c-main-menu__link:focus {
  color: #061854;
}
.c-main-menu.search-is-open .c-main-menu__list {
  transition-delay: 0.2s;
}
.c-main-menu.search-is-open .c-search-form {
  opacity: 1;
  transition: all 0.5s ease;
  visibility: visible;
  width: 175px;
}
.c-main-menu.search-is-open .c-main-menu__list-item {
  margin: 0 8px;
  transition: all 0.5s ease;
}
.c-main-menu.is-small .c-main-menu__sub-menu {
  padding-top: 29px;
}
.c-main-menu.is-small .c-main-menu__link:after {
  bottom: -29px;
}

.c-newsletter-block__container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1200px + 42px);
  padding-left: 21px;
  padding-right: 21px;
  width: 100%;
}
@media (max-width: 767px) {
  .c-newsletter-block__container {
    max-width: calc(1200px + 32px);
    padding-left: 16px;
    padding-right: 16px;
  }
}
.c-newsletter-block__inner {
  align-items: center;
  background: #061854;
  border-radius: var(--border-radius);
  color: #FFFFFF;
  column-gap: 21px;
  display: flex;
  justify-content: space-between;
  padding: 46px 100px;
}
@media (max-width: 767px) {
  .c-newsletter-block__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 21px;
  }
}
@media (max-width: 767px) {
  .c-newsletter-block__text {
    margin-bottom: 21px;
  }
}
.c-newsletter-block__title {
  font-family: "Oxygen", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .c-newsletter-block__title {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .c-newsletter-block__title {
    font-size: 16px;
    line-height: 27px;
  }
}
.c-newsletter-block__description, .c-newsletter-block__description p {
  font-family: "Oxygen", sans-serif;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 400;
}
@media (max-width: 767px) {
  .c-newsletter-block__description, .c-newsletter-block__description p {
    font-family: "Oxygen", sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .c-newsletter-block__description, .c-newsletter-block__description p {
    font-size: 10px;
    line-height: 27px;
  }
}
.c-newsletter-block__btn {
  background: #FFFFFF;
  border: solid 1px transparent;
  border-left: solid 1px #061854;
  border-radius: 0 10px 10px 0 !important;
  color: #061854;
}
.c-newsletter-block__btn:hover {
  background: #061854;
  border: solid 1px #FFFFFF;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .c-newsletter-block__shortcode {
    width: 100%;
  }
}

.mc4wp-form-fields {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .mc4wp-form-fields {
    flex-direction: column;
  }
}
.mc4wp-form-fields label > input {
  border: solid 1px transparent;
  border-radius: 10px 0 0 10px;
  font-size: 14px;
  line-height: 26px;
  padding: var(--space-m) var(--space-s);
}
@media (max-width: 767px) {
  .mc4wp-form-fields label > input {
    border-radius: 10px !important;
    padding: var(--space-xs) var(--space-s);
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .mc4wp-form-fields > * {
    border-radius: 10px !important;
    justify-content: center;
    margin-top: 10px !important;
    width: 100% !important;
  }
}

.c-page-header {
  background: rgb(64, 147, 195);
  background: linear-gradient(90deg, rgb(64, 147, 195) 0%, rgb(77, 178, 109) 100%);
  color: #FFFFFF;
  padding-top: 113px;
  position: relative;
}
@media (max-width: 768px) {
  .c-page-header {
    padding-top: var(--space-3xl);
  }
}
.c-page-header__container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1200px + 42px);
  padding-left: 21px;
  padding-right: 21px;
  width: 100%;
  padding-bottom: 142px;
}
@media (max-width: 767px) {
  .c-page-header__container {
    max-width: calc(1200px + 32px);
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 768px) {
  .c-page-header__container {
    padding-bottom: var(--space-2xl);
  }
}
.c-page-header__wrapper {
  display: grid;
  grid-column-gap: 21px;
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 767px) {
  .c-page-header__wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-page-header__inner {
  grid-column: 2/9;
  z-index: 1;
}
@media (max-width: 768px) {
  .c-page-header__inner {
    grid-column: 1/5;
  }
}
.c-page-header__heading {
  font-family: "Oxygen", sans-serif;
  font-size: 54px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: var(--space-m);
}
@media (max-width: 1023px) {
  .c-page-header__heading {
    font-size: 52px;
    line-height: 64px;
  }
}
@media (max-width: 767px) {
  .c-page-header__heading {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.8px;
  }
}
.c-page-header__description {
  font-family: "Oxygen", sans-serif;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 400;
}
@media (max-width: 767px) {
  .c-page-header__description {
    font-family: "Oxygen", sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
  }
}
.c-page-header__description p, .c-page-header__description ol, .c-page-header__description ul {
  font-family: "Oxygen", sans-serif;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 400;
}
@media (max-width: 767px) {
  .c-page-header__description p, .c-page-header__description ol, .c-page-header__description ul {
    font-family: "Oxygen", sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
  }
}
.c-page-header__description a:hover, .c-page-header__description ul a:hover,
.c-page-header__description a:focus, .c-page-header__description ul a:focus {
  color: #2C2C2C;
}
.c-page-header--background {
  color: #FFFFFF;
}
.c-page-header--background .c-page-header__featured-image {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -149px;
  width: 100%;
  z-index: 0;
}
.c-page-header--background .c-page-header__featured-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.c-page-header--background .c-page-header__featured-image:after {
  background: rgb(64, 147, 195);
  background: linear-gradient(90deg, rgb(64, 147, 195) 0%, rgb(77, 178, 109) 100%);
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.c-page-header--background .c-page-header__heading,
.c-page-header--background .c-page-header__description {
  color: #FFFFFF;
}

.c-pagination {
  display: flex;
  font-size: 0;
  /* If you have a full set of pagination buttons
  ================================================== */
}
.c-pagination__button {
  background-color: #FFFFFF;
  border: 2px solid red;
  box-sizing: border-box;
  color: red;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  min-height: 36px;
  min-width: 36px;
  padding: 4px var(--space-xs) 3px;
  text-align: center;
  vertical-align: top;
}
@media (max-width: 767px) {
  .c-pagination__button {
    min-height: 36px;
    min-width: 36px;
    padding: 7px 8px 4px;
  }
}
.c-pagination__button + .c-pagination__button {
  margin-left: 1px;
}
.c-pagination__button:hover, .c-pagination__button:focus {
  background-color: red;
  border-color: red;
  color: #FFFFFF;
}
.c-pagination__button.is-current {
  background-color: red;
  border-color: red;
  color: #FFFFFF;
}
.c-pagination__button.is-current:hover, .c-pagination__button.is-current:focus {
  background-color: red;
  border-color: red;
  color: #FFFFFF;
}
.c-pagination__button--dotted {
  display: none;
}
.c-pagination__button--next, .c-pagination__button--previous {
  padding: 4px var(--space-xs) 3px;
}
@media (max-width: 767px) {
  .c-pagination__button--next, .c-pagination__button--previous {
    padding: 7px 8px 4px;
  }
}
.c-pagination__button--first .o-svg, .c-pagination__button--previous .o-svg {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .c-pagination--has-five {
    display: flex;
    align-items: stretch;
  }
}
@media (max-width: 767px) {
  .c-pagination--has-five .c-pagination__button {
    min-width: 0;
    width: 100%;
  }
}

.c-search {
  /* Search Form
  ================================================== */
  /* Relevanssi Did You Mean
  ================================================== */
}
.c-search__form {
  background-color: peachpuff;
  padding: 50px 0;
}
.c-search__did-you-mean {
  background-color: plum;
  padding: 20px 0;
}
.c-search__dym-inner {
  display: grid;
  grid-column-gap: 21px;
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 767px) {
  .c-search__dym-inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-search__dym-suggestion {
  grid-column-start: 1;
  grid-column-end: 13;
}
@media (max-width: 767px) {
  .c-search__dym-suggestion {
    grid-column-start: 1;
    grid-column-end: 5;
  }
}
.c-search__dym-suggestion a {
  font-weight: 700;
  text-decoration: none;
}
.c-search__dym-suggestion a:hover, .c-search__dym-suggestion a:focus {
  text-decoration: underline;
}

.c-search-form {
  border-bottom: 1px solid #061854;
  opacity: 0;
  padding: var(--space-xs) 0;
  transition: all 0.3s ease;
  width: 0;
}
.c-search-form__label {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
.c-search-form__input {
  background-color: transparent;
  padding: 0;
  width: calc(100% - 21px);
}
.c-search-form__icon {
  position: relative;
  top: 2px;
}
.c-search-form__button {
  cursor: pointer;
}
.c-search-form__button:hover {
  color: #061854;
}

.c-share {
  margin-bottom: 80px;
}
.c-share__links {
  align-items: center;
  display: flex;
}
.c-share__link {
  color: #061854;
  margin-right: 30px;
}
.c-share__link-email {
  padding-top: 7px;
}
.c-share__link-email svg {
  color: #061854;
  height: 19px;
  width: 28px;
}
.c-share__link-facebook svg {
  color: #061854;
  height: 21px;
  width: 11px;
}
.c-share__link-twitter svg {
  color: #061854;
  height: 17px;
  width: 21px;
}

@media (max-width: 767px) {
  .c-sidebar {
    margin-top: var(--space-4xl);
  }
}
.c-sidebar__card-block-title {
  font-family: "Oxygen", sans-serif;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #061854;
  grid-column: 1/7;
  margin-bottom: var(--space-xl);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .c-sidebar__card-block-title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }
}
.c-sidebar__card-block-title--related-content {
  margin-top: var(--space-4xl);
}
@media (max-width: 767px) {
  .c-sidebar__card-block-title--related-content {
    margin-top: var(--space-2xl);
  }
}
.c-sidebar__card-block-cards {
  grid-column-gap: 21px;
}
@media (max-width: 767px) {
  .c-sidebar__card-block-cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: var(--space-2xl);
  }
  .c-sidebar__card-block-cards:last-child {
    margin-bottom: 0;
  }
}

.c-single-header__container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1200px + 42px);
  padding-left: 21px;
  padding-right: 21px;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .c-single-header__container {
    max-width: calc(1200px + 32px);
    padding-left: 16px;
    padding-right: 16px;
  }
}
.c-single-header__heading-wrapper {
  grid-column: 1/-1;
  display: grid;
  grid-column-gap: 21px;
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 767px) {
  .c-single-header__heading-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-single-header__title {
  font-family: "Oxygen", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #061854;
  grid-column: 1/7;
  margin-bottom: var(--space-2xl);
}
@media (max-width: 767px) {
  .c-single-header__title {
    font-size: 20px;
    line-height: 1.4;
  }
}
.c-single-header__sub-title {
  font-family: "Oxygen", sans-serif;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 400;
  color: #2C2C2C;
  grid-column: 1/7;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .c-single-header__sub-title {
    font-family: "Oxygen", sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
  }
}

.c-skip-button {
  background-color: red;
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
.c-skip-button:focus {
  z-index: 10;
  align-items: center;
  background-color: red;
  color: #FFFFFF;
  display: block;
  height: auto;
  left: auto;
  padding: 10px var(--space-m);
  width: auto;
}

.c-text-block__container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1200px + 42px);
  padding-left: 21px;
  padding-right: 21px;
  width: 100%;
  display: grid;
  grid-column-gap: 21px;
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 767px) {
  .c-text-block__container {
    max-width: calc(1200px + 32px);
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .c-text-block__container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-text-block__content {
  margin-bottom: var(--space-5xl);
}
@media (max-width: 767px) {
  .c-text-block__content {
    margin-bottom: var(--space-4xl);
  }
}
.c-text-block--two-columns > .c-text-block__container {
  grid-column-gap: 69px;
  grid-row-gap: 21px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .c-text-block--two-columns > .c-text-block__container {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-text-block--one-column .c-text-block__inner {
  grid-column: 1/9;
}
@media (max-width: 1023px) {
  .c-text-block--one-column .c-text-block__inner {
    grid-column: 1/-1;
  }
}
.c-text-block__title {
  font-family: "Oxygen", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.5px;
  grid-column: 1/-1;
  color: #061854;
}
@media (max-width: 767px) {
  .c-text-block__title {
    font-size: 20px;
    line-height: 1.4;
  }
}
.c-text-block__button-container {
  margin-top: var(--space-2xl);
}
.c-text-block--one-column > .c-text-block__button-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1200px + 42px);
  padding-left: 21px;
  padding-right: 21px;
  width: 100%;
}
@media (max-width: 767px) {
  .c-text-block--one-column > .c-text-block__button-container {
    max-width: calc(1200px + 32px);
    padding-left: 16px;
    padding-right: 16px;
  }
}
.c-text-block--two-columns > .c-text-block__button-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1200px + 42px);
  padding-left: 21px;
  padding-right: 21px;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .c-text-block--two-columns > .c-text-block__button-container {
    max-width: calc(1200px + 32px);
    padding-left: 16px;
    padding-right: 16px;
  }
}
.c-text-block + .c-text-block {
  margin-top: calc(var(--space-2xl) * -1);
}
@media (max-width: 767px) {
  .c-text-block + .c-text-block {
    margin-top: 0;
  }
}

/*
    ===============================
    7. OVERRIDES
    ===============================
*/
/* #Miscellaneous
================================================== */
.u-hidden {
  display: none;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  -ms-touch-action: auto;
  touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  bottom: 0;
  height: 15px;
  opacity: 1;
  position: absolute;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  /* please don't change 'position' */
  transition: background-color 0.2s linear, opacity 0.2s linear;
}

.ps__rail-y {
  opacity: 1;
  position: absolute;
  right: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  /* there must be 'right' or 'left' for ps__rail-y */
  transition: background-color 0.2s linear, opacity 0.2s linear;
  /* please don't change 'position' */
  width: 10px;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  background-color: transparent;
  display: block;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.9;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: transparent;
  opacity: 1;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: red;
  bottom: 2px;
  /* there must be 'bottom' for ps__thumb-x */
  height: 6px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: red;
  opacity: 0.9;
  /* there must be 'right' for ps__thumb-y */
  position: absolute;
  /* please don't change 'position' */
  right: 0;
  width: 10px;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #fe0000;
  height: 10px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  opacity: 1;
  width: 10px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
@page {
  size: A4;
  margin: 0 21px 21px;
}
@media print {
  html, body {
    min-height: 297mm;
    min-width: 270mm;
  }
  main {
    margin-top: 0;
  }
}

/*# sourceMappingURL=style.css.map */
