@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.a-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.a-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start; }

.a-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end; }

.col, .col-1 {
  flex: 1 0 0; }

.col-2 {
  flex: 2 0 0; }

.col-3 {
  flex: 3 0 0; }

.col-4 {
  flex: 4 0 0; }

.col-5 {
  flex: 5 0 0; }

.col-6 {
  flex: 6 0 0; }

.col-100 {
  flex: 0 0 100%;
  max-width: 100%; }

@media screen and (min-width: 576px) {
  .col-sm, .col-sm-1 {
    flex: 1 0 0; }

  .col-sm-2 {
    flex: 2 0 0; }

  .col-sm-3 {
    flex: 3 0 0; }

  .col-sm-4 {
    flex: 4 0 0; }

  .col-sm-5 {
    flex: 5 0 0; }

  .col-sm-6 {
    flex: 6 0 0; }

  .col-sm-100 {
    flex: 0 0 100%; } }
@media screen and (min-width: 768px) {
  .col-md, .col-md-1 {
    flex: 1 0 0; }

  .col-md-2 {
    flex: 2 0 0; }

  .col-md-3 {
    flex: 3 0 0; }

  .col-md-4 {
    flex: 4 0 0; }

  .col-md-5 {
    flex: 5 0 0; }

  .col-md-6 {
    flex: 6 0 0; }

  .col-md-100 {
    flex: 0 0 100%; } }
@media screen and (min-width: 992px) {
  .col-lg, .col-lg-1 {
    flex: 1 0 0; }

  .col-lg-2 {
    flex: 2 0 0; }

  .col-lg-3 {
    flex: 3 0 0; }

  .col-lg-4 {
    flex: 4 0 0; }

  .col-lg-5 {
    flex: 5 0 0; }

  .col-lg-6 {
    flex: 6 0 0; }

  .col-lg-100 {
    flex: 0 0 100%; } }
@media screen and (min-width: 1400px) {
  .col-xl, .col-xl-1 {
    flex: 1 0 0; }

  .col-xl-2 {
    flex: 2 0 0; }

  .col-xl-3 {
    flex: 3 0 0; }

  .col-xl-4 {
    flex: 4 0 0; }

  .col-xl-5 {
    flex: 5 0 0; }

  .col-xl-6 {
    flex: 6 0 0; }

  .col-xl-100 {
    flex: 0 0 100%; } }
.site-container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 40px); }
  @media screen and (min-width: 576px) {
    .site-container {
      max-width: 530px; } }
  @media screen and (min-width: 768px) {
    .site-container {
      max-width: 710px; } }
  @media screen and (min-width: 992px) {
    .site-container {
      max-width: 920px; } }
  @media screen and (min-width: 1200px) {
    .site-container {
      max-width: 1140px; } }
  @media screen and (min-width: 1400px) {
    .site-container {
      max-width: 1240px; } }

html {
  background: #f9f9fe;
  color: #4b4870;
  line-height: 1.25;
  font-family: Arial, "Trebuchet MS", Helvetica, sans-serif; }

body {
  position: relative;
  overflow-x: hidden; }
  body.overflow-y-h {
    overflow-y: hidden; }

a {
  text-decoration: none;
  color: #AD0B1B; }
  a:hover {
    color: #f44f64;
    text-decoration: none; }
  a:visited, a:focus {
    color: #f44f64;
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  display: block;
  color: #4b4870;
  font-weight: 700;
  font-family: Helvetica, "Trebuchet MS", Arial, sans-serif; }
  h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited {
    color: #4b4870;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  h1:hover a, h2:hover a, h3:hover a, h4:hover a, h5:hover a, h6:hover a {
    color: #f44f64; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

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

.d-none {
  display: none !important; }

p {
  margin: 0;
  line-height: 1.75;
  font-size: 16px;
  font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
  color: rgba(75, 72, 112, 0.75); }

.img-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .img-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover; }

.tags a.tag {
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  padding: 6px 5px 4px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 2px 2px rgba(75, 72, 112, 0.05);
  color: rgba(75, 72, 112, 0.75);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .tags a.tag:before {
    content: "#";
    margin-right: 5px;
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; }
  .tags a.tag:last-child {
    margin-right: 0; }
  .tags a.tag:hover {
    transform: translateY(-2px); }

.p-sticky {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 35px; }

button {
  background-color: #4b4870;
  color: #f9f9fe;
  padding: 9px 24px 9px 32px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  border: 4px solid #4b4870; }
  button:before {
    border: 4px solid #4b4870;
    border-right-width: 8px;
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    left: -4px;
    bottom: -4px;
    right: -12px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  button:hover {
    cursor: pointer;
    transform: translate(7px, 0); }
    button:hover:before {
      transform: translate(-7px, 0); }

span:not(.display-name) {
  font-weight: 400;
  color: #4b4870; }

.grecaptcha-badge {
  display: none; }

header {
  padding: 75px 0 60px; }
  header .header-logo {
    order: 1;
    margin-bottom: 35px; }
    @media screen and (min-width: 768px) {
      header .header-logo {
        margin-bottom: 0; } }
    @media screen and (min-width: 768px) {
      header .header-logo {
        order: 2; } }
    header .header-logo a {
      display: block;
      font-size: 0; }
    header .header-logo img {
      position: relative;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      height: auto;
      width: 250px; }
      @media screen and (min-width: 992px) {
        header .header-logo img {
          width: 308px; } }
      header .header-logo img:hover {
        transform: translateY(-2px); }
  header .search-bar-container {
    order: 2;
    justify-content: start; }
    @media screen and (min-width: 768px) {
      header .search-bar-container {
        order: 3;
        justify-content: end; } }
  header .social-media-container {
    order: 3;
    justify-content: center; }
    @media screen and (min-width: 768px) {
      header .social-media-container {
        order: 1;
        justify-content: start; } }
  header .nav-mobile-touch {
    order: 4;
    justify-content: end; }
    @media screen and (min-width: 768px) {
      header .nav-mobile-touch {
        display: none; } }

section.navbar {
  margin: 0 0 75px;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    section.navbar {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      z-index: 999; }
      section.navbar:not(.show-navbar) {
        display: none; }
      section.navbar .site-container {
        width: 100%;
        max-width: 100%;
        padding: 0;
        height: 100%; } }
  section.navbar nav.main-navbar {
    width: 100%;
    max-width: 800px; }
    @media screen and (min-width: 768px) {
      section.navbar nav.main-navbar {
        margin: 0 auto; } }
    @media screen and (max-width: 767px) {
      section.navbar nav.main-navbar {
        max-width: 100%;
        height: 100%; } }
    section.navbar nav.main-navbar ul {
      background-color: white;
      padding: 0 35px;
      -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 767px) {
        section.navbar nav.main-navbar ul {
          width: 100%;
          background-color: rgba(255, 255, 255, 0.95);
          flex-direction: column;
          justify-content: center; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        section.navbar nav.main-navbar ul {
          padding: 0 25px; } }
      section.navbar nav.main-navbar ul li {
        padding: 15px 20px;
        position: relative; }
        @media screen and (min-width: 768px) and (max-width: 991px) {
          section.navbar nav.main-navbar ul li {
            padding: 15px 15px; } }
        section.navbar nav.main-navbar ul li.menu-item-has-children {
          display: flex; }
          section.navbar nav.main-navbar ul li.menu-item-has-children:after {
            content: "ˇ";
            position: relative;
            top: 35%;
            margin-left: 3px;
            opacity: 0.55; }
          @media screen and (max-width: 767px) {
            section.navbar nav.main-navbar ul li.menu-item-has-children {
              display: list-item;
              padding: 10px 20px; }
              section.navbar nav.main-navbar ul li.menu-item-has-children:after {
                display: none; } }
        section.navbar nav.main-navbar ul li a {
          font-size: 16px;
          letter-spacing: .3px;
          color: #4b4870;
          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease; }
          @media screen and (min-width: 768px) and (max-width: 991px) {
            section.navbar nav.main-navbar ul li a {
              font-size: 15px; } }
          section.navbar nav.main-navbar ul li a:hover {
            color: #f44f64; }
        section.navbar nav.main-navbar ul li ul {
          display: none;
          opacity: 0;
          position: absolute;
          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease;
          padding: 10px 20px;
          flex-direction: column;
          min-width: 110%;
          z-index: 1001; }
          @media screen and (min-width: 768px) {
            section.navbar nav.main-navbar ul li ul {
              top: 48px;
              left: 0; } }
          @media screen and (max-width: 767px) {
            section.navbar nav.main-navbar ul li ul {
              min-width: 30%;
              max-width: 70%;
              display: block;
              position: relative;
              opacity: 1;
              box-shadow: none;
              background-color: transparent;
              padding-bottom: 0; } }
          section.navbar nav.main-navbar ul li ul li {
            padding: 5px 0; }
            section.navbar nav.main-navbar ul li ul li a {
              color: rgba(75, 72, 112, 0.75); }
        section.navbar nav.main-navbar ul li:hover ul {
          display: block;
          opacity: 1; }

span.sprite {
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
  display: block;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  span.sprite:hover {
    transform: translateY(-2px);
    opacity: 0.6; }

.social-media a {
  display: block;
  margin-right: 25px; }
  .social-media a:last-child {
    margin-right: 0; }
.social-media span.sprite.s-facebook {
  background-position: -2px -1px;
  width: 13px;
  height: 23px; }
.social-media span.sprite.s-instagram {
  background-position: -17px -2px;
  width: 21px;
  height: 20px; }
.social-media span.sprite.s-twitter {
  background-position: -39px -3px;
  width: 23px;
  height: 19px; }
.social-media span.sprite.s-discord {
  background-position: -63px -3px;
  width: 23px;
  height: 18px; }
.social-media span.sprite.s-linkedin {
  background-position: -87px -2px;
  width: 21px;
  height: 20px; }
.social-media span.sprite.s-pinterest {
  background-position: -109px -2px;
  width: 21px;
  height: 20px; }
.social-media span.sprite.s-youtube {
  background-position: -131px -4px;
  width: 23px;
  height: 16px; }

span.search.red-background {
  background: #f44f64;
  padding: 11px 11.5px;
  border-radius: 20px; }
  span.search.red-background span.sprite.search-icon {
    background-position: -18px -23px;
    width: 17px;
    height: 16px;
    filter: brightness(0) invert(1); }
  span.search.red-background:hover {
    cursor: pointer; }

.nav-mobile-touch span.sprite {
  z-index: 1001; }
  .nav-mobile-touch span.sprite.mobile-switch {
    background-position: -38px -23px;
    width: 19px;
    height: 16px; }
  .nav-mobile-touch span.sprite:hover {
    cursor: pointer;
    opacity: 1;
    transform: none; }

footer.site-footer {
  margin-top: 50px; }
  @media screen and (min-width: 992px) {
    footer.site-footer {
      margin-top: 100px; } }
  footer.site-footer .inner {
    border-top: 1px solid rgba(84, 89, 95, 0.1);
    padding: 20px 0;
    flex: 1; }
    footer.site-footer .inner .my-order {
      flex-direction: column; }
      @media screen and (min-width: 768px) {
        footer.site-footer .inner .my-order {
          flex-direction: row; } }
      footer.site-footer .inner .my-order .links {
        order: 2;
        justify-content: center;
        margin-bottom: 25px; }
        @media screen and (min-width: 768px) {
          footer.site-footer .inner .my-order .links {
            order: 3;
            justify-content: end;
            margin-bottom: 0; } }
        footer.site-footer .inner .my-order .links ul {
          padding: 0;
          margin: 0;
          list-style: none; }
          footer.site-footer .inner .my-order .links ul li {
            padding: 0;
            margin: 0;
            list-style: none;
            display: inline-block;
            margin-right: 15px; }
            footer.site-footer .inner .my-order .links ul li a {
              color: #4b4870;
              font-size: 15px; }
      footer.site-footer .inner .my-order .logo {
        order: 1;
        margin-bottom: 25px; }
        @media screen and (min-width: 768px) {
          footer.site-footer .inner .my-order .logo {
            order: 2;
            margin-bottom: 0; } }
      footer.site-footer .inner .my-order .copyright {
        order: 3;
        justify-content: center;
        text-align: center; }
        @media screen and (min-width: 768px) {
          footer.site-footer .inner .my-order .copyright {
            order: 1;
            justify-content: start;
            text-align: left; } }
        footer.site-footer .inner .my-order .copyright span {
          font-size: 15px; }

.search-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10001;
  background-color: rgba(249, 249, 254, 0.99);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
  opacity: 0;
  transition: opacity 0.3s; }
  .search-overlay.overlay-show {
    display: flex;
    opacity: 1; }
  .search-overlay p.overlay-text {
    text-align: center;
    display: block;
    margin-bottom: 25px;
    font-size: 18px; }
  .search-overlay .search-form-container {
    width: 700px;
    max-width: 80%;
    margin-bottom: 100px; }
    .search-overlay .search-form-container p.overlay-text {
      font-size: 24px; }
    .search-overlay .search-form-container form {
      position: relative; }
      .search-overlay .search-form-container form:after {
        content: "";
        background-position: -18px -23px;
        width: 17px;
        height: 16px;
        background-image: url("../img/sprite.png");
        background-repeat: no-repeat;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        position: absolute; }
        .search-overlay .search-form-container form:after:hover {
          cursor: pointer; }
    .search-overlay .search-form-container input {
      background-color: #f9f9fe;
      border: 1px solid rgba(75, 72, 112, 0.15);
      width: 100%;
      font-size: 14px;
      font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
      line-height: 1.6;
      color: rgba(75, 72, 112, 0.75);
      padding: 15px 25px;
      margin-bottom: 0; }
      .search-overlay .search-form-container input:focus-visible {
        outline: none; }
      .search-overlay .search-form-container input.wpcf7-not-valid {
        background-color: rgba(244, 79, 100, 0.2); }
      .search-overlay .search-form-container input[type="submit"] {
        display: none; }
  .search-overlay .tags {
    margin-bottom: 65px; }
  .search-overlay span.close-search-overlay {
    margin: 0;
    line-height: 1.75;
    font-size: 16px;
    font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
    color: rgba(75, 72, 112, 0.75);
    display: flex;
    justify-content: center;
    align-items: center; }
    .search-overlay span.close-search-overlay:hover {
      cursor: pointer; }
    .search-overlay span.close-search-overlay:after {
      content: "";
      background-position: -107px -24px;
      width: 15px;
      height: 16px;
      background-image: url("../img/sprite.png");
      background-repeat: no-repeat;
      display: inline-block;
      margin-left: 10px;
      margin-bottom: 0.5px; }

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