<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*
  Theme Name:         Nubia
  Theme URI:          https://aspirethemes.com/themes/nubia-wordpress/
  Description:        Nubia - Minimal Blog and Magazine WordPress Theme by - &lt;a href="http://aspirethemes.com"&gt;Aspire Themes&lt;/a&gt;
  Version:            1.0.5
  Author:             Aspire Themes
  Author URI:         http://aspirethemes.com
  Text Domain:        nubia
  Tags:               one-column, two-columns, featured-images, sticky-post, translation-ready

  License:            GNU General Public License v2 or later
  License URI:        http://www.gnu.org/licenses/gpl-2.0.html
*/
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

/*------------------------------------*  Generic &gt; Box Sizing
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  box-sizing: border-box;
}

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

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/*------------------------------------*  Generic &gt; Reset
\*------------------------------------*/
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li &gt; ol,
li &gt; ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------*  Generic &gt; Shared
\*------------------------------------*/
/**
 * Shared declarations for certain elements.
 * Always declare margins in the same direction:
 * csswizardry.com/2012/06/single-direction-margin-declarations
 */
address,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, ol, ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 24px;
}

/**
 * Consistent indentation for lists.
 */
dd, ol, ul {
  margin-left: 16px;
}

/*------------------------------------*  Elements &gt; Page
\*------------------------------------*/
body {
  color: #222222;
  font-size: 18px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  background-color: #FFFFFF;
  border: 4px solid #F6F9FC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 40em) {
  body {
    border: 8px solid #F6F9FC;
  }
}

*::-moz-selection {
  color: #FFFFFF;
  background-color: #DB3334;
}

*::selection {
  color: #FFFFFF;
  background-color: #DB3334;
}

/*------------------------------------*  Elements &gt; Links
\*------------------------------------*/
a {
  color: #222222;
  text-decoration: none;
  transition: 500ms;
}

a:hover, a:active, a:focus {
  color: #DB3334;
  text-decoration: none;
}

/*------------------------------------*  Elements &gt; img
\*------------------------------------*/
img {
  display: block;
  height: auto;
  max-width: 100%;
  font-style: italic;
}

/*------------------------------------*  Elements &gt; hr
\*------------------------------------*/
hr {
  width: 100%;
  height: 1px;
  border: 0;
  margin: 32px 0;
  background-color: #EBF1F8;
}

/*------------------------------------*  Elements &gt; Typography
\*------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  line-height: initial;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

b,
strong {
  font-weight: 700;
}

/*------------------------------------*  Elements &gt; Blockquote
\*------------------------------------*/
blockquote {
  padding-left: 16px;
  margin: 24px 0;
  border-left: 4px solid #DB3334;
  font-style: italic;
  font-family: Georgia, serif;
}

/*------------------------------------*  Elements &gt; code &amp; pre
\*------------------------------------*/
pre,
code {
  font-family: Courier, monospace;
  background-color: #F6F9FC;
}

pre {
  overflow: auto;
  padding: 32px;
  font-size: 16px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.rtl pre {
  direction: rtl;
}

p code {
  padding: 2px 4px;
}

/*------------------------------------*  Elements &gt; Inputs
\*------------------------------------*/
input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
textarea,
select {
  width: 100%;
  display: block;
  padding: 16px;
  border: 1px solid #EBF1F8;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none;
  background-color: #FFFFFF;
  line-height: initial;
  font-size: 14px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  transition: 500ms;
}

input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='date']::-webkit-input-placeholder,
input[type='datetime']::-webkit-input-placeholder,
input[type='datetime-local']::-webkit-input-placeholder,
input[type='month']::-webkit-input-placeholder,
input[type='week']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='time']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='color']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  opacity: 1;
  color: #5D738D;
}

input[type='text']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='date']:-ms-input-placeholder,
input[type='datetime']:-ms-input-placeholder,
input[type='datetime-local']:-ms-input-placeholder,
input[type='month']:-ms-input-placeholder,
input[type='week']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='time']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='color']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  opacity: 1;
  color: #5D738D;
}

input[type='text']::placeholder,
input[type='password']::placeholder,
input[type='date']::placeholder,
input[type='datetime']::placeholder,
input[type='datetime-local']::placeholder,
input[type='month']::placeholder,
input[type='week']::placeholder,
input[type='email']::placeholder,
input[type='number']::placeholder,
input[type='search']::placeholder,
input[type='tel']::placeholder,
input[type='time']::placeholder,
input[type='url']::placeholder,
input[type='color']::placeholder,
textarea::placeholder,
select::placeholder {
  opacity: 1;
  color: #5D738D;
}

input[type='text']:focus,
input[type='password']:focus,
input[type='date']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='email']:focus,
input[type='number']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='time']:focus,
input[type='url']:focus,
input[type='color']:focus,
textarea:focus,
select:focus {
  border-color: #5D738D;
}

select {
  background-image: url(images/icon-form-dropdown.svg);
  background-position: right 16px center;
  background-repeat: no-repeat;
  padding-right: 16px;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*------------------------------------*  Elements &gt; Buttons
\*------------------------------------*/
.c-btn,
input[type='submit'] {
  display: inline-block;
  padding: 16px 32px;
  border-radius: 0;
  cursor: pointer;
  transition: 250ms;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  outline: none;
  line-height: initial;
  border: none;
  color: #5D738D;
  background-color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  border: 1px solid #EBF1F8;
  font-size: 14px;
  letter-spacing: 1px;
}

.rtl .c-btn, .rtl
input[type='submit'] {
  letter-spacing: unset;
  font-weight: 700;
}

.c-btn:hover, .c-btn:active, .c-btn:focus,
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit']:focus {
  color: #FFFFFF;
  border-color: #DB3334;
  text-decoration: none;
  background-color: #DB3334;
  border-color: #DB3334;
}

.c-btn.active,
input[type='submit'].active {
  color: #FFFFFF;
  border-color: #DB3334;
  text-decoration: none;
  background-color: #DB3334;
  border-color: #DB3334;
}

.c-btn.active:hover, .c-btn.active:active, .c-btn.active:focus,
input[type='submit'].active:hover,
input[type='submit'].active:active,
input[type='submit'].active:focus {
  opacity: .9;
}

.c-btn.tiny,
input[type='submit'].tiny {
  padding: 8px 16px;
  font-size: 12px;
}

.c-btn--disabled {
  opacity: .5;
  cursor: not-allowed;
  border-color: #5D738D;
}

.c-btn--full {
  width: 100%;
}

.c-btn--loading {
  position: relative;
  padding-right: 48px;
}

.c-btn--loading:after {
  position: absolute;
  top: 16px;
  right: 16px;
  content: '';
  display: block;
  height: 16px;
  width: 16px;
  border: 2px solid #FFFFFF;
  border-radius: 100%;
  border-right-color: transparent;
  border-top-color: transparent;
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
}

/*------------------------------------*  Elements &gt; Table
\*------------------------------------*/
table {
  width: 100%;
  font-size: 16px;
}

table,
th,
td {
  border: 1px solid #EBF1F8;
}

th,
td {
  padding: 8px;
}

/*------------------------------------*  Vendor &gt; Icons
\*------------------------------------*/
/* Generated by grunt-webfont */
@font-face {
  font-family: "social-logos";
  src: url("social-logos.eot?ca7c581eb1e134839c58645725bfa82a");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "social-logos";
  src: url("social-logos.eot?ca7c581eb1e134839c58645725bfa82a");
  src: url("social-logos.eot?#iefix") format("embedded-opentype"), url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAACwYABAAAAAARBAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAr/AAAABkAAAAcfM8e60dERUYAACvgAAAAHAAAAB4AJwA3T1MvMgAAAdwAAABKAAAAYEC9YiNjbWFwAAACZAAAAI8AAAG6pGOdx2N2dCAAAAmwAAAAFAAAACQDTf/KZnBnbQAAAvQAAAY6AAANFnZkfXZnYXNwAAAr2AAAAAgAAAAIAAAAEGdseWYAAAooAAAfWgAALaiMrHtkaGVhZAAAAWwAAAAvAAAANgnmTwJoaGVhAAABnAAAAB0AAAAkA7UB3mhtdHgAAAIoAAAAOgAAAGoKZgUubG9jYQAACcQAAABkAAAAZBD1G85tYXhwAAABvAAAACAAAAAgAZEBqG5hbWUAACmEAAAA6AAAAc4asFIWcG9zdAAAKmwAAAFrAAACEj43YpxwcmVwAAAJMAAAAIAAAACNE0njCnicY2BkYGAA4vI3JjLx/DZfGeSZGEDgSnS7J5wW/H+L8TXjTCCXgwEsDQAmmQruAHicY2BkYGCc9f8mgx4TAwgwvmZgZEAFLABgLAOWAAAAAAEAAAAxAKkACAAAAAAAAgAoADkAiwAAAKQAxAAAAAB4nGNgYWJgnMDAysDA6MOYxsDA4A6lvzJIMrQwMDAxsHIywIEAgskQkOaawtDwkfGbMuOB/wcY9BhnMagDhRmRlCgwMAIACSgLegAAeJxjYmAQZAACJgjWhkMDBgcwDSJ9GRQYlMBsBwYtIC0KlYPAbLg6ECnJ4AhWB+H3MuhAeQ4AoX0JmwAAeJzVjkkKwkAQRX93J5H0ZENIQAgSong3b+RBXHitFG3rKrGcsnCjWx/U8OFRFACFZ7UQuHPkJB45w4Fnj443OShStKCSVtTRLoZYxTruz00qU0ht2kwTMAgC5ewEdvrZqRPezlL6wuc+c6O7uov11lpjTsbprV7rSrvXD18QBWZRSG7yU/jlyn9zA4y7LFEAeJytVml300YUlbxlIxtZaFFLx0ycptHIpBSCAQNBiu1CujhbK0FppThJ9wW60X1f8K95ctpz6Dd+Wu8b2SaBhJ721B/07sy7M2+beWMylCBj3a8EQizdNYaWlyi3es2nUxbNBOG2aK77lCpEf/UavUajITesfJ6MgAxPLrYM0/BC1yFTkQi3HUopsSnoXp0y09daM2a/V2lUKFfx85QuBCvX/bzMW01fUL2OqYXAElRiVAoCESfsaJNmMNUeCZpj/Rwz79V9AW+akaD+uh9iRrCun9E8o/nQCoMgsMi0g0CSUfe3gsChtBLYJ1OI4FnWq/uUlS7lpIs4AjJDhzJKwi+xGWc3XMEa9thKPOAvSJUGpWfzUHqiKZowEM9lCwhy2Q/rVrQS+DLIB4IWVn3oLA6tbd+hrKIez24ZqSRTOQylK5Fx6UaU2tgmswEDlJ11qEcJdnXAa9zNGBuCd6CFMGBKuKhd7VWtngHDq7iz+W7u+9TeWvQnu5g2XPAQdygqTRlxXXS+DItzSsKCkx0vUR0ZLSYmBg5YTlNYZVj3Q9u96JDSAbUG+tMotiXzwWzeoUEVp1IV2owWHRpSIApBh7yrvBxAugEN8mgFo0GMHBrGNiM6JQIZaMAuDXmhaIaChpA0h0bU0pofZzYXgyka3JK3HRpVS8v+0moyaeUxP6bnD6vYGPbW/Xh4GAWMXBq2+cziJLvxIf4M4kPmJCqRLtT9mJOHaN0m6stmZ/MSyzrYSvS8BFeBZwJEUoP/NczuLdUBBYwNY0wiWx4ZF1umaepajSkjNlKVNZ+GpSsqNIDD1w/DoStCmP9zdNQ0hgzXbYbx4ZxNd2zrONI0jtjGbIcmVGyynESeWR5RcZrlYyrOsHxcxVmWR1WcY2mpuIflEyruZfmkivtYPqNkJ++UC5FhKYpk3uAL4tDsLuVkV3kzUdq7lNNd5a1EeUwZNGj/h/ieQnzH4JdAfCzziI/lccTHUiI+llOIj2UB8bGcRnwsn0Z8LGcQH0ulRFkfU0fB7GgoPHbB06XE1VN8VouKHJsc3MITuAA1cUAVZVSS3BEfybA4+rluac1JOjEbZ82Jio9GxgE+uzszD6tPKnFa+/sceGblYSO4nfsa53lj8g+Df4sXZSk+aU5wcKeQAHi8v8O4FVHJodOqeKTs0Pw/UXGCG6CfQU2MyYIoihrffOTySrNZkzW0Ch9PBDor2sG8aU6MI6UltKhJGgEtg65Z0DTq8+ytZlEKUW5iv7N7KaKY7EUZzIApKOSmsbDs76REWlg7qen00cDlRtqLniw1W1Zxhb0H72PIzSx5N1JeuCkp7UWbUKe8yAIOuZE9uCaCW2jvsopiSlioIj4IbQX77WNEJi0zgy6BImRxsrIP7YodOaKCdgLfetIq79tC7c918iAwm51u50GWkaLzXRX1an1V1tgoV6/cTR8H086wseYXRRlPLnvfnhTsV6cEuQJGV3a/7knx9jvW7UpJPtsXdnnidUoV8l+AB0PulPciGkWRs1ilEc+vW3gyRTkoxkVzHBf00h7tilXfo13Yd+2jVlxWVLIfZdBVdNZuwjc+XwjqQCoKWqQiVng6ZD6bnZrwsZS4LEXcs2TXRfQdPCEd4r84xLX/69xyFNyiyhJdaNcJyQdtHyvorSW7k4cqRmftvGxnoh1JN+gagp5ILjj+XuAujxXpFO7z8wfMX8F25vgYnQa+qugMxBLnrYIEiyre0k6mXlB8hGkJ8EXVQrMCeAnAZPCyapl6pg6gZ5aZUwFYYQ6DVeYwWGMOg3W1g653GegVIFOjV9WOmcz5QMlcwDyT0TXmaXSdeRq9xjyNbrBND+B1tsngDbbJIGSbDCLmVAE2mMOgwRwGm8xhsKX9coG2tV+M3tR+MXpL+8Xobe0Xo3e0X4ze1X4xek/7xeh95Phct4Af6BFdBPwwgZcAP+Kk69ECRjfxjLY5txLInI81x2xzPsHi891dP9UjveKzBPKKzxPI9NvYp034IoFM+DKBTPgK3HJ3v6/1SNO/SSDTv00g07/Dyjbh+wQy4YcEMuFHcC909/tJjzT95wQy/ZcEMv1XrGwTfksgE35PIBPuqJ2+TKrzZ9W1qXeL0lP125132PkbZTO6LAAAeJxj8N7BcCIoYiMjY1/kBsadHAwcDMkFGxnYnTYxMDJogRibeZgYOSAsAQYwi8NpF7MDUJoTyOZ02sUAZTMzuGxUYewIjNjg0BGxkTnFZaMaiLeLo4GBkcWhIzkkAqQkEgg28zEx8mjtYPzfuoGldyMTg8tm1hQ2BhcXAOttJS94nGNgwAJ4IJBx1v+bIAwAFYIFFwAAACgAKAAoAPIBTAGQAgQCkgMAA1gD9gR0BPgFfgX8BiQGfAbcB2IIKgjeCjwKpAtGDCoNIA2IDfIOKg6iDt4PJA9+D+4QUBDGEX4R7BJsExATchQ6FIoUzBVkFawWPhaIFtR4nJ16aYwk133fO6req7vr7rt7+qyZ6Tn67rmn95o9h7Nc7uzMkhzvkuJySC5vrShRmh0uOZQgH4IVO3QsBkZiWbYE0ogEWYiUAI6ZgB/yxYECS7JABIEhIEoQ5/gQC0iceJn/q57d5VqKoqRnuqpeXf3e//z9/u8hghyE0JfwJqKIo8lhBC1KEL2GCMZkExGCdyQ4wusIcSZLcBt1ZB40Ok7HiTpOxfn8J598Em/eftfBHXiWoQZaxH+O15CPxtA0egBdRjvos8M3VCwTfAZxTdK4tJ/AyKRoE5muRahqws+pSCeqvmtjgmSDyNeQgTRuaNcQwwrbcrCEsCJhaDLlClKYsvHww+VSGGD08M7DO48+sr114fz6ubXjc/1upzU7NVmaLk8X88FYOOY5yMe+x/2G1w6TBRz4jIuthTlrYCfZ7ve6MziqN3CQbA/6gxXc64rGIOy0+4OOhSvlqB7NwNn4YgdeAn+84g/qlTLjFg469ajXCf7AK+q64TqpZCLj2O5rNxI+MzhTBisqVxjjSW/1J0aYSNIZfWYs6bqGaXHFMKthqmroMiO/fFrzDUeWpU3yS9fxGlN42vWzCq+k/bwrS5g9k3BUg2Gy8gImkmRqgXMKG7ZaLnBumbUw8FzTSri27fvJ1JaucGYxbzOTQYigxod/ib+P3wINl9G54ekcZjyLKSNnkNAq4rugNyoxUIOEZCLJuwoW6t+CHcFXEDQ2VKWYz6QCz7ETllJWy56t8rDhtkOflevdZFuILaoEsbzq3X6nnYzl44df+8bNm9+4+b3qXJF+ao2WS2PT02N5v1Zt986exW/dFFd/ODZfNaxZvzwznPGqpbPPnEU47vOfQp/TqD/smJgSC4NlnoHRUEToLvQcrBHsBKxT2kKSJPop4Q23UqlUbcYzjVonBF3f6Q0f9UbotILRv5RfeuTyzZuXH1pcKjd75871+vPslX+f8h+9AR0aLBbPPbs+X4KfiPvx32LZnUDVYWlxOipnQtdU8Em4htGWuAV+GOGNdNIm4BcgEWFhrLckBBJLpR/Vxa/zGcorLMkCP0zCDWBUTc6ELSX9Ah3kSODHVgbyenCYsBr9UDPciXQulzZ8UyPE0MLelE7HQz1QJRVjS6NaIutYRx4EKW6vvRBQE487OUOeHpSTmSLLca5olOBiJlUaTMua51Z9QijDmKeIbIEzc0cjJg1eWNsGK/iIjZgoiyZRC82jY+jU8MRSvzs7LUvysEaodLSSsg2NEUrPwKjBLOVdsBlKJNAIAVPbgoiBrgib25gfTDWiejbtgTbChiT0ANYCsgiTfV6Pyi1L4qCPaIWCY9UjFvmBPwjhyMIDuEWYD8hJyKef7OLt2IxKg8WMduSqnsP5diGlkNZq7Q8luz5fohJXHr0ind8uVqP+a7XisXz3RPh7Y2tcJmR1GMRmtuioa0tTy0dPaYVs3pSjZR5ORhrGCTuLCV27jpNzbe/Y462F9MTMsUbeNCWmWENhA01k4w/wdTSL1odnZqYmx4gsszSW5NAFmejgKtIZxGR2ABKRD5BEpQOQCT2AIEoO4HmEt4S1XBHv2qiGYcUpj3OebYAfwqAtAiEGJDGAMDTaLeOwU4eAU8BJ2Anz7Q8Y7+MP3HR56bGF08uattzMTauqYuiFcTeIjNIv9Wm3Ws/kM1oug49mPZlNbZ2ejnANlzPg6s0xrGdmk8FEk2patZtjiaJDY/sWA3wP30JVdGZ40oUx4TMcxAEOh/cVjDFE7pGrgaIpjV2N7jBMJbqOUSGXzaRFVEgYuqYqDFVxRYNQi8ELHB/ia68zqMAIFnFP+F8eQ4QIwCV7DowKv6sahvp4m88bTsHJlifa7e+IM/iWod5+RzXeWqhZVpeM1yYX3oKzl1QDOnKfnQoLPYu2hhdXB/3xqA5xFGsQEMA0CWQbeR+6CQqh0j5SQBUK2YXnYSQSRA/OY+flV+BFfOP0qRPH27Mz043JciGXCYOyCq5cE+Y5qM9icNiIyd0IdBEngE4c+dudQTvkENgHs7hc73fCu+3+AGJAAgvnJ4dmj+l8JlcqYnx7qfmIg48kPCUBTowHZ1ubGS53FKxoxtpkwZepLBe9w7ZnRSSxONV9Kjb+r39V0TH55txO6n/WiulcIaHYGu7MjtMEvOi7+xeIotD4+F8Na9dVfaz6Tma727r917Hxi7x+Xx6YQa8OXznMBKrIBBwdQDLgB0hllKl0HxmSLBnyvgXCFMl7H0z4DcQ0hcSpImHqFC5Lm/GBJF8Rtr9RqahKZaYyMz3VmJwAldSqh2kjYZmjtGHflzb6Imvk8U+njUGv0qsEwlw6vVEK+cPaDHmwSZNhUCwGvplOlavt9o8yY9ns2GEe+UezNUUbw2ayOFU0U2H7VHtNXM1mEWj9jp0nkIdKqIeeGz4zjlWBSZhEJEb2kUoogXHrd+zdxBJ4giqRa5amGBLFmG6OjijeQZji9XI58G0bo3Kv3GvNijFHtUzKLwUl27M911EZSmArcc8hKqVD2/dgcIN2vwuDtYhfIMmeOORizJ1et9Mu4DzGXzFs27j9HbG9NJ+zPM9iJkAJxfzvufG6jfvzZdMi+Nade/Apw779T7797e96OU9WDctQ5e8+0ZgupL/98KzjWJfv5LORDayhk8PjK1hmGuj3KIdIBSEdcAiTQRRgLBDVRWgHzMd2YzAoQvshGJjrz0yN1+v1is15aqRNCGH9VVwA91gh8Vggz0H4CgcrJBrFsMNsPLh3PSyC+bHkYda7uT1WDGRLztnJybx9bnD0rOabkK4kQuxeI2rX87YnEZVZph1STAKwzqURglDLYUdLBNVWtrd2tm+Xcgzc3+PUy9cHrXpjkLTVYlIxnUKo2BJ92A7HU88e2wZZrH/4Af4jkMVRtDpcaoAE5sSvnUHweoh/+7KI3BRhGL8kxeOXriAwlg2MlhdrlWw68NBRfIQJ/YIaRWIPB93+oP9/GzGY9woFaZGOcIB6BbOpkzOpsTQnHIwsWJvvHG3Xg4xMTe46QUGiJCeruoSJnkgA/Pay1spDT5zGb2VmFsaKKzqYaVqWaLo2e2K52T+R9/Uor9lhPav7svRSUF0B5RI7XTSGiqU+tnb0ssjPY2gT/wVugNsnUDB0CWAYdAA2jm94nmdLd/QKXlk93F/ZXlnZXsUT26ur2yu4sSr2o39hV2XY/AgfQB6ZH/ZLNggwAVIEYYIkQZ77ArgRtAem9ca9RHIF7IxulCuNqCLztMiHwpBmaCScIQJJDvoCIQnU1ocz0MD/lm4/vBplqa6okp+UC0FpbCrsGKaccK05IpVtp/ToCRwdefGVU2aUqyZOBdl8rk7ksxf849vJOr8OvYgxMZoEP7iEumiAcsP0oN8rSTKEOIFrYBgI3ZiufUogOhzmgSpwAfXLkNEAucyQaEZexvVlLDoI6m0v4jb0s0CTfBDhfy0BPLfydqNeUrUXythWEwwiJBWw/d6FhxfzFsRRiv/m4x/HQbkydqJgWpLA3ZQSRaYKVzmg/Y9ckCRL0nVN+vXFZej/vXg2jr44tCqQuQPIyj4W2OzsN/Tz28MG+LPE5BcVsGMmI3aN40Ospo7wvSrw/Y5w6fXscGp0t7T/i9x+eZh1IPBBeC/kAQOkQnvcGR+FO+1nhTvgB4OIVRgwJRHYyyBOCO1+iN9y02n39g/E9luKaxJdMULcbFYwlifTVXzrzkU86aZvf1fitCzh1NnqMmklig+kJkRMk+/KIkIbkNWvoF10cfgg5EoNI4Wga5D9gYOpIpxxJsVsR8YMAA2IGpgvSHwHXJ6uN8YpuvbEY1d3Hr28vXnxwfOrC+MbjQeSLopo3YBRoXJsBcIYfKFuLGxzxBmFIXRjngibevvuVf/uE+W7V7t3nggPHSsUiQCSXv+wjXvPpAPL9GQZ3BHLsmdaQfqnT735bDrre3lFoDSsKHnPz6Z/+lT9wsLChYVT/VqtX/sdz7I8C+/8nJfeO1X9OS+9d+rRBfH+p2vi/V+yxPtB2pOQY36AvwR6uI5eQC+jV9Cn0T56HU0NJ16/9dr+zb3PfPrVT73yiRsff/mlF194/rlnrz/z9FNzHYry6JRwvAI4HNiQn8fNwG+xlt/kfqvJWrCr+GVoV0Ccs6QZVbr1ZtSst5qQf7utXtRtdZdxFw773V6zD3+95qAJMKzdWsX9Im6GrWayWcDNpN8Km0Hoi2YUJAcRgDYeDJK9iK9i0Yj4oMdhCIef9yVDeh//rc/7mnb33Pvnh9/64vD8P5h56fzwy0eOHHkobgBEwG8Q4TvxFxqUvhEfkDsPjpp3229w/sa9XyA7l3qNq1cbvamV4u/CYdhoNH531BR2L93N5RrEgAP0NfT+MPVlTNCvVQmXhz2iqLOYKUkMXg0RwYCIsAjxVtPoi4BxDEj7KEbEXJXBJ1SkMFURviFRJgH4AWakbcFOw1cRNM5nh0viaYlq+/8/j18e1j77pgFPvvm1z37tqScff+zydrtZKUHoCPRxY5wzpGHNimNHXKQRcDBZF94jXKmAByKVxkUYgRKFLyUF2maCMoGKmy1xSpyIPQ/uutMWSTnOyUA9Y74NFLM+yivx85Cfxfvhh+CB+JhwkW8gMUfiVWx0JaqD1wqqGid6jBYenxeg87nayUwmJUtRIXci77j99Qoh7XPn24qaWiuTIChlc15Y6BYgmg0z2YRFSDWb6VmW7NpdDzAMDN/zJckwANJalNqqkeZc1z1f11U1GTouxlOpdEZTe9lsRlXmCkE52JnbSVtn53OTqunkMhvR+DHHoYGWr4wHktR6aPZl/Nb84wvbAjRXSS6TWatUll2HmtK5QaeO6cIqsMbKt8rZnAZJptgp9sdc2Uqk04XcLFf8MOy5nmQlwuSEzAw9CBwHk4TpewqEiaSTsDF2Xd+XZNtJpopcbqczKU0b5PMlmWaiP1tsjhXnNjR9Jl99MJfPctar17aqXjHlgDdIva32+Zfj/BugBv5LiL5ZiNpXhzujCg8XFR5OGeUM0hBDlKE9HatgZaq8jzRgGJoUIwl+WALSfkYJSLCOStlxHLcmakEGzzcGP1ULssDGRtWg2j2i0Xn3C2RjuLK9vbIwOZGqpBvpfhRN0ot42GhMTjYa3zf1Iw9u7W1FUTLdyESDybADFxoNdF8+nkPvDP3xLJHkXoYokvDBJliiBD6ogg/2kSQrsvQiOIyssD3EuMz4nmDZhAqPosA+KIwKoCDfAp4qMi4XCXowelDZ/3988vIwjdFcv9OamZqciGqlYuj/nzN1sn8HqwIT+wiKjUBIPuwCEJooT7Q/mrn/bPbYTGPFz2kTucJk1te0yNDB18Z137o/g//XsDnV7DRKQVp3s4Vc3kvRE58wlJI2FciidnwYzySkIxel0CX0OfTS8PllzOgDsy4MXS6kPIpVesbACj4NwyYHCKIbk8A6ZCGVPaRwpvA9iEqMq3sCmL4JcmEQlCBGYaxuIVUVdqLijc8e7O+9+snnn33yiceurB1fWohq+awQiQdcvsWbfssPW/ISbnXrPd4OW4t4EAtiEUfQinEqFkB/ALdFcPdhpQbyVKcSiSMRPAKfw+NJeEsYdWfxYQVBAP97pKCIRyKeIYesCczyhxD9v4zxr+KviDzw9RPtYk7QcOy4E7XqnJ0AX0qstQoZArbveRP16sC24TDx/JHZSHNNN6VZiqwq0nJlYmF5NQUMPKMlNM0KWuVWD38O438IKedUnGV+D++21sCpJdse1GoTIuJIJFtsrVkAjBLxOdcT+ADjrDNn6aqjmly3dCqrcrJcq3cSNvNNz7ItU7Oy/iTk/wYyQY8fRzNoHrjVOujxMfQcuol+bfjLUT0L0HYyICreXCGWumQRCvD2DFAsWSYvimkIhUI+UYBoKZLILzqW9aeABxpYtbC6awOhxqZrmbtgIo7mOrse1hDStmCniRKbhjaOH9t79cZLz4Fmdx7Z3rp44dTJY+vH14+s1txyUKm54+M+xISaz8NR8U0o8U6dLQYKwupjjWBABGFSNOt3VdOV/VF1kiVHuE2cH4zchodsFGNECuuPlAovbjNINZUWQEBIO51We4C/n8KF7lq08SJJ5nzX6p/OU35Wy9qplK172vH0Wtvy/NwiMH6dq9bt39T1nKKZ3vunnnzyi0/Onv8PpmfqSu5HKdc1FFN53TGYrkpO2jJY0GwGzGD2xIT9fs7iLNMs+2d7TAHV5M0KfoQTJ5UqJTVPszdoycr/iqVyjVv+30mouZB5f3TkkSNHpoud/BdU2/RY8oibcuAXjFTKlRWdGc5VnYUh02VHTBzFPCoHun4CFUbVUSAQAKpLRcLoGAAPKsg0w5Ttgw9iJgn+N6LUkkwgaMuEyLCVyRUuanYbnpfxvHrKVnhO8E8AglFPyDiP/bhEtIwFa2j3AeYV8eDwsBPDhd4Pzw8mC5Zrpacy0dwpOHilMAnbU3MbA/zEYDxnmjnVstRfyUylB+Ory6ppqp8f/4RpLouzS0vjg8F4PB4KwO8WqqE+ag1npnLAVUWVCAv+hokgESjONsLWJLTR687OTE5Ux1xbFuF0RBbLvAIbCBIsnj0CnNqqz8ZTSJ0SGBNfwfVyAqIHgH7wfrCH7xGingEnq04Bf/P8IJyuA3dWCVWzeK5m+sC9nJR6/ryactRrSkrBu0y5lbk8RzIa8EI1h/Hc5cwtztPWb6gpV1lfV9yUelVRRvyo8eFfg44+F8/x6ZChkigxNHw7YeoqlymWmw2Q84APkgB/gcKK4+QgANEnMXrt0s2bl17b3r6z367v79fx8gMnLvybEw+cPn24/8npdO7s2Vx6ZBPXP/wx/n2I4yFaQYvDuRLGJ5nIUoAYr4kSLJWlayiup6G7tTRAVHOd5kQ9l9FVFOKAx8kpgQF+0QYGaQFSG2UogHai3oIhbwlgB9wbKPjoJNiHKDZDcMWfnNGtNAhTsbQ1Sp/TbcsL/lQFZv1tyik+pijWsiE4NVAadpZrGr9MZFD0W/1Te4wrBievGYx5+Bkr9UKbKRKTbv8Y4wdVXSdBkjJV47oC6pEOfSAA+V4Hyfpodjjle7aoIIkyNH6TYjElsknF+HfgXgIjvVMZlH5GApZ7pSCJ33XSaef2O2KLL91+5118Pe1+iOI0CttHms2n7q/nOsCdmsNpAQEQlQU0IkxAAoibbAsxhnc4DI7h9YrjeY7rxg7mwU+DaVZ6IlxVujO4Eh7GPQhajU989eTN7Rvvv3zyyleuFqeKxRCyuYL5Vz+xffP7L79/4+pXrvwPOK1Yvh7G8wjQl/egLzV0bDgsYlnyNEIokEgEMUCSpQMkU/nOtAgiBywuOAH5viGmEdIp1zZ1WUI1XBOar42oMHhMxO5VhntxLV34FAdmnezjW1lBa8lveWk4yKa93yKCiMYH5O+51+s9aHC+7cBZZ0tlcFOv7m6rhrrt3ptLuAVSK0G/J1BL1A2QZiJTA77KAHQy8DYOdmuYsrGLTFGGMcGGYcA6wteQTqm+iXRdFBB0ut5qTk+Nqt5epVPxOo5jWzH6hKwD8ImNLPRwQiQ2VAgXAmHVOr1KEjDoqA4Qtt+7dQsHw7TzAycN2zA+CJ307fd+ID5DL+u62euNYCjsY/ium54UljGZdhuT7936ZxkRRO/jh8I+KqiLnKGF7kjds8lHKvGSmKRkQJSSEJoEcRK0C5xK0CVBo2ZwXzQKGLjQqByPm5Zx8TMmM188Nw7u0XpzgTOCuSJ1PtlgXuu3ZxVLVpTeO/NcUm1+WKH/F0nezdEMTc/MG6ZUsF1icAkes60sPZE3bKrYCeJZJdm2JGnEcUd2tRfHLgel0W8PEw74rKsRFSWxrIpilwmwehoxWWYvwBMKlpRrBugDlAWYD13TsCrL6ibsVHmHwzNyXO4C3PjmL3j75eGY6E8a2Bo4d8IyDR3AFZc4k+MVEaaoEwYxkehFpYBXRCXfEa7cCQYdfLWyXDnATz79QK97Fe/c/osN2HlPwefpv3q628XJ33nvb7pd6EoaxvrvQF9LaA1toifFXL0G2fLRaciSopIKPo/RrgKnxKyWAEdA9MHLOWMx4GdXgBOwDYQunD97eu34kSG8aak1O1EVc/ViKjqeuGI85rwCobIchsxakO9Q4ShOsuB1K4xDYi3HHCk5WgMhoEtbGAED9lznoq6NwTwAJZYVLeVmKVEXdaKday8VBU0RpWRKGIGQwcM0Uxw33Rgb7xzhCcf2LJ8ZD3tO9pvVa82DqxAddvcuX4SwSyXsmz2KqVnPQmS2saOUdNtzdMyJ3moUJM1QbObJIbnCNI2pVMcac0Mmm+DzrelTWcgslBCyH0yZy35qM5u/RBlZqlBtglLackBaquAC6Wo8H3YEvOFPwP9TqI7a6OzwVADRCuI2ESIm9JrEyWEpVBXwV96EnSzylYzXx6MM0KqZRtQeb5WL6Xqm5tkaRymc1EbxK4Ys4PFiOnfk6wHgx2jEPKEpJn9iBAn3iJUJ+A+0RGmh9Dn4nu6sdk4DP/tzQH+QvjTL0k4KkPIFsfnPCW27PF8qzZc/3zl9uqOZM0xnmijsfQdQIfwf+s0hH9Uh20cw0jPDk7NiXveMKNlQmUMCZioR8xy7wrAULOqkkqRsIkWRdpCkSOumsbrUbU1P1iuFrGcbSRMMQANLqo4iWTyo6HAvwvLgo3msBDAnHls9incWEZaGxcB7eEFhW0wRmx2mqqzBFYW/91GieEZlJlPxdDGyc4EB9PzC2PTfNxTFUOYBjcL/q/fuTb8t3jE2bfr5xMWg6k+P3c/HHxGaFW56IOQChFEVyYhhJos5TcIw2YMU/YYoYXFVuRZ706bwph3hTeuXN589uvZP/27gBKDffAOLqTkfqPddwiy8CrxGbOJ5AlGDEqWFTruzQAbteI6gz8us0h8s4E7cjroztFyfxBX47w/asWPh17PVavb27UytlvmPkGjSUkKNdIOnJZ0R4rigqsDqmtSmnNME5WJCIamteZzqHVOVVUlM4VFZFE8In9Qpt4/apiTjZ3E180Gmiv1aBpNM7XmNCWKnydr5Szq3RWFf4QoQvJpJCJBGCv4DRLKA6eH6AIhJ/xzkOIVOD9cKDpFoUSJI0jARfFosfLgzx84gw7N4PQiQOfRTk4aNatmtVEpi3UNNpPC4nNCLywkdUVW4V3jgMWkakSiGX8ikqt6pSDe94ITjlWdP95tnvI6ZYM+td7cXpz5mqvUHnKVE8N1Ps0YZXjNb8huJfCE8d7l0rjdxJM6DACi/j5+B7NFAy+gh9JvDL57Fqs4xEmugFDWhKol9FyeomqB7DuZYw1zbR5qFNQtswxAr0vbBZAyZ7ZmQ+VVFF0QUeAxAyV1kIYNYhqh9ohhsoSsSvBltrKyI5VcrD608dH7jzOnjx5aXRO2yOZtpZBrjUa06VoQepb0g8HgSuugDxi1HA4EB4qMZvIQFHy3g0RWxkiAZtuFMJJJ2NLqt3oUTQDD9e40kFxgCjvDvN1MfM8rGLSNVNg6YwyAI0oNUw2AH6eMpIHPMEOf9u0dufCUD29Tx+x7FbvN46gnDeN0op6DJCBg5IwepZcOFe1PiQdM8YDfvHMSnV+C1B6n7HjzkjB9ZhwB4OeeqlCCITHAJwCFY4PMxO9gS7OCqYAfni4VsRsxK3kMs8qBbT5Amj9dTdZJhEXcGIJ0VPDjEJ8m6Ksk/APBGSN+mDNxPEj5ziET++D2ZEnxRFi6DvZ6mjU3AIR7NkX8B+NKr8dqz7rBlYFHHRyIBx/UmyFEYSJMgMijmroIIymij7DhBUIlXnkHG5ACiBdTrD7qLWCx6CfxBG1+DyBmOtbPW5CmVLl24EHnri0oCB6W6+7le5qL09MqtibgPFE2BjL4HfbAA2W8KFpXPQayWwHcJOSNjSHPAS+/N1P8tZ1tcmB941U6N8VTjbiHPj2sQgzg4jQoXRcxrYTxBJWan1FZcYIeMD9CABDEmaI2WqIV3pmKnCvm97e3P7G31Z2U22Ty9u/sbu1nJxabEaUrxEgB4bUBHGgdZhx5TGCQSrDLoLVEYNR2jwGUD0gzPq8Fzrfmtvb2v72XqNA2v2T3dabAjLzNPSRAiyUxSVU0DliXL+UzK51ilYOMy5GSVyWFCT1ApweDFCfm+OcA7HNcT6AnCKKhMlzU6Cv8x9mX4QBEzzQemakAsvWHbBmQWSRqt2TAShliroiu6pgqE5woMn2x4oEKxzLMDXwrfEnwBpY8+twGuo9Hhh/H+vvyzLGqYpVTouzZ0NwLVNaeAaw7imrCYYCUieop6iLwnVmDIcWkXPGwPcYVw5SMVXgWQ7xYkaIFBlBFn7nc77Znpem2smE3/vLKuWEAG38MQW4/EVgThAk6KaAzQhI2WoUEc/mht968SgC1s2XISgZ/HK8C8DE1zdcYlWU7b2TI41sTqufvLvL+uJRhWwasTuUBmtKmbWYthPbDAPhNegMNLPfqzdfbg8IFYK6AgmbNrOpaRBDq/JlYyws2bYo/RTrxaYf0XUlyn0lsU0HwAKhvAvgTfD95++8dvv3371o9/jG+tw+dL5869LfYj3JSHPj2ODLEuAlhhaVgIxeol4Dbwo2fIXdpaKWczx6kA/jwSTtNpQwgKeTJKDiBtRbQNMKFSnhXLBEBFSfwnNy4eEwuKCP44xv/l+ef3XzTU/4R1Kn1MVyDy1P74888yvIDz3+yv/uMPFLHiF/8vA7eZ/hON/G8GXfPbAAB4nI2PTWrDMBCFn2I70OBFuzNdaRdKkBnJUGgOkAN0kX0IxhiMBbavkW2u0nP0Aj1Ln91ZZFOwxDDf/GjmCUCOOwzmY8ivyhtkqJQTvOGmnLLnWznDs4HyFrk5sNOkT8wUy6uZN9hhr5zgEx/KKXu+lDNY/ChvUZgXjIi4osUFHRwtoqGNwBiv7aVzXWwio4eCZk6MekyLH1irOTqghNAfaf8N/qsGftnB8zqy0L9zZOynUxya2oZS7NE+SmAYKue9C+LZulL2mbIGpttFrOWieVW5+FkozvUwtrG3Ir4UEbt28i+pikgAeJxdkOly1DAQhLeX9bE2IdwQbki4CRSPJFljW2VZI3RkszwRbwm2d4uimD9qXd9M92q9Wur3r9XZtGD1f31fTtdY4wY2yJCjQIktKtS4iRPcwilu4w7u4h7u4wEe4hEe4wxP8BTP8Bwv8BKv8BpvcI4LvMU7vMcHfMQnfMYXXOIrvhWSemEbqjrmztClMDE/yLzTsU+yVF5LKQ3VcadjJD8/KVvRkGQetjv2ynkKoT4CnEmhNNoOpLTdOm2nLxTiyV+1tGiNbgafXemRuNhziklSHtMojd9qG6LovBiLhhU5mihsjBJK7U//aTJzNk7EPgvD3lHuSSkd67BQKDm2ueNmoFgoz07yddVy8uFHEp42o9Bm0xKpLPTTPnN+Gq8IjqNu9/nstOlzMYqfbGtpuOsOvoujruiKbJReRyrnEea7+oAOboqmjGRotlAdPC2Z7XoRg3Auuxa2E8UxzqzrOcR8nOJK4x9YhZoCAAABAAH//wAPeJxjYGRgYOABYjEgZmJgBEIDIGYB8xgABa4AX3icY2BgYGQAgisSAhFgOrrdE0YDADTtBVQAAAA=") format("woff"), url("social-logos.ttf?ca7c581eb1e134839c58645725bfa82a") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.social-logo {
  font-family: "social-logos";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Icons */
.social-logo__amazon:before {
  content: "\f600";
}

.social-logo__behance:before {
  content: "\f101";
}

.social-logo__blogger-alt:before {
  content: "\f601";
}

.social-logo__blogger:before {
  content: "\f602";
}

.social-logo__codepen:before {
  content: "\f216";
}

.social-logo__dribbble:before {
  content: "\f201";
}

.social-logo__dropbox:before {
  content: "\f225";
}

.social-logo__eventbrite:before {
  content: "\f603";
}

.social-logo__facebook:before {
  content: "\f203";
}

.social-logo__feed:before {
  content: "\f413";
}

.social-logo__flickr:before {
  content: "\f211";
}

.social-logo__foursquare:before {
  content: "\f226";
}

.social-logo__ghost:before {
  content: "\f61c";
}

.social-logo__github:before {
  content: "\f200";
}

.social-logo__google-alt:before {
  content: "\f102";
}

.social-logo__google-plus-alt:before {
  content: "\f218";
}

.social-logo__google-plus:before {
  content: "\f206";
}

.social-logo__google:before {
  content: "\f103";
}

.social-logo__instagram:before {
  content: "\f215";
}

.social-logo__linkedin:before {
  content: "\f207";
}

.social-logo__mail:before {
  content: "\f410";
}

.social-logo__medium:before {
  content: "\f623";
}

.social-logo__path-alt:before {
  content: "\f604";
}

.social-logo__path:before {
  content: "\f219";
}

.social-logo__pinterest-alt:before {
  content: "\f210";
}

.social-logo__pinterest:before {
  content: "\f209";
}

.social-logo__pocket:before {
  content: "\f224";
}

.social-logo__polldaddy:before {
  content: "\f217";
}

.social-logo__print:before {
  content: "\f469";
}

.social-logo__reddit:before {
  content: "\f222";
}

.social-logo__share:before {
  content: "\f415";
}

.social-logo__skype:before {
  content: "\f220";
}

.social-logo__spotify:before {
  content: "\f515";
}

.social-logo__squarespace:before {
  content: "\f605";
}

.social-logo__stumbleupon:before {
  content: "\f223";
}

.social-logo__telegram:before {
  content: "\f606";
}

.social-logo__tumblr-alt:before {
  content: "\f607";
}

.social-logo__tumblr:before {
  content: "\f214";
}

.social-logo__twitch:before {
  content: "\f516";
}

.social-logo__twitter-alt:before {
  content: "\f202";
}

.social-logo__twitter:before {
  content: "\f610";
}

.social-logo__vimeo:before {
  content: "\f212";
}

.social-logo__whatsapp:before {
  content: "\f608";
}

.social-logo__wordpress:before {
  content: "\f205";
}

.social-logo__xanga:before {
  content: "\f609";
}

.social-logo__youtube:before {
  content: "\f213";
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.icon {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  fill: currentColor;
}

.icon__cnt {
  width: 100%;
  height: 100%;
  background: inherit;
  fill: inherit;
  pointer-events: none;
  /* Do not catch pointer events */
  -webkit-transform: translateX(0);
          transform: translateX(0);
  /* Crisp fix for non-retina */
  -ms-transform: translate(0.5px, -0.3px);
  /* Crisp fix for IE */
}

.icon--m {
  width: 50px;
  height: 50px;
}

.icon--l {
  width: 100px;
  height: 100px;
}

.icon--xl {
  width: 150px;
  height: 150px;
}

.icon--xxl {
  width: 200px;
  height: 200px;
}

.icon__spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.icon--ei-spinner .icon__spinner,
.icon--ei-spinner-2 .icon__spinner {
  -webkit-animation: spin 1s steps(12) infinite;
  animation: spin 1s steps(12) infinite;
}

.icon--ei-spinner-3 .icon__spinner {
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.icon--ei-sc-facebook {
  fill: #3b5998;
}

.icon--ei-sc-github {
  fill: #333;
}

.icon--ei-sc-google-plus {
  fill: #dd4b39;
}

.icon--ei-sc-instagram {
  fill: #3f729b;
}

.icon--ei-sc-linkedin {
  fill: #0976b4;
}

.icon--ei-sc-odnoklassniki {
  fill: #ed812b;
}

.icon--ei-sc-skype {
  fill: #00aff0;
}

.icon--ei-sc-soundcloud {
  fill: #f80;
}

.icon--ei-sc-tumblr {
  fill: #35465c;
}

.icon--ei-sc-twitter {
  fill: #55acee;
}

.icon--ei-sc-vimeo {
  fill: #1ab7ea;
}

.icon--ei-sc-vk {
  fill: #45668e;
}

.icon--ei-sc-youtube {
  fill: #e52d27;
}

.icon--ei-sc-pinterest {
  fill: #bd081c;
}

.icon--ei-sc-telegram {
  fill: #0088cc;
}

/*------------------------------------*  Objects &gt; Grid
\*------------------------------------*/
.o-grid {
  margin: 0 auto;
  max-width: 1200px;
}

.o-grid:after {
  content: '';
  display: table;
  clear: both;
}

@media (min-width: 40em) {
  .o-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.o-grid .o-grid {
  margin-right: -20px;
  margin-left: -20px;
  padding: 0;
}

.o-grid--full {
  max-width: 100vw;
}

.o-grid__col {
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 40em) {
  .o-grid__col {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.o-grid__col--1-3-s {
  width: 33.33333%;
}

.o-grid__col--2-3-s {
  width: 66.66667%;
}

.o-grid__col--1-4-s {
  width: 25%;
}

.o-grid__col--2-4-s {
  width: 50%;
}

.o-grid__col--3-4-s {
  width: 75%;
}

.o-grid__col--4-4-s {
  width: 100%;
}

@media (min-width: 40em) {
  .o-grid__col--1-3-m {
    width: 33.33333%;
  }
  .o-grid__col--2-3-m {
    width: 66.66667%;
  }
  .o-grid__col--1-4-m {
    width: 25%;
  }
  .o-grid__col--2-4-m {
    width: 50%;
  }
  .o-grid__col--3-4-m {
    width: 75%;
  }
  .o-grid__col--4-4-m {
    width: 100%;
  }
}

@media (min-width: 64em) {
  .o-grid__col--1-3-l {
    width: 33.33333%;
  }
  .o-grid__col--2-3-l {
    width: 66.66667%;
  }
  .o-grid__col--1-4-l {
    width: 25%;
  }
  .o-grid__col--2-4-l {
    width: 50%;
  }
  .o-grid__col--3-4-l {
    width: 75%;
  }
  .o-grid__col--4-4-l {
    width: 100%;
  }
}

.o-grid__col--full {
  width: 100%;
}

.o-grid__col--grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.o-grid__col--center {
  margin: 0 auto;
  -webkit-box-flex: initial;
      -ms-flex-positive: initial;
          flex-grow: initial;
}

.o-grid__col--end {
  margin-left: auto;
}

/*------------------------------------*  Objects &gt; Wrapper
\*------------------------------------*/
/**
 * Sticky footer
 */
.c-off-canvas-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-off-canvas-container .o-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

/*------------------------------------*  Objects &gt; Plain List
\*------------------------------------*/
.o-plain-list, .c-nav ul, .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*------------------------------------*  Components &gt; Header
\*------------------------------------*/
.c-header {
  padding: 32px 0;
}

@media (min-width: 40em) {
  .c-header {
    padding: 48px 0;
  }
}

@media (min-width: 64em) {
  .c-header {
    padding: 64px 0;
  }
}

.c-header h1 {
  margin-bottom: 0;
}

/*------------------------------------*  Components &gt; Logo
\*------------------------------------*/
.c-logo-link {
  display: block;
  color: #DB3334;
  font-family: Georgia, serif;
  font-size: 24px;
  transition: color 500ms ease-in-out;
}

@media (min-width: 40em) {
  .c-logo-link {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 32px;
    font-size: 36px;
  }
}

.c-logo-link:hover, .c-logo-link:active, .c-logo-link:focus {
  color: #000000;
}

.c-logo {
  width: auto;
  max-height: 32px;
}

@media (min-width: 40em) {
  .c-logo {
    margin: 0 auto;
    max-height: 96px;
  }
}

@media (min-width: 64em) {
  .c-logo {
    max-height: 128px;
  }
}

/*------------------------------------*  Components &gt; Site Navigation
\*------------------------------------*/
@media (min-width: 40em) {
  .c-nav {
    position: relative;
    z-index: 1;
    display: inline-block;
    line-height: 1;
    background-color: #FFFFFF;
    padding: 0px 32px;
  }
  .c-nav-wrap {
    text-align: center;
  }
  .c-nav-wrap:after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #EBF1F8;
    width: 100%;
    top: 50%;
    left: 0px;
  }
}

.c-nav .menu-item {
  position: relative;
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
}

.rtl .c-nav .menu-item {
  letter-spacing: unset;
}

@media (min-width: 40em) {
  .c-nav .menu-item:not(:last-child) {
    margin-right: 8px;
  }
}

@media (min-width: 64em) {
  .c-nav .menu-item:not(:last-child) {
    margin-right: 16px;
  }
}

@media (min-width: 40em) {
  .c-nav .menu-item {
    display: inline-block;
  }
}

.c-nav .menu-item.current_page_item a {
  color: #DB3334;
}

.home .c-nav .menu-item.current_page_item a:not(:hover) {
  color: #222222;
}

@media (min-width: 40em) {
  .c-nav ul li {
    display: inline-block;
  }
}

@media (max-width: 39.99em) {
  .c-nav .sub-menu {
    padding-right: 0;
    padding-left: 16px;
  }
}

@media (min-width: 40em) {
  .c-nav .menu-item-has-children &gt; a {
    padding-right: 12px;
  }
  .c-nav .menu-item-has-children &gt; a:after {
    content: '';
    position: absolute;
    top: 2px;
    left: auto;
    right: 0;
    width: 6px;
    height: 6px;
    border: solid #222222;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .c-nav .menu-item-has-children:hover &gt; .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .c-nav .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 32px;
    left: 0;
    right: auto;
    z-index: 1000;
    min-width: 220px;
    text-align: left;
    background-color: #FFFFFF;
    transition: opacity 500ms;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(93, 115, 141, 0.25);
    padding: 8px 24px;
  }
}

@media (min-width: 40em) and (min-width: 40em) {
  .c-nav .sub-menu:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-color: #FFFFFF;
    position: absolute;
    top: -7px;
    left: 24px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@media (min-width: 40em) {
  .c-nav .sub-menu .menu-item {
    display: block;
    margin-right: 0;
  }
  .c-nav .sub-menu .menu-item:not(:last-child) {
    border-bottom: 1px solid #EBF1F8;
  }
  .c-nav .sub-menu .menu-item.menu-item-has-children &gt; a:after {
    right: auto;
    left: auto;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(-45deg) translate(0, -50%);
            transform: rotate(-45deg) translate(0, -50%);
  }
  .c-nav .sub-menu .menu-item a {
    display: block;
    color: #5D738D;
    font-weight: 400;
  }
  .rtl .c-nav .sub-menu .menu-item a {
    font-weight: 700;
  }
  .c-nav .sub-menu .menu-item a:hover, .c-nav .sub-menu .menu-item a:active, .c-nav .sub-menu .menu-item a:focus {
    color: #DB3334;
  }
  .c-nav .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    border-left: 1px solid #EBF1F8;
    box-shadow: 0 10px 70px 10px rgba(93, 115, 141, 0.2);
    padding: 4px 24px;
  }
}

@media (min-width: 40em) and (min-width: 40em) {
  .c-nav .sub-menu .sub-menu:before {
    display: none;
  }
}

.c-nav a {
  padding: 16px 0;
  transition: 500ms;
  font-weight: 500;
}

.rtl .c-nav a {
  font-weight: 700;
}

@media (max-width: 39.99em) {
  .c-nav a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #EBF1F8;
  }
}

.c-nav a:hover, .c-nav a:active, .c-nav a:focus {
  color: #DB3334;
  text-decoration: none;
}

/*------------------------------------*  Components &gt; Social Icons / Footer
\*------------------------------------*/
.c-social-icons {
  text-align: center;
}

@media (min-width: 40em) {
  .c-social-icons {
    text-align: right;
  }
}

.c-social-icons li {
  display: inline-block;
}

.c-social-icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #5D738D;
  transition: 500ms;
}

.c-social-icons a:hover, .c-social-icons a:active, .c-social-icons a:focus {
  color: #DB3334;
}

.c-social-icons a:before {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  content: '-';
  font-family: social-logos;
  font-size: 18px;
  text-decoration: inherit;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-social-icons a[href*='amazon.com']:before {
  content: '\f600';
}

.c-social-icons a[href*='behance.com']:before {
  content: '\f101';
}

.c-social-icons a[href*='blogger.com']:before {
  content: '\f602';
}

.c-social-icons a[href*='codepen.com']:before {
  content: '\f216';
}

.c-social-icons a[href*='dribbble.com']:before {
  content: '\f201';
}

.c-social-icons a[href*='dropbox.com']:before {
  content: '\f225';
}

.c-social-icons a[href*='eventbrite.com']:before {
  content: '\f603';
}

.c-social-icons a[href*='facebook.com']:before {
  content: '\f203';
}

.c-social-icons a[href*='flickr.com']:before {
  content: '\f211';
}

.c-social-icons a[href*='foursquare.com']:before {
  content: '\f226';
}

.c-social-icons a[href*='ghost.org']:before {
  content: '\f61c';
}

.c-social-icons a[href*='github.com']:before {
  content: '\f200';
}

.c-social-icons a[href*='plus.google.com']:before {
  content: '\f218';
}

.c-social-icons a[href*='google.com']:before {
  content: '\f103';
}

.c-social-icons a[href*='instagram.com']:before {
  content: '\f215';
}

.c-social-icons a[href*='linkedin.com']:before {
  content: '\f207';
}

.c-social-icons a[href*='mailto:']:before {
  content: '\f410';
}

.c-social-icons a[href$='/feed/']:before {
  content: "\f413";
}

.c-social-icons a[href*='medium.com']:before {
  content: '\f623';
}

.c-social-icons a[href*='path.com']:before {
  content: '\f219';
}

.c-social-icons a[href*='pinterest.com']:before {
  content: '\f209';
}

.c-social-icons a[href*='pocket.com']:before {
  content: '\f224';
}

.c-social-icons a[href*='polldaddy.com']:before {
  content: '\f217';
}

.c-social-icons a[href*='reddit.com']:before {
  content: '\f222';
}

.c-social-icons a[href*='skype.com']:before {
  content: '\f220';
}

.c-social-icons a[href*='spotify.com']:before {
  content: '\f515';
}

.c-social-icons a[href*='squarespace.com']:before {
  content: '\f605';
}

.c-social-icons a[href*='stumbleupon.com']:before {
  content: '\f223';
}

.c-social-icons a[href*='telegram.com']:before {
  content: '\f606';
}

.c-social-icons a[href*='tumblr.com']:before {
  content: '\f214';
}

.c-social-icons a[href*='twitch.com']:before {
  content: '\f516';
}

.c-social-icons a[href*='twitter.com']:before {
  content: '\f202';
}

.c-social-icons a[href*='vimeo.com']:before {
  content: '\f212';
}

.c-social-icons a[href*='whatsapp.com']:before {
  content: '\f608';
}

.c-social-icons a[href*='wordpress.com']:before,
.c-social-icons a[href*='wordpress.org']:before {
  content: '\f205';
}

.c-social-icons a[href*='xanga.com']:before {
  content: '\f609';
}

.c-social-icons a[href*='youtube.com']:before {
  content: '\f213';
}

/*------------------------------------*  Components &gt; Post Hero
\*------------------------------------*/
.c-post-hero__media {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  background-color: #F6F9FC;
}

@media (min-width: 64em) {
  .c-post-hero__media {
    margin-right: -40px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
}

.c-post-hero__media .wp-post-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all 500ms ease-in-out;
  opacity: 0;
}

.c-post-hero__media .wp-post-image.is-inview {
  opacity: 1;
}

.c-post-hero__content {
  text-align: center;
  background-color: #F6F9FC;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #EBF1F8;
  padding: 24px;
}

@media (min-width: 64em) {
  .c-post-hero__content {
    text-align: left;
  }
}

@media (min-width: 64em) {
  .c-post-hero__content {
    padding: 32px 40px 32px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    height: 100%;
    border-width: 1px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-color: #EBF1F8 #EBF1F8 #EBF1F8 #FFFFFF;
  }
}

.c-post-hero__content--raw {
  border-width: 1px;
  border-color: #EBF1F8;
  text-align: center;
}

.c-post-hero__content--raw .c-post-hero__title {
  margin: 0 auto;
  max-width: 60%;
}

.c-post-hero__date {
  margin-top: 4px;
  font-size: 12px;
  color: #5D738D;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.rtl .c-post-hero__date {
  letter-spacing: unset;
}

.c-post-hero__title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}

@media (min-width: 40em) {
  .c-post-hero__title {
    font-size: 28px;
  }
}

@media (min-width: 64em) {
  .c-post-hero__title {
    font-size: 36px;
    margin-top: auto;
  }
}

/*------------------------------------*  Components &gt; Search
\*------------------------------------*/
.c-search {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 80px;
  background: #FFFFFF;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
  transition: opacity 250ms cubic-bezier(0.8, 0, 0.55, 0.94), z-index 250ms step-end, -webkit-transform 250ms cubic-bezier(0.694, 0, 0.335, 1);
  transition: transform 250ms cubic-bezier(0.694, 0, 0.335, 1), opacity 250ms cubic-bezier(0.8, 0, 0.55, 0.94), z-index 250ms step-end;
  transition: transform 250ms cubic-bezier(0.694, 0, 0.335, 1), opacity 250ms cubic-bezier(0.8, 0, 0.55, 0.94), z-index 250ms step-end, -webkit-transform 250ms cubic-bezier(0.694, 0, 0.335, 1);
}

@media (min-width: 40em) {
  .c-search {
    padding-top: 64px;
  }
}

.c-search.is-active {
  z-index: 10;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: opacity 250ms cubic-bezier(0.8, 0, 0.55, 0.94), z-index 250ms step-start, -webkit-transform 250ms cubic-bezier(0.8, 0, 0.55, 0.94);
  transition: transform 250ms cubic-bezier(0.8, 0, 0.55, 0.94), opacity 250ms cubic-bezier(0.8, 0, 0.55, 0.94), z-index 250ms step-start;
  transition: transform 250ms cubic-bezier(0.8, 0, 0.55, 0.94), opacity 250ms cubic-bezier(0.8, 0, 0.55, 0.94), z-index 250ms step-start, -webkit-transform 250ms cubic-bezier(0.8, 0, 0.55, 0.94);
}

.c-search__form {
  position: relative;
  margin-left: 16px;
  padding-right: 16px;
}

.c-search__icon {
  position: absolute;
  top: 14px;
  left: 16px;
  fill: #5D738D;
  width: 32px;
  height: 32px;
}

.c-search__input[type='search'] {
  width: 100%;
  outline: none;
  margin-bottom: 16px;
  padding-left: 56px;
  font-size: 18px;
  border: 0;
  border-radius: 2px;
  background-color: #F6F9FC;
}

.c-search__input[type='search']::-webkit-input-placeholder {
  opacity: 1;
  color: #5D738D;
}

.c-search__input[type='search']:-ms-input-placeholder {
  opacity: 1;
  color: #5D738D;
}

.c-search__input[type='search']::placeholder {
  opacity: 1;
  color: #5D738D;
}

@media (min-width: 40em) {
  .c-search__input[type='search'] {
    font-size: 24px;
  }
}

.c-search__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 16px;
  right: 32px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  border-radius: 100%;
  background-color: #F6F9FC;
}

@media (min-width: 40em) {
  .c-search__close {
    top: 32px;
  }
}

.c-search__close .icon {
  fill: #5D738D;
  transition: 500ms;
}

.c-search__close:hover .icon {
  fill: #222222;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*------------------------------------*  Components &gt; Search Toggle Icon
\*------------------------------------*/
.c-search-toggle {
  cursor: pointer;
}

@media (max-width: 39.99em) {
  .c-search-toggle {
    margin-top: 16px;
  }
}

.c-search-toggle__icon {
  vertical-align: middle;
  transition: 500ms;
}

.c-search-toggle__icon:hover, .c-search-toggle__icon:active, .c-search-toggle__icon:focus {
  fill: #DB3334;
}

/*------------------------------------*  Components &gt; Off Canvas
\*------------------------------------*/
.c-off-canvas-toggle {
  position: absolute;
  top: 40px;
  right: 24px;
  z-index: 10;
  height: 24px;
  width: 24px;
  cursor: pointer;
}

@media (min-width: 40em) {
  .c-off-canvas-toggle {
    display: none;
  }
}

.c-off-canvas-toggle__icon {
  position: absolute;
  left: 0;
  height: 1px;
  width: 25px;
  background: #000000;
  cursor: pointer;
}

.c-off-canvas-toggle__icon:before, .c-off-canvas-toggle__icon:after {
  content: '';
  display: block;
  height: 100%;
  background-color: inherit;
  transition: 500ms;
}

.c-off-canvas-toggle__icon:before {
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
}

.c-off-canvas-toggle__icon:after {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}

.c-off-canvas-toggle--close .c-off-canvas-toggle__icon {
  height: 2px;
  background-color: transparent;
}

.c-off-canvas-toggle--close .c-off-canvas-toggle__icon:before, .c-off-canvas-toggle--close .c-off-canvas-toggle__icon:after {
  position: relative;
  visibility: visible;
  background: #000000;
}

.c-off-canvas-toggle--close .c-off-canvas-toggle__icon:before {
  top: 11px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-off-canvas-toggle--close .c-off-canvas-toggle__icon:after {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 39.99em) {
  .c-off-canvas-toggle--close {
    top: 24px;
    right: 40px;
  }
}

html,
body {
  overflow-x: hidden;
}

@media (min-width: 40em) {
  .c-off-canvas-content {
    position: relative;
  }
}

@media (max-width: 39.99em) {
  .c-off-canvas-content {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 300px;
    height: 100vh;
    overflow-y: auto;
    padding: 40px;
    background-color: #FFFFFF;
    -webkit-transform: translate3d(300px, 0, 0);
            transform: translate3d(300px, 0, 0);
  }
}

@media screen and (max-width: 39.99em) and (-ms-high-contrast: active), (max-width: 39.99em) and (-ms-high-contrast: none) {
  .c-off-canvas-content.is-active {
    right: 300px;
  }
}

@media (max-width: 39.99em) {
  .c-off-canvas-container {
    -webkit-perspective: 1000;
    transition: -webkit-transform 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88);
    transition: transform 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88);
    transition: transform 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88), -webkit-transform 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88);
  }
  .c-off-canvas-container.is-active {
    -webkit-transform: translate3d(-300px, 0, 0);
            transform: translate3d(-300px, 0, 0);
  }
  .c-off-canvas-container.is-active:after {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
  }
}

/*------------------------------------*  Components &gt; Post Card
\*------------------------------------*/
.c-post-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}

.c-post-card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-post-card__media {
  overflow: hidden;
  background-color: #F6F9FC;
}

.c-post-card__image {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 2px;
  transition: all 500ms ease-in-out;
}

.c-post-card__image.js-fadein {
  opacity: 0;
}

.c-post-card__image.is-inview {
  opacity: 1;
}

.c-post-card__image:before {
  transition: 500ms;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-color: #000000;
  opacity: 0;
}

.c-post-card__image:after {
  display: block;
  content: '';
  width: 100%;
  padding-bottom: 75%;
}

.c-post-card__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-post-card__content--raw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 32px;
  background-color: #F6F9FC;
}

.c-post-card__tags {
  float: left;
  padding-left: 8px;
  margin-top: 16px;
  margin-bottom: 12px;
  border-left: 2px solid #DB3334;
  line-height: 1;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.rtl .c-post-card__tags {
  letter-spacing: unset;
}

.c-post-card__tags a {
  text-transform: uppercase;
  color: #DB3334;
  margin-right: 4px;
  margin-left: 4px;
}

.c-post-card__tags a:first-child {
  margin-left: 0;
}

.c-post-card__tags a:hover, .c-post-card__tags a:active, .c-post-card__tags a:focus {
  text-decoration: underline;
}

.c-post-card__share-icon {
  width: 20px;
  height: 20px;
  vertical-align: top;
}

.c-post-card__title-link {
  border-bottom: 1px solid transparent;
  transition: border-bottom 500ms ease-in-out;
}

.c-post-card__title {
  clear: both;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 700;
  word-break: break-word;
  transition: 500ms;
}

.c-post-card__meta {
  line-height: 1;
  font-size: 12px;
  color: #5D738D;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.rtl .c-post-card__meta {
  letter-spacing: unset;
}

.c-post-card__author {
  display: inline-block;
}

.c-post-card__author a {
  color: #5D738D;
}

.c-post-card__author a:hover, .c-post-card__author a:active, .c-post-card__author a:focus {
  color: #222222;
}

.c-post-card__author:before {
  content: '/';
  display: inline-block;
  padding-left: 4px;
  margin-right: 8px;
}

.c-post-card--featured__icon {
  display: none;
  position: absolute;
  bottom: 16px;
  left: 16px;
  fill: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.05);
}

.sticky .c-post-card--featured__icon {
  display: block;
}

.c-post-card:hover .c-post-card__image, .c-post-card:active .c-post-card__image, .c-post-card:focus .c-post-card__image {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.c-post-card:hover .c-post-card__image:before, .c-post-card:active .c-post-card__image:before, .c-post-card:focus .c-post-card__image:before {
  opacity: .1;
}

.c-post-card:hover .c-post-card__title-link, .c-post-card:active .c-post-card__title-link, .c-post-card:focus .c-post-card__title-link {
  color: #222222;
  border-bottom: 1px solid #222222;
}

@media (min-width: 64em) {
  .c-post-card--half .c-post-card__image:after {
    padding-bottom: 118%;
  }
}

@media (min-width: 64em) {
  .c-post-card--first .c-post-card__image:after {
    padding-bottom: 56.25%;
  }
}

/*------------------------------------*  Components &gt; Sidebar
\*------------------------------------*/
.c-sidebar {
  margin-bottom: 32px;
}

/*------------------------------------*  Components &gt; Teaser
\*------------------------------------*/
.c-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding-left: 16px;
  padding-top: 24px;
}

.c-teaser:first-of-type {
  padding-top: 0;
}

.c-teaser:not(:last-child) {
  padding-bottom: 24px;
  border-bottom: 1px solid #EBF1F8;
}

.c-teaser:before {
  counter-increment: widget;
  content: counter(widget) ". ";
  position: relative;
  left: -16px;
  font-size: 18px;
  font-style: italic;
  font-family: Georgia, serif;
  font-weight: 700;
  color: #DB3334;
}

.c-teaser__media {
  margin-left: 16px;
  background-color: #F6F9FC;
}

.c-teaser__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-teaser__image {
  display: block;
  width: 64px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #F6F9FC;
  border-radius: 2px;
}

.c-teaser__image.js-fadein {
  opacity: 0;
}

.c-teaser__image.is-inview {
  opacity: 1;
}

.c-teaser__title {
  display: inline;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: border-bottom 500ms ease-in-out;
}

.c-teaser__date {
  display: block;
  line-height: 1;
  font-size: 12px;
  font-weight: 400;
  color: #5D738D;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 8px;
}

.rtl .c-teaser__date {
  letter-spacing: unset;
}

.c-teaser:hover, .c-teaser:active, .c-teaser:focus {
  color: #222222;
}

.c-teaser:hover .c-teaser__title, .c-teaser:active .c-teaser__title, .c-teaser:focus .c-teaser__title {
  border-bottom: 1px solid #222222;
}

/*------------------------------------*  Components &gt; Widget
\*------------------------------------*/
.c-widget ul {
  margin-bottom: 0;
  list-style: none;
}

.c-widget ul:not(.children) {
  margin-left: 0;
}

.c-widget ul li {
  position: relative;
  font-size: 14px;
  padding-bottom: 4px;
  margin-bottom: 4px;
}

.c-widget ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.c-widget ul li .sub-menu {
  padding-left: 8px;
}

.c-widget ul li .post-count {
  position: absolute;
  top: 8px;
  right: 0;
  left: auto;
  font-size: 12px;
}

.c-widget ul li:first-child a {
  padding-top: 0;
}

.c-widget ul li:last-child a {
  padding-bottom: 0;
}

.c-widget iframe {
  display: block !important;
}

.c-widget p {
  font-size: 14px;
}

.c-widget p:last-child {
  margin-bottom: 0;
}

.c-widget .wp-caption.alignnone {
  margin: 0;
  margin-bottom: 8px;
}

.c-widget .rss-date,
.c-widget .post-date {
  font-size: 14px;
  display: block;
  color: #5D738D;
}

.textwidget {
  font-size: 14px;
}

.textwidget p:empty {
  display: none;
}

.textwidget img {
  width: 100%;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search-form label {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
}

.search-form .search-submit {
  position: relative;
  left: -1px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.widget_rss ul li {
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.widget_rss ul li a {
  display: block;
  font-weight: 500;
}

.widget_rss .rss-widget-icon {
  display: inline-block;
  margin-right: 4px;
}

.widget_rss .rssSummary {
  margin-top: 4px;
}

.widget_recent_comments .recentcomments a,
.widget_recent_comments .recentcomments .comment-author-link {
  font-weight: 500;
}

.c-widget--sidebar {
  padding: 32px;
  border-left: 1px solid #EBF1F8;
  border-right: 1px solid #EBF1F8;
  border-bottom: 1px solid #EBF1F8;
  counter-reset: widget;
}

@media (max-width: 39.99em) {
  .c-widget--sidebar {
    padding: 32px;
    border-right: 1px solid #EBF1F8;
  }
}

@media (min-width: 64em) {
  .c-widget--sidebar {
    padding: 40px;
  }
}

@media (max-width: 39.99em) {
  .c-widget--sidebar:first-child {
    border-top: 1px solid #EBF1F8;
  }
}

.c-widget--sidebar__title {
  margin-bottom: 24px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}

.rtl .c-widget--sidebar__title {
  letter-spacing: unset;
  font-weight: 700;
}

.c-widget--footer {
  margin-bottom: 32px;
}

.c-widget--footer__title {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.rtl .c-widget--footer__title {
  letter-spacing: unset;
  font-weight: 700;
}

.c-widget--footer a {
  color: #5D738D;
}

.c-widget--footer a:hover, .c-widget--footer a:active, .c-widget--footer a:focus {
  color: #DB3334;
}

.c-widget--footer table,
.c-widget--footer th,
.c-widget--footer td {
  border: 1px solid #5D738D;
}

.c-widget--footer .textwidget {
  color: #5D738D;
}

/*------------------------------------*  Components &gt; Widge Author
\*------------------------------------*/
.c-widget-author {
  text-align: center;
}

.c-widget-author__media {
  margin-bottom: 16px;
}

.c-widget-author .avatar {
  margin: 0 auto;
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 100%;
  border: 4px solid #F6F9FC;
}

.c-widget-author__title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.c-widget-author__bio {
  margin-bottom: 0;
  margin-top: 8px;
  font-size: 14px;
}

/*------------------------------------*  Components &gt; Widget Instagram
\*------------------------------------*/
.c-widget-instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-widget-instagram__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 33%;
          flex: 1 33%;
  border: 1px solid #FFFFFF;
}

.c-widget-instagram__image {
  border-radius: 2px;
}

/*------------------------------------*  Components &gt; Post
\*------------------------------------*/
.c-post {
  padding-top: 32px;
  margin-bottom: 32px;
}

/*------------------------------------*  Components &gt; Content
\*------------------------------------*/
.c-content {
  overflow: hidden;
  margin-bottom: 32px;
  font-family: Georgia, serif;
}

.c-content a:not(.c-btn) {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
}

.c-content a:not(.c-btn):hover, .c-content a:not(.c-btn):active, .c-content a:not(.c-btn):focus {
  color: #DB3334;
}

.c-content p,
.c-content dd,
.c-content ol,
.c-content ul {
  font-size: 18px;
}

.c-content blockquote p {
  font-size: 20px;
}

.c-content h1,
.c-content h2,
.c-content h3,
.c-content h4,
.c-content h5,
.c-content h6 {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
}

.c-content h1:not(:first-child),
.c-content h2:not(:first-child),
.c-content h3:not(:first-child),
.c-content h4:not(:first-child),
.c-content h5:not(:first-child),
.c-content h6:not(:first-child) {
  margin-top: 40px;
}

.c-content address:last-child, .c-content h1:last-child, .c-content h2:last-child, .c-content h3:last-child, .c-content h4:last-child, .c-content h5:last-child, .c-content h6:last-child, .c-content blockquote:last-child, .c-content p:last-child, .c-content pre:last-child, .c-content dl:last-child, .c-content ol:last-child, .c-content ul:last-child, .c-content figure:last-child, .c-content hr:last-child, .c-content table:last-child, .c-content fieldset:last-child {
  margin-bottom: 0;
}

.c-content dd,
.c-content ol,
.c-content ul {
  -webkit-padding-start: 4px;
}

/*------------------------------------*  Components &gt; Dropcap
\*------------------------------------*/
body:not(.rtl) .c-content &gt; p:first-child::first-letter {
  float: left;
  height: 42px;
  margin-top: 6px;
  margin-right: 8px;
  font-size: 58px;
  line-height: 42px;
  font-style: normal;
  font-weight: 400;
}

body:not(.rtl) .c-content &gt; p:first-child::after {
  content: '';
  display: table;
  clear: both;
}

/*------------------------------------*  Components &gt; Tags
\*------------------------------------*/
.c-tags a {
  display: inline-block;
  padding: 4px 16px;
  margin: 0 8px 8px 0;
  color: #5D738D;
  border: 1px solid #EBF1F8;
  font-size: 14px;
  background-color: #FFFFFF;
}

.c-tags a:hover, .c-tags a:active, .c-tags a:focus {
  color: #DB3334;
  text-decoration: none;
}

@media (max-width: 39.99em) {
  .c-tags {
    margin-bottom: 16px;
  }
}

/*------------------------------------*  Components &gt; Categories
\*------------------------------------*/
.c-categories {
  margin-top: 16px;
}

.c-categories a {
  display: inline-block;
  padding: 4px 16px;
  margin: 0 8px 8px 0;
  color: #5D738D;
  border: 1px solid #EBF1F8;
  font-size: 14px;
  background-color: #FFFFFF;
}

.c-categories a:hover, .c-categories a:active, .c-categories a:focus {
  color: #DB3334;
  text-decoration: none;
}

/*------------------------------------*  Components &gt; Author
\*------------------------------------*/
.c-author {
  padding: 32px;
  margin-bottom: 32px;
  background-color: #F6F9FC;
  border: 1px solid #EBF1F8;
}

@media (max-width: 39.99em) {
  .c-author {
    text-align: center;
  }
}

@media (min-width: 40em) {
  .c-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 39.99em) {
  .c-author__media {
    margin-bottom: 16px;
  }
}

@media (min-width: 40em) {
  .c-author__media {
    margin-right: 20px;
  }
}

.c-author .avatar {
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 100%;
  border: 4px solid #FFFFFF;
}

@media (max-width: 39.99em) {
  .c-author .avatar {
    margin: 0 auto;
  }
}

@media (min-width: 40em) {
  .c-author__content {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
}

.c-author__title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.c-author__bio {
  font-size: 14px;
  margin-top: 8px;
}

@media (min-width: 40em) {
  .c-author__bio {
    margin-bottom: 0;
  }
}

/*------------------------------------*  Components &gt; Archive
\*------------------------------------*/
.c-archive {
  padding: 32px;
  margin-bottom: 32px;
  background-color: #F6F9FC;
  border: 1px solid #EBF1F8;
}

.c-archive__title {
  margin-bottom: 0;
  font-size: 18px;
}

.c-archive__description {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 14px;
}

/*------------------------------------*  Components &gt; Related
\*------------------------------------*/
.c-related {
  padding: 32px 0 0;
  background-color: #F6F9FC;
  margin-bottom: -32px;
}

@media (min-width: 64em) {
  .c-related {
    padding: 64px 0 48px 0;
  }
}

.c-related__title {
  padding-bottom: 0;
  margin-bottom: 32px;
  text-align: center;
  font-size: 18px;
  font-family: Georgia, serif;
}

@media (min-width: 64em) {
  .c-related__title {
    margin-bottom: 48px;
    font-size: 24px;
  }
}

.c-related .c-post-card {
  padding: 16px 16px 24px 16px;
  background-color: #FFFFFF;
  border: 1px solid #EBF1F8;
  border-radius: 2px;
}

/*------------------------------------*  WordPress &gt; AJAX Pagination
\*------------------------------------*/
.c-ajax-pagination {
  margin-top: 32px;
  margin-bottom: 32px;
}

/*------------------------------------*  Components &gt; Footer
\*------------------------------------*/
.c-footer {
  margin-top: 32px;
  padding: 32px 0 16px 0;
  border-top: 1px solid #EBF1F8;
  background-color: #FFFFFF;
}

.c-footer__top {
  margin-top: 32px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EBF1F8;
}

@media (min-width: 64em) {
  .c-footer__top {
    margin-top: 48px;
  }
}

.c-footer__copyright {
  color: #5D738D;
  font-size: 12px;
}

@media (min-width: 40em) {
  .c-footer__copyright {
    padding: 5px 0;
  }
}

.c-footer__copyright a {
  color: #5D738D;
}

.c-footer__copyright a:hover, .c-footer__copyright a:active, .c-footer__copyright a:focus {
  color: #DB3334;
}

@media (max-width: 39.99em) {
  .c-footer__copyright {
    text-align: center;
    margin-bottom: 8px;
  }
}

/*------------------------------------*  Components &gt; Comments
\*------------------------------------*/
#comments {
  padding: 40px;
  margin-top: 40px;
  background: #F6F9FC;
}

#comments &gt; h4 {
  margin-bottom: 24px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}

.rtl #comments &gt; h4 {
  letter-spacing: unset;
}

.comments-title {
  padding-bottom: 16px;
  margin-top: 16px;
  margin-bottom: 0;
  border-bottom: 1px solid #EBF1F8;
}

.comment-list {
  margin-bottom: 40px;
}

.comment-body {
  overflow: hidden;
}

.comment {
  background: #FFFFFF;
  padding: 24px;
  border-radius: 2px;
}

.comment:not(:last-child) {
  border-bottom: 1px solid #EBF1F8;
}

.comment .children {
  list-style: none;
}

.comment .reply {
  margin-top: 16px;
  margin-left: 64px;
}

.comment .comment-respond {
  margin-top: 32px;
}

.comment-meta {
  font-size: 14px;
  margin-bottom: 8px;
}

.comment-author .avatar {
  float: left;
  position: relative;
  margin-right: 16px;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 4px solid #F6F9FC;
}

.comment-author .says {
  display: none;
}

.bypostauthor .fn:after {
  content: ' âœ¯';
}

.comment-metadata,
.comment-metadata time,
.pingback .edit-link {
  font-size: 12px;
  color: #5D738D;
}

.comment-metadata .edit-link,
.pingback .edit-link {
  display: inline-block;
}

.comment-content,
.pingback .comment-body {
  font-size: 16px;
}

.comment-content {
  overflow: hidden;
}

.comment-content p,
.comment-content ul,
.comment-content ol,
.comment-content dl {
  margin-bottom: 16px;
  font-size: 14px;
}

.comment-content p:last-child,
.comment-content ul:last-child,
.comment-content ol:last-child,
.comment-content dl:last-child {
  margin-bottom: 0;
}

.comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.comment-form label {
  display: block;
  font-size: 14px;
  color: #5D738D;
}

.comment-form .form-submit {
  margin-bottom: 0;
}

.comment-form-comment, .comment-form-url, .comment-form-author, .comment-form-email,
.comment-form .comment-form-cookies-consent,
.comment-form .form-submit {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

@media (min-width: 64em) {
  .comment-form-author {
    padding-right: 24px;
  }
  .comment-form-author, .comment-form-email {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

.comment-form-comment label {
  display: none;
}

.comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-form-cookies-consent label {
  margin-left: 8px;
}

.form-allowed-tags code {
  font-family: Courier, monospace;
}

.comment-reply-title {
  margin-bottom: 24px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}

.rtl .comment-reply-title {
  letter-spacing: unset;
}

.comment-reply-title small {
  float: right;
}

.logged-in-as,
.comment-notes {
  display: none;
  font-size: 14px;
}

.comment-awaiting-moderation {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  font-style: italic;
  color: #DB3334;
}

.no-comments {
  margin: 0;
  padding-top: 16px;
}

@media (min-width: 64em) {
  .no-comments {
    padding-top: 16px;
  }
}

.comment-navigation {
  margin-top: 16px;
}

/*------------------------------------*  WordPress &gt; Accessibility
\*------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  clip: auto !important;
  padding: 16px;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  display: block;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
  color: #DB3334;
  background-color: #FFFFFF;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/*------------------------------------*  Components &gt; Calendar
\*------------------------------------*/
.calendar_wrap table {
  margin: 0;
  font-size: 14px;
}

.calendar_wrap table,
.calendar_wrap thead th,
.calendar_wrap tfoot td {
  border: 0;
}

.calendar_wrap tbody td {
  text-align: center;
}

.calendar_wrap tbody td#today,
.calendar_wrap tbody td a {
  font-weight: 700;
}

.calendar_wrap tbody .pad {
  background: none;
}

/*------------------------------------*  WordPress &gt; Align
\*------------------------------------*/
.aligncenter {
  margin: 0 auto;
}

.alignright {
  float: right;
  margin-left: 24px;
}

.alignleft {
  float: left;
  margin-right: 24px;
}

/*------------------------------------*  Content Width specific classes
  http://codex.wordpress.org/Content_Width
\*------------------------------------*/
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

div[class^='embed'] {
  margin-bottom: 24px;
}

/*------------------------------------*  WordPress &gt; Post Navigation
\*------------------------------------*/
.post-navigation .meta-nav {
  display: block;
  position: relative;
  padding-bottom: 4px;
}

.post-navigation .meta-nav,
.post-navigation .post-title {
  font-size: 14px;
}

.post-navigation .post-title {
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: border-bottom 500ms ease-in-out;
}

.post-navigation .nav-links:after {
  content: '';
  display: table;
  clear: both;
}

.post-navigation .pagination__text {
  position: relative;
  color: #5D738D;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.rtl .post-navigation .pagination__text {
  letter-spacing: unset;
}

.post-navigation .pagination__icon {
  position: relative;
  vertical-align: bottom;
  color: #5D738D;
}

@media (min-width: 40em) {
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    max-width: 50%;
  }
}

.post-navigation .nav-previous {
  float: left;
  text-align: left;
}

.post-navigation .nav-previous .pagination__text,
.post-navigation .nav-previous .pagination__icon {
  left: -8px;
}

.rtl .post-navigation .nav-previous .pagination__icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.post-navigation .nav-previous:hover, .post-navigation .nav-previous:active, .post-navigation .nav-previous:focus {
  color: #222222;
}

.post-navigation .nav-previous:hover .post-title, .post-navigation .nav-previous:active .post-title, .post-navigation .nav-previous:focus .post-title {
  color: #222222;
  border-bottom: 1px solid #222222;
}

.post-navigation .nav-next {
  float: right;
  text-align: right;
}

.post-navigation .nav-next .pagination__text,
.post-navigation .nav-next .pagination__icon {
  right: -8px;
}

.rtl .post-navigation .nav-next .pagination__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.post-navigation .nav-next:hover, .post-navigation .nav-next:active, .post-navigation .nav-next:focus {
  color: #222222;
}

.post-navigation .nav-next:hover .post-title, .post-navigation .nav-next:active .post-title, .post-navigation .nav-next:focus .post-title {
  color: #222222;
  border-bottom: 1px solid #222222;
}

/*------------------------------------*  WordPress &gt; Caption
\*------------------------------------*/
.wp-caption {
  max-width: 100%;
  margin-bottom: 16px;
}

.wp-caption.alignleft {
  margin-right: 32px;
}

.wp-caption.alignright {
  margin-left: 32px;
}

.wp-caption img {
  margin-bottom: 8px;
}

.wp-caption .wp-caption-text {
  padding: 0 16px;
  color: #5D738D;
  font-style: italic;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

/*------------------------------------*  WordPress &gt; Galleries
\*------------------------------------*/
.gallery {
  margin-bottom: 24px;
}

.gallery-item {
  margin-bottom: 0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.gallery-item img {
  width: 100%;
  border: 2px solid #FFFFFF;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

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

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

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.11%;
}

.gallery-caption {
  padding: 2px;
  font-size: 14px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

/*------------------------------------*  WordPress &gt; Page Links
\*------------------------------------*/
.page-links {
  margin-bottom: 16px;
}

/*------------------------------------*  Plugins &gt; Photoswipe Gallery
\*------------------------------------*/
.photoswipe-gallery-caption {
  padding: 2px;
  font-size: 14px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

/*------------------------------------*  Plugins &gt; Contact Form 7
\*------------------------------------*/
div.wpcf7 p {
  color: #5D738D;
  font-size: 14px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

.rtl div.wpcf7 label {
  font-weight: 700;
}

div.wpcf7 img.ajax-loader {
  display: inline-block;
}

div.wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

/*------------------------------------*  Trumbs &gt; Hide
\*------------------------------------*/
.u-hidden {
  display: none;
}

/*------------------------------------*  Trumbs &gt; Typography
\*------------------------------------*/
.u-font-size-medium {
  font-size: 16px;
}

/*------------------------------------*  Trumbs &gt; Align
\*------------------------------------*/
.u-text-left {
  text-align: left;
}

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

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

/*------------------------------------*  Trumbs &gt; Layout
\*------------------------------------*/
.u-inline {
  display: inline;
}

.u-block {
  display: block;
}

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

.u-left {
  float: left;
}

.u-right {
  float: right;
}

/*------------------------------------*  Trumbs &gt; Clearfix
\*------------------------------------*/
.u-clearfix:after {
  content: '';
  display: table;
  clear: both;
}
</pre></body></html>