@charset "UTF-8";
/*
Theme Name:         osscapital Theme
Theme URI:          https://github.com/a8cteam51/team51-project-scaffold
Author:             Automattic Special Projects
Author URI:         https://wpspecialprojects.com
Description:        Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam et tincidunt metus, eu rutrum sapien.
Version:            1.0.0
Update URI:			false
Requires at least:  6.1
Requires PHP:       8.1
License:            GNU General Public License v3 or later
License URI:        http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:        osscapital
Domain Path:        /languages
Tags:               scaffold
*/
form.wp-block-jetpack-contact-form {
  --jetpack--contact-form--border-color: var(--wp--preset--color--border);
  --jetpack--contact-form--border-radius: 2px;
  --jetpack--contact-form--text-color: var(--wp--preset--color--contrast);
  --jetpack--contact-form--input-background: var(--wp--preset--color--base);
}

textarea,
input[type=text],
input[type=email],
input[type=phone],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
select {
  background-color: var(--wp--preset--color--base);
  border: 1px solid var(--wp--preset--color--border);
  border-radius: 2px !important;
  color: var(--wp--preset--color--contrast);
  padding: 15px 20px !important;
}
textarea::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=phone]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
select::placeholder {
  opacity: 0.6;
  color: var(--wp--preset--color--contrast);
  font-weight: 400;
}

select {
  color: rgba(0, 0, 0, 0.6) !important;
}
.wpcomsp-light-dark-active select {
  color: rgba(255, 255, 255, 0.6) !important;
}

input.radio {
  border-color: var(--wp--preset--color--border) !important;
}

label:not(.grunion-radio-label):not(.grunion-checkbox-label),
.grunion-field-label {
  font-family: var(--wp--preset--font-family--dm-mono);
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: 400 !important;
  line-height: 1.7;
  letter-spacing: 0;
  text-transform: uppercase;
}

span.grunion-label-required {
  color: #d21302;
}

.wp-block-jetpack-button .wp-block-button__link {
  width: auto;
}

.wp-block-jetpack-subscriptions__form-elements input[type=text],
.wp-block-jetpack-subscriptions__form-elements input[type=email],
.wp-block-jetpack-subscriptions__form-elements input[type=phone],
.wp-block-jetpack-subscriptions__form-elements input[type=tel],
.wp-block-jetpack-subscriptions__form-elements input[type=url],
.wp-block-jetpack-subscriptions__form-elements input[type=password],
.wp-block-jetpack-subscriptions__form-elements input[type=search],
.wp-block-jetpack-subscriptions__form-elements input[type=number] {
  background-color: rgba(236, 238, 254, 0.1);
  color: var(--wp--preset--color--border);
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Progresive enhancement to reduce widows and orphans.
/* https://github.com/WordPress/gutenberg/issues/55190
*/
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
caption,
figcaption {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

h1.has-x-small-font-size,
h2.has-x-small-font-size,
h3.has-x-small-font-size,
h4.has-x-small-font-size,
h5.has-x-small-font-size,
h6.has-x-small-font-size {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.65px;
}

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
  text-decoration-thickness: 0.0625em !important;
  text-underline-offset: 0.15em;
}

strong {
  font-weight: 700;
}

/* COLOPHON */
.imprint {
  text-decoration: none;
}

.imprint:hover {
  text-decoration: underline;
}

.has-xxx-large-font-size {
  letter-spacing: 0.01em;
  line-height: 1.05;
}

.has-xx-large-font-size {
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.has-xx-large-font-size[style*="font-weight:600"] {
  line-height: 1.1;
}

.has-x-large-font-size {
  letter-spacing: -0.01em;
  line-height: 1.4;
}
.has-x-large-font-size[style*="font-weight:600"] {
  line-height: 1.2;
}

.has-large-font-size {
  letter-spacing: -0.01em;
  line-height: 1.4;
}

.has-small-font-size {
  letter-spacing: -0.01em;
  line-height: 1.4;
}

.has-x-small-font-size {
  font-family: var(--wp--preset--font-family--dm-mono);
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-transform: uppercase;
}

footer.wp-block-template-part {
  margin-block-start: 0;
}

/** Home page Styles */
@media (max-width: 781px) {
  .hero-description {
    line-height: 1.3;
  }
}

/* stylelint-disable no-descending-specificity -- error does not make sense. */
.wp-block-button.is-style-outline .wp-block-button__link {
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus {
  border-color: var(--wp--preset--color--border);
  outline-color: var(--wp--preset--color--border);
}
.wp-block-button.is-style-arrow-link .wp-block-button__link {
  background-color: transparent;
  color: var(--wp--preset--color--contrast);
  display: inline-flex;
  gap: var(--wp--preset--spacing--20);
  font-family: var(--wp--preset--font-family--inter);
  font-weight: 600;
  letter-spacing: 0.012em;
  padding: 0;
}
.wp-block-button.is-style-arrow-link .wp-block-button__link::after {
  background-color: currentcolor;
  content: "";
  display: inline-block;
  height: 20px;
  -webkit-mask-image: url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><path d='M20,10C20,15.519 15.519,20 10,20C4.481,20 0,15.519 0,10C0,4.481 4.481,0 10,0C15.519,0 20,4.481 20,10ZM6.969,14.157L12.61,8.511L12.6,12.788L14.155,12.788L14.155,5.842L7.214,5.842L7.204,7.387L11.486,7.387L5.845,13.033L6.969,14.157Z' style='fill:rgb(238,106,12);'/></svg>");
          mask-image: url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><path d='M20,10C20,15.519 15.519,20 10,20C4.481,20 0,15.519 0,10C0,4.481 4.481,0 10,0C15.519,0 20,4.481 20,10ZM6.969,14.157L12.61,8.511L12.6,12.788L14.155,12.788L14.155,5.842L7.214,5.842L7.204,7.387L11.486,7.387L5.845,13.033L6.969,14.157Z' style='fill:rgb(238,106,12);'/></svg>");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 20px;
}
.wp-block-button.is-style-arrow-link .wp-block-button__link:hover {
  text-decoration: underline;
}
.wp-block-button.is-style-back-link .wp-block-button__link {
  background-color: transparent;
  color: var(--wp--preset--color--contrast);
  font-weight: 500;
  letter-spacing: 0.065em;
  padding: 0;
}
.wp-block-button.is-style-back-link .wp-block-button__link::before {
  content: "←";
  display: inline-block;
  margin-right: 0.1em;
}
.wp-block-button.is-style-back-link .wp-block-button__link:hover {
  text-decoration: underline;
}

.wp-block-columns:not(.is-not-stacked-on-mobile).logos-grids {
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile).logos-grids > .wp-block-column {
    flex-basis: calc(50% - 10px) !important;
    flex-grow: 0;
  }
}
@media (max-width: 599px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile).logos-grids {
    margin-block-start: 48px;
    gap: 24px;
    flex-grow: 1;
  }
}
.wp-block-columns:not(.is-not-stacked-on-mobile).logos-grids > .wp-block-column a {
  display: block;
}
.wp-block-columns:not(.is-not-stacked-on-mobile).logos-grids > .wp-block-column a img {
  width: 100%;
}

@supports (min-height: intrinsic) {
  .wp-block-cover {
    min-height: intrinsic !important;
  }
}
.wp-block-cover:has(.has-radial-gradient-gradient-background) .wp-block-cover__inner-container {
  background-color: var(--wp--preset--color--base);
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 81%;
  padding: 40px;
}
.wp-block-cover:has(.has-radial-gradient-gradient-background) .wp-block-cover__inner-container p {
  color: var(--wp--preset--color--primary);
}
@media (max-width: 599px) {
  .wp-block-cover:has(.has-radial-gradient-gradient-background) {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 781px) {
  .wp-block-cover.has-custom-content-position {
    justify-content: center;
  }
}

@media (max-width: 781px) {
  .wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline:not(.wp-block-jetpack-subscriptions__use-newline) .is-not-subscriber .wp-block-jetpack-subscriptions__form-elements {
    flex-direction: column;
  }
  .wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline:not(.wp-block-jetpack-subscriptions__use-newline) .is-not-subscriber .wp-block-jetpack-subscriptions__form-elements #subscribe-email,
  .wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline:not(.wp-block-jetpack-subscriptions__use-newline) .is-not-subscriber .wp-block-jetpack-subscriptions__form-elements #subscribe-submit {
    width: 100%;
  }
  .wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline:not(.wp-block-jetpack-subscriptions__use-newline) .is-not-subscriber .wp-block-jetpack-subscriptions__form-elements #subscribe-submit button {
    margin-left: 0 !important;
    margin-top: 10px !important;
  }
}
.wp-block-wpcomsp-light-dark-toggle {
  align-items: center;
  background-color: var(--wp--preset--color--base-alt);
  border: none;
  display: flex;
  justify-content: center;
  height: 24px;
  padding: 4px;
  width: 24px;
}
.wp-block-wpcomsp-light-dark-toggle::before {
  background-color: transparent;
  background-image: url("assets/images/sun.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  height: 16px;
  left: auto;
  position: relative;
  width: 16px;
}
.wp-block-wpcomsp-light-dark-toggle.mode-light::before {
  background-image: url("assets/images/sun.svg");
  left: auto;
}
html.wpcomsp-light-dark-active .wp-block-wpcomsp-light-dark-toggle::before {
  background-image: url("assets/images/moon.svg");
}

html.wpcomsp-light-dark-active {
  --wp--preset--color--base: var(--wp--custom--color--base-dark);
  --wp--preset--color--contrast: var(--wp--custom--color--contrast-dark);
  --wp--preset--color--primary: var(--wp--custom--color--primary-dark);
  --wp--preset--color--base-alt: var(--wp--custom--color--base-alt-dark);
  --wp--preset--color--border: var(--wp--custom--color--border-dark);
  --wp--preset--color--base-containers: var(
  	--wp--custom--color--base-containers-dark
  );
}
html.wpcomsp-light-dark-active :where(.wp-element-button, .wp-block-button__link) {
  color: #1a0b1b;
}
html.wpcomsp-light-dark-active .wp-block-site-logo img {
  filter: invert(1);
}
html.wpcomsp-light-dark-active .logos-grid figure a img,
html.wpcomsp-light-dark-active .logos-grids .has-base-containers-background-color figure a img {
  filter: invert(1) grayscale(100%);
}
html.wpcomsp-light-dark-active .portfolio-image-container {
  background-color: #4f4257 !important;
}
html.wpcomsp-light-dark-active .newsletter-template .wp-block-cover__inner-container {
  --wp--preset--color--base: #fff;
  --wp--preset--color--border: #b6cad6;
  --wp--preset--color--contrast: #0d112b;
  --wp--preset--color--primary: #ee6a0c;
}
html.wpcomsp-light-dark-active .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--custom--color--base-dark);
  color: var(--wp--preset--color--contrast);
}

.wp-block-media-text > .wp-block-media-text__content {
  padding-left: var(--wp--preset--spacing--80) !important;
  padding-right: var(--wp--preset--spacing--80) !important;
}
@media (max-width: 599px) {
  .wp-block-media-text > .wp-block-media-text__content {
    margin-block-start: 48px !important;
    padding-left: var(--wp--preset--spacing--20) !important;
    padding-right: var(--wp--preset--spacing--20) !important;
  }
}
.wp-block-media-text > .wp-block-media-text__content > *:first-child {
  margin-top: 0 !important;
}
.wp-block-media-text > .wp-block-media-text__media {
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 599px) {
  .wp-block-media-text {
    margin-block-start: 48px;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  .main-navigation .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: block;
  }
  .main-navigation .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
}
@media (max-width: 999px) {
  .wp-block-navigation.items-justified-right {
    --navigation-layout-justification-setting: center;
  }
  .wp-block-navigation__responsive-container.has-modal-open.is-menu-open {
    padding: var(--wp--preset--spacing--40);
  }
}
.wp-block-navigation-item.is-style-arrow-link a {
  display: inline-flex;
  gap: var(--wp--preset--spacing--20);
}
.wp-block-navigation-item.is-style-arrow-link a::after {
  background-color: currentcolor;
  content: "";
  display: inline-block;
  height: 20px;
  -webkit-mask-image: url("data:image/svg+xml,<svg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='1' y='1' width='19' height='19' rx='9.5' stroke='%230D112B'/><path d='M7.46915 14.6573L6.34521 13.5333L11.9862 7.88703H7.70352L7.71418 6.34229H14.6549V13.2883H13.0995L13.1101 9.01096L7.46915 14.6573Z' fill='%230D112B'/></svg>");
          mask-image: url("data:image/svg+xml,<svg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='1' y='1' width='19' height='19' rx='9.5' stroke='%230D112B'/><path d='M7.46915 14.6573L6.34521 13.5333L11.9862 7.88703H7.70352L7.71418 6.34229H14.6549V13.2883H13.0995L13.1101 9.01096L7.46915 14.6573Z' fill='%230D112B'/></svg>");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 20px;
}

header nav.main-navigation .wp-block-navigation__responsive-container .wp-block-navigation-item.current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.wp-block-navigation .wp-block-navigation__container.two-col {
  display: block;
  column-count: 2;
  width: 100%;
}
@media (max-width: 599px) {
  .wp-block-navigation .wp-block-navigation__container.two-col {
    column-count: 1;
  }
}
.wp-block-navigation .wp-block-navigation__container.two-col .wp-block-navigation-item {
  margin-bottom: var(--wp--preset--spacing--20);
}

.type-post .wp-block-post-title a {
  position: relative;
}
.type-post .wp-block-post-title a:hover::after,
.type-post .wp-block-post-title a:focus::after {
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.3333 8H24V18.6667H22V11.3333L9.33333 24L8 22.6667L20.6667 10H13.3333V8Z" fill="%23EE6A0C"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.3333 8H24V18.6667H22V11.3333L9.33333 24L8 22.6667L20.6667 10H13.3333V8Z" fill="%23EE6A0C"/></svg>');
  display: inline-block;
  height: 32px;
  position: absolute;
  width: 32px;
}

.wp-block-social-links.has-small-icon-size {
  font-size: 18px;
}

.wp-block-query.is-style-line-between-posts ul li {
  border-bottom: 1px solid var(--wp--preset--color--border);
  padding: 16px 0;
}
.wp-block-query.is-style-line-between-posts ul li:last-child {
  border-bottom: 0;
}
@media (min-width: 600px) {
  .wp-block-query.is-style-line-between-posts ul[class*=columns] {
    column-gap: 0;
  }
  .wp-block-query.is-style-line-between-posts ul[class*=columns] li {
    border-right: 1px solid var(--wp--preset--color--border);
    border-bottom: 0;
    padding: 16px 20px;
  }
  .wp-block-query.is-style-line-between-posts ul.columns-2 li:nth-child(2n+2) {
    border-right: none;
    padding-right: 0;
  }
  .wp-block-query.is-style-line-between-posts ul.columns-2 li:nth-child(2n+1) {
    padding-left: 0;
  }
  .wp-block-query.is-style-line-between-posts ul.columns-3 li:nth-child(3n+3) {
    border-right: none;
    padding-right: 0;
  }
  .wp-block-query.is-style-line-between-posts ul.columns-3 li:nth-child(3n+1) {
    padding-left: 0;
  }
  .wp-block-query.is-style-line-between-posts ul.columns-4 li:nth-child(4n+4) {
    border-right: none;
    padding-right: 0;
  }
  .wp-block-query.is-style-line-between-posts ul.columns-4 li:nth-child(4n+1) {
    padding-left: 0;
  }
  .wp-block-query.is-style-line-between-posts ul.columns-5 li:nth-child(5n+5) {
    border-right: none;
    padding-right: 0;
  }
  .wp-block-query.is-style-line-between-posts ul.columns-5 li:nth-child(5n+1) {
    padding-left: 0;
  }
  .wp-block-query.is-style-line-between-posts ul.columns-6 li:nth-child(6n+6) {
    border-right: none;
    padding-right: 0;
  }
  .wp-block-query.is-style-line-between-posts ul.columns-6 li:nth-child(6n+1) {
    padding-left: 0;
  }
  .wp-block-query.is-style-line-between-posts ul.columns-7 li:nth-child(7n+7) {
    border-right: none;
    padding-right: 0;
  }
  .wp-block-query.is-style-line-between-posts ul.columns-7 li:nth-child(7n+1) {
    padding-left: 0;
  }
  .wp-block-query.is-style-line-between-posts ul.columns-8 li:nth-child(8n+8) {
    border-right: none;
    padding-right: 0;
  }
  .wp-block-query.is-style-line-between-posts ul.columns-8 li:nth-child(8n+1) {
    padding-left: 0;
  }
  .wp-block-query.is-style-line-between-posts ul.columns-9 li:nth-child(9n+9) {
    border-right: none;
    padding-right: 0;
  }
  .wp-block-query.is-style-line-between-posts ul.columns-9 li:nth-child(9n+1) {
    padding-left: 0;
  }
  .wp-block-query.is-style-line-between-posts ul.columns-10 li:nth-child(10n+10) {
    border-right: none;
    padding-right: 0;
  }
  .wp-block-query.is-style-line-between-posts ul.columns-10 li:nth-child(10n+1) {
    padding-left: 0;
  }
  .wp-block-query.is-style-line-between-posts ul.columns-11 li:nth-child(11n+11) {
    border-right: none;
    padding-right: 0;
  }
  .wp-block-query.is-style-line-between-posts ul.columns-11 li:nth-child(11n+1) {
    padding-left: 0;
  }
  .wp-block-query.is-style-line-between-posts ul.columns-12 li:nth-child(12n+12) {
    border-right: none;
    padding-right: 0;
  }
  .wp-block-query.is-style-line-between-posts ul.columns-12 li:nth-child(12n+1) {
    padding-left: 0;
  }
  .wp-block-query.is-style-line-between-posts ul.columns-13 li:nth-child(13n+13) {
    border-right: none;
    padding-right: 0;
  }
  .wp-block-query.is-style-line-between-posts ul.columns-13 li:nth-child(13n+1) {
    padding-left: 0;
  }
  .wp-block-query.is-style-line-between-posts ul.columns-14 li:nth-child(14n+14) {
    border-right: none;
    padding-right: 0;
  }
  .wp-block-query.is-style-line-between-posts ul.columns-14 li:nth-child(14n+1) {
    padding-left: 0;
  }
  .wp-block-query.is-style-line-between-posts ul.columns-15 li:nth-child(15n+15) {
    border-right: none;
    padding-right: 0;
  }
  .wp-block-query.is-style-line-between-posts ul.columns-15 li:nth-child(15n+1) {
    padding-left: 0;
  }
  .wp-block-query.is-style-line-between-posts ul.columns-16 li:nth-child(16n+16) {
    border-right: none;
    padding-right: 0;
  }
  .wp-block-query.is-style-line-between-posts ul.columns-16 li:nth-child(16n+1) {
    padding-left: 0;
  }
  .wp-block-query.is-style-line-between-posts ul.columns-1 li {
    border-bottom: 1px solid var(--wp--preset--color--border);
    border-right: none;
    padding-right: 0;
    padding-left: 0;
  }
  .wp-block-query.is-style-line-between-posts ul.columns-1 li:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 599px) {
  .wp-block-query.is-style-line-between-posts {
    margin-block-start: 48px;
  }
}

.has-testimonials-grid {
  height: 100%;
}

.testimonial-meta img {
  filter: grayscale(100%);
}
.testimonial-meta .wp-block-post-title:has(+ p)::after {
  content: ",";
}

.team-meta img {
  filter: grayscale(100%);
}

.has-quote-mark > :is(p, h2, h3, h4, h5, h6):first-child::before {
  content: "“";
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 1;
  display: inline-block;
  font-weight: 700;
  margin-right: 0.2ch;
  vertical-align: text-top;
}

.wp-block-post:has(.logos-grid) {
  display: flex;
}

.logos-grid {
  align-items: center;
  justify-content: center;
  display: flex;
  height: 132px;
  flex: 1;
  max-width: 100%;
}
.logos-grid figure {
  flex: 1;
  height: 100%;
  width: 100%;
}
.logos-grid figure a {
  border-radius: 2px;
  overflow: hidden;
}
.logos-grid figure a:hover {
  outline: 1px solid var(--wp--preset--color--primary);
}
.logos-grid figure img {
  filter: grayscale(100%);
  height: 100%;
  object-fit: contain !important;
  width: 100%;
}

.is-style-logo-grid .wp-block-column:has(figure a:hover) {
  outline: 1px solid var(--wp--preset--color--primary);
}

.wp-block-query-pagination {
  margin-block-start: var(--wp--preset--spacing--70);
}
.wp-block-query-pagination .page-numbers {
  box-sizing: border-box;
  margin-left: 8px;
  margin-right: 8px;
}
/*# sourceMappingURL=style.css.map */