/**
 * Variables
 */
/**
 * Imports
 */
/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

/**
 * Globals
 */
*, ::after, ::before {
  box-sizing: border-box;
}

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  font-family: "Inter", sans-serif;
}

/**
 * Form
 */
/**
 * Form elements
 */
.form-control {
  font-family: "Inter", sans-serif;
  padding: 12px 16px;
  background: #F2F5E6;
  border: 1px solid #F2F5E6;
  border-radius: 8px;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #002256;
  transition: border 200ms ease-in-out;
}
.form-control:hover {
  border-color: #C9D89E;
}
.form-control:focus {
  outline: none;
  border-color: #C9D89E;
}

.search-input {
  position: relative;
}
.search-input:after {
  content: "";
  background: url("../img/icon-search.svg") no-repeat 0 0;
  height: 16px;
  width: 17px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 16px;
  pointer-events: none;
  z-index: 1;
}
.search-input .form-control {
  padding-right: 40px;
}
.search-input .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: 400;
  color: #002256;
}
.search-input .form-control::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-weight: 400;
  color: #002256;
}
.search-input .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  font-weight: 400;
  color: #002256;
}
.search-input-cancel {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  padding: 0;
  border: none;
  border-radius: 8px;
  width: 40px;
  background: #F2F5E6 url("../img/icon-close.svg") no-repeat center center;
  background-size: 12px 11px;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
.search-input.show-clear .search-input-cancel {
  opacity: 1;
  pointer-events: all;
}

.form-group {
  margin-bottom: 16px;
}
.form-group label {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #002256;
  margin: 0 0 8px 0;
}
.form-group .form-control {
  font-weight: normal;
}

.form-group-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -4px;
  margin-left: -4px;
}
.form-group-row .form-group-row-col {
  position: relative;
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.form-group-row + .form-group-row {
  margin-top: 8px;
}

/**
 * Nice Select Overrides
 */
.wrapper .nice-select {
  color: #002256;
  float: none;
  border-color: #F2F5E6;
  background-color: #F2F5E6;
}
.wrapper .nice-select:active, .wrapper .nice-select.open, .wrapper .nice-select:focus, .wrapper .nice-select:hover {
  border-color: #C9D89E;
}
.wrapper .nice-select:after {
  border-color: #002256;
  opacity: 0;
  visibility: hidden;
}
.wrapper .nice-select:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #e50f00 transparent;
  position: absolute;
  right: 12px;
  bottom: 12px;
}
.wrapper .nice-select .list {
  background-color: #F2F5E6;
  border-color: #C9D89E;
}
.wrapper .nice-select .option:hover,
.wrapper .nice-select .option.focus,
.wrapper .nice-select .option.selected.focus {
  background-color: #C9D89E;
}
.wrapper .nice-select.uppercase {
  text-transform: uppercase;
}

/**
 * Submit Button(s) - Variant 01
 */
.search-form-submit {
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: rgba(0, 34, 86, 0.5);
  text-transform: uppercase;
  padding: 12px 20px;
  background: #F2F4F7;
  border-radius: 58px 58px 0px 58px;
  border: none;
  display: block;
  width: 100%;
  cursor: pointer;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
}
.search-form-submit:hover {
  background-color: rgba(0, 34, 86, 0.5);
  color: #F2F4F7;
}

/**
 * Custom Checkbox
 */
.custom-checkbox {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  -webkit-print-color-adjust: exact;
}
.custom-checkbox label {
  margin-bottom: 0;
  display: inline-block;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-label {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  padding-left: 1.5rem;
  cursor: pointer;
}
.custom-control-label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  background-color: #F2F5E6;
  border: 1px solid #C9D89E;
  border-radius: 4px;
}
.custom-control-label:after {
  position: absolute;
  top: 4px;
  left: 3px;
  display: block;
  width: 10px;
  height: 8px;
  content: "";
  background-size: 10px 8px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.73916 5.03136L1.42627 2.62433L0 4.10865L3.73916 8L10 1.48432L8.57373 0L3.73916 5.03136Z' fill='%230B654E'/%3E%3C/svg%3E");
}

/**
 * MAP CANVAS
 */
.app-map {
  transition: padding 200ms ease-in-out;
}
.app-map.aside-active {
  padding-left: 366px;
}
@media only screen and (max-width: 475px) {
	.app-map.aside-active {
		padding-left: 80vw;
	}
}
.app-map-canvas {
  height: 100vh;
  width: 100%;
}

/**
 * Floated Widget
 */
.floated-widget {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 34, 86, 0.4);
  border-radius: 0px 4px 4px 0px;
  width: 100%;
  max-width: 366px;
  transition: transform 200ms ease-in-out;
}

@media only screen and (max-width: 475px) {
	.floated-widget {
		max-width: 80vw;
	}
}

.floated-widget.is-hidden {
  transform: translateX(-110%);
}

.filters-header {
  padding: 16px 16px 24px 16px;
}
.filters-header-top {
  display: flex;
  align-items: center;
  width: 100%;
}
.filters-header-top .label {
  font-family: "Geomanist", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  color: #002256;
  padding-left: 28px;
  position: relative;
}
.filters-header-top .label:before {
  content: "";
  background: url("../img/logo-symbol-small.svg") no-repeat 0 0;
  height: 20px;
  width: 19px;
  position: absolute;
  top: 1px;
  left: 0;
}
.filters-header-top .count {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 34, 86, 0.5);
  margin-left: 8px;
}
.filters-header-top .toggle {
  background: none;
  padding: 0;
  border: none;
  margin-left: auto;
  font-weight: bold;
  font-size: 13px;
  line-height: 22px;
  color: rgba(0, 34, 86, 0.5);
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  padding-right: 32px;
}
.filters-header-top .toggle:before {
  content: "";
  background: url("../img/icon-sliders.svg") no-repeat 0 0;
  height: 24px;
  width: 25px;
  position: absolute;
  top: -2px;
  right: 0;
}
.filters-header-bottom {
  margin-top: 16px;
}

/**
 * MAP ASIDE panel
 */
.app-aside {
  position: fixed;
  top: 0;
  bottom: 0;
  background: #fff;
  box-shadow: 0px 2px 9px rgba(0, 34, 86, 0.4);
  border-radius: 0px 4px 4px 0px;
  width: 366px;
  z-index: 1000;
  transform: translateX(-100%);
  transition: transform 200ms ease-in-out;
}
.app-aside.is-visible {
  transform: translateX(0);
}

@media only screen and (max-width: 475px) {
	.app-aside {
		width: 80vw;
	}
	.app-aside:after {
		content: "";
	}
}

.aside-panel {
  height: 100%;
}

/**
 * Innerpanel
 */
.innerpanel  {
  border-top: 1px solid #F2F4F7;
  overflow-x: hidden;
  overflow-y: auto;
  height: calc( 100vh - 122px );
}

/**
 * Result Item
 */
.result-item {
  padding: 16px 24px;
}
.result-item__title {
  font-family: "Geomanist", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  color: #002256;
  margin: 0;
  display: flex;
  align-items: center;
}
.result-item__title svg {
  margin-left: auto;
  opacity: 0.2;
}
.result-item p {
  margin: 0;
}
.result-item__data01 {
  font-weight: bold;
  font-size: 14px;
  line-height: 23px;
  display: flex;
}
.result-item__data01 .year {
  color: rgba(0, 34, 86, 0.5);
}
.result-item__data01 .code {
  color: #002256;
  margin-left: auto;
}
.result-item__data02 {
  font-size: 14px;
  line-height: 23px;
  color: #002256;
  display: flex;
}
.result-item__data02 .size {
  margin-left: auto;
}
.result-item__data02 .type {
  font-weight: 700;
  margin-left: 16px;
}
.result-item + .result-item {
  border-top: 1px solid #F2F4F7;
}

.result-item:hover {
  background-color: #F2F5E6;
  cursor: pointer;
}
.result-item:hover .result-item__title {
  color: #0B654E;
}
.result-item:hover .result-item__title svg {
  color: #0B654E;
  opacity: 1;
}

/**
 * aside-panel-single
 */
.aside-panel-general {
	z-index: 2001;
}
.aside-panel-group {
	z-index: 2010;
}
.aside-panel-single {
	z-index: 2020;
}


.aside-panel-single,
.aside-panel-group {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: translateX(0);
  transition: transform 200ms ease-in-out;
  overflow-y: auto;
}
.aside-panel-single.is-hidden,
.aside-panel-group.is-hidden {
  transform: translateX(-110%);
}

.single-area-title {
  font-family: "Geomanist", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #002256;
  padding: 16px 48px 16px 24px;
  border-bottom: 1px solid #F2F4F7;
  margin: 0;
  min-height: 72px;
  display: flex;
  align-items: center;
}

.single-area-back {
  border: none;
  padding: 0;
  position: absolute;
  top: 16px;
  right: 0;
  height: 48px;
  width: 49px;
  background: url("../img/icon-back.svg") no-repeat 0 0;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}

.single-area-data {
  border-bottom: 1px solid #F2F4F7;
  padding: 16px 24px;
}
.single-area-data__data01 {
  display: flex;
  margin-top: 0;
  margin-bottom: 4px;
}
.single-area-data__data01 .year {
  color: rgba(0, 34, 86, 0.5);
  font-size: 20px;
  line-height: 23px;
  font-weight: bold;
}
.single-area-data__data01 .code {
  color: #002256;
  margin-left: auto;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  font-weight: bold;
  color: #0B654E;
}
.single-area-data__data02 {
  line-height: 23px;
  color: #002256;
  display: flex;
  margin-bottom: 0;
  margin-top: 0;
}
.single-area-data__data02 .location {
  font-size: 18px;
}
.single-area-data__data02 .size {
  font-size: 16px;
  margin-left: auto;
}
.single-area-data__data02 .type {
  font-size: 16px;
  font-weight: 700;
  margin-left: 16px;
}

.single-area-danger {
  font-size: 14px;
  line-height: 120%;
  color: #E50E00;
  padding: 16px 24px;
  padding-left: 72px;
  position: relative;
  border-bottom: 1px solid #F2F4F7;
}
.single-area-danger:before {
  content: "";
  height: 32px;
  width: 32px;
  background: url("../img/icon-alert.svg") no-repeat 0 0;
  position: absolute;
  left: 24px;
  top: 50%;
  margin-top: -16px;
}

.single-area-map {
  padding: 16px 24px;
  border-bottom: 1px solid #F2F4F7;
}
.single-area-map__map {
  display: block;
  height: auto;
  max-width: 100%;
  border: 1px solid #62926D;
  border-radius: 8px;
}
.single-area-map__link {
  display: inline-block;
  font-size: 12px;
  line-height: 140%;
  color: rgba(0, 34, 86, 0.5);
  position: relative;
  padding-left: 20px;
  text-decoration: none;
  margin-top: 8px;
}
.single-area-map__link:before {
  content: "";
  height: 13px;
  width: 12px;
  background: url("../img/icon-ext.svg") no-repeat 0 0;
  position: absolute;
  top: 1px;
  left: 0;
}

.single-area-details {
  padding: 16px 24px;
  border-bottom: 1px solid #F2F4F7;
}
.single-area-details__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "Geomanist", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #002256;
}

.single-area-detail-table tbody tr th {
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  color: #002256;
  opacity: 0.9;
  text-align: left;
  padding-right: 24px;
}
.single-area-detail-table tbody tr td {
  font-weight: bold;
  font-size: 12px;
  line-height: 140%;
  color: #002256;
}

/**
 * SEARCH/filter form
 */
.search-form-wrap {
  padding: 16px 24px;
}

/**
 * OFFCANVAS MENU
 */
.offcanvas-menu-trigger {
  position: fixed;
  top: 8px;
  right: 16px;
  z-index: 900;
  cursor: pointer;
  background: url("../img/icon-menu.svg") no-repeat 0 0;
  background-size: 32px;
  height: 32px;
  width: 32px;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  padding: 0;
}

.offcanvas-menu {
  background-color: rgba(0, 34, 86, 0.3);
  color: #002256;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1400;
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease-in-out;
}
.offcanvas-menu.is-visible {
  opacity: 1;
  pointer-events: all;
}

.offcanvas-menu-inner {
  background-color: #F2F5E6;
  width: 100%;
  max-width: 482px;
  display: flex;
  height: 100vh;
  margin-left: auto;
  flex-direction: column;
  position: relative;
}

.offcanvas-menu-close {
  position: absolute;
  top: 29px;
  right: 34px;
  padding: 0;
  margin: 0;
  border: none;
  background: url(../img/x.svg) no-repeat 0 0;
  height: 24px;
  width: 24px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
}

.nav-mobile {
  margin-top: 88px;
  margin-bottom: 32px;
  overflow-y: auto;
  padding: 0 48px 0 66px;
}
.nav-mobile ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav-mobile ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #002256;
  margin-bottom: 24px;
}
.nav-mobile ul li a {
  color: #122E4E;
  text-decoration: none;
}
.nav-mobile ul li a:hover {
  text-decoration: underline;
}

.offcanvas-search-form {
  background-color: #fff;
  padding: 6px 6px 6px 32px;
  border-radius: 58px 58px 0px 58px;
  display: inline-flex;
  margin: 0 34px;
  margin-bottom: 16px;
}
.offcanvas-search-form__input {
  background: #fff;
  border: none;
  height: 41px;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #002256;
  margin-right: 16px;
  flex: 1 1 auto;
  min-width: 70px;
}
.offcanvas-search-form__input:focus {
  outline: none;
}
.offcanvas-search-form__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #002256;
  opacity: 1;
  /* Firefox */
}
.offcanvas-search-form__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #002256;
}
.offcanvas-search-form__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #002256;
}
.offcanvas-search-form__submit {
  padding: 8px 20px;
  background: #E50E00;
  border: none;
  border-radius: 58px 58px 0px 58px;
  font-weight: 800;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
}

/**
 * Fonts
 */
@font-face {
  font-family: "Geomanist";
  src: url("../fonts/geomanist-bold-webfont.eot");
  src: url("../fonts/geomanist-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/geomanist-bold-webfont.woff2") format("woff2"), url("../fonts/geomanist-bold-webfont.woff") format("woff"), url("../fonts/geomanist-bold-webfont.ttf") format("truetype"), url("../fonts/geomanist-bold-webfont.svg#geomanistregular") format("svg");
  font-weight: 700;
  font-style: normal;
