/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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 {

}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {

}

/* 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;f
  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: hidden;
}

/**
 * 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section[class*="full-width"] {
    padding: 0;
}

.dnd-section[class*="full-width"] {}

.dnd-section[class*="full-width"]>.row-fluid {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
    font-family: 'Barlow Condensed';
    src: url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/PirateLife_October2020/fonts/BarlowCondensed-Medium.eot);
    src:  url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/PirateLife_October2020/fonts/BarlowCondensed-Medium.eot#iefix) format('embedded-opentype'),
        url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/raw_assets/public/PirateLife_October2020/fonts/BarlowCondensed-Medium.woff2) format('woff2'),
        url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/raw_assets/public/PirateLife_October2020/fonts/BarlowCondensed-Medium.woff) format('woff'),
        url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/raw_assets/public/PirateLife_October2020/fonts/BarlowCondensed-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/PirateLife_October2020/fonts/BarlowCondensed-Regular.eot);
    src: url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/PirateLife_October2020/fonts/BarlowCondensed-Regular.eot#iefix) format('embedded-opentype'),
        url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/raw_assets/public/PirateLife_October2020/fonts/BarlowCondensed-Regular.woff2) format('woff2'),
        url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/raw_assets/public/PirateLife_October2020/fonts/BarlowCondensed-Regular.woff) format('woff'),
        url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/raw_assets/public/PirateLife_October2020/fonts/BarlowCondensed-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Barlow Semi Condensed', sans-serif;
    src: url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/PirateLife_October2020/fonts/BarlowCondensed-SemiBold_1.eot);
    src: url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/PirateLife_October2020/fonts/BarlowCondensed-SemiBold_1.eot#iefix) format('embedded-opentype'),
        url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/raw_assets/public/PirateLife_October2020/fonts/BarlowCondensed-SemiBold_1.woff2) format('woff2'),
        url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/raw_assets/public/PirateLife_October2020/fonts/BarlowCondensed-SemiBold_1.woff) format('woff'),
        url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/raw_assets/public/PirateLife_October2020/fonts/BarlowCondensed-SemiBold_1.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
     font-family: 'Barlow Condensed SemiBold';
    src: url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/PirateLife_October2020/fonts/BarlowCondensed-SemiBold.eot);
    src: url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/PirateLife_October2020/fonts/BarlowCondensed-SemiBold.eot#iefix) format('embedded-opentype'),
        url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/raw_assets/public/PirateLife_October2020/fonts/BarlowCondensed-SemiBold.woff2) format('woff2'),
        url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/raw_assets/public/PirateLife_October2020/fonts/BarlowCondensed-SemiBold.woff) format('woff'),
        url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/raw_assets/public/PirateLife_October2020/fonts/BarlowCondensed-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow';
    src: url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/PirateLife_October2020/fontsBarlow-BoldItalic.eot);
    src: url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/PirateLife_October2020/fonts/Barlow-BoldItalic.eot#iefix) format('embedded-opentype'),
        url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/raw_assets/public/PirateLife_October2020/fonts/Barlow-BoldItalic.woff2) format('woff2'),
        url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/raw_assets/public/PirateLife_October2020/fonts/Barlow-BoldItalic.woff) format('woff'),
        url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/raw_assets/public/PirateLife_October2020/fonts/Barlow-BoldItalic.ttf) format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src:url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/PirateLife_October2020/fonts/Barlow-BoldItalic_1.eot);
    src: url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/PirateLife_October2020/fonts/Barlow-BoldItalic_1.eot#iefix) format('embedded-opentype'),
        url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/raw_assets/public/PirateLife_October2020/fonts/Barlow-BoldItalic_1.woff2) format('woff2'),
        url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/raw_assets/public/PirateLife_October2020/fonts/Barlow-BoldItalic_1.woff) format('woff'),
        url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/raw_assets/public/PirateLife_October2020/fonts/Barlow-BoldItalic_1.ttf) format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/PirateLife_October2020/fonts/Barlow-BoldItalic_2.eot);
    src: url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/PirateLife_October2020/fonts/Barlow-BoldItalic_2.eot#iefix) format('embedded-opentype'),
        url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/raw_assets/public/PirateLife_October2020/fonts/Barlow-BoldItalic_2.woff2) format('woff2'),
        url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/raw_assets/public/PirateLife_October2020/fonts/Barlow-BoldItalic_2.woff) format('woff'),
        url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/raw_assets/public/PirateLife_October2020/fonts/Barlow-BoldItalic_2.ttf) format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/PirateLife_October2020/fonts/Barlow-Regular.eot);
    src: url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/PirateLife_October2020/fonts/Barlow-Regular.eot#iefix) format('embedded-opentype'),
        url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/raw_assets/public/PirateLife_October2020/fonts/Barlow-Regular.woff2) format('woff2'),
        url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/raw_assets/public/PirateLife_October2020/fonts/Barlow-Regular.woff) format('woff'),
        url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/raw_assets/public/PirateLife_October2020/fonts/Barlow-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
  font-family: Lato, serif;
  color: #494a52;
     line-height: 1.15;
  font-size: 16px;
  background-color:#030303;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;

}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  word-break: break-word;
}

h1 {
  font-size: 3rem;
  margin: .67em 0;
  letter-spacing: 2px;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.5;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {

}

ul li,
ol li {

}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {

}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: .92rem;
  padding: 15px 53px;
  
  text-decoration: none;
  line-height: 1.15;
  line-height: 1.15;
  font-family: inherit;
  letter-spacing: normal;
  list-style: none;
  outline: none;
  position: static;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  width: auto;
  visibility: visible;
  overflow: visible;
  display: inline-block;
  vertical-align: middle;
  background: none;
  height: auto;
  background-color: #eee;
  border: 1px solid #ddd;
  color: #333;
  font-size: 1em;
  padding: 10px 15px;
      pointer-events: auto;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  background-color: #ddd;
  border: 1px solid #ccc;
  cursor: pointer;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select,
.hs-input {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 2px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: none;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 6px 10px;
  height: 38px;
  width: 100%;
  line-height: 1.3;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.grow:active {
  transform: scale(1.05) !important
}

.offset-10 {
  transform: translate(10px, 10px)
}

.absolute-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.pt-50 {
  padding-top: 50%
}

.pt-100 {
  padding-top: 100%
}

@media screen and (min-width: 30em) {
  .pl-10-ns {
    padding-left: 10%
  }
  .pr-10-ns {
    padding-right: 10%
  }
}

@media screen and (min-width: 30em) and (max-width:60em) {
  .pt-86px-m {
    padding-top: 86px
  }
}

@media screen and (min-width: 60em) {
  .pt-100-l {
    padding-top: 100%
  }
  .pb-18vh-l {
    padding-bottom: 18vh
  }
  .pb-115-l {
    padding-bottom: 115px
  }
}

@media screen and (min-width: 90em) {
  .pb-0-xl {
    padding-bottom: 0
  }
}

@media screen and (min-width: 110em) {
  .phgutter-xl {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (min-width: 1240px) {
  .dn-xxl {
    display: none !important
  }
  .db-xxl {
    display: block !important
  }
}

.pointer-events-none {
  pointer-events: none
}

.pointer-events-auto {
  pointer-events: auto
}

.justify-self-end {
  justify-self: end
}

.dg {
  display: grid
}

.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr)
}

@media screen and (min-width: 60em) {
  .grid-cols-3-l {
    grid-template-columns: repeat(3, 1fr)
  }
}

.lh-0 {
  line-height: 0
}

@media screen and (min-width: 30em) and (max-width:60em) {
  .aspect-ratio--192x125-m {
    padding-bottom: 65.1% !important
  }
}

@media screen and (min-width: 60em) {
  .aspect-ratio--32x9-l {
    padding-bottom: 28.12% !important
  }
}

.sticky {
  position: -webkit-sticky;
  position: sticky
}

.current-color {
  color: currentColor
}

.b--current-color,
.hover-b--current:focus,
.hover-b--current:hover {
  border-color: currentColor
}

.of-cover {
  object-fit: cover
}

.op-center {
  object-position: center
}

.op-bottom-center {
  object-position: bottom center
}

.bg-no-repeat {
  background-repeat: no-repeat
}

.bg-black-99 {
  background-color: #030303;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk/g8AAQsBBD48D9kAAAAASUVORK5CYII=)
}

@media screen and (min-width: 80em) {
  .f2-80 {
    font-size: 2.25rem !important
  }
}

.f-33 {
  font-size: 33px
}

.f-18 {
  font-size: 18px
}

.f-14 {
  font-size: 14px
}

.left-20 {
  left: 20px
}

.bottom-20 {
  bottom: 20px
}

.tracked-medium {
  letter-spacing: 1.28px
}

@media screen and (min-width: 30em) {
  .tracked-none-ns {
    letter-spacing: normal !important
  }
}

.opacity-50 {
  opacity: .5
}

.hover\:o-100:hover {
  opacity: 1
}

@media screen and (min-width: 40em) {
  .dib-40 {
    display: inline-block !important
  }
  .db-40 {
    display: block !important
  }
  .mr2-40 {
    margin-right: .5rem;
    margin-right: .5rem;
  }
}

.group:hover .group\:o-0 {
  opacity: 0
}

.z-100 {
  z-index: 100
}

.z-1000 {
  z-index: 1000
}

.z-10000 {
  z-index: 10000
}

.size-w-w\/2:after {
  content: "";
  display: block;
  padding-top: 50%
}

@media screen and (min-width: 60em) {
  .size-w-w\/1-l:after {
    content: "";
    display: block;
    padding-top: 100%
  }
}

.hover\:z-5:hover {
  z-index: 5 !important
}

.top-24px {
  top: 24px
}


.aspect-ratio {
  height: 0;
  position: relative
}

.aspect-ratio--16x9 {
  padding-bottom: 56.25%
}

.aspect-ratio--6x4 {
  padding-bottom: 66.6%
}

.aspect-ratio--1x1 {
  padding-bottom: 100%
}

.aspect-ratio--object {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100
}

img {
  max-width: 100%
}

.cover {
  background-size: cover !important
}

.bg-center {
  background-repeat: no-repeat;
  background-position: 50%
}

.ba {
  border-style: solid;
  border-width: 1px
}

.bt {
  border-top-style: solid;
  border-top-width: 1px
}

.br {
  border-right-style: solid;
  border-right-width: 1px
}

.bb {
  border-bottom-style: solid;
  border-bottom-width: 1px
}

.bl {
  border-left-style: solid;
  border-left-width: 1px
}

.bn {
  border-style: none;
  border-width: 0
}

@media screen and (min-width: 30em) {
  .bt-ns {
    border-top-style: solid;
    border-top-width: 1px
  }
  .bb-ns {
    border-bottom-style: solid;
    border-bottom-width: 1px
  }
  .bl-ns {
    border-left-style: solid;
    border-left-width: 1px
  }
}

.b--dark-gray {
  border-color: #333;
  border-color: #333;
}

.b--silver {
  border-color: #999;
  border-color: #999;
}

.b--white {
  border-color: #fff;
  border-color:  #fff;
}

.b--white-40 {
  border-color: hsla(0, 0%, 100%, .4);
}

.b--transparent {
  border-color: transparent;
  border-color: transparent;
}

.br0 {
  border-radius: 0
}

.br2 {
  border-radius: .25rem
}

.br4 {
  border-radius: 1rem
}

.bw1 {
  border-width: .125rem
}

@media screen and (min-width: 30em) {
  .bw0-ns {
    border-width: 0
  }
}

@media screen and (min-width: 60em) {
  .bw0-l {
    border-width: 0
  }
}

.top-0 {
  top: 0
}

.right-0 {
  right: 0
}

.bottom-0 {
  bottom: 0
}

.left-0 {
  left: 0
}

.top-1 {
  top: 1rem
}

.right-1 {
  right: 1rem
}

.bottom-1 {
  bottom: 1rem
}

.left-1 {
  left: 1rem
}

.absolute--fill {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

@media screen and (min-width: 60em) {
  .left-2-l {
    left: 2rem
  }
  .bottom-2-l {
    bottom: 2rem
  }
}

.dn {
  display: none
}

.db {
  display: block
}

.dib {
  display: inline-block
}

@media screen and (min-width: 30em) {
  .dn-ns {
    display: none
  }
  .db-ns {
    display: block
  }
}

@media screen and (min-width: 30em) and (max-width:60em) {
  .db-m {
    display: block
  }
}

@media screen and (min-width: 60em) {
  .dn-l {
    display: none
  }
  .db-l {
    display: block
  }
}

.flex {
  display: flex
}

.inline-flex {
  display: inline-flex
}

.flex-auto {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0
}

.flex-column {
  flex-direction: column
}

.flex-row {
  flex-direction: row
}

.flex-wrap {
  flex-wrap: wrap
}

.items-start {
  align-items: flex-start
}

.items-end {
  align-items: flex-end
}

.items-center {
  align-items: center
}

.justify-start {
  justify-content: flex-start
}

.justify-end {
  justify-content: flex-end
}

.justify-center {
  justify-content: center
}

.justify-between {
  justify-content: space-between
}

.content-center {
  align-content: center
}

.order-0 {
  order: 0
}

.order-1 {
  order: 1
}

.order-2 {
  order: 2
}

@media screen and (min-width: 30em) {
  .flex-ns {
    display: flex
  }
  .flex-none-ns {
    flex: none
  }
  .flex-column-ns {
    flex-direction: column
  }
  .flex-row-ns {
    flex-direction: row
  }
  .justify-end-ns {
    justify-content: flex-end
  }
  .justify-center-ns {
    justify-content: center
  }
  .order-1-ns {
    order: 1
  }
  .order-2-ns {
    order: 2
  }
}

@media screen and (min-width: 30em) and (max-width:60em) {
  .flex-wrap-m {
    flex-wrap: wrap
  }
}

@media screen and (min-width: 60em) {
  .flex-l {
    display: flex
  }
  .flex-auto-l {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0
  }
  .flex-column-l {
    flex-direction: column
  }
  .flex-row-l {
    flex-direction: row
  }
  .flex-nowrap-l {
    flex-wrap: nowrap
  }
  .items-center-l {
    align-items: center
  }
  .justify-end-l {
    justify-content: flex-end
  }
  .justify-center-l {
    justify-content: center
  }
  .order-0-l {
    order: 0
  }
  .order-1-l {
    order: 1
  }
  .order-2-l {
    order: 2
  }
}

.fn {
  float: none
}

.times {
  font-family: times, serif
}

.i {
  font-style: italic
}

.normal {
  font-weight: 400
}

.b {
  font-weight: 700
}

.fw1 {
  font-weight: 100
}

.fw5 {
  font-weight: 500
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none
}

.input-reset::-moz-focus-inner {
  border: 0;
  padding: 0
}

.h1 {
  height: 1rem
}

.h2 {
  height: 2rem
}

.h3 {
  height: 4rem
}

.h4 {
  height: 8rem
}

.h5 {
  height: 16rem
}

.h-25 {
  height: 25%
}

.h-100 {
  height: 100%
}

.vh-50 {
  height: 50vh
}

.h-inherit {
  height: inherit
}

@media screen and (min-width: 60em) {
  .h-25-l {
    height: 25%
  }
  .h-50-l {
    height: 50%
  }
  .vh-100-l {
    height: 100vh
  }
  .h-auto-l {
    height: auto
  }
}

.tracked {
  letter-spacing: .1em
}

.lh-solid {
  line-height: 1
}

.lh-title {
  line-height: 1.25
}

.lh-copy {
  line-height: 1.5
}

@media screen and (min-width: 30em) {
  .lh-copy-ns {
    line-height: 1.5
  }
}

.link {
  text-decoration: none
}

.link,
.link:active,
.link:focus,
.link:hover,
.link:link,
.link:visited {
  transition: color .15s ease-in
}

.link:focus {
  outline: 1px dotted currentColor
}

.list {
  list-style-type: none
}

.mw-100 {
  max-width: 100%
}

.mw2 {
  max-width: 2rem
}

.mw4 {
  max-width: 8rem
}

.mw6 {
  max-width: 32rem
}

.mw7 {
  max-width: 48rem
}

@media screen and (min-width: 30em) {
  .mw3-ns {
    max-width: 4rem
  }
}

@media screen and (min-width: 30em) and (max-width:60em) {
  .mw3-m {
    max-width: 4rem
  }
}

@media screen and (min-width: 60em) {
  .mw4-l {
    max-width: 8rem
  }
}

.w3 {
  width: 4rem
}

.w-20 {
  width: 20%
}

.w-40 {
  width: 40%
}

.w-50 {
  width: 50%
}

.w-90 {
  width: 90%
}

.w-100 {
  width: 100%
}

.w-third {
  width: 33.33333%
}

@media screen and (min-width: 30em) {
  .w-20-ns {
    width: 20%
  }
  .w-25-ns {
    width: 25%
  }
  .w-50-ns {
    width: 50%
  }
  .w-third-ns {
    width: 33.33333%
  }
}

@media screen and (min-width: 30em) and (max-width:60em) {
  .w-40-m {
    width: 40%
  }
  .w-50-m {
    width: 50%
  }
  .w-60-m {
    width: 60%
  }
}

@media screen and (min-width: 60em) {
  .w-25-l {
    width: 25%
  }
  .w-40-l {
    width: 40%
  }
  .w-50-l {
    width: 50%
  }
  .w-60-l {
    width: 60%
  }
  .w-100-l {
    width: 100%
  }
  .w-third-l {
    width: 33.33333%
  }
}

.overflow-hidden {
  overflow: hidden
}

.overflow-x-hidden {
  overflow-x: hidden
}

.relative {
  position: relative
}

.absolute {
  position: absolute
}

.fixed {
  position: fixed
}

@media screen and (min-width: 30em) {
  .static-ns {
    position: static
  }
}

@media screen and (min-width: 60em) {
  .absolute-l {
    position: absolute
  }
}

.o-100 {
  opacity: 1
}

.o-60 {
  opacity: .6
}

.o-50 {
  opacity: .5
}

.o-20 {
  opacity: .2
}

.o-0 {
  opacity: 0
}

.black-50 {
  color: rgba(0, 0, 0, .5);
}

.white-50 {
  color: hsla(0, 0%, 100%, .5);
}

.black {
  color: #000;
  color: #000
}

.gray {
  color: #b1b1b1;
  color: #b1b1b1;
}

.white {
  color: #fff;
  color:  #fff;
}

.bg-black-90 {
  background-color: rgba(0, 0, 0, .9);

}

.bg-black-70 {
  background-color: rgba(0, 0, 0, .7);

}

.bg-black-50 {
  background-color: rgba(0, 0, 0, .5);

}

.bg-black {
  background-color: #000;
  background-color: #000
}

.bg-near-black {
  background-color: #090909;
  background-color: #090909;
}

.bg-dark-gray {
  background-color: #333;
  background-color: #333;
}

.bg-white {
  background-color: #fff;
  background-color:  #fff;
}

.bg-transparent {
  background-color: transparent;
  background-color: transparent;
}

.hover-black:focus,
.hover-black:hover {
  color: #000;
  color: #000
}

.hover-gray:focus,
.hover-gray:hover {
  color: #b1b1b1;
  color: #b1b1b1;
}

.hover-bg-white:focus,
.hover-bg-white:hover {
  background-color: #fff;
  background-color:  #fff;
}



.pa0 {
  padding: 0;
  padding:  0;
}

.pa1 {
  padding: .25rem;
  padding: .25rem;
}

.pa2 {
  padding: .5rem;
  padding: .5rem;
}

.pa3 {
  padding: 1rem;
  padding:  1rem;
}

.pa4 {
  padding: 2rem;
  padding: 2rem;
}

.pl2 {
  padding-left: .5rem;
  padding-left: .5rem;
}

.pl3 {
  padding-left: 1rem;
  padding-left:  1rem;
}

.pr2 {
  padding-right: .5rem;
  padding-right: .5rem;
}

.pr3 {
  padding-right: 1rem;
  padding-right:  1rem;
}

.pr4 {
  padding-right: 2rem;
  padding-right: 2rem;
}

.pb1 {
  padding-bottom: .25rem;
  padding-bottom: .25rem;
}

.pb3 {
  padding-bottom: 1rem;
  padding-bottom:  1rem;
}

.pb4 {
  padding-bottom: 2rem;
  padding-bottom: 2rem;
}

.pb5 {
  padding-bottom: 4rem;
  padding-bottom:  4rem;
}

.pt1 {
  padding-top: .25rem;
  padding-top: .25rem;
}

.pt3 {
  padding-top: 1rem;
  padding-top:  1rem;
}

.pt4 {
  padding-top: 2rem;
  padding-top: 2rem;
}

.pt5 {
  padding-top: 4rem;
  padding-top:  4rem;
}

.pv1 {
  padding-top: .25rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-bottom: .25rem;
}

.pv2 {
  padding-top: .5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-bottom: .5rem;
}

.pv3 {
  padding-top: 1rem;
  padding-top:  1rem;
  padding-bottom: 1rem;
  padding-bottom:  1rem;
}

.pv4 {
  padding-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-bottom: 2rem;
}

.pv5 {
  padding-top: 4rem;
  padding-top:  4rem;
  padding-bottom: 4rem;
  padding-bottom:  4rem;
}

.ph2 {
  padding-left: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-right: .5rem;
}

.ph3 {
  padding-left: 1rem;
  padding-left:  1rem;
  padding-right: 1rem;
  padding-right:  1rem;
}

.ph4 {
  padding-left: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-right: 2rem;
}

.ma0 {
  margin: 0;
  margin:  0;
}

.ma1 {
  margin: .25rem;
  margin: .25rem;
}

.ma2 {
  margin: .5rem;
  margin: .5rem;
}

.ml3 {
  margin-left: 1rem;
  margin-left:  1rem;
}

.ml4 {
  margin-left: 2rem;
  margin-left: 2rem;
}

.mr0 {
  margin-right: 0;
  margin-right:  0;
}

.mr2 {
  margin-right: .5rem;
  margin-right: .5rem;
}

.mr3 {
  margin-right: 1rem;
  margin-right:  1rem;
}

.mr4 {
  margin-right: 2rem;
  margin-right: 2rem;
}

.mb1 {
  margin-bottom: .25rem;
  margin-bottom: .25rem;
}

.mb2 {
  margin-bottom: .5rem;
  margin-bottom: .5rem;
}

.mb3 {
  margin-bottom: 1rem;
  margin-bottom:  1rem;
}

.mb4 {
  margin-bottom: 2rem;
  margin-bottom: 2rem;
}

.mb6 {
  margin-bottom: 8rem;

}

.mt0 {
  margin-top: 0;
  margin-top:  0;
}

.mt1 {
  margin-top: .25rem;
  margin-top: .25rem;
}

.mt2 {
  margin-top: .5rem;
  margin-top: .5rem;
}

.mt3 {
  margin-top: 1rem;
  margin-top:  1rem;
}

.mt4 {
  margin-top: 2rem;
  margin-top: 2rem;
}

.mt5 {
  margin-top: 4rem;
  margin-top:  4rem;
}

.mv0 {
  margin-top: 0;
  margin-top:  0;
  margin-bottom: 0;
  margin-bottom:  0;
}

.mv1 {
  margin-top: .25rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
  margin-bottom: .25rem;
}

.mv2 {
  margin-top: .5rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-bottom: .5rem;
}

.mv3 {
  margin-top: 1rem;
  margin-top:  1rem;
  margin-bottom: 1rem;
  margin-bottom:  1rem;
}

.mv4 {
  margin-top: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-bottom: 2rem;
}

.mh2 {
  margin-left: .5rem;
  margin-left: .5rem;
  margin-right: .5rem;
  margin-right: .5rem;
}

@media screen and (min-width: 30em) {
  .pa0-ns {
    padding: 0;
    padding:  0;
  }
  .pa2-ns {
    padding: .5rem;
    padding: .5rem;
  }
  .pa5-ns {
    padding: 4rem;
    padding:  4rem;
  }
  .pl0-ns {
    padding-left: 0;
    padding-left:  0;
  }
  .pr0-ns {
    padding-right: 0;
    padding-right:  0;
  }
  .pb4-ns {
    padding-bottom: 2rem;
    padding-bottom: 2rem;
  }
  .pt5-ns {
    padding-top: 4rem;
    padding-top:  4rem;
  }
  .pv2-ns {
    padding-top: .5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-bottom: .5rem;
  }
  .pv3-ns {
    padding-top: 1rem;
    padding-top:  1rem;
    padding-bottom: 1rem;
    padding-bottom:  1rem;
  }
  .pv4-ns {
    padding-top: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-bottom: 2rem;
  }
  .pv5-ns {
    padding-top: 4rem;
    padding-top:  4rem;
    padding-bottom: 4rem;
    padding-bottom:  4rem;
  }
  .pv6-ns {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .ph0-ns {
    padding-left: 0;
    padding-left:  0;
    padding-right: 0;
    padding-right:  0;
  }
  .ph3-ns {
    padding-left: 1rem;
    padding-left:  1rem;
    padding-right: 1rem;
    padding-right:  1rem;
  }
  .ph4-ns {
    padding-left: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-right: 2rem;
  }
  .ph5-ns {
    padding-left: 4rem;
    padding-left:  4rem;
    padding-right: 4rem;
    padding-right:  4rem;
  }
  .ml5-ns {
    margin-left: 4rem;
    margin-left:  4rem;
  }
  .mr3-ns {
    margin-right: 1rem;
    margin-right:  1rem;
  }
  .mr5-ns {
    margin-right: 4rem;
    margin-right:  4rem;
  }
  .mb4-ns {
    margin-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .mb5-ns {
    margin-bottom: 4rem;
    margin-bottom:  4rem;
  }
  .mb6-ns {
    margin-bottom: 8rem;
  }
  .mt5-ns {
    margin-top: 4rem;
    margin-top:  4rem;
  }
  .mt6-ns {
    margin-top: 8rem;
  }
  .mv3-ns {
    margin-top: 1rem;
    margin-top:  1rem;
    margin-bottom: 1rem;
    margin-bottom:  1rem;
  }
  .mv5-ns {
    margin-top: 4rem;
    margin-top:  4rem;
    margin-bottom: 4rem;
    margin-bottom:  4rem;
  }
}

@media screen and (min-width: 30em) and (max-width:60em) {
  .pl3-m {
    padding-left: 1rem;
    padding-left:  1rem;
  }
  .pl4-m {
    padding-left: 2rem;
    padding-left: 2rem;
  }
  .pb4-m {
    padding-bottom: 2rem;
    padding-bottom: 2rem;
  }
  .pt4-m {
    padding-top: 2rem;
    padding-top: 2rem;
  }
  .ph5-m {
    padding-left: 4rem;
    padding-left:  4rem;
    padding-right: 4rem;
    padding-right:  4rem;
  }
  .mv5-m {
    margin-top: 4rem;
    margin-top:  4rem;
    margin-bottom: 4rem;
    margin-bottom:  4rem;
  }
}

@media screen and (min-width: 60em) {
  .pa3-l {
    padding: 1rem;
    padding:  1rem;
  }
  .pa5-l {
    padding: 4rem;
    padding:  4rem;
  }
  .pl4-l {
    padding-left: 2rem;
    padding-left: 2rem;
  }
  .pl5-l {
    padding-left: 4rem;
    padding-left:  4rem;
  }
  .pr5-l {
    padding-right: 4rem;
    padding-right:  4rem;
  }
  .pr6-l {
    padding-right: 8rem;
  }
  .pb4-l {
    padding-bottom: 2rem;
    padding-bottom: 2rem;
  }
  .pb5-l {
    padding-bottom: 4rem;
    padding-bottom:  4rem;
  }
  .pt4-l {
    padding-top: 2rem;
    padding-top: 2rem;
  }
  .pt5-l {
    padding-top: 4rem;
    padding-top:  4rem;
  }
  .pv0-l {
    padding-top: 0;
    padding-top:  0;
    padding-bottom: 0;
    padding-bottom:  0;
  }
  .pv2-l {
    padding-top: .5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-bottom: .5rem;
  }
  .pv4-l {
    padding-top: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-bottom: 2rem;
  }
  .pv6-l {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .ph5-l {
    padding-left: 4rem;
    padding-left:  4rem;
    padding-right: 4rem;
    padding-right:  4rem;
  }
  .ph6-l {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .ma3-l {
    margin: 1rem;
    margin:  1rem;
  }
  .mb4-l {
    margin-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .mb5-l {
    margin-bottom: 4rem;
    margin-bottom:  4rem;
  }
  .mb6-l {
    margin-bottom: 8rem;
  }
  .mt0-l {
    margin-top: 0;
    margin-top:  0;
  }
  .mv2-l {
    margin-top: .5rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    margin-bottom: .5rem;
  }
  .mv6-l {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}

.nl2 {
  margin-left: -.5rem;
  margin-left: calc(-1*.5rem;)
}

.nr2 {
  margin-right: -.5rem;
  margin-right: calc(-1*.5rem;)
}

@media screen and (min-width: 60em) {
  .nl4-l {
    margin-left: -2rem;
    margin-left: calc(-1*2rem;)
  }
  .nr4-l {
    margin-right: -2rem;
    margin-right: calc(-1*2rem;)
  }
}

.underline {
  text-decoration: underline
}

.no-underline {
  text-decoration: none
}

.tl {
  text-align: left
}

.tr {
  text-align: right
}

.tc {
  text-align: center
}

@media screen and (min-width: 30em) {
  .tl-ns {
    text-align: left
  }
  .tc-ns {
    text-align: center
  }
}

@media screen and (min-width: 60em) {
  .tl-l {
    text-align: left
  }
}

.ttu {
  text-transform: uppercase
}

.f1 {
  font-size: 3rem
}

.f2 {
  font-size: 2.25rem
}

.f3 {
  font-size: 1.5rem
}

.f4 {
  font-size: 1.25rem
}

.f5 {
  font-size: 1rem
}

.f6 {
  font-size: .875rem
}

.f7 {
  font-size: .75rem
}

@media screen and (min-width: 30em) {
  .f1-ns {
    font-size: 3rem
  }
  .f2-ns {
    font-size: 2.25rem
  }
  .f3-ns {
    font-size: 1.5rem
  }
  .f4-ns {
    font-size: 1.25rem
  }
  .f5-ns {
    font-size: 1rem
  }
  .f6-ns {
    font-size: .875rem
  }
}

@media screen and (min-width: 30em) and (max-width:60em) {
  .f1-m {
    font-size: 3rem
  }
  .f2-m {
    font-size: 2.25rem
  }
  .f3-m {
    font-size: 1.5rem
  }
  .f5-m {
    font-size: 1rem
  }
  .f6-m {
    font-size: .875rem
  }
}

@media screen and (min-width: 60em) {
  .f1-l {
    font-size: 3rem
  }
  .f2-l {
    font-size: 2.25rem
  }
  .f3-l {
    font-size: 1.5rem
  }
  .f5-l {
    font-size: 1rem
  }
  .f6-l {
    font-size: .875rem
  }
}

.measure {
  max-width: 30em
}

.measure-wide {
  max-width: 34em
}

.center {
  margin-left: auto
}

.center,
.mr-auto {
  margin-right: auto
}

.ml-auto {
  margin-left: auto
}

.nowrap {
  white-space: nowrap
}

@media screen and (min-width: 60em) {
  .nowrap-l {
    white-space: nowrap
  }
}

.grow {
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform .25s ease-out
}

.grow:focus,
.grow:hover {
  transform: scale(1.05)
}

.grow:active {
  transform: scale(.9)
}

.pointer:hover {
  cursor: pointer
}

.bg-animate,
.bg-animate:focus,
.bg-animate:hover {
  transition: background-color .15s ease-in-out
}

.z-0 {
  z-index: 0
}

.z-1 {
  z-index: 1
}

.z-2 {
  z-index: 2
}

.z-5 {
  z-index: 5
}

.z-999 {
  z-index: 999
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */


.barlow {
  font-family: Barlow, sans-serif;
}

.barlow-condensed {
  font-family: Barlow Condensed, sans-serif;
}

.barlow-condensed-semibold {
  font-family: 'Barlow Condensed SemiBold';
}

#main-nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity .3s cubic-bezier(.165, .84, .44, 1);
  visibility: hidden;
  overflow: auto;
  overscroll-behavior: contain;
  will-change: opacity
}

b, strong {
  font-weight: bolder;
}

html.main-nav-open #main-header {
  color: #fff;
  color:  #fff;
  background-color: #000;
  background-color: #000
}

html.main-nav-open #main-nav {
  opacity: 1 !important
}

html.main-nav-open #main-nav,
html.main-nav-opened #main-nav {
  visibility: visible !important
}

.hamburger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: currentColor;
  line-height: 1;
  outline: none
}

.hamburger-bar {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 3px;
  background-color: currentColor
}

html.main-nav-open #main-nav-toggle:before {
  content: "\2715";
  width: 18px;
  display: block;
  height: auto;
  line-height: 0
}

.hs-beers-page .body-container {
  padding-left: 0;
  padding-right: 0;
}
.hs-beers-page {
  margin-top: -92px;
}


.hs-core-range-three .dnd-section>.row-fluid {
  padding: 0;
}

.hs-core-range-two .dnd-section>.row-fluid {
  padding: 0;
}
.hs-beers-page .current-color:hover {
  color: currentColor;
}
.beer-can-shadow{
  background-image:url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/raw_assets/public/PirateLife_October2020/images/beer-can-shadow.png);
}
.beers-section-top {
  padding-bottom: 2rem;
}

.hs-core-range-three {
  margin-bottom: 4rem;
}
.hs-beers-page .widget-type-form {
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000;
}
.hs-beers-page .widget-type-form .hs_cos_wrapper_type_form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.hs-beers-page .widget-type-form h3.form-title {
  margin-right: 4rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  font-size: 2.25rem;
  text-transform: uppercase;
  font-family: inherit;
  line-height: 1.15;
}

.hs-beers-page .widget-type-form .hs_cos_wrapper_type_form > div {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  margin-top: 1px;
}

.hs-beers-page .widget-type-form .hs_cos_wrapper_type_form form {
  padding: .25rem;
  position: relative;
  width: 100%;
  justify-content: space-between;
  display: flex;
  border: 1px solid #333;
}

.hs-beers-page .widget-type-form .hs_cos_wrapper_type_form form .hs-input {
  font-family: inherit;
  font-size: 16px;
  line-height: 1.15;
  margin: 0;
  border-style: none;
  border-width: 0;
  width: 100%;
  color: #fff;
  background-color: #000;
  padding: 1rem;
  text-transform: uppercase;
  max-width: 100%;
  display: block;
  font-family: Barlow Condensed,sans-serif;
  height: auto;
}

.hs-beers-page .widget-type-form .hs_cos_wrapper_type_form form > .hs-form-field {
  width: 100%;
  margin: 0;
}

.hs-beers-page .widget-type-form .hs_cos_wrapper_type_form form > .hs-form-field > label {
  display: inline;
}
.hs-beers-page .widget-type-form .hs_cos_wrapper_type_form form > .hs-form-field > label .hs-form-required {
  display: none;
}
.hs-beers-page .widget-type-form .hs_cos_wrapper_type_form form .hs-button {
  transition: background-color .15s ease-in-out;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  padding-right: 4rem;
  padding-left: 4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: transparent;
  max-width: 8rem;
  letter-spacing: .1em;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  color: #fff;
  border: 1px solid #fff;
  line-height: 1.15;
  margin: 0;
}
.hs-beers-page .widget-type-form .hs_cos_wrapper_type_form form .hs-button:hover {
  background-color: #fff;
  color: #000;
}
.hs-beers-page .widget-type-form .hs_cos_wrapper_type_form .hs_error_rollup {
  display: none !important;
}
.hs-beers-page .widget-type-form .hs_cos_wrapper_type_form .hs-error-msgs label {
  color: red !important;
  padding-left: 10px;
}
.hs-beers-page .widget-type-form .hs_cos_wrapper_type_form form .hs-input::placeholder {
  color: #7B7A7A;
}
.hs-beers-page {
  background-color: #000;
}
.hs-beers-page strong {
  font-weight: bolder;
}
.hs-port-beer-page .custom-header-wrapper {
  min-height: 0;
}

.custom-brewery-banner h1 {
  font-family: Barlow Condensed,sans-serif;
}
.hs-port-beer-two.custom-limit-release-row1 .dnd-section {
  padding: .5rem 0 !important;
}

.hs-port-beer-three.hs-beers-page {
  margin-top: 4rem;
  margin-bottom:4rem;
}
/* .Dark #header-menu .hs-button {
color: #000;
}
.Dark #header-menu .hs-button:before {
color: #0000;
}
.main-nav-open .Dark #header-menu .hs-button {
color: #fff;
}
.main-nav-open .Dark #header-menu {
color: #fff;
}
.main-nav-open .Dark #main-header {
color: #fff;
}
.fixed-nav .Dark header#main-header {
background: #000;
color: #fff;
}
.fixed-nav .Dark #header-menu .hs-button {
color: #fff;
}
.fixed-nav .Dark #header-menu .hs-button:hover {
color: #000;
} */
.Dark .hamburger span {
  background: #fff;
}
.Dark .hamburger {
  color: #fff;
}
.beer-finder-area.no-gradient .beer-finder-gradient {
  background-image: none;
}
.hs-fifth-birthday-beers-page .hs_cos_wrapper_type_rich_text h1 {
  text-align: center;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: Barlow Condensed,sans-serif;
  line-height: 1.25;
  margin-bottom: .67em;
}
.hs-fifth-birthday-beers-page .span6 h3 {
  font-size: 36px;
  text-align: center;
  font-family: Barlow,sans-serif;
  font-weight: 400;
  margin: 1em 0;
}
.hs-fifth-birthday-beers-page .span6 {
  margin: 0;
  width: 50%;
}
.hs-fifth-birthday-beers-page .span6 p {
  font-size: 1rem;
}
.hs-fifth-birthday-beers-page .span6:last-child {
  padding: 0 4%;
}
.custom-fifth-birthday-tattoos-row1 {
  padding: 0 16px;
}
.custom-fifth-birthday-tattoos-row2 {
  padding: 0 16px;
}
.hs-fifth-birthday-beers-page .span6 .hs-button {
  background-color: #32373c;
}
.hs-fifth-birthday-beers-page .span6 .hs-button:hover {
  color: #fff;
}
.custom-fifth-birthday-tattoos-row1 .custom-two-col-left-img .custom-block-media-text__content{
  padding: 0 4%;
}
.hs-birthday-page .custom-header-wrapper {
  min-height: 0;
}
.hs-birthday-page .custom-header-wrapper header#main-header {
  background: transparent;
}
.fixed-nav .hs-birthday-page .custom-header-wrapper header#main-header {
  background: #000;
}
.hs-birthday-two {
  margin-top: 92px;
}
.hs-birthday-two p {
  margin: 1em 0;
  font-family: Barlow,sans-serif;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
}
.hs-birthday-two .span6 .hs_cos_wrapper_type_linked_image {
  display: block;
  margin: 52px 0 0;
}

.hs-birthday-two .span6 {
  width: 50%;
  margin: 0;
}
.hs-birthday-two h1 {
  line-height: 1.25;
  margin-top: 0;
  font-family: Barlow Condensed,sans-serif;
  margin-bottom: .67em;
}

.hs-birthday-two h4 {
  margin: 1.33em 0;
  line-height: 1.25;
}
.hs-birthday-page .body-container {
  padding: 0;
}
.hs-contact-page h3.form-title {
  font-size: 3rem;
  text-align: center;
  line-height: 1.25;
  font-family: Barlow Condensed,sans-serif;
  letter-spacing: 2px;
  margin-bottom: .67em;
}
.hs-contact-page form .hs-form-field > label {
  display: block;
  font-weight: 700;
  font-size: 16px;
  float: none;
  line-height: 1.3;
  margin: 0 0 4px 0;
  padding: 0;
  color: #fff;
  font-family: Barlow,sans-serif;
}
.hs-contact-page form .hs-form-field {
  margin-bottom: 0;
}
.hs-contact-page form fieldset {
  max-width: 60.55%;
  padding: 10px 0;
}
.hs-contact-page form .hs-form-field.hs_what_can_we_help_you_with_today_ ul li {
  display: inline-block;
  width: auto;
  margin-right: 20px;
}
.hs-contact-page form .hs-form-field.hs_what_can_we_help_you_with_today_ ul li input {
  display: inline-block;
  margin: 0 10px 0 3px;
}
.hs-contact-page form .hs-form-field.hs_what_can_we_help_you_with_today_ ul li label {
  display: inline;
  vertical-align: baseline;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  font-family: Barlow,sans-serif;
  color: #fff;
}
.hs-contact-page form .hs-form-field.hs_which_location_does_your_enquiry_relate_to_ input {
  width: auto;
  display: inline-block;
}
.hs-contact-page form .hs-form-field.hs_which_location_does_your_enquiry_relate_to_ label {
  display: inline;
  vertical-align: baseline;
  font-size: 16px;
  line-height: 1.3;
  font-family: Barlow,sans-serif;
  color: #fff;
}
.hs-contact-page form .hs-form-field ul.inputs-list li {
  margin-bottom: 5px;
}
.hs-contact-page form .hs-button.primary {
  transition: none;
  background-color: #eee;
  border: 1px solid #ddd;
  color: #333;
  font-size: 1em;
  padding: 10px 15px;
  border-radius: 0;
  line-height: 1.15;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  margin-top: 10px;
}
.hs-contact-page form .hs-button.primary:hover {
  background-color: #ddd;
  border: 1px solid #ccc;
}
.hs-contact-page form {
  margin-bottom: 24px;
}
.hs-contact-page form .hs-form-field.hs_which_location_does_your_enquiry_relate_to_ .hs-error-msgs label {
  font-size: 12px;
}
.hs-contact-page .hs_cos_wrapper_type_rich_text h3 {
  font-size: 1.5rem;
  letter-spacing: 1px;
  margin: 1em 0;
}

.hs-contact-page .hs_cos_wrapper_type_rich_text p {
  font-size: 1rem;
  font-family: Barlow,sans-serif;
}
.hs-contact-page .hs-contact-image-section .hs_cos_wrapper_type_linked_image .hs-image-widget {
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  max-width: none !important;
  height: 430px !important;
}
.hs-contact-page .hs-contact-image-section .dnd-module[class*="flex"] {
  display: block !important;
}
.hs-contact-page .hs-contact-image-section .hs_cos_wrapper_type_linked_image {
  display: block;
  position: relative;
  height: 430px;
  /* height: 100%; */
  width: 100%;
  overflow: hidden;
}
.hs-contact-page form .hs-form-field ul.inputs-list {
  padding: 0;
}
.custom-limit-release-row1 .dnd-section ul li a:hover {
  border-color: currentColor;
}
.hs-contact-page .hs-contact-image-section .hs_cos_wrapper_type_linked_image:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  content: "";
  background-color: #000;
  opacity: .5;
}
.barlow-condensed h2{
  font-family:inherit; 
  line-height: 1.15;
}
.hs-contact-image-section {
  padding: 0 1em;
}
.hs-breweries-page .custom-header-wrapper {
  min-height: 0;
}
.hs-breweries-page .body-container {
  padding: 0;
}
.hs-breweries-page .custom-header-wrapper header#main-header {
  background: transparent;
}
.fixed-nav .hs-breweries-page .custom-header-wrapper header#main-header {
  background: #000;
}
.hs-contact-page form .hs-form-field.hs_which_location_does_your_enquiry_relate_to_ label input {
  margin-left: 3px;

  margin-right: 10px;
}
#featured .swiper-pagination {
  bottom: 5%
}
.hs-contact-page form .hs-input {

  border-radius: 2px;
}
.hs-contact-page form span.hs-form-required {
  padding: 0 0 0 5px;
  font-size: 14px;
  position: relative;
  top: -5px;
}
.hs-contact-page form textarea.hs-input {
  height: 120px;
}
@media screen and (min-width: 30em) {
  .hamburger-bar,
  html.main-nav-open #main-nav-toggle:before {
    width: 24px
  }
  .main-nav-opened .custom-menu-primary .submenu.level-1>li:hover {
    overflow: visible;
  }
  .main-nav-opened .custom-menu-primary .submenu.level-1>li {

    overflow: hidden;
  }
}

.hamburger-bar+.hamburger-bar {
  margin-top: 5px
}

html.main-nav-open #main-nav-toggle .hamburger-bar {
  display: none
}

@media (max-width: 30em) {
  #hero.compact .swiper-slide {
    width: 100%
  }
}

@media screen and (min-width: 30em) {
  #hero picture img {
    min-height: calc(28.125vh + 92px*2)
  }
}

.nav-menu__item span:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scaleX(0) translateY(-20px);
  transition: transform .2s ease-in-out
}

.nav-menu__item:hover span:after {
  transform: scaleX(1) translateY(-20px)
}

@media screen and (min-width: 30em) and (max-width:60em) {
  .nav-menu__item span:after {
    transform: scaleX(0) translateY(-10px)
  }
  .nav-menu__item:hover span:after {
    transform: scaleX(1) translateY(-10px)
  }
}

@media screen and (min-width: 60em) {
  .nav-menu__item span:after {
    transform: scaleX(0)
  }
  .nav-menu__item:hover span:after {
    transform: scaleX(1)
  }
}

.modal-overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(20, 20, 20, .6);
  display: flex;
  justify-content: center;
  align-items: center
}

.modal-container {
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative
}

.modal-close {
  background: transparent;
  border: 0;
  cursor: pointer
}

.modal-header .modal-close:before {
  content: "\2715"
}

.modal .modal-spinner {
  display: none
}

.modal.loading .modal-spinner {
  display: flex
}

@keyframes mmfadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes mmfadeOut {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

@keyframes mmslideIn {
  0% {
    transform: translateY(20%)
  }
  to {
    transform: translateY(0)
  }
}

@keyframes mmslideOut {
  0% {
    transform: translateY(0)
  }
  to {
    transform: translateY(-20%)
  }
}

.micromodal-slide {
  display: none
}

.micromodal-slide.is-open {
  display: block
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform
}

.micromodal-slide[aria-hidden=false] .modal-overlay {
  animation: mmfadeIn .3s cubic-bezier(.165, .84, .44, 1)
}

.micromodal-slide[aria-hidden=false] .modal-container {
  animation: mmslideIn .3s cubic-bezier(.165, .84, .44, 1)
}

.micromodal-slide[aria-hidden=true] .modal-overlay {
  animation: mmfadeOut .3s cubic-bezier(.165, .84, .44, 1)
}

.micromodal-slide[aria-hidden=true] .modal-container {
  animation: mmslideOut .3s cubic-bezier(.165, .84, .44, 1)
}


span#hs_cos_wrapper_footer_logo_ img {
  vertical-align: baseline;
}

#main-toolbar {
  bottom: 0;
  transform: translateY(100%);
  transition: transform .3s cubic-bezier(.19, 1, .22, 1);
  transition-delay: .5s
}
.lifestyle-release-row1 .dnd-section {
  padding-bottom: 0;
  padding-top: 0;
}
#main-toolbar.intersected {
  transform: translateY(0)
}

.blog-post-banner{
  min-height:400px;
}
.custom-burtom-xp-row1 {
  margin-top: -12px;
}
.custom-greyzone-row2 .dnd-section {
  padding-top: 64px;
}

body:not(.fixed-nav) .custom-burtom-xp-row1 {
  position: relative;
  z-index: 999999;
}

@media screen and (min-width: 30em) {
  #main-toolbar {
    transform: none;
    bottom: auto
  }
}

.search-form-input {
  border: none;
  border-bottom: .125em solid #fff;
  border-bottom: .125em solid  #fff;
}


.search {
  position: relative;
  display: inline-block;
  border-radius: 32px;
  height: 18px;
  width: 18px;
  border: 2px solid #fff;
  margin-top: 10px;
  margin-bottom: 10px
}

.search,
.search input {
  transition: all .2s ease;
  transition: all 200ms ease;
}

.search input {
  border: none;
  background: none;
  padding: 8px;
  line-height: 18.4px;
  font-size: 16px;
  outline: none;
  color: #fff;
  opacity: 0;
  width: 0;
  height: 0
}

.search.active {
  width: 146px;
  width: 146px;
  height: 38px;
  height: 38px;
  border-radius: 0;
  transform: translate(0);
  margin-top: 0;
  margin-bottom: 0
}

.search.active:after {
  height: 0
}

.search.active input {
  opacity: 1;
  width: 146px;
  width: 146px;
  height: 38px;
  height: 38px;
}

.search:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 10px;
  right: -4px;
  top: 15px;
  background-color: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  transform: rotate(-45deg);
  transition: all .2s ease;
  transition: all 200ms ease;
}

.g-v-fade-black {
  background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .7) 30%, transparent)
}

@media screen and (min-width: 30em) {
  .g-h-fade-black-ns {
    background: linear-gradient(90deg, rgba(0, 0, 0, .9) 0, rgba(0, 0, 0, .9) 30%, transparent)
  }
}

.find-beer-cta.intersected .cta-image img {
  transform: rotate(0deg)
}

.find-beer-cta.intersected:hover .cta-image img {
  transform: rotate(6deg);
  transition: transform .5s cubic-bezier(.645, .045, .355, 1)
}

.find-beer-cta.intersected:hover .arrow {
  transform: translateX(10%)
}

.ss-main {
  display: inline-block;
  user-select: none;
  color: #fff
}

@media screen and (min-width: 30em) and (max-width:60em) {
  .ss-main {
    min-width: 200px;
    position: relative
  }
}

@media screen and (min-width: 60em) {
  .ss-main {
    min-width: 200px;
    position: relative
  }
}

.ss-main .ss-single-selected {
  display: flex;
  cursor: pointer;
  width: 100%;
  height: 39px;
  padding: 6px;
  outline: 0;
  box-sizing: border-box;
  transition: background-color .2s
}

.ss-main .ss-single-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed
}

.ss-main .ss-single-selected.ss-open-above {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.ss-main .ss-single-selected.ss-open-below {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.ss-main .ss-single-selected .placeholder {
  flex: 1 1 100%;
  text-align: left;
  width: calc(100% - 30px);
  line-height: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ss-main .ss-single-selected .placeholder,
.ss-main .ss-single-selected .placeholder * {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.ss-main .ss-single-selected .placeholder * {
  width: auto
}

.ss-main .ss-single-selected .placeholder .ss-disabled {
  cursor: not-allowed;
  color: #dedede
}

.ss-main .ss-single-selected .ss-deselect {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  margin: 0 6px;
  font-weight: 700
}

.ss-main .ss-single-selected .ss-deselect.ss-hide {
  display: none
}

.ss-main .ss-single-selected .ss-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  margin: 0 14px
}

.ss-main .ss-single-selected .ss-arrow span {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transition: transform .2s, margin .2s
}

.ss-main .ss-single-selected .ss-arrow span.arrow-up {
  transform: rotate(-135deg);
  margin: 3px 0 0
}

.ss-main .ss-single-selected .ss-arrow span.arrow-down {
  transform: rotate(45deg);
  margin: -3px 0 0
}

.ss-main .ss-content {
  position: absolute;
  margin: 8px 0 0;
  box-sizing: border-box;
  z-index: 1010;
  background-color: #0a0a0a;
  transform-origin: center top;
  transition: transform .2s, opacity .2s;
  opacity: 0;
  transform: scaleY(0);
  left: 0;
  width: 100vw
}

@media screen and (min-width: 30em) and (max-width:60em) {
  .ss-main .ss-content {
    width: 200px;
    left: auto
  }
}

@media screen and (min-width: 60em) {
  .ss-main .ss-content {
    width: 200px;
    left: auto
  }
}

.ss-main .ss-content.ss-open {
  display: block;
  opacity: 1;
  transform: scaleY(1)
}

.ss-main .ss-content .ss-addable {
  padding-top: 0
}

.ss-main .ss-content .ss-search {
  display: flex;
  flex-direction: row;
  padding: 8px 8px 6px
}

.ss-main .ss-content .ss-search input {
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: 39px;
  padding: 6px 8px;
  margin: 0;
  background-color: #000;
  outline: 0;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: textfield
}

.ss-main .ss-content .ss-search input::placeholder {
  color: #8a8a8a;
  vertical-align: middle
}

.ss-main .ss-content .ss-search input:focus {
  box-shadow: 0 0 5px #5897fb
}

.ss-main .ss-content .ss-search.ss-hide,
.ss-main .ss-content .ss-search.ss-hide input {
  height: 0;
  opacity: 0;
  padding: 0;
  margin: 0
}

.ss-main .ss-content .ss-search .ss-addable {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  flex: 0 0 39px;
  height: 39px;
  margin: 0 0 0 8px;
  box-sizing: border-box
}

.ss-main .ss-content .ss-list {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
  padding: 10px 0
}

.ss-main .ss-content .ss-list .ss-option {
  padding: 0 32px 0 21px;
  cursor: pointer;
  user-select: none;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  position: relative;
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap
}

@media screen and (min-width: 30em) and (max-width:60em) {
  .ss-main .ss-content .ss-list .ss-option {
    height: 32px;
    line-height: 32px
  }
}

@media screen and (min-width: 60em) {
  .ss-main .ss-content .ss-list .ss-option {
    height: 32px;
    line-height: 32px
  }
}

.ss-main .ss-content .ss-list .ss-option:not(.ss-option-selected):after {
  content: "";
  position: absolute;
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 12l5.647-6.03L1 .057' stroke='%23FFF' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  transition: .2s ease-out;
  width: 7px;
  height: 12px
}

.ss-main .ss-content .ss-list .ss-option:not(.ss-option-selected):hover:after {
  transform: translateX(3px) translateY(-50%)
}

.ss-main .ss-content .ss-list .ss-option * {
  display: inline-block
}

.ss-main .ss-content .ss-list .ss-option.ss-highlighted,
.ss-main .ss-content .ss-list .ss-option:hover {
  color: #fff;
  text-decoration: underline
}

.ss-main .ss-content .ss-list .ss-option.ss-disabled {
  cursor: not-allowed;
  color: #dedede
}

.ss-main .ss-content .ss-list .ss-option.ss-hide {
  display: none
}

.ss-main .ss-content .ss-list .ss-option .ss-search-highlight {
  background-color: #fffb8c
}

.ss-main .ss-content .ss-list .ss-option.ss-option-selected {
  color: #fff;
  text-decoration: underline
}

.ss-main .ss-content .ss-list .ss-option.ss-option-selected:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff
}

.ss-main .ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  padding: 6px 10px;
  font-weight: 700
}

.ss-main .ss-content .ss-list .ss-optgroup .ss-option {
  padding: 6px 6px 6px 25px
}

.ss-main .ss-content .ss-list .ss-optgroup-label-selectable {
  cursor: pointer
}

.ss-main .ss-content .ss-list .ss-optgroup-label-selectable:hover {
  color: #fff;
  background-color: #5897fb
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
.core.with-banner main.body-container-website-page {
  margin-top: 0;
}
.modal button {
  overflow: visible;
}
.custom-core-range-module {
  font-family: Barlow Condensed,sans-serif;
  line-height: 1.15;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 10px;
  right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 10px;
  left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}
.error-page-wrapper {
  min-height: calc(100vh - 200px);
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}
.content-wrapper1 {
  min-height: calc(100vh - 200px);
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: opacity .3s;
  -o-transition: .3s opacity;
  transition: opacity .3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: top .2s, -webkit-transform .2s;
  transition: top .2s, -webkit-transform .2s;
  -o-transition: .2s transform, .2s top;
  transition: transform .2s, top .2s;
  transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: left .2s, -webkit-transform .2s;
  transition: left .2s, -webkit-transform .2s;
  -o-transition: .2s transform, .2s left;
  transition: transform .2s, left .2s;
  transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: right .2s, -webkit-transform .2s;
  transition: right .2s, -webkit-transform .2s;
  -o-transition: .2s transform, .2s right;
  transition: transform .2s, right .2s;
  transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}
main.body-container-website-page .span12 {
  min-height: 0;
}
.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
  animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}

.swiper-container {
  background-color: #000
}

.swiper-wrapper {
  align-items: center
}

.swiper-wrapper-mobile {
  width: 100%
}

@media screen and (min-width: 30em) {
  .swiper-wrapper-mobile {
    width: 100%
  }
  .custom-burtom-xp-row1 {
    padding-bottom: 4rem;
  }
}

.swiper-pagination-bullet {
  background-color: transparent;
  opacity: 1;
  border: 1px solid #fff;
  width: 6px;
  height: 6px
}

.swiper-pagination-bullet-active {
  background-color: #fff
}

.swiper-button-next,
.swiper-button-prev {
  width: auto;
  height: auto;
  padding: 1.5rem;
  color: #fff;
  background-size: auto 14px;
  background-repeat: no-repeat;
  background-position: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  display: none
}

.swiper-button-next {
  right: 1em
}

.swiper-button-prev {
  left: 1em
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {}

.swiper-container-rtl .swiper-button-next {
  right: 1em
}
.body-container_feedback form {
  margin: auto;
  max-width: 90vw;
  width: 640px;
}
.swiper-container-rtl .swiper-button-prev {
  right: 1em
}

html.no-touchevents .swiper-button-next:not(.swiper-button-lock),
html.no-touchevents .swiper-button-prev:not(.swiper-button-lock) {
  display: block
}

@media screen and (min-width: 30em) {
  html.no-touchevents .swiper-button-next:not(.swiper-button-lock),
  html.no-touchevents .swiper-button-prev:not(.swiper-button-lock) {
    display: block
  }
}

.icon-hops,
.icon-malts {
  width: 20px;
  height: 30px;
  flex-shrink: 0
}

@media screen and (min-width: 30em) {
  .icon-hops,
  .icon-malts {
    width: 28px;
    height: 43px
  }
}

.video-player .video-poster {
  display: block;
  cursor: pointer
}

.video-player.playing .video-poster {
  display: none
}

#main-header {
  align-items: center
}

@media screen and (min-width: 30em) and (max-width:60em) {
  .front-page #main-header {
    align-items: flex-start
  }
  .front-page #main-header #header-menu,
  .front-page #main-header #header-social-navigation {
    padding-top: 20px
  }
}

::-webkit-scrollbar {
  width: .3rem;
  background-color: #000
}

::-webkit-scrollbar-track {
  border-radius: 1rem
}

::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: hsla(0, 0%, 100%, .3)
}




:active,
:focus {
  outline: none !important
}

a {
  text-decoration: none
}

.flex-shrink-0 {
  flex-shrink: 0
}
.breweriesport .custom-upcoming-events {
  padding: 0;
}
.container {
  max-width: 1440px;
  max-width: 1440px;
}
.body-container_feedback form {
  margin: auto;
  max-width: 90vw;
  width: 640px;
  color: #202124;
  font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
}

.body-container_feedback form .hs-richtext.hs-main-font-element {
  margin-top: 12px;
  background-color: #fff;
  border: 1px solid #dadce0;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 24px;
  padding-top: 22px;
  position: relative;
}

.body-container_feedback form * {
  color: #202124;
}

.body-container_feedback form .hs-richtext.hs-main-font-element h1 {
  font-family: 'Google Sans',Roboto,Arial,sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  color: #202124;
  line-height: 135%;
  max-width: 100%;
  min-width: 0%;
  letter-spacing: 0;
  margin: 0;
}

.body-container_feedback form .hs-richtext.hs-main-font-element p {
  font-family: Roboto,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .2px;
  line-height: 20px;
  color: #202124;
  margin-top: 12px;
  margin-bottom: 0;
}

.body-container_feedback form .hs-richtext.hs-main-font-element p:last-child {
  color: #d93025;
}

.body-container_feedback form .hs-form-field {
  -webkit-transition: background-color 200ms cubic-bezier(0.0,0.0,0.2,1);
  transition: background-color 200ms cubic-bezier(0.0,0.0,0.2,1);
  background-color: #fff;
  border: 1px solid #dadce0;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 24px;
  page-break-inside: avoid;
  word-wrap: break-word;
}

.body-container_feedback form .hs-form-field>label {
  font-family: 'Google Sans',Roboto,Arial,sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .1px;
  line-height: 24px;
  color: #202124;
  font-weight: 400;
  width: 100%;
  margin: 0 0 24px;
}

.body-container_feedback form .hs-form-field  li label span {
  font-family: Roboto,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .2px;
  line-height: 20px;
  color: #202124;
  min-width: 1px;
}

span {}

.body-container_feedback form .hs-form-field li label {
  margin: 0;
  display: flex;
  width: 100%;
  min-height: 24px;
  padding: 8px 0 8px;
  /* line-height: 28px; */
  position: relative;
}

.body-container_feedback form .hs-form-field li label .hs-input[type=radio] {
  bottom: 0;
  height: 20px;
  left: 0;
  right: 0;
  top: 0;
  width: 20px;
  /* border: none!important; */
  border: solid 2px #5f6368;
  /* -webkit-border-radius: 50%; */
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  background-color: transparent;
  /* outline: solid 2px #5f6368 !important; */
  appearance: none;
  margin: 0 11px 0 0;
}

.body-container_feedback form .hs-form-field li label .hs-input[type=radio]:checked {
  border-color: rgb(0, 0, 0);
}

.body-container_feedback form .hs-form-field li label span:before {
  border: 5px solid #1a73e8;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transition: -webkit-transform ease .28s;
  transition: -webkit-transform ease .28s;
  -webkit-transition: transform ease .28s;
  transition: transform ease .28s;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
  transform: translateX(-50%) translateY(-50%) scale(0);
  content:"";
  border-color: rgb(0, 0, 0);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
  display: none;
}

.body-container_feedback form .hs-form-field li label .hs-input[type=radio]:checked+ span:before {
  display:block;
  margin-top: 0;
  left: 10px;
  /* right: 0; */
  /* margin: 0 auto; */
  /* width: 10px; */
  /* height: 10px; */
}

.body-container_feedback form span.hs-form-required {
  color: #d93025;
  padding: 0 0 0 4px;
}

.body-container_feedback form .hs-form-field.hs_othe_reason.hs-othe_reason {
  margin-top: -35px;
  border-top: 0;
  border-radius: 0 0 8px 8px;
}

.body-container_feedback form .hs-form-field .hs-input {
  border: none;
  display: block;
  font: 400 16px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
  margin: 0;
  min-width: 0%;
  outline: none;
  padding: .125em 0;
  z-index: 0;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  height: auto;
}

.body-container_feedback form .hs-form-field .hs-input:focus {
  border-color: #000;
  border-bottom: 2px solid #000;
}

.body-container_feedback form .hs-form-field li label:before {
  background-image: url("data:image/svg+xml,https://ssl.gstatic.com/docs/forms/qp_sprite134.svg");
  content: : ;
  /* content: url("data:image/svg+xml,%3Csvg xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' x='0' y='0' width='24px' height='7368px' viewBox='0 0 24 7368' preserveAspectRatio='none'%3E%3Cg transform='translate(0,3576)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/g%3E%3Cg transform='translate(0,360)'%3E%3C!-- Generator: Sketch 44.1 (41455) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3ECheckbox Grid Icon%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs/%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Checkbox-Grid-Icon' fill='%23000000'%3E%3Crect id='Rectangle-18' x='1' y='1' width='6' height='6'/%3E%3Crect id='Rectangle-18-Copy' x='9' y='1' width='6' height='6'/%3E%3Crect id='Rectangle-18-Copy-2' x='17' y='1' width='6' height='6'/%3E%3Crect id='Rectangle-18-Copy-3' x='1' y='9' width='6' height='6'/%3E%3Crect id='Rectangle-18-Copy-4' x='9' y='9' width='6' height='6'/%3E%3Crect id='Rectangle-18-Copy-5' x='17' y='9' width='6' height='6'/%3E%3Crect id='Rectangle-18-Copy-6' x='1' y='17' width='6' height='6'/%3E%3Crect id='Rectangle-18-Copy-7' x='9' y='17' width='6' height='6'/%3E%3Crect id='Rectangle-18-Copy-8' x='17' y='17' width='6' height='6'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg transform='translate(0,4800)'%3E%3C!-- Generator: Sketch 44.1 (41455) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3ECheckbox Grid Icon%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs/%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Checkbox-Grid-Icon' fill='%235F6368'%3E%3Crect id='Rectangle-18' x='1' y='1' width='6' height='6'/%3E%3Crect id='Rectangle-18-Copy' x='9' y='1' width='6' height='6'/%3E%3Crect id='Rectangle-18-Copy-2' x='17' y='1' width='6' height='6'/%3E%3Crect id='Rectangle-18-Copy-3' x='1' y='9' width='6' height='6'/%3E%3Crect id='Rectangle-18-Copy-4' x='9' y='9' width='6' height='6'/%3E%3Crect id='Rectangle-18-Copy-5' x='17' y='9' width='6' height='6'/%3E%3Crect id='Rectangle-18-Copy-6' x='1' y='17' width='6' height='6'/%3E%3Crect id='Rectangle-18-Copy-7' x='9' y='17' width='6' height='6'/%3E%3Crect id='Rectangle-18-Copy-8' x='17' y='17' width='6' height='6'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg transform='translate(0,6960)'%3E%3C!-- Generator: Sketch 44.1 (41455) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3ECheckbox Grid Icon%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs/%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Checkbox-Grid-Icon' fill='%23ffffff'%3E%3Crect id='Rectangle-18' x='1' y='1' width='6' height='6'/%3E%3Crect id='Rectangle-18-Copy' x='9' y='1' width='6' height='6'/%3E%3Crect id='Rectangle-18-Copy-2' x='17' y='1' width='6' height='6'/%3E%3Crect id='Rectangle-18-Copy-3' x='1' y='9' width='6' height='6'/%3E%3Crect id='Rectangle-18-Copy-4' x='9' y='9' width='6' height='6'/%3E%3Crect id='Rectangle-18-Copy-5' x='17' y='9' width='6' height='6'/%3E%3Crect id='Rectangle-18-Copy-6' x='1' y='17' width='6' height='6'/%3E%3Crect id='Rectangle-18-Copy-7' x='9' y='17' width='6' height='6'/%3E%3Crect id='Rectangle-18-Copy-8' x='17' y='17' width='6' height='6'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg transform='translate(0,3288)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z' fill='%235F6368'/%3E%3C/g%3E%3Cg transform='translate(0,5904)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z' fill='%23ffffff'/%3E%3C/g%3E%3Cg transform='translate(0,4440)'%3E%3Cpath fill='%235F6368' d='M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4V7zm-1-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z'/%3E%3C/g%3E%3Cg transform='translate(0,456)'%3E%3Cpath fill='%23000000' d='M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4V7zm-1-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z'/%3E%3C/g%3E%3Cg transform='translate(0,6384)'%3E%3Cpath fill='%23FFFFFF' d='M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4V7zm-1-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z'/%3E%3C/g%3E%3Cg transform='translate(0,2496)'%3E%3Cpath d='M8 10H5V7H3v3H0v2h3v3h2v-3h3v-2zm10 1c1.66 0 2.99-1.34 2.99-3S19.66 5 18 5c-.32 0-.63.05-.91.14.57.81.9 1.79.9 2.86s-.34 2.04-.9 2.86c.28.09.59.14.91.14zm-5 0c1.66 0 2.99-1.34 2.99-3S14.66 5 13 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm6.62 2.16c.83.73 1.38 1.66 1.38 2.84v2h3v-2c0-1.54-2.37-2.49-4.38-2.84zM13 13c-2 0-6 1-6 3v2h12v-2c0-2-4-3-6-3z'/%3E%3C/g%3E%3Cg transform='translate(0,2256)'%3E%3Cpath fill='%23000000' d='M9 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0 7c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm6 5H3v-.99C3.2 16.29 6.3 15 9 15s5.8 1.29 6 2v1zm3-4v-3h-3V9h3V6h2v3h3v2h-3v3h-2z'/%3E%3C/g%3E%3Cg transform='translate(0,7080)'%3E%3Cpath fill='%234285F4' d='M9 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0 7c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm6 5H3v-.99C3.2 16.29 6.3 15 9 15s5.8 1.29 6 2v1zm3-4v-3h-3V9h3V6h2v3h3v2h-3v3h-2z'/%3E%3C/g%3E%3Cg transform='translate(0,6480)'%3E%3Cpath fill='%23FFFFFF' d='M9 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0 7c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm6 5H3v-.99C3.2 16.29 6.3 15 9 15s5.8 1.29 6 2v1zm3-4v-3h-3V9h3V6h2v3h3v2h-3v3h-2z'/%3E%3C/g%3E%3Cg transform='translate(0,3216)'%3E%3Cpath d='M8 10H5V7H3v3H0v2h3v3h2v-3h3v-2zm10 1c1.66 0 2.99-1.34 2.99-3S19.66 5 18 5c-.32 0-.63.05-.91.14.57.81.9 1.79.9 2.86s-.34 2.04-.9 2.86c.28.09.59.14.91.14zm-5 0c1.66 0 2.99-1.34 2.99-3S14.66 5 13 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm6.62 2.16c.83.73 1.38 1.66 1.38 2.84v2h3v-2c0-1.54-2.37-2.49-4.38-2.84zM13 13c-2 0-6 1-6 3v2h12v-2c0-2-4-3-6-3z' fill='%23ffffff'/%3E%3C/g%3E%3Cg transform='translate(0,5448)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 12l-4-4h8l-4 4z'/%3E%3C/g%3E%3Cg transform='translate(0,4152)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 12l-4-4h8l-4 4z' fill='%235F6368'/%3E%3C/g%3E%3Cg transform='translate(0,4536)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 12l-4-4h8l-4 4z' fill='%23ffffff'/%3E%3C/g%3E%3Cg transform='translate(0,6432)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM14 13v4h-4v-4H7l5-5 5 5h-3z'/%3E%3C/g%3E%3Cg transform='translate(0,1320)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM14 13v4h-4v-4H7l5-5 5 5h-3z' fill='%235F6368'/%3E%3C/g%3E%3Cg transform='translate(0,6456)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM14 13v4h-4v-4H7l5-5 5 5h-3z' fill='%23ffffff'/%3E%3C/g%3E%3Cg transform='translate(0,5112)'%3E%3Cpath fill='%235F6368' d='M3 4v3h5v12h3V7h5V4h-13zm19 5h-9v3h3v7h3v-7h3V9z'/%3E%3C/g%3E%3Cg transform='translate(0,1944)'%3E%3Cpath d='M3 4v3h5v12h3V7h5V4h-13zm19 5h-9v3h3v7h3v-7h3V9z'/%3E%3C/g%3E%3Cg transform='translate(0,432)'%3E%3Cpath d='M3 4v3h5v12h3V7h5V4h-13zm19 5h-9v3h3v7h3v-7h3V9z' fill='%23ffffff'/%3E%3C/g%3E%3Cg transform='translate(0,2736)'%3E%3Cpath d='M14 17H4v2h10v-2zm6-8H4v2h16V9zM4 15h16v-2H4v2zM4 5v2h16V5H4z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,1584)'%3E%3Cpath d='M14 17H4v2h10v-2zm6-8H4v2h16V9zM4 15h16v-2H4v2zM4 5v2h16V5H4z' fill='%235F6368'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,2928)'%3E%3Cpath d='M14 17H4v2h10v-2zm6-8H4v2h16V9zM4 15h16v-2H4v2zM4 5v2h16V5H4z' fill='%23ffffff'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,120)'%3E%3C!-- Generator: Sketch 44.1 (41455) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3EMultiple Choice Grid Icon%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs/%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Multiple-Choice-Grid-Icon' fill='%23000000'%3E%3Ccircle id='Oval' cx='4' cy='4' r='3'/%3E%3Ccircle id='Oval-Copy-12' cx='4' cy='12' r='3'/%3E%3Ccircle id='Oval-Copy-15' cx='4' cy='20' r='3'/%3E%3Ccircle id='Oval-Copy-4' cx='12' cy='4' r='3'/%3E%3Ccircle id='Oval-Copy-13' cx='12' cy='12' r='3'/%3E%3Ccircle id='Oval-Copy-16' cx='12' cy='20' r='3'/%3E%3Ccircle id='Oval-Copy-5' cx='20' cy='4' r='3'/%3E%3Ccircle id='Oval-Copy-14' cx='20' cy='12' r='3'/%3E%3Ccircle id='Oval-Copy-17' cx='20' cy='20' r='3'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg transform='translate(0,2592)'%3E%3C!-- Generator: Sketch 44.1 (41455) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3EMultiple Choice Grid Icon%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs/%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Multiple-Choice-Grid-Icon' fill='%235F6368'%3E%3Ccircle id='Oval' cx='4' cy='4' r='3'/%3E%3Ccircle id='Oval-Copy-12' cx='4' cy='12' r='3'/%3E%3Ccircle id='Oval-Copy-15' cx='4' cy='20' r='3'/%3E%3Ccircle id='Oval-Copy-4' cx='12' cy='4' r='3'/%3E%3Ccircle id='Oval-Copy-13' cx='12' cy='12' r='3'/%3E%3Ccircle id='Oval-Copy-16' cx='12' cy='20' r='3'/%3E%3Ccircle id='Oval-Copy-5' cx='20' cy='4' r='3'/%3E%3Ccircle id='Oval-Copy-14' cx='20' cy='12' r='3'/%3E%3Ccircle id='Oval-Copy-17' cx='20' cy='20' r='3'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg transform='translate(0,4824)'%3E%3C!-- Generator: Sketch 44.1 (41455) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3EMultiple Choice Grid Icon%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs/%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Multiple-Choice-Grid-Icon' fill='%23ffffff'%3E%3Ccircle id='Oval' cx='4' cy='4' r='3'/%3E%3Ccircle id='Oval-Copy-12' cx='4' cy='12' r='3'/%3E%3Ccircle id='Oval-Copy-15' cx='4' cy='20' r='3'/%3E%3Ccircle id='Oval-Copy-4' cx='12' cy='4' r='3'/%3E%3Ccircle id='Oval-Copy-13' cx='12' cy='12' r='3'/%3E%3Ccircle id='Oval-Copy-16' cx='12' cy='20' r='3'/%3E%3Ccircle id='Oval-Copy-5' cx='20' cy='4' r='3'/%3E%3Ccircle id='Oval-Copy-14' cx='20' cy='12' r='3'/%3E%3Ccircle id='Oval-Copy-17' cx='20' cy='20' r='3'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg transform='translate(0,3504)'%3E%3C!-- Generator: Sketch 3.3.3 (12081) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3ESlice 1%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs/%3E%3Cg xmlns:sketch='http://www.bohemiancoding.com/sketch/ns' id='Redesign---Adding---QuestionTypes' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' sketch:type='MSPage'%3E%3Crect id='Rectangle-289' opacity='0' fill='%23D8D8D8' sketch:type='MSShapeGroup' x='0' y='0' width='24' height='24'/%3E%3Cpath d='M12,2 C6.48,2 2,6.48 2,12 C2,17.52 6.48,22 12,22 C17.52,22 22,17.52 22,12 C22,6.48 17.52,2 12,2 L12,2 Z M17,13 L13,13 L13,17 L11,17 L11,13 L7,13 L7,11 L11,11 L11,7 L13,7 L13,11 L17,11 L17,13 L17,13 Z' id='Shape-Copy-3' fill='%23000000' sketch:type='MSShapeGroup'/%3E%3C/g%3E%3C/g%3E%3Cg transform='translate(0,1344)'%3E%3C!-- Generator: Sketch 3.3.3 (12081) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3ESlice 1%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs/%3E%3Cg xmlns:sketch='http://www.bohemiancoding.com/sketch/ns' id='Redesign---Adding---QuestionTypes' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' sketch:type='MSPage'%3E%3Crect id='Rectangle-289' opacity='0' fill='%23D8D8D8' sketch:type='MSShapeGroup' x='0' y='0' width='24' height='24'/%3E%3Cpath d='M12,2 C6.48,2 2,6.48 2,12 C2,17.52 6.48,22 12,22 C17.52,22 22,17.52 22,12 C22,6.48 17.52,2 12,2 L12,2 Z M17,13 L13,13 L13,17 L11,17 L11,13 L7,13 L7,11 L11,11 L11,7 L13,7 L13,11 L17,11 L17,13 L17,13 Z' id='Shape-Copy-3' fill='%23ffffff' sketch:type='MSShapeGroup'/%3E%3C/g%3E%3C/g%3E%3Cg transform='translate(0,4296)'%3E%3Cpath d='M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,5976)'%3E%3Cpath d='M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z' fill='%235F6368'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,552)'%3E%3Cpath d='M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z' fill='%23ffffff'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,3096)'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h24v24H0V0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M19.5 9.5c-1.03 0-1.9.62-2.29 1.5h-2.92c-.39-.88-1.26-1.5-2.29-1.5s-1.9.62-2.29 1.5H6.79c-.39-.88-1.26-1.5-2.29-1.5C3.12 9.5 2 10.62 2 12s1.12 2.5 2.5 2.5c1.03 0 1.9-.62 2.29-1.5h2.92c.39.88 1.26 1.5 2.29 1.5s1.9-.62 2.29-1.5h2.92c.39.88 1.26 1.5 2.29 1.5 1.38 0 2.5-1.12 2.5-2.5s-1.12-2.5-2.5-2.5z'/%3E%3C/g%3E%3Cg transform='translate(0,6000)'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h24v24H0V0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M19.5 9.5c-1.03 0-1.9.62-2.29 1.5h-2.92c-.39-.88-1.26-1.5-2.29-1.5s-1.9.62-2.29 1.5H6.79c-.39-.88-1.26-1.5-2.29-1.5C3.12 9.5 2 10.62 2 12s1.12 2.5 2.5 2.5c1.03 0 1.9-.62 2.29-1.5h2.92c.39.88 1.26 1.5 2.29 1.5s1.9-.62 2.29-1.5h2.92c.39.88 1.26 1.5 2.29 1.5 1.38 0 2.5-1.12 2.5-2.5s-1.12-2.5-2.5-2.5z' fill='%235F6368'/%3E%3C/g%3E%3Cg transform='translate(0,1992)'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h24v24H0V0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M19.5 9.5c-1.03 0-1.9.62-2.29 1.5h-2.92c-.39-.88-1.26-1.5-2.29-1.5s-1.9.62-2.29 1.5H6.79c-.39-.88-1.26-1.5-2.29-1.5C3.12 9.5 2 10.62 2 12s1.12 2.5 2.5 2.5c1.03 0 1.9-.62 2.29-1.5h2.92c.39.88 1.26 1.5 2.29 1.5s1.9-.62 2.29-1.5h2.92c.39.88 1.26 1.5 2.29 1.5 1.38 0 2.5-1.12 2.5-2.5s-1.12-2.5-2.5-2.5z' fill='%23ffffff'/%3E%3C/g%3E%3Cg transform='translate(0,2112)'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h24v24H0V0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath d='M4 9h16v2H4zm0 4h10v2H4z' clip-path='url(%23b)'/%3E%3C/g%3E%3Cg transform='translate(0,2784)'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h24v24H0V0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath d='M4 9h16v2H4zm0 4h10v2H4z' clip-path='url(%23b)' fill='%235F6368'/%3E%3C/g%3E%3Cg transform='translate(0,5064)'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h24v24H0V0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath d='M4 9h16v2H4zm0 4h10v2H4z' clip-path='url(%23b)' fill='%23ffffff'/%3E%3C/g%3E%3Cg transform='translate(0,1512)'%3E%3Cpath d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z'/%3E%3C/g%3E%3Cg transform='translate(0,5208)'%3E%3Cpath d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z' fill='%235F6368'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z' fill='%235F6368'/%3E%3C/g%3E%3Cg transform='translate(0,1200)'%3E%3Cpath d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z' fill='%23ffffff'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z' fill='%23ffffff'/%3E%3C/g%3E%3Cg transform='translate(0,5616)'%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3Cpath d='M7.71 3.52L1.15 15l3.42 5.99 6.56-11.47-3.42-6zM13.35 15H9.73L6.3 21h8.24c-.96-1.06-1.54-2.46-1.54-4 0-.7.13-1.37.35-2zM20 16v-3h-2v3h-3v2h3v3h2v-3h3v-2h-3zm.71-4.75L15.42 2H8.58v.01l6.15 10.77C15.82 11.68 17.33 11 19 11c.59 0 1.17.09 1.71.25z' fill='%235F6368'/%3E%3C/g%3E%3Cg transform='translate(0,3336)'%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3Cpath d='M7.71 3.52L1.15 15l3.42 5.99 6.56-11.47-3.42-6zM13.35 15H9.73L6.3 21h8.24c-.96-1.06-1.54-2.46-1.54-4 0-.7.13-1.37.35-2zM20 16v-3h-2v3h-3v2h3v3h2v-3h3v-2h-3zm.71-4.75L15.42 2H8.58v.01l6.15 10.77C15.82 11.68 17.33 11 19 11c.59 0 1.17.09 1.71.25z'/%3E%3C/g%3E%3Cg transform='translate(0,624)'%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3Cpath d='M7.71 3.52L1.15 15l3.42 5.99 6.56-11.47-3.42-6zM13.35 15H9.73L6.3 21h8.24c-.96-1.06-1.54-2.46-1.54-4 0-.7.13-1.37.35-2zM20 16v-3h-2v3h-3v2h3v3h2v-3h3v-2h-3zm.71-4.75L15.42 2H8.58v.01l6.15 10.77C15.82 11.68 17.33 11 19 11c.59 0 1.17.09 1.71.25z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cg transform='translate(0,6816)'%3E%3Cpath d='M7 15v2h10v-2H7zm-4 6h18v-2H3v2zm0-8h18v-2H3v2zm4-6v2h10V7H7zM3 3v2h18V3H3z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,6264)'%3E%3Cpath d='M7 15v2h10v-2H7zm-4 6h18v-2H3v2zm0-8h18v-2H3v2zm4-6v2h10V7H7zM3 3v2h18V3H3z' fill='%23ffffff'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,2760)'%3E%3Cpath d='M15 15H3v2h12v-2zm0-8H3v2h12V7zM3 13h18v-2H3v2zm0 8h18v-2H3v2zM3 3v2h18V3H3z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,3240)'%3E%3Cpath d='M15 15H3v2h12v-2zm0-8H3v2h12V7zM3 13h18v-2H3v2zm0 8h18v-2H3v2zM3 3v2h18V3H3z' fill='%23ffffff'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,5016)'%3E%3Cpath d='M3 21h18v-2H3v2zm6-4h12v-2H9v2zm-6-4h18v-2H3v2zm6-4h12V7H9v2zM3 3v2h18V3H3z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,5232)'%3E%3Cpath d='M3 21h18v-2H3v2zm6-4h12v-2H9v2zm-6-4h18v-2H3v2zm6-4h12V7H9v2zM3 3v2h18V3H3z' fill='%23ffffff'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,2040)'%3E%3Cpath fill='%235F6368' d='M18 9l-1.41-1.42L10 14.17l-2.59-2.58L6 13l4 4zm1-6h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-.14 0-.27.01-.4.04-.39.08-.74.28-1.01.55-.18.18-.33.4-.43.64-.1.23-.16.49-.16.77v14c0 .27.06.54.16.78s.25.45.43.64c.27.27.62.47 1.01.55.13.02.26.03.4.03h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7-.25c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM19 19H5V5h14v14z'/%3E%3C/g%3E%3Cg transform='translate(0,6888)'%3E%3Cpath fill='%23000000' d='M18 9l-1.41-1.42L10 14.17l-2.59-2.58L6 13l4 4zm1-6h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-.14 0-.27.01-.4.04-.39.08-.74.28-1.01.55-.18.18-.33.4-.43.64-.1.23-.16.49-.16.77v14c0 .27.06.54.16.78s.25.45.43.64c.27.27.62.47 1.01.55.13.02.26.03.4.03h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7-.25c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM19 19H5V5h14v14z'/%3E%3C/g%3E%3Cg transform='translate(0,1776)'%3E%3Cpath fill='%231a73e8' d='M18 9l-1.41-1.42L10 14.17l-2.59-2.58L6 13l4 4zm1-6h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-.14 0-.27.01-.4.04-.39.08-.74.28-1.01.55-.18.18-.33.4-.43.64-.1.23-.16.49-.16.77v14c0 .27.06.54.16.78s.25.45.43.64c.27.27.62.47 1.01.55.13.02.26.03.4.03h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7-.25c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM19 19H5V5h14v14z'/%3E%3C/g%3E%3Cg transform='translate(0,4872)'%3E%3Cpath fill='%23FFFFFF' d='M18 9l-1.41-1.42L10 14.17l-2.59-2.58L6 13l4 4zm1-6h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-.14 0-.27.01-.4.04-.39.08-.74.28-1.01.55-.18.18-.33.4-.43.64-.1.23-.16.49-.16.77v14c0 .27.06.54.16.78s.25.45.43.64c.27.27.62.47 1.01.55.13.02.26.03.4.03h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7-.25c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM19 19H5V5h14v14z'/%3E%3C/g%3E%3Cg transform='translate(0,1968)'%3E%3Cpath d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 17H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4z'/%3E%3C/g%3E%3Cg transform='translate(0,4728)'%3E%3Cpath d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 17H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,576)'%3E%3Cpath d='M19 3h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-2 14l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z'/%3E%3C/g%3E%3Cg transform='translate(0,5376)'%3E%3Cpath d='M19 3h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-2 14l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z' fill='%234285F4'/%3E%3C/g%3E%3Cg transform='translate(0,3840)'%3E%3Cpath fill='%235F6368' d='M11 15h2v2h-2zm0-8h2v6h-2zm8-4h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-.14 0-.27.01-.4.04-.39.08-.74.28-1.01.55-.18.18-.33.4-.43.64-.1.23-.16.49-.16.77v14c0 .27.06.54.16.78s.25.45.43.64c.27.27.62.47 1.01.55.13.02.26.03.4.03h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7-.25c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM19 19H5V5h14v14z'/%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3C/g%3E%3Cg transform='translate(0,5496)'%3E%3Cpath fill='%23000000' d='M11 15h2v2h-2zm0-8h2v6h-2zm8-4h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-.14 0-.27.01-.4.04-.39.08-.74.28-1.01.55-.18.18-.33.4-.43.64-.1.23-.16.49-.16.77v14c0 .27.06.54.16.78s.25.45.43.64c.27.27.62.47 1.01.55.13.02.26.03.4.03h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7-.25c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM19 19H5V5h14v14z'/%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3C/g%3E%3Cg transform='translate(0,3888)'%3E%3Cpath fill='%23FFFFFF' d='M11 15h2v2h-2zm0-8h2v6h-2zm8-4h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-.14 0-.27.01-.4.04-.39.08-.74.28-1.01.55-.18.18-.33.4-.43.64-.1.23-.16.49-.16.77v14c0 .27.06.54.16.78s.25.45.43.64c.27.27.62.47 1.01.55.13.02.26.03.4.03h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7-.25c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM19 19H5V5h14v14z'/%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3C/g%3E%3Cg transform='translate(0,4368)'%3E%3Cpath fill='%23000000' d='M7 15h7v2H7zm0-4h10v2H7zm0-4h10v2H7zm12-4h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-.14 0-.27.01-.4.04-.39.08-.74.28-1.01.55-.18.18-.33.4-.43.64-.1.23-.16.49-.16.77v14c0 .27.06.54.16.78s.25.45.43.64c.27.27.62.47 1.01.55.13.02.26.03.4.03h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7-.25c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM19 19H5V5h14v14z'/%3E%3C/g%3E%3Cg transform='translate(0,6240)'%3E%3Cpath fill='%231A73E8' d='M7 15h7v2H7zm0-4h10v2H7zm0-4h10v2H7zm12-4h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-.14 0-.27.01-.4.04-.39.08-.74.28-1.01.55-.18.18-.33.4-.43.64-.1.23-.16.49-.16.77v14c0 .27.06.54.16.78s.25.45.43.64c.27.27.62.47 1.01.55.13.02.26.03.4.03h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7-.25c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM19 19H5V5h14v14z'/%3E%3C/g%3E%3Cg transform='translate(0,4920)'%3E%3Cpath fill='%23FFFFFF' d='M7 15h7v2H7zm0-4h10v2H7zm0-4h10v2H7zm12-4h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-.14 0-.27.01-.4.04-.39.08-.74.28-1.01.55-.18.18-.33.4-.43.64-.1.23-.16.49-.16.77v14c0 .27.06.54.16.78s.25.45.43.64c.27.27.62.47 1.01.55.13.02.26.03.4.03h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7-.25c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75zM19 19H5V5h14v14z'/%3E%3C/g%3E%3Cg transform='translate(0,3456)'%3E%3Cpath d='M19 3h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-2 14l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cg transform='translate(0,1920)'%3E%3Cpath d='M1 3v5h2V5h3V3H3zm20 0h-3v2h3v3h2V3zm0 16h-3v2h5v-5h-2zM3 16H1v5h5v-2H3zM7 6h1v12H7zM4 6h2v12H4zm6 0h2v12h-2zm7 0h1v12h-1zm2 0h1v12h-1zm-6 0h3v12h-3z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/g%3E%3Cg transform='translate(0,3408)'%3E%3Cpath fill='%23FFFFFF' d='M1 3v5h2V5h3V3H3zm20 0h-3v2h3v3h2V3zm0 16h-3v2h5v-5h-2zM3 16H1v5h5v-2H3zM7 6h1v12H7zM4 6h2v12H4zm6 0h2v12h-2zm7 0h1v12h-1zm2 0h1v12h-1zm-6 0h3v12h-3z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/g%3E%3Cg transform='translate(0,2568)'%3E%3Cpath d='M10 16v-1H3.01L3 19c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2v-4h-7v1h-4zm10-9h-4.01V5l-2-2h-4l-2 2v2H4c-1.1 0-2 .9-2 2v3c0 1.11.89 2 2 2h6v-2h4v2h6c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm-6 0h-4V5h4v2z'/%3E%3C/g%3E%3Cg transform='translate(0,0)'%3E%3Cpath d='M17 12h-5v5h5v-5zM16 1v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-1V1h-2zm3 18H5V8h14v11z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,2688)'%3E%3Cpath d='M17 12h-5v5h5v-5zM16 1v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-1V1h-2zm3 18H5V8h14v11z' fill='%235F6368'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,4392)'%3E%3Cpath d='M17 12h-5v5h5v-5zM16 1v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-1V1h-2zm3 18H5V8h14v11z' fill='%23ffffff'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,2208)'%3E%3Cg id='Main-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='cancel_dark' fill='%23000000'%3E%3Cpath d='M16.5211268,15.2535211 L13.2676056,12 L16.5211268,8.74647887 L15.2535211,7.47887324 L12,10.7323944 L8.74647887,7.47887324 L7.47887324,8.74647887 L10.7323944,12 L7.47887324,15.2535211 L8.74647887,16.5211268 L12,13.2676056 L15.2535211,16.5211268 L16.5211268,15.2535211 Z M12,3 C14.4788856,3 16.5985827,3.88027289 18.3591549,5.64084507 C20.1197271,7.40141725 21,9.52111437 21,12 C21,14.4788856 20.1197271,16.5985827 18.3591549,18.3591549 C16.5985827,20.1197271 14.4788856,21 12,21 C9.52111437,21 7.40141725,20.1197271 5.64084507,18.3591549 C3.88027289,16.5985827 3,14.4788856 3,12 C3,9.52111437 3.88027289,7.40141725 5.64084507,5.64084507 C7.40141725,3.88027289 9.52111437,3 12,3 Z' id='cancel-copy-2'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg transform='translate(0,1368)'%3E%3Cg id='Main-3' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='cancel_light' fill='%23FFFFFF'%3E%3Cpath d='M16.5211268,15.2535211 L13.2676056,12 L16.5211268,8.74647887 L15.2535211,7.47887324 L12,10.7323944 L8.74647887,7.47887324 L7.47887324,8.74647887 L10.7323944,12 L7.47887324,15.2535211 L8.74647887,16.5211268 L12,13.2676056 L15.2535211,16.5211268 L16.5211268,15.2535211 Z M12,3 C14.4788856,3 16.5985827,3.88027289 18.3591549,5.64084507 C20.1197271,7.40141725 21,9.52111437 21,12 C21,14.4788856 20.1197271,16.5985827 18.3591549,18.3591549 C16.5985827,20.1197271 14.4788856,21 12,21 C9.52111437,21 7.40141725,20.1197271 5.64084507,18.3591549 C3.88027289,16.5985827 3,14.4788856 3,12 C3,9.52111437 3.88027289,7.40141725 5.64084507,5.64084507 C7.40141725,3.88027289 9.52111437,3 12,3 Z' id='cancel-copy-2'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg transform='translate(0,5544)'%3E%3Cpath d='M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z'/%3E%3C/g%3E%3Cg transform='translate(0,4944)'%3E%3Cpath d='M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z' fill='%23ffffff'/%3E%3C/g%3E%3Cg transform='translate(0,1248)'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='%230F9D58'/%3E%3C/g%3E%3Cg transform='translate(0,4104)'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='%231E8E3E'/%3E%3C/g%3E%3Cg transform='translate(0,7104)'%3E%3Cpath d='M 9.61,14.89 6.5,11.78 5.44,12.84 9.61,17 18.56,8.05 17.5,7 z' fill='%23000000'/%3E%3C/g%3E%3Cg transform='translate(0,5136)'%3E%3Cpath d='M 9.61,14.89 6.5,11.78 5.44,12.84 9.61,17 18.56,8.05 17.5,7 z' fill='%230F9D58'/%3E%3C/g%3E%3Cg transform='translate(0,384)'%3E%3Cpath d='M 9.61,14.89 6.5,11.78 5.44,12.84 9.61,17 18.56,8.05 17.5,7 z' fill='%231E8E3E'/%3E%3C/g%3E%3Cg transform='translate(0,6408)'%3E%3Cpath d='M 9.61,14.89 6.5,11.78 5.44,12.84 9.61,17 18.56,8.05 17.5,7 z' fill='%23ffffff'/%3E%3C/g%3E%3Cg transform='translate(0,3600)'%3E%3Cpath fill='%235F6368' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,5832)'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,2232)'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='%23DB4437'/%3E%3C/g%3E%3Cg transform='translate(0,3936)'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='%23D93025'/%3E%3C/g%3E%3Cg transform='translate(0,7056)'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='%23FFFFFF'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,4032)'%3E%3Cpath fill='%235f6368' d='M17.5 19h-10C4.47 19 2 16.53 2 13.5c0-2.76 2.09-5.09 4.78-5.44C7.83 6.18 9.82 5 12 5c2.97 0 5.45 2.18 5.92 5.02 2.29.21 4.08 2.14 4.08 4.48 0 2.48-2.02 4.5-4.5 4.5zM12 7c-1.59 0-3.03.94-3.67 2.41l-.25.59-.64.01C5.54 10.04 4 11.61 4 13.5 4 15.43 5.57 17 7.5 17h10c1.38 0 2.5-1.12 2.5-2.5S18.88 12 17.5 12H16v-1c0-2.21-1.79-4-4-4zm1.61 2.97l-2.73 2.73-1.48-1.48-1.4 1.4 2.88 2.88 4.13-4.13-1.4-1.4z'/%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3C/g%3E%3Cg transform='translate(0,888)'%3E%3Cpath fill='%23000000' d='M17.5 19h-10C4.47 19 2 16.53 2 13.5c0-2.76 2.09-5.09 4.78-5.44C7.83 6.18 9.82 5 12 5c2.97 0 5.45 2.18 5.92 5.02 2.29.21 4.08 2.14 4.08 4.48 0 2.48-2.02 4.5-4.5 4.5zM12 7c-1.59 0-3.03.94-3.67 2.41l-.25.59-.64.01C5.54 10.04 4 11.61 4 13.5 4 15.43 5.57 17 7.5 17h10c1.38 0 2.5-1.12 2.5-2.5S18.88 12 17.5 12H16v-1c0-2.21-1.79-4-4-4zm1.61 2.97l-2.73 2.73-1.48-1.48-1.4 1.4 2.88 2.88 4.13-4.13-1.4-1.4z'/%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3C/g%3E%3Cg transform='translate(0,6672)'%3E%3Cpath fill='%23ffffff' d='M17.5 19h-10C4.47 19 2 16.53 2 13.5c0-2.76 2.09-5.09 4.78-5.44C7.83 6.18 9.82 5 12 5c2.97 0 5.45 2.18 5.92 5.02 2.29.21 4.08 2.14 4.08 4.48 0 2.48-2.02 4.5-4.5 4.5zM12 7c-1.59 0-3.03.94-3.67 2.41l-.25.59-.64.01C5.54 10.04 4 11.61 4 13.5 4 15.43 5.57 17 7.5 17h10c1.38 0 2.5-1.12 2.5-2.5S18.88 12 17.5 12H16v-1c0-2.21-1.79-4-4-4zm1.61 2.97l-2.73 2.73-1.48-1.48-1.4 1.4 2.88 2.88 4.13-4.13-1.4-1.4z'/%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3C/g%3E%3Cg transform='translate(0,2712)'%3E%3Cpath fill='%235f6368' d='M12 7c2.21 0 4 1.79 4 4v1h1.5c1.38 0 2.5 1.12 2.5 2.5 0 .73-.32 1.39-.83 1.84l1.41 1.41c.87-.81 1.42-1.97 1.42-3.25 0-2.34-1.79-4.27-4.08-4.48C17.45 7.18 14.97 5 12 5c-1.17 0-2.28.35-3.22.95l1.46 1.46C10.78 7.15 11.38 7 12 7zm5 10L8.73 8.73 7.29 7.29 2.81 2.81 1.39 4.22l4.16 4.16C3.49 9.18 2 11.18 2 13.5 2 16.53 4.47 19 7.5 19h8.67l3.61 3.61 1.41-1.41-2.4-2.4L17 17zm-9.5 0C5.57 17 4 15.43 4 13.5c0-1.81 1.42-3.31 3.21-3.46L14.17 17H7.5z'/%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3C/g%3E%3Cg transform='translate(0,6360)'%3E%3Cpath fill='%23000000' d='M12 7c2.21 0 4 1.79 4 4v1h1.5c1.38 0 2.5 1.12 2.5 2.5 0 .73-.32 1.39-.83 1.84l1.41 1.41c.87-.81 1.42-1.97 1.42-3.25 0-2.34-1.79-4.27-4.08-4.48C17.45 7.18 14.97 5 12 5c-1.17 0-2.28.35-3.22.95l1.46 1.46C10.78 7.15 11.38 7 12 7zm5 10L8.73 8.73 7.29 7.29 2.81 2.81 1.39 4.22l4.16 4.16C3.49 9.18 2 11.18 2 13.5 2 16.53 4.47 19 7.5 19h8.67l3.61 3.61 1.41-1.41-2.4-2.4L17 17zm-9.5 0C5.57 17 4 15.43 4 13.5c0-1.81 1.42-3.31 3.21-3.46L14.17 17H7.5z'/%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3C/g%3E%3Cg transform='translate(0,1872)'%3E%3Cpath fill='%23ffffff' d='M12 7c2.21 0 4 1.79 4 4v1h1.5c1.38 0 2.5 1.12 2.5 2.5 0 .73-.32 1.39-.83 1.84l1.41 1.41c.87-.81 1.42-1.97 1.42-3.25 0-2.34-1.79-4.27-4.08-4.48C17.45 7.18 14.97 5 12 5c-1.17 0-2.28.35-3.22.95l1.46 1.46C10.78 7.15 11.38 7 12 7zm5 10L8.73 8.73 7.29 7.29 2.81 2.81 1.39 4.22l4.16 4.16C3.49 9.18 2 11.18 2 13.5 2 16.53 4.47 19 7.5 19h8.67l3.61 3.61 1.41-1.41-2.4-2.4L17 17zm-9.5 0C5.57 17 4 15.43 4 13.5c0-1.81 1.42-3.31 3.21-3.46L14.17 17H7.5z'/%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3C/g%3E%3Cg transform='translate(0,1104)'%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3Cpath fill='%235F6368' d='M9.4 16.6L4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0l4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z'/%3E%3C/g%3E%3Cg transform='translate(0,2616)'%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3Cpath d='M9.4 16.6L4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0l4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z'/%3E%3C/g%3E%3Cg transform='translate(0,264)'%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3Cpath d='M9.4 16.6L4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0l4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z' fill='%23ffffff'/%3E%3C/g%3E%3Cg transform='translate(0,2160)'%3E%3Cpath fill='%235F6368' d='M18 21H4V7H2v14c0 1.1.9 2 2 2h14v-2zm3-4V3c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2zm-2 0H8V3h11v14z'/%3E%3C/g%3E%3Cg transform='translate(0,72)'%3E%3Cpath fill='%23000000' d='M18 21H4V7H2v14c0 1.1.9 2 2 2h14v-2zm3-4V3c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2zm-2 0H8V3h11v14z'/%3E%3C/g%3E%3Cg transform='translate(0,3048)'%3E%3Cpath fill='%23FFFFFF' d='M18 21H4V7H2v14c0 1.1.9 2 2 2h14v-2zm3-4V3c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2zm-2 0H8V3h11v14z'/%3E%3C/g%3E%3Cg transform='translate(0,4248)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z'/%3E%3C/g%3E%3Cg transform='translate(0,1152)'%3E%3C!-- Generator: Sketch 46.1 (44463) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3EArtboard%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs/%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Cg id='ic_content_copy_black_24dp' transform='translate(2.000000, 2.000000)'%3E%3Cpolygon id='Shape' points='0 0 20 0 20 20 0 20'/%3E%3Cpath d='M13.2057416,0.909090909 L3.44497608,0.909090909 C2.55023923,0.909090909 1.81818182,1.65289256 1.81818182,2.56198347 L1.81818182,14.1322314 L3.44497608,14.1322314 L3.44497608,2.56198347 L13.2057416,2.56198347 L13.2057416,0.909090909 Z M15.645933,4.21487603 L6.69856459,4.21487603 C5.80382775,4.21487603 5.07177033,4.95867769 5.07177033,5.8677686 L5.07177033,17.4380165 C5.07177033,18.3471074 5.80382775,19.0909091 6.69856459,19.0909091 L15.645933,19.0909091 C16.5406699,19.0909091 17.2727273,18.3471074 17.2727273,17.4380165 L17.2727273,5.8677686 C17.2727273,4.95867769 16.5406699,4.21487603 15.645933,4.21487603 Z M15.645933,17.4380165 L6.69856459,17.4380165 L6.69856459,5.8677686 L15.645933,5.8677686 L15.645933,17.4380165 Z' id='Shape' fill='%236D6D6D' fill-rule='nonzero'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg transform='translate(0,984)'%3E%3C!-- Generator: Sketch 46.1 (44463) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3EArtboard Copy%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs/%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard-Copy'%3E%3Cg id='ic_content_copy_black_24dp' transform='translate(2.000000, 2.000000)'%3E%3Cpolygon id='Shape' points='0 0 20 0 20 20 0 20'/%3E%3Cpath d='M13.2057416,0.909090909 L3.44497608,0.909090909 C2.55023923,0.909090909 1.81818182,1.65289256 1.81818182,2.56198347 L1.81818182,14.1322314 L3.44497608,14.1322314 L3.44497608,2.56198347 L13.2057416,2.56198347 L13.2057416,0.909090909 Z M15.645933,4.21487603 L6.69856459,4.21487603 C5.80382775,4.21487603 5.07177033,4.95867769 5.07177033,5.8677686 L5.07177033,17.4380165 C5.07177033,18.3471074 5.80382775,19.0909091 6.69856459,19.0909091 L15.645933,19.0909091 C16.5406699,19.0909091 17.2727273,18.3471074 17.2727273,17.4380165 L17.2727273,5.8677686 C17.2727273,4.95867769 16.5406699,4.21487603 15.645933,4.21487603 Z M15.645933,17.4380165 L6.69856459,17.4380165 L6.69856459,5.8677686 L15.645933,5.8677686 L15.645933,17.4380165 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg transform='translate(0,600)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z' fill='%23ffffff'/%3E%3C/g%3E%3Cg transform='translate(0,5304)'%3E%3Cpath fill='%235F6368' d='M15 4V3H9v1H4v2h1v13c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V6h1V4h-5zm2 15H7V6h10v13zM9 8h2v9H9zm4 0h2v9h-2z'/%3E%3C/g%3E%3Cg transform='translate(0,336)'%3E%3Cpath fill='%23000000' d='M15 4V3H9v1H4v2h1v13c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V6h1V4h-5zm2 15H7V6h10v13zM9 8h2v9H9zm4 0h2v9h-2z'/%3E%3C/g%3E%3Cg transform='translate(0,5184)'%3E%3Cpath fill='%23FFFFFF' d='M15 4V3H9v1H4v2h1v13c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V6h1V4h-5zm2 15H7V6h10v13zM9 8h2v9H9zm4 0h2v9h-2z'/%3E%3C/g%3E%3Cg transform='translate(0,936)'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M13.49 5.48c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm-3.6 13.9l1-4.4 2.1 2v6h2v-7.5l-2.1-2 .6-3c1.3 1.5 3.3 2.5 5.5 2.5v-2c-1.9 0-3.5-1-4.3-2.4l-1-1.6c-.4-.6-1-1-1.7-1-.3 0-.5.1-.8.1l-5.2 2.2v4.7h2v-3.4l1.8-.7-1.6 8.1-4.9-1-.4 2 7 1.4z'/%3E%3C/g%3E%3Cg transform='translate(0,2400)'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M13.49 5.48c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm-3.6 13.9l1-4.4 2.1 2v6h2v-7.5l-2.1-2 .6-3c1.3 1.5 3.3 2.5 5.5 2.5v-2c-1.9 0-3.5-1-4.3-2.4l-1-1.6c-.4-.6-1-1-1.7-1-.3 0-.5.1-.8.1l-5.2 2.2v4.7h2v-3.4l1.8-.7-1.6 8.1-4.9-1-.4 2 7 1.4z' fill='%23ffffff'/%3E%3C/g%3E%3Cg transform='translate(0,312)'%3E%3Cpath d='M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,6192)'%3E%3Cpath d='M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z' fill='%23ffffff'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,4128)'%3E%3Ccircle cx='6.5' cy='9.5' r='1.5'/%3E%3Ccircle cx='6.5' cy='14.5' r='1.5'/%3E%3Ccircle cx='12.5' cy='9.5' r='1.5'/%3E%3Ccircle cx='12.5' cy='14.5' r='1.5'/%3E%3Ccircle cx='18.5' cy='9.5' r='1.5'/%3E%3Ccircle cx='18.5' cy='14.5' r='1.5'/%3E%3C/g%3E%3Cg transform='translate(0,5520)'%3E%3Ccircle cx='6.5' cy='9.5' r='1.5' fill='%23ffffff'/%3E%3Ccircle cx='6.5' cy='14.5' r='1.5' fill='%23ffffff'/%3E%3Ccircle cx='12.5' cy='9.5' r='1.5' fill='%23ffffff'/%3E%3Ccircle cx='12.5' cy='14.5' r='1.5' fill='%23ffffff'/%3E%3Ccircle cx='18.5' cy='9.5' r='1.5' fill='%23ffffff'/%3E%3Ccircle cx='18.5' cy='14.5' r='1.5' fill='%23ffffff'/%3E%3C/g%3E%3Cg transform='translate(0,6984)'%3E%3Cpath d='M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,3312)'%3E%3Cpath d='M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z' fill='%234285F4'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,1032)'%3E%3Cpath d='M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z' fill='%23ffffff'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,6552)'%3E%3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,1680)'%3E%3Cpath fill='%235F6368' d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-.8 2L12 10.8 4.8 6h14.4zM4 18V7.87l8 5.33 8-5.33V18H4z'/%3E%3C/g%3E%3Cg transform='translate(0,240)'%3E%3Cpath fill='%23000000' d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-.8 2L12 10.8 4.8 6h14.4zM4 18V7.87l8 5.33 8-5.33V18H4z'/%3E%3C/g%3E%3Cg transform='translate(0,4512)'%3E%3Cpath fill='%23FFFFFF' d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-.8 2L12 10.8 4.8 6h14.4zM4 18V7.87l8 5.33 8-5.33V18H4z'/%3E%3C/g%3E%3Cg transform='translate(0,960)'%3E%3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z' fill='%23ffffff'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,3768)'%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3Cpath d='M9.4 16.6L4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0l4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z'/%3E%3C/g%3E%3Cg transform='translate(0,5328)'%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3Cpath d='M9.4 16.6L4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0l4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z' fill='%23ffffff'/%3E%3C/g%3E%3Cg transform='translate(0,2952)'%3E%3Cpath fill='%23000000' d='M11 15h2v2h-2v-2zm0-8h2v6h-2V7zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3C/g%3E%3Cg transform='translate(0,4560)'%3E%3Cpath d='M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z' fill='%23FF5722'/%3E%3C/g%3E%3Cg transform='translate(0,4680)'%3E%3Cpath fill='%23d93025' d='M11 15h2v2h-2v-2zm0-8h2v6h-2V7zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3C/g%3E%3Cg transform='translate(0,4176)'%3E%3Cpath fill='%23ffffff' d='M11 15h2v2h-2v-2zm0-8h2v6h-2V7zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3C/g%3E%3Cg transform='translate(0,4968)'%3E%3Cpath d='M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,288)'%3E%3Cpath d='M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z' fill='%231A73E8'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,6216)'%3E%3Cpath d='M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z' fill='%23DB4437'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,5808)'%3E%3Cpath d='M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z' fill='%23D93025'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,408)'%3E%3Cpath d='M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z' fill='%23ffffff'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,1464)'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,7224)'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='%231A73E8'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,6048)'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='%23DB4437'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,5424)'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='%23D93025'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,1848)'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='%23ffffff'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,4272)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M20.5 11H19V7c0-1.1-.9-2-2-2h-4V3.5C13 2.12 11.88 1 10.5 1S8 2.12 8 3.5V5H4c-1.1 0-1.99.9-1.99 2v3.8H3.5c1.49 0 2.7 1.21 2.7 2.7s-1.21 2.7-2.7 2.7H2V20c0 1.1.9 2 2 2h3.8v-1.5c0-1.49 1.21-2.7 2.7-2.7 1.49 0 2.7 1.21 2.7 2.7V22H17c1.1 0 2-.9 2-2v-4h1.5c1.38 0 2.5-1.12 2.5-2.5S21.88 11 20.5 11z'/%3E%3C/g%3E%3Cg transform='translate(0,2280)'%3E%3Cpath fill='%235F6368' d='M18 20h-2.12c-.68-1.75-2.39-3-4.38-3s-3.7 1.25-4.38 3H5v-2.12c1.75-.68 3-2.39 3-4.38 0-1.99-1.24-3.7-2.99-4.38L5 7h13v13zM11.5 2.5C10.12 2.5 9 3.62 9 5H5c-1.1 0-1.99.9-1.99 2v3.8h.29c1.49 0 2.7 1.21 2.7 2.7s-1.21 2.7-2.7 2.7H3V20c0 1.1.9 2 2 2h3.8v-.3c0-1.49 1.21-2.7 2.7-2.7s2.7 1.21 2.7 2.7v.3H18c1.1 0 2-.9 2-2v-4c1.38 0 2.5-1.12 2.5-2.5S21.38 11 20 11V7c0-1.1-.9-2-2-2h-4c0-1.38-1.12-2.5-2.5-2.5z'/%3E%3C/g%3E%3Cg transform='translate(0,1296)'%3E%3Cpath fill='%23000000' d='M18 20h-2.12c-.68-1.75-2.39-3-4.38-3s-3.7 1.25-4.38 3H5v-2.12c1.75-.68 3-2.39 3-4.38 0-1.99-1.24-3.7-2.99-4.38L5 7h13v13zM11.5 2.5C10.12 2.5 9 3.62 9 5H5c-1.1 0-1.99.9-1.99 2v3.8h.29c1.49 0 2.7 1.21 2.7 2.7s-1.21 2.7-2.7 2.7H3V20c0 1.1.9 2 2 2h3.8v-.3c0-1.49 1.21-2.7 2.7-2.7s2.7 1.21 2.7 2.7v.3H18c1.1 0 2-.9 2-2v-4c1.38 0 2.5-1.12 2.5-2.5S21.38 11 20 11V7c0-1.1-.9-2-2-2h-4c0-1.38-1.12-2.5-2.5-2.5z'/%3E%3C/g%3E%3Cg transform='translate(0,2856)'%3E%3Cpath fill='%23FFFFFF' d='M18 20h-2.12c-.68-1.75-2.39-3-4.38-3s-3.7 1.25-4.38 3H5v-2.12c1.75-.68 3-2.39 3-4.38 0-1.99-1.24-3.7-2.99-4.38L5 7h13v13zM11.5 2.5C10.12 2.5 9 3.62 9 5H5c-1.1 0-1.99.9-1.99 2v3.8h.29c1.49 0 2.7 1.21 2.7 2.7s-1.21 2.7-2.7 2.7H3V20c0 1.1.9 2 2 2h3.8v-.3c0-1.49 1.21-2.7 2.7-2.7s2.7 1.21 2.7 2.7v.3H18c1.1 0 2-.9 2-2v-4c1.38 0 2.5-1.12 2.5-2.5S21.38 11 20 11V7c0-1.1-.9-2-2-2h-4c0-1.38-1.12-2.5-2.5-2.5z'/%3E%3C/g%3E%3Cg transform='translate(0,6648)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M20.5 11H19V7c0-1.1-.9-2-2-2h-4V3.5C13 2.12 11.88 1 10.5 1S8 2.12 8 3.5V5H4c-1.1 0-1.99.9-1.99 2v3.8H3.5c1.49 0 2.7 1.21 2.7 2.7s-1.21 2.7-2.7 2.7H2V20c0 1.1.9 2 2 2h3.8v-1.5c0-1.49 1.21-2.7 2.7-2.7 1.49 0 2.7 1.21 2.7 2.7V22H17c1.1 0 2-.9 2-2v-4h1.5c1.38 0 2.5-1.12 2.5-2.5S21.88 11 20.5 11z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cg transform='translate(0,6336)'%3E%3Cpath d='M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z'/%3E%3C/g%3E%3Cg transform='translate(0,6096)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cg transform='translate(0,5736)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7 12h-2v-2h2v2zm0-4h-2V6h2v4z'/%3E%3C/g%3E%3Cg transform='translate(0,168)'%3E%3Cpath fill='%235F6368' d='M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H5.17l-.59.59-.58.58V4h16v12zm-9-4h2v2h-2zm0-6h2v4h-2z'/%3E%3C/g%3E%3Cg transform='translate(0,6744)'%3E%3Cpath fill='%23000000' d='M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H5.17l-.59.59-.58.58V4h16v12zm-9-4h2v2h-2zm0-6h2v4h-2z'/%3E%3C/g%3E%3Cg transform='translate(0,5784)'%3E%3Cpath fill='%23FFFFFF' d='M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H5.17l-.59.59-.58.58V4h16v12zm-9-4h2v2h-2zm0-6h2v4h-2z'/%3E%3C/g%3E%3Cg transform='translate(0,3744)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-7 12h-2v-2h2v2zm0-4h-2V6h2v4z' fill='%23ffffff'/%3E%3C/g%3E%3Cg transform='translate(0,1416)'%3E%3Cpath fill='%235F6368' d='M4 15h2v3h12v-3h2v3c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2m11.59-8.41L13 12.17V4h-2v8.17L8.41 9.59 7 11l5 5 5-5-1.41-1.41z'/%3E%3C/g%3E%3Cg transform='translate(0,1560)'%3E%3Cpath fill='%23000000' d='M4 15h2v3h12v-3h2v3c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2m11.59-8.41L13 12.17V4h-2v8.17L8.41 9.59 7 11l5 5 5-5-1.41-1.41z'/%3E%3C/g%3E%3Cg transform='translate(0,7344)'%3E%3Cpath fill='%23FFFFFF' d='M4 15h2v3h12v-3h2v3c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2m11.59-8.41L13 12.17V4h-2v8.17L8.41 9.59 7 11l5 5 5-5-1.41-1.41z'/%3E%3C/g%3E%3Cg transform='translate(0,6312)'%3E%3Cpath d='M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,7128)'%3E%3Cpath d='M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z' fill='%23FFFFFF'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,6768)'%3E%3Cpath d='M10 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,3144)'%3E%3Cpath fill='%235F6368' d='M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 12H4V8h16v10z'/%3E%3C/g%3E%3Cg transform='translate(0,1752)'%3E%3Cpath fill='%23000000' d='M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 12H4V8h16v10z'/%3E%3C/g%3E%3Cg transform='translate(0,7200)'%3E%3Cpath fill='%23FFFFFF' d='M20 6h-8l-2-2H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm0 12H4V8h16v10z'/%3E%3C/g%3E%3Cg transform='translate(0,5640)'%3E%3Cpath d='M10 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z' fill='%23FFFFFF'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,6864)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z'/%3E%3C/g%3E%3Cg transform='translate(0,4632)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 16h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6 11h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z'/%3E%3C/g%3E%3Cg transform='translate(0,2328)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 16h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6 11h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cg transform='translate(0,1536)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cg transform='translate(0,3912)'%3E%3Cpath d='M19 3h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-2 14l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z'/%3E%3C/g%3E%3Cg transform='translate(0,6024)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 3h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-2 14l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cg transform='translate(0,7296)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 3h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-6 15h-2v-2h2v2zm0-4h-2V8h2v6zm-1-9c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z'/%3E%3C/g%3E%3Cg transform='translate(0,24)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 3h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-6 15h-2v-2h2v2zm0-4h-2V8h2v6zm-1-9c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cg transform='translate(0,1440)'%3E%3Cpath d='M21 10.12h-6.78l2.74-2.82c-2.73-2.7-7.15-2.8-9.88-.1-2.73 2.71-2.73 7.08 0 9.79 2.73 2.71 7.15 2.71 9.88 0C18.32 15.65 19 14.08 19 12.1h2c0 1.98-.88 4.55-2.64 6.29-3.51 3.48-9.21 3.48-12.72 0-3.5-3.47-3.53-9.11-.02-12.58 3.51-3.47 9.14-3.47 12.65 0L21 3v7.12zM12.5 8v4.25l3.5 2.08-.72 1.21L11 13V8h1.5z'/%3E%3C/g%3E%3Cg transform='translate(0,7272)'%3E%3Cpath d='M21 10.12h-6.78l2.74-2.82c-2.73-2.7-7.15-2.8-9.88-.1-2.73 2.71-2.73 7.08 0 9.79 2.73 2.71 7.15 2.71 9.88 0C18.32 15.65 19 14.08 19 12.1h2c0 1.98-.88 4.55-2.64 6.29-3.51 3.48-9.21 3.48-12.72 0-3.5-3.47-3.53-9.11-.02-12.58 3.51-3.47 9.14-3.47 12.65 0L21 3v7.12zM12.5 8v4.25l3.5 2.08-.72 1.21L11 13V8h1.5z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cg transform='translate(0,2544)'%3E%3Cpath fill='%235F6368' d='M7 13.75c-2 0-6 1.17-6 3.5V19h12v-1.75c0-2.33-4-3.5-6-3.5zM3.18 17c.57-.54 2.33-1.25 3.82-1.25 1.5 0 3.26.72 3.82 1.25H3.18zM7 12.5c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm6 4c-.62 0-1.2-.19-1.68-.51.43-.74.68-1.58.68-2.49 0-.91-.26-1.75-.69-2.48.48-.33 1.06-.52 1.69-.52 1.66 0 3 1.34 3 3s-1.34 3-3 3zm6 4.75V19h-4v-1.75c0-1.49-.76-2.64-1.86-3.5 2.04.06 5.86 1.22 5.86 3.5zM23 9v2h-2v2h-2v-2h-2V9h2V7h2v2h2z'/%3E%3C/g%3E%3Cg transform='translate(0,5352)'%3E%3Cpath fill='%23000000' d='M7 13.75c-2 0-6 1.17-6 3.5V19h12v-1.75c0-2.33-4-3.5-6-3.5zM3.18 17c.57-.54 2.33-1.25 3.82-1.25 1.5 0 3.26.72 3.82 1.25H3.18zM7 12.5c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm6 4c-.62 0-1.2-.19-1.68-.51.43-.74.68-1.58.68-2.49 0-.91-.26-1.75-.69-2.48.48-.33 1.06-.52 1.69-.52 1.66 0 3 1.34 3 3s-1.34 3-3 3zm6 4.75V19h-4v-1.75c0-1.49-.76-2.64-1.86-3.5 2.04.06 5.86 1.22 5.86 3.5zM23 9v2h-2v2h-2v-2h-2V9h2V7h2v2h2z'/%3E%3C/g%3E%3Cg transform='translate(0,4080)'%3E%3Cpath fill='%23FFFFFF' d='M7 13.75c-2 0-6 1.17-6 3.5V19h12v-1.75c0-2.33-4-3.5-6-3.5zM3.18 17c.57-.54 2.33-1.25 3.82-1.25 1.5 0 3.26.72 3.82 1.25H3.18zM7 12.5c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zm0-4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm6 4c-.62 0-1.2-.19-1.68-.51.43-.74.68-1.58.68-2.49 0-.91-.26-1.75-.69-2.48.48-.33 1.06-.52 1.69-.52 1.66 0 3 1.34 3 3s-1.34 3-3 3zm6 4.75V19h-4v-1.75c0-1.49-.76-2.64-1.86-3.5 2.04.06 5.86 1.22 5.86 3.5zM23 9v2h-2v2h-2v-2h-2V9h2V7h2v2h2z'/%3E%3C/g%3E%3Cg transform='translate(0,696)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75l-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z'/%3E%3C/g%3E%3Cg transform='translate(0,3648)'%3E%3Cpath fill='%235F6368' d='M11 18h2v-2h-2v2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4z'/%3E%3C/g%3E%3Cg transform='translate(0,1176)'%3E%3Cpath fill='%23000000' d='M11 18h2v-2h-2v2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4z'/%3E%3C/g%3E%3Cg transform='translate(0,2640)'%3E%3Cpath fill='%23FFFFFF' d='M11 18h2v-2h-2v2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4z'/%3E%3C/g%3E%3Cg transform='translate(0,7248)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75l-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z' fill='%23ffffff'/%3E%3C/g%3E%3Cg transform='translate(0,864)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z'/%3E%3C/g%3E%3Cg transform='translate(0,2424)'%3E%3Cpath fill='%235F6368' d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zm-5-7l-3 3.72L9 13l-3 4h12l-4-5z'/%3E%3C/g%3E%3Cg transform='translate(0,3264)'%3E%3Cpath fill='%23000000' d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zm-5-7l-3 3.72L9 13l-3 4h12l-4-5z'/%3E%3C/g%3E%3Cg transform='translate(0,3000)'%3E%3Cpath fill='%23FFFFFF' d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zm-5-7l-3 3.72L9 13l-3 4h12l-4-5z'/%3E%3C/g%3E%3Cg transform='translate(0,5088)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z' fill='%23ffffff'/%3E%3C/g%3E%3Cg transform='translate(0,3432)'%3E%3Cpath d='M6,17 L6,20 L18,20 L18,9 L13,9 L13,4 L6,4 L6,11 L4,11 L4,4 C4,2.9 4.9,2 6,2 L14,2 L20,8 L20,20 C20,21.1 19.1,22 18,22 L5.99,22 C4.89,22 4,21.1 4,20 L4,17 L6,17 Z' id='Shape' fill='%23000000' fill-rule='nonzero'/%3E%3Cpolygon id='Path' fill='%23000000' fill-rule='nonzero' transform='translate(9.500000, 14.000000) rotate(-270.000000) translate(-9.500000, -14.000000) ' points='9.5 8.5 6.5 12.5 8.5 12.5 8.5 19.5 10.5 19.5 10.5 12.5 12.5 12.5'/%3E%3C/g%3E%3Cg transform='translate(0,3816)'%3E%3Cpath d='M6,17 L6,20 L18,20 L18,9 L13,9 L13,4 L6,4 L6,11 L4,11 L4,4 C4,2.9 4.9,2 6,2 L14,2 L20,8 L20,20 C20,21.1 19.1,22 18,22 L5.99,22 C4.89,22 4,21.1 4,20 L4,17 L6,17 Z' id='Shape' fill='%235F6368' fill-rule='nonzero'/%3E%3Cpolygon id='Path' fill='%235F6368' fill-rule='nonzero' transform='translate(9.500000, 14.000000) rotate(-270.000000) translate(-9.500000, -14.000000) ' points='9.5 8.5 6.5 12.5 8.5 12.5 8.5 19.5 10.5 19.5 10.5 12.5 12.5 12.5'/%3E%3C/g%3E%3Cg transform='translate(0,840)'%3E%3Cpath d='M20,17 L20,20 C20,21.1 19.1,22 18,22 L5.99,22 C4.89,22 4,21.1 4,20 L4,4 C4,2.9 4.9,2 6,2 L14,2 L20,8 L20,11 L18,11 L18,9 L13,9 L13,4 L6,4 L6,20 L18,20 L18,17 L20,17 Z' id='Path' fill='%23000000' fill-rule='nonzero'/%3E%3Cpolygon id='Path' fill='%23000000' fill-rule='nonzero' transform='translate(14.500000, 14.000000) rotate(-90.000000) translate(-14.500000, -14.000000) ' points='14.5 8.5 11.5 12.5 13.5 12.5 13.5 19.5 15.5 19.5 15.5 12.5 17.5 12.5'/%3E%3C/g%3E%3Cg transform='translate(0,2904)'%3E%3Cpath d='M20,17 L20,20 C20,21.1 19.1,22 18,22 L5.99,22 C4.89,22 4,21.1 4,20 L4,4 C4,2.9 4.9,2 6,2 L14,2 L20,8 L20,11 L18,11 L18,9 L13,9 L13,4 L6,4 L6,20 L18,20 L18,17 L20,17 Z' id='Path' fill='%235F6368' fill-rule='nonzero'/%3E%3Cpolygon id='Path' fill='%235F6368' fill-rule='nonzero' transform='translate(14.500000, 14.000000) rotate(-90.000000) translate(-14.500000, -14.000000) ' points='14.5 8.5 11.5 12.5 13.5 12.5 13.5 19.5 15.5 19.5 15.5 12.5 17.5 12.5'/%3E%3C/g%3E%3Cg transform='translate(0,3384)'%3E%3Cpath d='M20,17 L20,20 C20,21.1 19.1,22 18,22 L5.99,22 C4.89,22 4,21.1 4,20 L4,4 C4,2.9 4.9,2 6,2 L14,2 L20,8 L20,11 L18,11 L18,9 L13,9 L13,4 L6,4 L6,20 L18,20 L18,17 L20,17 Z' id='Path' fill='%23ffffff' fill-rule='nonzero'/%3E%3Cpolygon id='Path' fill='%23ffffff' fill-rule='nonzero' transform='translate(14.500000, 14.000000) rotate(-90.000000) translate(-14.500000, -14.000000) ' points='14.5 8.5 11.5 12.5 13.5 12.5 13.5 19.5 15.5 19.5 15.5 12.5 17.5 12.5'/%3E%3C/g%3E%3Cg transform='translate(0,3480)'%3E%3Cpath d='M6,17 L6,20 L18,20 L18,9 L13,9 L13,4 L6,4 L6,11 L4,11 L4,4 C4,2.9 4.9,2 6,2 L14,2 L20,8 L20,20 C20,21.1 19.1,22 18,22 L5.99,22 C4.89,22 4,21.1 4,20 L4,17 L6,17 Z' id='Shape' fill='%23ffffff' fill-rule='nonzero'/%3E%3Cpolygon id='Path' fill='%23ffffff' fill-rule='nonzero' transform='translate(9.500000, 14.000000) rotate(-270.000000) translate(-9.500000, -14.000000) ' points='9.5 8.5 6.5 12.5 8.5 12.5 8.5 19.5 10.5 19.5 10.5 12.5 12.5 12.5'/%3E%3C/g%3E%3Cg transform='translate(0,3360)'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none' opacity='.87'/%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath fill='%235F6368' d='M11 17h2v-6h-2v6zm1-15C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zM11 9h2V7h-2v2z'/%3E%3C/g%3E%3Cg transform='translate(0,7176)'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none' opacity='.87'/%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath fill='%23000000' d='M11 17h2v-6h-2v6zm1-15C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zM11 9h2V7h-2v2z'/%3E%3C/g%3E%3Cg transform='translate(0,7320)'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none' opacity='.87'/%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath fill='%23ffffff' d='M11 17h2v-6h-2v6zm1-15C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zM11 9h2V7h-2v2z'/%3E%3C/g%3E%3Cg transform='translate(0,4704)'%3E%3Cpath fill='%235F6368' d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zM7 10h2v7H7zm4-3h2v10h-2zm4 6h2v4h-2z'/%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3C/g%3E%3Cg transform='translate(0,6504)'%3E%3Cpath fill='%23000000' d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zM7 10h2v7H7zm4-3h2v10h-2zm4 6h2v4h-2z'/%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3C/g%3E%3Cg transform='translate(0,6624)'%3E%3Cpath fill='%23FFFFFF' d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zM7 10h2v7H7zm4-3h2v10h-2zm4 6h2v4h-2z'/%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3C/g%3E%3Cg transform='translate(0,4896)'%3E%3Cpath d='M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z' fill='%235F6368'/%3E%3Cpath d='M0-.5h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,5592)'%3E%3Cpath d='M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z'/%3E%3Cpath d='M0-.5h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,720)'%3E%3Cpath d='M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z' fill='%23ffffff'/%3E%3Cpath d='M0-.5h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,5712)'%3E%3Cpath d='M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z' fill='%235F6368'/%3E%3Cpath d='M0-.25h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,1008)'%3E%3Cpath d='M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z'/%3E%3Cpath d='M0-.25h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,528)'%3E%3Cpath d='M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z' fill='%23ffffff'/%3E%3Cpath d='M0-.25h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,3120)'%3E%3Cpath d='M20 5H4c-1.1 0-1.99.9-1.99 2L2 17c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm-9 3h2v2h-2V8zm0 3h2v2h-2v-2zM8 8h2v2H8V8zm0 3h2v2H8v-2zm-1 2H5v-2h2v2zm0-3H5V8h2v2zm9 7H8v-2h8v2zm0-4h-2v-2h2v2zm0-3h-2V8h2v2zm3 3h-2v-2h2v2zm0-3h-2V8h2v2z'/%3E%3Cpath d='M0 0h24v24H0zm0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,1824)'%3E%3Cpath d='M20 5H4c-1.1 0-1.99.9-1.99 2L2 17c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm-9 3h2v2h-2V8zm0 3h2v2h-2v-2zM8 8h2v2H8V8zm0 3h2v2H8v-2zm-1 2H5v-2h2v2zm0-3H5V8h2v2zm9 7H8v-2h8v2zm0-4h-2v-2h2v2zm0-3h-2V8h2v2zm3 3h-2v-2h2v2zm0-3h-2V8h2v2z' fill='%23ffffff'/%3E%3Cpath d='M0 0h24v24H0zm0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,6168)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath fill='%235F6368' d='M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z'/%3E%3C/g%3E%3Cg transform='translate(0,2520)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z'/%3E%3C/g%3E%3Cg transform='translate(0,6792)'%3E%3Cpath fill='%235F6368' d='M14.39 11L16 12.61V11zM17 7h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1 0 1.27-.77 2.37-1.87 2.84l1.4 1.4C21.05 15.36 22 13.79 22 12c0-2.76-2.24-5-5-5zM2 4.27l3.11 3.11C3.29 8.12 2 9.91 2 12c0 2.76 2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1 0-1.59 1.21-2.9 2.76-3.07L8.73 11H8v2h2.73L13 15.27V17h1.73l4.01 4.01 1.41-1.41L3.41 2.86 2 4.27z'/%3E%3C/g%3E%3Cg transform='translate(0,1488)'%3E%3Cpath fill='%23000000' d='M14.39 11L16 12.61V11zM17 7h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1 0 1.27-.77 2.37-1.87 2.84l1.4 1.4C21.05 15.36 22 13.79 22 12c0-2.76-2.24-5-5-5zM2 4.27l3.11 3.11C3.29 8.12 2 9.91 2 12c0 2.76 2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1 0-1.59 1.21-2.9 2.76-3.07L8.73 11H8v2h2.73L13 15.27V17h1.73l4.01 4.01 1.41-1.41L3.41 2.86 2 4.27z'/%3E%3C/g%3E%3Cg transform='translate(0,1704)'%3E%3Cpath fill='%23FFFFFF' d='M14.39 11L16 12.61V11zM17 7h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1 0 1.27-.77 2.37-1.87 2.84l1.4 1.4C21.05 15.36 22 13.79 22 12c0-2.76-2.24-5-5-5zM2 4.27l3.11 3.11C3.29 8.12 2 9.91 2 12c0 2.76 2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1 0-1.59 1.21-2.9 2.76-3.07L8.73 11H8v2h2.73L13 15.27V17h1.73l4.01 4.01 1.41-1.41L3.41 2.86 2 4.27z'/%3E%3C/g%3E%3Cg transform='translate(0,1896)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z' fill='%23ffffff'/%3E%3C/g%3E%3Cg transform='translate(0,6072)'%3E%3Cpath fill='%235F6368' d='M19 8h-1V3H6v5H5c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zm-3 11H8v-4h8v4zm0-11H8V5h8v3zm2 4.5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z'/%3E%3C/g%3E%3Cg transform='translate(0,480)'%3E%3Cpath fill='%23000000' d='M19 8h-1V3H6v5H5c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zm-3 11H8v-4h8v4zm0-11H8V5h8v3zm2 4.5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z'/%3E%3C/g%3E%3Cg transform='translate(0,96)'%3E%3Cpath fill='%23FFFFFF' d='M19 8h-1V3H6v5H5c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zm-3 11H8v-4h8v4zm0-11H8V5h8v3zm2 4.5c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z'/%3E%3C/g%3E%3Cg transform='translate(0,6528)'%3E%3Cpath d='M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z'/%3E%3C/g%3E%3Cg transform='translate(0,7008)'%3E%3Cpath fill='%235F6368' d='M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9V6zm9 14H6V10h12v10zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z'/%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3C/g%3E%3Cg transform='translate(0,4200)'%3E%3Cpath fill='%23000000' d='M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9V6zm9 14H6V10h12v10zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z'/%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3C/g%3E%3Cg transform='translate(0,4344)'%3E%3Cpath fill='%23ffffff' d='M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9V6zm9 14H6V10h12v10zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z'/%3E%3Cpath fill='none' d='M0 0h24v24H0V0z'/%3E%3C/g%3E%3Cg transform='translate(0,4656)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cg transform='translate(0,2376)'%3E%3Cpath d='M 19,4 H 5 V 2 h 14 v 2 z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,3024)'%3E%3Cpath d='M 19,4 H 5 V 2 h 14 v 2 z' fill='%23FFFFFF'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,6576)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z' fill='%23000000'/%3E%3C/g%3E%3Cg transform='translate(0,5568)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z' fill='%235F6368'/%3E%3C/g%3E%3Cg transform='translate(0,4752)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cg transform='translate(0,5880)'%3E%3Cpath d='M 19,20 H 5 v -2 h 14 v 2 z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,5664)'%3E%3Cpath d='M 19,20 H 5 v -2 h 14 v 2 z' fill='%23FFFFFF'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,48)'%3E%3Cpath fill='%235F6368' d='M20.41 4.94l-1.35-1.35c-.78-.78-2.05-.78-2.83 0L13.4 6.41 3 16.82V21h4.18l10.46-10.46 2.77-2.77c.79-.78.79-2.05 0-2.83zm-14 14.12L5 19v-1.36l9.82-9.82 1.41 1.41-9.82 9.83z'/%3E%3C/g%3E%3Cg transform='translate(0,2664)'%3E%3Cpath fill='%23000000' d='M20.41 4.94l-1.35-1.35c-.78-.78-2.05-.78-2.83 0L13.4 6.41 3 16.82V21h4.18l10.46-10.46 2.77-2.77c.79-.78.79-2.05 0-2.83zm-14 14.12L5 19v-1.36l9.82-9.82 1.41 1.41-9.82 9.83z'/%3E%3C/g%3E%3Cg transform='translate(0,3528)'%3E%3Cpath fill='%23FFFFFF' d='M20.41 4.94l-1.35-1.35c-.78-.78-2.05-.78-2.83 0L13.4 6.41 3 16.82V21h4.18l10.46-10.46 2.77-2.77c.79-.78.79-2.05 0-2.83zm-14 14.12L5 19v-1.36l9.82-9.82 1.41 1.41-9.82 9.83z'/%3E%3C/g%3E%3Cg transform='translate(0,4584)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z'/%3E%3C/g%3E%3Cg transform='translate(0,1272)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z' fill='%235F6368'/%3E%3C/g%3E%3Cg transform='translate(0,6720)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cg transform='translate(0,5160)'%3E%3Cpath d='M12 3c-4.97 0-9 4.03-9 9s4.03 9 9 9c.83 0 1.5-.67 1.5-1.5 0-.39-.15-.74-.39-1.01-.23-.26-.38-.61-.38-.99 0-.83.67-1.5 1.5-1.5H16c2.76 0 5-2.24 5-5 0-4.42-4.03-8-9-8zm-5.5 9c-.83 0-1.5-.67-1.5-1.5S5.67 9 6.5 9 8 9.67 8 10.5 7.33 12 6.5 12zm3-4C8.67 8 8 7.33 8 6.5S8.67 5 9.5 5s1.5.67 1.5 1.5S10.33 8 9.5 8zm5 0c-.83 0-1.5-.67-1.5-1.5S13.67 5 14.5 5s1.5.67 1.5 1.5S15.33 8 14.5 8zm3 4c-.83 0-1.5-.67-1.5-1.5S16.67 9 17.5 9s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z'/%3E%3C/g%3E%3Cg transform='translate(0,4056)'%3E%3Cpath fill='%235F6368' d='M12 22C6.49 22 2 17.51 2 12S6.49 2 12 2s10 4.04 10 9c0 3.31-2.69 6-6 6h-1.77c-.28 0-.5.22-.5.5 0 .12.05.23.13.33.41.47.64 1.06.64 1.67 0 1.38-1.12 2.5-2.5 2.5zm0-18c-4.41 0-8 3.59-8 8s3.59 8 8 8c.28 0 .5-.22.5-.5 0-.16-.08-.28-.14-.35-.41-.46-.63-1.05-.63-1.65 0-1.38 1.12-2.5 2.5-2.5H16c2.21 0 4-1.79 4-4 0-3.86-3.59-7-8-7z'/%3E%3Ccircle fill='%235F6368' cx='6.5' cy='11.5' r='1.5'/%3E%3Ccircle fill='%235F6368' cx='9.5' cy='7.5' r='1.5'/%3E%3Ccircle fill='%235F6368' cx='14.5' cy='7.5' r='1.5'/%3E%3Ccircle fill='%235F6368' cx='17.5' cy='11.5' r='1.5'/%3E%3C/g%3E%3Cg transform='translate(0,2136)'%3E%3Cpath fill='%23000000' d='M12 22C6.49 22 2 17.51 2 12S6.49 2 12 2s10 4.04 10 9c0 3.31-2.69 6-6 6h-1.77c-.28 0-.5.22-.5.5 0 .12.05.23.13.33.41.47.64 1.06.64 1.67 0 1.38-1.12 2.5-2.5 2.5zm0-18c-4.41 0-8 3.59-8 8s3.59 8 8 8c.28 0 .5-.22.5-.5 0-.16-.08-.28-.14-.35-.41-.46-.63-1.05-.63-1.65 0-1.38 1.12-2.5 2.5-2.5H16c2.21 0 4-1.79 4-4 0-3.86-3.59-7-8-7z'/%3E%3Ccircle fill='%23000000' cx='6.5' cy='11.5' r='1.5'/%3E%3Ccircle fill='%23000000' cx='9.5' cy='7.5' r='1.5'/%3E%3Ccircle fill='%23000000' cx='14.5' cy='7.5' r='1.5'/%3E%3Ccircle fill='%23000000' cx='17.5' cy='11.5' r='1.5'/%3E%3C/g%3E%3Cg transform='translate(0,816)'%3E%3Cpath fill='%23FFFFFF' d='M12 22C6.49 22 2 17.51 2 12S6.49 2 12 2s10 4.04 10 9c0 3.31-2.69 6-6 6h-1.77c-.28 0-.5.22-.5.5 0 .12.05.23.13.33.41.47.64 1.06.64 1.67 0 1.38-1.12 2.5-2.5 2.5zm0-18c-4.41 0-8 3.59-8 8s3.59 8 8 8c.28 0 .5-.22.5-.5 0-.16-.08-.28-.14-.35-.41-.46-.63-1.05-.63-1.65 0-1.38 1.12-2.5 2.5-2.5H16c2.21 0 4-1.79 4-4 0-3.86-3.59-7-8-7z'/%3E%3Ccircle fill='%23FFFFFF' cx='6.5' cy='11.5' r='1.5'/%3E%3Ccircle fill='%23FFFFFF' cx='9.5' cy='7.5' r='1.5'/%3E%3Ccircle fill='%23FFFFFF' cx='14.5' cy='7.5' r='1.5'/%3E%3Ccircle fill='%23FFFFFF' cx='17.5' cy='11.5' r='1.5'/%3E%3C/g%3E%3Cg transform='translate(0,1728)'%3E%3Cpath d='M12 3c-4.97 0-9 4.03-9 9s4.03 9 9 9c.83 0 1.5-.67 1.5-1.5 0-.39-.15-.74-.39-1.01-.23-.26-.38-.61-.38-.99 0-.83.67-1.5 1.5-1.5H16c2.76 0 5-2.24 5-5 0-4.42-4.03-8-9-8zm-5.5 9c-.83 0-1.5-.67-1.5-1.5S5.67 9 6.5 9 8 9.67 8 10.5 7.33 12 6.5 12zm3-4C8.67 8 8 7.33 8 6.5S8.67 5 9.5 5s1.5.67 1.5 1.5S10.33 8 9.5 8zm5 0c-.83 0-1.5-.67-1.5-1.5S13.67 5 14.5 5s1.5.67 1.5 1.5S15.33 8 14.5 8zm3 4c-.83 0-1.5-.67-1.5-1.5S16.67 9 17.5 9s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z' fill='%23FFFFFF'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,2448)'%3E%3Cpath d='M20 2H4c-1.1 0-1.99.9-1.99 2L2 20c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-1 2v3h-2c-.55 0-1 .45-1 1v2h3v3h-3v7h-3v-7h-2v-3h2V7.5C13 5.57 14.57 4 16.5 4H19z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,1800)'%3E%3Cpath d='M20 2H4c-1.1 0-1.99.9-1.99 2L2 20c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-1 2v3h-2c-.55 0-1 .45-1 1v2h3v3h-3v7h-3v-7h-2v-3h2V7.5C13 5.57 14.57 4 16.5 4H19z' fill='%23ffffff'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,5280)'%3E%3Cpath d='M20 2H4c-1.1 0-1.99.9-1.99 2L2 20c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2.29 7.33c-.06 4.62-3.02 7.78-7.42 7.98-1.82.08-3.14-.5-4.28-1.23 1.34.21 3.01-.32 3.9-1.09-1.32-.13-2.1-.8-2.46-1.88.38.07.78.05 1.14-.03-1.19-.4-2.04-1.13-2.08-2.67.33.15.68.29 1.14.32-.9-.5-1.55-2.35-.8-3.57 1.32 1.45 2.91 2.63 5.52 2.79-.65-2.8 3.06-4.32 4.61-2.44.66-.13 1.19-.38 1.7-.65-.21.65-.62 1.1-1.12 1.47.54-.07 1.03-.21 1.44-.41-.25.53-.81 1.01-1.29 1.41z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,3720)'%3E%3Cpath d='M20 2H4c-1.1 0-1.99.9-1.99 2L2 20c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2.29 7.33c-.06 4.62-3.02 7.78-7.42 7.98-1.82.08-3.14-.5-4.28-1.23 1.34.21 3.01-.32 3.9-1.09-1.32-.13-2.1-.8-2.46-1.88.38.07.78.05 1.14-.03-1.19-.4-2.04-1.13-2.08-2.67.33.15.68.29 1.14.32-.9-.5-1.55-2.35-.8-3.57 1.32 1.45 2.91 2.63 5.52 2.79-.65-2.8 3.06-4.32 4.61-2.44.66-.13 1.19-.38 1.7-.65-.21.65-.62 1.1-1.12 1.47.54-.07 1.03-.21 1.44-.41-.25.53-.81 1.01-1.29 1.41z' fill='%23ffffff'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,1656)'%3E%3C!-- Generator: Sketch 44.1 (41455) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3ECheckbox Grid Icon Copy%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs/%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Checkbox-Grid-Icon-Copy' fill='%23000000'%3E%3Cpath d='M10,14.015625 C11.6875084,14.015625 13.4453034,14.3828088 15.2734375,15.1171875 C17.1015716,15.8515662 18.015625,16.8124941 18.015625,18 L18.015625,20.015625 L1.984375,20.015625 L1.984375,18 C1.984375,16.8124941 2.89842836,15.8515662 4.7265625,15.1171875 C6.55469664,14.3828088 8.31249156,14.015625 10,14.015625 Z M10,12 C8.90624453,12 7.96875391,11.6093789 7.1875,10.828125 C6.40624609,10.0468711 6.015625,9.10938047 6.015625,8.015625 C6.015625,6.92186953 6.40624609,5.97656648 7.1875,5.1796875 C7.96875391,4.38280852 8.90624453,3.984375 10,3.984375 C11.0937555,3.984375 12.0312461,4.38280852 12.8125,5.1796875 C13.5937539,5.97656648 13.984375,6.92186953 13.984375,8.015625 C13.984375,9.10938047 13.5937539,10.0468711 12.8125,10.828125 C12.0312461,11.6093789 11.0937555,12 10,12 Z' id='ic_person'/%3E%3Cpath d='M18.5,11.5253906 C18.7825535,11.5253906 19.0240875,11.4251312 19.2246094,11.2246094 C19.4251312,11.0240875 19.5253906,10.7825535 19.5253906,10.5 C19.5253906,10.2174465 19.4251312,9.97591246 19.2246094,9.77539062 C19.0240875,9.57486879 18.7825535,9.47460938 18.5,9.47460938 C18.2174465,9.47460938 17.9759125,9.57486879 17.7753906,9.77539062 C17.5748688,9.97591246 17.4746094,10.2174465 17.4746094,10.5 C17.4746094,10.7825535 17.5748688,11.0240875 17.7753906,11.2246094 C17.9759125,11.4251312 18.2174465,11.5253906 18.5,11.5253906 Z M20.6738281,10.7871094 L21.2890625,11.265625 C21.3528649,11.3111981 21.3619794,11.3749996 21.3164062,11.4570312 L20.7285156,12.46875 C20.6920571,12.5325524 20.6328129,12.5507814 20.5507812,12.5234375 L19.8261719,12.2363281 C19.6347647,12.3730476 19.4707038,12.4687497 19.3339844,12.5234375 L19.2246094,13.2890625 C19.2063801,13.3710942 19.1608077,13.4121094 19.0878906,13.4121094 L17.9121094,13.4121094 C17.8391923,13.4121094 17.7936199,13.3710942 17.7753906,13.2890625 L17.6660156,12.5234375 C17.4928377,12.4505205 17.3287768,12.3548183 17.1738281,12.2363281 L16.4492188,12.5234375 C16.3671871,12.5507814 16.3079429,12.5325524 16.2714844,12.46875 L15.6835938,11.4570312 C15.6380206,11.3749996 15.6471351,11.3111981 15.7109375,11.265625 L16.3261719,10.7871094 C16.3170572,10.723307 16.3125,10.6276048 16.3125,10.5 C16.3125,10.3723952 16.3170572,10.276693 16.3261719,10.2128906 L15.7109375,9.734375 C15.6471351,9.68880186 15.6380206,9.62500041 15.6835938,9.54296875 L16.2714844,8.53125 C16.3079429,8.4674476 16.3671871,8.44921861 16.4492188,8.4765625 L17.1738281,8.76367188 C17.3652353,8.62695244 17.5292962,8.53125027 17.6660156,8.4765625 L17.7753906,7.7109375 C17.7936199,7.62890584 17.8391923,7.58789062 17.9121094,7.58789062 L19.0878906,7.58789062 C19.1608077,7.58789062 19.2063801,7.62890584 19.2246094,7.7109375 L19.3339844,8.4765625 C19.5071623,8.54947953 19.6712232,8.6451817 19.8261719,8.76367188 L20.5507812,8.4765625 C20.6328129,8.44921861 20.6920571,8.4674476 20.7285156,8.53125 L21.3164062,9.54296875 C21.3619794,9.62500041 21.3528649,9.68880186 21.2890625,9.734375 L20.6738281,10.2128906 C20.6829428,10.276693 20.6875,10.3723952 20.6875,10.5 C20.6875,10.6276048 20.6829428,10.723307 20.6738281,10.7871094 Z' id='ic_settings'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg transform='translate(0,2808)'%3E%3Cpath fill='%235F6368' d='M9,12 C11.21,12 13,10.21 13,8 C13,5.79 11.21,4 9,4 C6.79,4 5,5.79 5,8 C5,10.21 6.79,12 9,12 Z M9,6 C10.1,6 11,6.9 11,8 C11,9.1 10.1,10 9,10 C7.9,10 7,9.1 7,8 C7,6.9 7.9,6 9,6 Z M9,13 C6.33,13 1,14.34 1,17 L1,20 L17,20 L17,17 C17,14.34 11.67,13 9,13 Z M15,18 L3,18 L3,17.01 C3.2,16.29 6.3,15 9,15 C11.7,15 14.8,16.29 15,17 L15,18 Z M22.7545193,10.74 C22.9145193,10.86 22.9545193,11.08 22.8545193,11.25 L22.0045193,12.73 C21.9245193,12.86 21.7945193,12.93 21.6545193,12.93 C21.6045193,12.93 21.5545193,12.92 21.5045193,12.9 L20.5545193,12.52 L20.4645193,12.58 C20.4345193,12.6 20.3945193,12.61 20.3645193,12.63 L20.2145193,13.64 C20.1845193,13.83 20.0145193,13.98 19.8145193,13.98 L18.1045193,13.98 C17.9045193,13.98 17.7345193,13.84 17.7045193,13.64 L17.5545193,12.63 C17.4745193,12.59 17.4345193,12.57 17.3545193,12.52 L16.4045193,12.89 C16.3545193,12.91 16.3045193,12.92 16.2545193,12.92 C16.1145193,12.92 15.9745193,12.85 15.9045193,12.72 L15.0545193,11.24 C14.9545193,11.07 14.9945193,10.85 15.1545193,10.73 L15.9545193,10.1 L15.9545193,9.87 L15.1545193,9.24 C14.9945193,9.12 14.9545193,8.9 15.0545193,8.73 L15.9045193,7.25 C15.9845193,7.12 16.1145193,7.05 16.2545193,7.05 C16.3045193,7.05 16.3545193,7.06 16.4045193,7.08 L17.3545193,7.46 L17.4445193,7.4 C17.4745193,7.38 17.5145193,7.37 17.5445193,7.35 L17.6845193,6.34 C17.7145193,6.15 17.8845193,6 18.0845193,6 L19.7945193,6 C19.9945193,6 20.1645193,6.15 20.1945193,6.36 L20.3445193,7.37 C20.4245193,7.41 20.4545193,7.43 20.5345193,7.48 L21.4845193,7.1 C21.5345193,7.08 21.5845193,7.07 21.6345193,7.07 C21.7745193,7.07 21.9145193,7.14 21.9845193,7.27 L22.8345193,8.75 C22.9345193,8.92 22.8945193,9.14 22.7345193,9.26 L21.9345193,9.89 L21.9345193,10.11 L22.7545193,10.74 Z M18.9445193,11.5 C19.7745193,11.5 20.4445193,10.83 20.4445193,10 C20.4445193,9.17 19.7745193,8.5 18.9445193,8.5 C18.1145193,8.5 17.4445193,9.17 17.4445193,10 C17.4445193,10.83 18.1145193,11.5 18.9445193,11.5 Z'/%3E%3C/g%3E%3Cg transform='translate(0,6120)'%3E%3Cpath fill='%23000000' d='M9,12 C11.21,12 13,10.21 13,8 C13,5.79 11.21,4 9,4 C6.79,4 5,5.79 5,8 C5,10.21 6.79,12 9,12 Z M9,6 C10.1,6 11,6.9 11,8 C11,9.1 10.1,10 9,10 C7.9,10 7,9.1 7,8 C7,6.9 7.9,6 9,6 Z M9,13 C6.33,13 1,14.34 1,17 L1,20 L17,20 L17,17 C17,14.34 11.67,13 9,13 Z M15,18 L3,18 L3,17.01 C3.2,16.29 6.3,15 9,15 C11.7,15 14.8,16.29 15,17 L15,18 Z M22.7545193,10.74 C22.9145193,10.86 22.9545193,11.08 22.8545193,11.25 L22.0045193,12.73 C21.9245193,12.86 21.7945193,12.93 21.6545193,12.93 C21.6045193,12.93 21.5545193,12.92 21.5045193,12.9 L20.5545193,12.52 L20.4645193,12.58 C20.4345193,12.6 20.3945193,12.61 20.3645193,12.63 L20.2145193,13.64 C20.1845193,13.83 20.0145193,13.98 19.8145193,13.98 L18.1045193,13.98 C17.9045193,13.98 17.7345193,13.84 17.7045193,13.64 L17.5545193,12.63 C17.4745193,12.59 17.4345193,12.57 17.3545193,12.52 L16.4045193,12.89 C16.3545193,12.91 16.3045193,12.92 16.2545193,12.92 C16.1145193,12.92 15.9745193,12.85 15.9045193,12.72 L15.0545193,11.24 C14.9545193,11.07 14.9945193,10.85 15.1545193,10.73 L15.9545193,10.1 L15.9545193,9.87 L15.1545193,9.24 C14.9945193,9.12 14.9545193,8.9 15.0545193,8.73 L15.9045193,7.25 C15.9845193,7.12 16.1145193,7.05 16.2545193,7.05 C16.3045193,7.05 16.3545193,7.06 16.4045193,7.08 L17.3545193,7.46 L17.4445193,7.4 C17.4745193,7.38 17.5145193,7.37 17.5445193,7.35 L17.6845193,6.34 C17.7145193,6.15 17.8845193,6 18.0845193,6 L19.7945193,6 C19.9945193,6 20.1645193,6.15 20.1945193,6.36 L20.3445193,7.37 C20.4245193,7.41 20.4545193,7.43 20.5345193,7.48 L21.4845193,7.1 C21.5345193,7.08 21.5845193,7.07 21.6345193,7.07 C21.7745193,7.07 21.9145193,7.14 21.9845193,7.27 L22.8345193,8.75 C22.9345193,8.92 22.8945193,9.14 22.7345193,9.26 L21.9345193,9.89 L21.9345193,10.11 L22.7545193,10.74 Z M18.9445193,11.5 C19.7745193,11.5 20.4445193,10.83 20.4445193,10 C20.4445193,9.17 19.7745193,8.5 18.9445193,8.5 C18.1145193,8.5 17.4445193,9.17 17.4445193,10 C17.4445193,10.83 18.1145193,11.5 18.9445193,11.5 Z'/%3E%3C/g%3E%3Cg transform='translate(0,3072)'%3E%3Cpath fill='%23ffffff' d='M9,12 C11.21,12 13,10.21 13,8 C13,5.79 11.21,4 9,4 C6.79,4 5,5.79 5,8 C5,10.21 6.79,12 9,12 Z M9,6 C10.1,6 11,6.9 11,8 C11,9.1 10.1,10 9,10 C7.9,10 7,9.1 7,8 C7,6.9 7.9,6 9,6 Z M9,13 C6.33,13 1,14.34 1,17 L1,20 L17,20 L17,17 C17,14.34 11.67,13 9,13 Z M15,18 L3,18 L3,17.01 C3.2,16.29 6.3,15 9,15 C11.7,15 14.8,16.29 15,17 L15,18 Z M22.7545193,10.74 C22.9145193,10.86 22.9545193,11.08 22.8545193,11.25 L22.0045193,12.73 C21.9245193,12.86 21.7945193,12.93 21.6545193,12.93 C21.6045193,12.93 21.5545193,12.92 21.5045193,12.9 L20.5545193,12.52 L20.4645193,12.58 C20.4345193,12.6 20.3945193,12.61 20.3645193,12.63 L20.2145193,13.64 C20.1845193,13.83 20.0145193,13.98 19.8145193,13.98 L18.1045193,13.98 C17.9045193,13.98 17.7345193,13.84 17.7045193,13.64 L17.5545193,12.63 C17.4745193,12.59 17.4345193,12.57 17.3545193,12.52 L16.4045193,12.89 C16.3545193,12.91 16.3045193,12.92 16.2545193,12.92 C16.1145193,12.92 15.9745193,12.85 15.9045193,12.72 L15.0545193,11.24 C14.9545193,11.07 14.9945193,10.85 15.1545193,10.73 L15.9545193,10.1 L15.9545193,9.87 L15.1545193,9.24 C14.9945193,9.12 14.9545193,8.9 15.0545193,8.73 L15.9045193,7.25 C15.9845193,7.12 16.1145193,7.05 16.2545193,7.05 C16.3045193,7.05 16.3545193,7.06 16.4045193,7.08 L17.3545193,7.46 L17.4445193,7.4 C17.4745193,7.38 17.5145193,7.37 17.5445193,7.35 L17.6845193,6.34 C17.7145193,6.15 17.8845193,6 18.0845193,6 L19.7945193,6 C19.9945193,6 20.1645193,6.15 20.1945193,6.36 L20.3445193,7.37 C20.4245193,7.41 20.4545193,7.43 20.5345193,7.48 L21.4845193,7.1 C21.5345193,7.08 21.5845193,7.07 21.6345193,7.07 C21.7745193,7.07 21.9145193,7.14 21.9845193,7.27 L22.8345193,8.75 C22.9345193,8.92 22.8945193,9.14 22.7345193,9.26 L21.9345193,9.89 L21.9345193,10.11 L22.7545193,10.74 Z M18.9445193,11.5 C19.7745193,11.5 20.4445193,10.83 20.4445193,10 C20.4445193,9.17 19.7745193,8.5 18.9445193,8.5 C18.1145193,8.5 17.4445193,9.17 17.4445193,10 C17.4445193,10.83 18.1145193,11.5 18.9445193,11.5 Z'/%3E%3C/g%3E%3Cg transform='translate(0,2976)'%3E%3C!-- Generator: Sketch 44.1 (41455) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3ECheckbox Grid Icon Copy%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs/%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Checkbox-Grid-Icon-Copy' fill='%23ffffff'%3E%3Cpath d='M10,14.015625 C11.6875084,14.015625 13.4453034,14.3828088 15.2734375,15.1171875 C17.1015716,15.8515662 18.015625,16.8124941 18.015625,18 L18.015625,20.015625 L1.984375,20.015625 L1.984375,18 C1.984375,16.8124941 2.89842836,15.8515662 4.7265625,15.1171875 C6.55469664,14.3828088 8.31249156,14.015625 10,14.015625 Z M10,12 C8.90624453,12 7.96875391,11.6093789 7.1875,10.828125 C6.40624609,10.0468711 6.015625,9.10938047 6.015625,8.015625 C6.015625,6.92186953 6.40624609,5.97656648 7.1875,5.1796875 C7.96875391,4.38280852 8.90624453,3.984375 10,3.984375 C11.0937555,3.984375 12.0312461,4.38280852 12.8125,5.1796875 C13.5937539,5.97656648 13.984375,6.92186953 13.984375,8.015625 C13.984375,9.10938047 13.5937539,10.0468711 12.8125,10.828125 C12.0312461,11.6093789 11.0937555,12 10,12 Z' id='ic_person'/%3E%3Cpath d='M18.5,11.5253906 C18.7825535,11.5253906 19.0240875,11.4251312 19.2246094,11.2246094 C19.4251312,11.0240875 19.5253906,10.7825535 19.5253906,10.5 C19.5253906,10.2174465 19.4251312,9.97591246 19.2246094,9.77539062 C19.0240875,9.57486879 18.7825535,9.47460938 18.5,9.47460938 C18.2174465,9.47460938 17.9759125,9.57486879 17.7753906,9.77539062 C17.5748688,9.97591246 17.4746094,10.2174465 17.4746094,10.5 C17.4746094,10.7825535 17.5748688,11.0240875 17.7753906,11.2246094 C17.9759125,11.4251312 18.2174465,11.5253906 18.5,11.5253906 Z M20.6738281,10.7871094 L21.2890625,11.265625 C21.3528649,11.3111981 21.3619794,11.3749996 21.3164062,11.4570312 L20.7285156,12.46875 C20.6920571,12.5325524 20.6328129,12.5507814 20.5507812,12.5234375 L19.8261719,12.2363281 C19.6347647,12.3730476 19.4707038,12.4687497 19.3339844,12.5234375 L19.2246094,13.2890625 C19.2063801,13.3710942 19.1608077,13.4121094 19.0878906,13.4121094 L17.9121094,13.4121094 C17.8391923,13.4121094 17.7936199,13.3710942 17.7753906,13.2890625 L17.6660156,12.5234375 C17.4928377,12.4505205 17.3287768,12.3548183 17.1738281,12.2363281 L16.4492188,12.5234375 C16.3671871,12.5507814 16.3079429,12.5325524 16.2714844,12.46875 L15.6835938,11.4570312 C15.6380206,11.3749996 15.6471351,11.3111981 15.7109375,11.265625 L16.3261719,10.7871094 C16.3170572,10.723307 16.3125,10.6276048 16.3125,10.5 C16.3125,10.3723952 16.3170572,10.276693 16.3261719,10.2128906 L15.7109375,9.734375 C15.6471351,9.68880186 15.6380206,9.62500041 15.6835938,9.54296875 L16.2714844,8.53125 C16.3079429,8.4674476 16.3671871,8.44921861 16.4492188,8.4765625 L17.1738281,8.76367188 C17.3652353,8.62695244 17.5292962,8.53125027 17.6660156,8.4765625 L17.7753906,7.7109375 C17.7936199,7.62890584 17.8391923,7.58789062 17.9121094,7.58789062 L19.0878906,7.58789062 C19.1608077,7.58789062 19.2063801,7.62890584 19.2246094,7.7109375 L19.3339844,8.4765625 C19.5071623,8.54947953 19.6712232,8.6451817 19.8261719,8.76367188 L20.5507812,8.4765625 C20.6328129,8.44921861 20.6920571,8.4674476 20.7285156,8.53125 L21.3164062,9.54296875 C21.3619794,9.62500041 21.3528649,9.68880186 21.2890625,9.734375 L20.6738281,10.2128906 C20.6829428,10.276693 20.6875,10.3723952 20.6875,10.5 C20.6875,10.6276048 20.6829428,10.723307 20.6738281,10.7871094 Z' id='ic_settings'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg transform='translate(0,4320)'%3E%3Cpath d='M19 8H5c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zm-3 11H8v-5h8v5zm3-7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-1-9H6v4h12V3z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,5472)'%3E%3Cpath d='M19 8H5c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zm-3 11H8v-5h8v5zm3-7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-1-9H6v4h12V3z' fill='%23ffffff'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,192)'%3E%3Cg%3E%3Crect fill='none' height='24' width='24'/%3E%3Cpath fill='%235F6368' d='M12,3.19l7,3.11V11c0,4.52-2.98,8.69-7,9.93C7.98,19.69,5,15.52,5,11V6.3L12,3.19 M12,1L3,5v6c0,5.55,3.84,10.74,9,12 c5.16-1.26,9-6.45,9-12V5L12,1L12,1z M12,7L12,7c0.55,0,1,0.45,1,1v0c0,0.55-0.45,1-1,1h0c-0.55,0-1-0.45-1-1v0 C11,7.45,11.45,7,12,7z M11,11h2v6h-2V11z'/%3E%3C/g%3E%3C/g%3E%3Cg transform='translate(0,2064)'%3E%3Cg%3E%3Crect fill='none' height='24' width='24'/%3E%3Cpath fill='%23000000' d='M12,3.19l7,3.11V11c0,4.52-2.98,8.69-7,9.93C7.98,19.69,5,15.52,5,11V6.3L12,3.19 M12,1L3,5v6c0,5.55,3.84,10.74,9,12 c5.16-1.26,9-6.45,9-12V5L12,1L12,1z M12,7L12,7c0.55,0,1,0.45,1,1v0c0,0.55-0.45,1-1,1h0c-0.55,0-1-0.45-1-1v0 C11,7.45,11.45,7,12,7z M11,11h2v6h-2V11z'/%3E%3C/g%3E%3C/g%3E%3Cg transform='translate(0,1128)'%3E%3Cg%3E%3Crect fill='none' height='24' width='24'/%3E%3Cpath fill='%23ffffff' d='M12,3.19l7,3.11V11c0,4.52-2.98,8.69-7,9.93C7.98,19.69,5,15.52,5,11V6.3L12,3.19 M12,1L3,5v6c0,5.55,3.84,10.74,9,12 c5.16-1.26,9-6.45,9-12V5L12,1L12,1z M12,7L12,7c0.55,0,1,0.45,1,1v0c0,0.55-0.45,1-1,1h0c-0.55,0-1-0.45-1-1v0 C11,7.45,11.45,7,12,7z M11,11h2v6h-2V11z'/%3E%3C/g%3E%3C/g%3E%3Cg transform='translate(0,3672)'%3E%3Cpath d='M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z' fill='%23000000'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,672)'%3E%3Cpath d='M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z' fill='%23FFFFFF'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,6936)'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z' fill='%23000000'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,5856)'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z' fill='%23ffffff'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,7032)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M20 13H3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h17c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1zm0-10H3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h17c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z'/%3E%3C/g%3E%3Cg transform='translate(0,6600)'%3E%3Cpath fill='%235F6368' d='M19 5v4H4V5h15m0 10v4H4v-4h15m1-12H3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h17c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zm0 10H3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h17c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1z'/%3E%3C/g%3E%3Cg transform='translate(0,5256)'%3E%3Cpath fill='%23000000' d='M19 5v4H4V5h15m0 10v4H4v-4h15m1-12H3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h17c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zm0 10H3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h17c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1z'/%3E%3C/g%3E%3Cg transform='translate(0,3960)'%3E%3Cpath fill='%23ffffff' d='M19 5v4H4V5h15m0 10v4H4v-4h15m1-12H3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h17c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zm0 10H3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h17c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1z'/%3E%3C/g%3E%3Cg transform='translate(0,504)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M20 13H3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h17c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1zm0-10H3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h17c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1z' fill='%23ffffff'/%3E%3C/g%3E%3Cg transform='translate(0,4848)'%3E%3Cpath d='M2.01 21L23 12 2.01 3 2 10l15 2-15 2z'/%3E%3C/g%3E%3Cg transform='translate(0,144)'%3E%3Cpath fill='%235F6368' d='M2 3v18l20-9L2 3zm2 11l9-2-9-2V6.09L17.13 12 4 17.91V14z'/%3E%3C/g%3E%3Cg transform='translate(0,5688)'%3E%3Cpath fill='%23000000' d='M2 3v18l20-9L2 3zm2 11l9-2-9-2V6.09L17.13 12 4 17.91V14z'/%3E%3C/g%3E%3Cg transform='translate(0,6288)'%3E%3Cpath fill='%23FFFFFF' d='M2 3v18l20-9L2 3zm2 11l9-2-9-2V6.09L17.13 12 4 17.91V14z'/%3E%3C/g%3E%3Cg transform='translate(0,1224)'%3E%3Cpath d='M2.01 21L23 12 2.01 3 2 10l15 2-15 2z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cg transform='translate(0,792)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19.43 12.98c.04-.32.07-.64.07-.98s-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.3-.61-.22l-2.49 1c-.52-.4-1.08-.73-1.69-.98l-.38-2.65C14.46 2.18 14.25 2 14 2h-4c-.25 0-.46.18-.49.42l-.38 2.65c-.61.25-1.17.59-1.69.98l-2.49-1c-.23-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64l2.11 1.65c-.04.32-.07.65-.07.98s.03.66.07.98l-2.11 1.65c-.19.15-.24.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1c.52.4 1.08.73 1.69.98l.38 2.65c.03.24.24.42.49.42h4c.25 0 .46-.18.49-.42l.38-2.65c.61-.25 1.17-.59 1.69-.98l2.49 1c.23.09.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.65zM12 15.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5z'/%3E%3C/g%3E%3Cg transform='translate(0,3624)'%3E%3Cpath fill='%235F6368' d='M13.85 22.25h-3.7c-.74 0-1.36-.54-1.45-1.27l-.27-1.89c-.27-.14-.53-.29-.79-.46l-1.8.72c-.7.26-1.47-.03-1.81-.65L2.2 15.53c-.35-.66-.2-1.44.36-1.88l1.53-1.19c-.01-.15-.02-.3-.02-.46 0-.15.01-.31.02-.46l-1.52-1.19c-.59-.45-.74-1.26-.37-1.88l1.85-3.19c.34-.62 1.11-.9 1.79-.63l1.81.73c.26-.17.52-.32.78-.46l.27-1.91c.09-.7.71-1.25 1.44-1.25h3.7c.74 0 1.36.54 1.45 1.27l.27 1.89c.27.14.53.29.79.46l1.8-.72c.71-.26 1.48.03 1.82.65l1.84 3.18c.36.66.2 1.44-.36 1.88l-1.52 1.19c.01.15.02.3.02.46s-.01.31-.02.46l1.52 1.19c.56.45.72 1.23.37 1.86l-1.86 3.22c-.34.62-1.11.9-1.8.63l-1.8-.72c-.26.17-.52.32-.78.46l-.27 1.91c-.1.68-.72 1.22-1.46 1.22zm-3.23-2h2.76l.37-2.55.53-.22c.44-.18.88-.44 1.34-.78l.45-.34 2.38.96 1.38-2.4-2.03-1.58.07-.56c.03-.26.06-.51.06-.78s-.03-.53-.06-.78l-.07-.56 2.03-1.58-1.39-2.4-2.39.96-.45-.35c-.42-.32-.87-.58-1.33-.77l-.52-.22-.37-2.55h-2.76l-.37 2.55-.53.21c-.44.19-.88.44-1.34.79l-.45.33-2.38-.95-1.39 2.39 2.03 1.58-.07.56c-.03.26-.06.53-.06.79s.02.53.06.78l.07.56-2.03 1.58 1.38 2.4 2.39-.96.45.35c.43.33.86.58 1.33.77l.53.22.38 2.55z'/%3E%3Ccircle fill='%235F6368' cx='12' cy='12' r='3.5'/%3E%3C/g%3E%3Cg transform='translate(0,768)'%3E%3Cpath fill='%23000000' d='M13.85 22.25h-3.7c-.74 0-1.36-.54-1.45-1.27l-.27-1.89c-.27-.14-.53-.29-.79-.46l-1.8.72c-.7.26-1.47-.03-1.81-.65L2.2 15.53c-.35-.66-.2-1.44.36-1.88l1.53-1.19c-.01-.15-.02-.3-.02-.46 0-.15.01-.31.02-.46l-1.52-1.19c-.59-.45-.74-1.26-.37-1.88l1.85-3.19c.34-.62 1.11-.9 1.79-.63l1.81.73c.26-.17.52-.32.78-.46l.27-1.91c.09-.7.71-1.25 1.44-1.25h3.7c.74 0 1.36.54 1.45 1.27l.27 1.89c.27.14.53.29.79.46l1.8-.72c.71-.26 1.48.03 1.82.65l1.84 3.18c.36.66.2 1.44-.36 1.88l-1.52 1.19c.01.15.02.3.02.46s-.01.31-.02.46l1.52 1.19c.56.45.72 1.23.37 1.86l-1.86 3.22c-.34.62-1.11.9-1.8.63l-1.8-.72c-.26.17-.52.32-.78.46l-.27 1.91c-.1.68-.72 1.22-1.46 1.22zm-3.23-2h2.76l.37-2.55.53-.22c.44-.18.88-.44 1.34-.78l.45-.34 2.38.96 1.38-2.4-2.03-1.58.07-.56c.03-.26.06-.51.06-.78s-.03-.53-.06-.78l-.07-.56 2.03-1.58-1.39-2.4-2.39.96-.45-.35c-.42-.32-.87-.58-1.33-.77l-.52-.22-.37-2.55h-2.76l-.37 2.55-.53.21c-.44.19-.88.44-1.34.79l-.45.33-2.38-.95-1.39 2.39 2.03 1.58-.07.56c-.03.26-.06.53-.06.79s.02.53.06.78l.07.56-2.03 1.58 1.38 2.4 2.39-.96.45.35c.43.33.86.58 1.33.77l.53.22.38 2.55z'/%3E%3Ccircle fill='%23000000' cx='12' cy='12' r='3.5'/%3E%3C/g%3E%3Cg transform='translate(0,6840)'%3E%3Cpath fill='%23FFFFFF' d='M13.85 22.25h-3.7c-.74 0-1.36-.54-1.45-1.27l-.27-1.89c-.27-.14-.53-.29-.79-.46l-1.8.72c-.7.26-1.47-.03-1.81-.65L2.2 15.53c-.35-.66-.2-1.44.36-1.88l1.53-1.19c-.01-.15-.02-.3-.02-.46 0-.15.01-.31.02-.46l-1.52-1.19c-.59-.45-.74-1.26-.37-1.88l1.85-3.19c.34-.62 1.11-.9 1.79-.63l1.81.73c.26-.17.52-.32.78-.46l.27-1.91c.09-.7.71-1.25 1.44-1.25h3.7c.74 0 1.36.54 1.45 1.27l.27 1.89c.27.14.53.29.79.46l1.8-.72c.71-.26 1.48.03 1.82.65l1.84 3.18c.36.66.2 1.44-.36 1.88l-1.52 1.19c.01.15.02.3.02.46s-.01.31-.02.46l1.52 1.19c.56.45.72 1.23.37 1.86l-1.86 3.22c-.34.62-1.11.9-1.8.63l-1.8-.72c-.26.17-.52.32-.78.46l-.27 1.91c-.1.68-.72 1.22-1.46 1.22zm-3.23-2h2.76l.37-2.55.53-.22c.44-.18.88-.44 1.34-.78l.45-.34 2.38.96 1.38-2.4-2.03-1.58.07-.56c.03-.26.06-.51.06-.78s-.03-.53-.06-.78l-.07-.56 2.03-1.58-1.39-2.4-2.39.96-.45-.35c-.42-.32-.87-.58-1.33-.77l-.52-.22-.37-2.55h-2.76l-.37 2.55-.53.21c-.44.19-.88.44-1.34.79l-.45.33-2.38-.95-1.39 2.39 2.03 1.58-.07.56c-.03.26-.06.53-.06.79s.02.53.06.78l.07.56-2.03 1.58 1.38 2.4 2.39-.96.45.35c.43.33.86.58 1.33.77l.53.22.38 2.55z'/%3E%3Ccircle fill='%23FFFFFF' cx='12' cy='12' r='3.5'/%3E%3C/g%3E%3Cg transform='translate(0,2832)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19.43 12.98c.04-.32.07-.64.07-.98s-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.3-.61-.22l-2.49 1c-.52-.4-1.08-.73-1.69-.98l-.38-2.65C14.46 2.18 14.25 2 14 2h-4c-.25 0-.46.18-.49.42l-.38 2.65c-.61.25-1.17.59-1.69.98l-2.49-1c-.23-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64l2.11 1.65c-.04.32-.07.65-.07.98s.03.66.07.98l-2.11 1.65c-.19.15-.24.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1c.52.4 1.08.73 1.69.98l.38 2.65c.03.24.24.42.49.42h4c.25 0 .46-.18.49-.42l.38-2.65c.61-.25 1.17-.59 1.69-.98l2.49 1c.23.09.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.65zM12 15.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cg transform='translate(0,6696)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92 1.61 0 2.92-1.31 2.92-2.92s-1.31-2.92-2.92-2.92z'/%3E%3C/g%3E%3Cg transform='translate(0,3864)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92 1.61 0 2.92-1.31 2.92-2.92s-1.31-2.92-2.92-2.92z' fill='%23ffffff'/%3E%3C/g%3E%3Cg transform='translate(0,2472)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 3H5c-1.1 0-1.99.9-1.99 2L3 8v11c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 8h-8v8H9v-8H5V9h4V5h2v4h8v2z' fill='%230F9D58'/%3E%3C/g%3E%3Cg transform='translate(0,1080)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,744)'%3E%3Cpath d='M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,4008)'%3E%3Cpath d='M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z' fill='%235F6368'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,4776)'%3E%3Cpath d='M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z' fill='%23FFFFFF'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,2352)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z' fill='%235F6368'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,4416)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z' fill='%23FFFFFF'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,6912)'%3E%3Cpath d='M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,912)'%3E%3Cpath d='M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z' fill='%23ffffff'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0,5760)'%3E%3Cpath d='M12.5 8c-2.65 0-5.05.99-6.9 2.6L2 7v9h9l-3.62-3.62c1.39-1.16 3.16-1.88 5.12-1.88 3.54 0 6.55 2.31 7.6 5.5l2.37-.78C21.08 11.03 17.15 8 12.5 8z'/%3E%3C/g%3E%3Cg transform='translate(0,2880)'%3E%3Cpath fill='%235F6368' d='M14.1 8H7.83l2.59-2.59L9 4 4 9l5 5 1.41-1.41L7.83 10h6.27c2.15 0 3.9 1.57 3.9 3.5S16.25 17 14.1 17H7v2h7.1c3.25 0 5.9-2.47 5.9-5.5S17.35 8 14.1 8z'/%3E%3C/g%3E%3Cg transform='translate(0,1392)'%3E%3Cpath fill='%23000000' d='M14.1 8H7.83l2.59-2.59L9 4 4 9l5 5 1.41-1.41L7.83 10h6.27c2.15 0 3.9 1.57 3.9 3.5S16.25 17 14.1 17H7v2h7.1c3.25 0 5.9-2.47 5.9-5.5S17.35 8 14.1 8z'/%3E%3C/g%3E%3Cg transform='translate(0,2088)'%3E%3Cpath fill='%23FFFFFF' d='M14.1 8H7.83l2.59-2.59L9 4 4 9l5 5 1.41-1.41L7.83 10h6.27c2.15 0 3.9 1.57 3.9 3.5S16.25 17 14.1 17H7v2h7.1c3.25 0 5.9-2.47 5.9-5.5S17.35 8 14.1 8z'/%3E%3C/g%3E%3Cg transform='translate(0,4608)'%3E%3Cpath d='M18.4 10.6C16.55 8.99 14.15 8 11.5 8c-4.65 0-8.58 3.03-9.96 7.22L3.9 16c1.05-3.19 4.05-5.5 7.6-5.5 1.95 0 3.73.72 5.12 1.88L13 16h9V7l-3.6 3.6z'/%3E%3C/g%3E%3Cg transform='translate(0,1632)'%3E%3Cpath d='M18.4 10.6C16.55 8.99 14.15 8 11.5 8c-4.65 0-8.58 3.03-9.96 7.22L3.9 16c1.05-3.19 4.05-5.5 7.6-5.5 1.95 0 3.73.72 5.12 1.88L13 16h9V7l-3.6 3.6z' fill='%23ffffff'/%3E%3C/g%3E%3Cg transform='translate(0,1608)'%3E%3Cpath d='M12.5 8c-2.65 0-5.05.99-6.9 2.6L2 7v9h9l-3.62-3.62c1.39-1.16 3.16-1.88 5.12-1.88 3.54 0 6.55 2.31 7.6 5.5l2.37-.78C21.08 11.03 17.15 8 12.5 8z' fill='%23ffffff'/%3E%3C/g%3E%3Cg transform='translate(0,648)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M7.41 18.59L8.83 20 12 16.83 15.17 20l1.41-1.41L12 14l-4.59 4.59zm9.18-13.18L15.17 4 12 7.17 8.83 4 7.41 5.41 12 10l4.59-4.59z'/%3E%3C/g%3E%3Cg transform='translate(0,3168)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M7.41 18.59L8.83 20 12 16.83 15.17 20l1.41-1.41L12 14l-4.59 4.59zm9.18-13.18L15.17 4 12 7.17 8.83 4 7.41 5.41 12 10l4.59-4.59z' fill='%235F6368'/%3E%3C/g%3E%3Cg transform='translate(0,4488)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M7.41 18.59L8.83 20 12 16.83 15.17 20l1.41-1.41L12 14l-4.59 4.59zm9.18-13.18L15.17 4 12 7.17 8.83 4 7.41 5.41 12 10l4.59-4.59z' fill='%23ffffff'/%3E%3C/g%3E%3Cg transform='translate(0,5400)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 5.83L15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z'/%3E%3C/g%3E%3Cg transform='translate(0,5928)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 5.83L15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z' fill='%235F6368'/%3E%3C/g%3E%3Cg transform='translate(0,3696)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 5.83L15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z' fill='%23ffffff'/%3E%3C/g%3E%3Cg transform='translate(0,7152)'%3E%3Cpath fill='none' d='M-618-568H782v3600H-618zM0 0h24v24H0z'/%3E%3Cpath d='M20 4.4c-.6-.2-4.3-.4-8-.4s-7.4.2-8 .4c-1.6.5-2 4-2 7.6s.4 7.1 2 7.6c.6.2 4.3.4 8 .4s7.4-.2 8-.4c1.6-.5 2-4 2-7.6s-.4-7.1-2-7.6zM10 16.5v-9l6 4.5-6 4.5z'/%3E%3C/g%3E%3Cg transform='translate(0,3552)'%3E%3Cpath fill='%235F6368' d='M9,8 L9,16 L16,12 L9,8 Z M21,4 L3,4 C1.9,4 1,4.9 1,6 L1,18 C1,19.1 1.9,20 3,20 L21,20 C22.1,20 23,19.1 23,18 L23,6 C23,4.9 22.1,4 21,4 Z M21,18 L3,18 L3,6 L21,6 L21,18 Z'/%3E%3C/g%3E%3Cg transform='translate(0,216)'%3E%3Cpath fill='%23000000' d='M9,8 L9,16 L16,12 L9,8 Z M21,4 L3,4 C1.9,4 1,4.9 1,6 L1,18 C1,19.1 1.9,20 3,20 L21,20 C22.1,20 23,19.1 23,18 L23,6 C23,4.9 22.1,4 21,4 Z M21,18 L3,18 L3,6 L21,6 L21,18 Z'/%3E%3C/g%3E%3Cg transform='translate(0,2304)'%3E%3Cpath fill='%23ffffff' d='M9,8 L9,16 L16,12 L9,8 Z M21,4 L3,4 C1.9,4 1,4.9 1,6 L1,18 C1,19.1 1.9,20 3,20 L21,20 C22.1,20 23,19.1 23,18 L23,6 C23,4.9 22.1,4 21,4 Z M21,18 L3,18 L3,6 L21,6 L21,18 Z'/%3E%3C/g%3E%3Cg transform='translate(0,4224)'%3E%3Cpath fill='none' d='M-618-568H782v3600H-618zM0 0h24v24H0z'/%3E%3Cpath d='M20 4.4c-.6-.2-4.3-.4-8-.4s-7.4.2-8 .4c-1.6.5-2 4-2 7.6s.4 7.1 2 7.6c.6.2 4.3.4 8 .4s7.4-.2 8-.4c1.6-.5 2-4 2-7.6s-.4-7.1-2-7.6zM10 16.5v-9l6 4.5-6 4.5z' fill='%23ffffff'/%3E%3C/g%3E%3Cg transform='translate(0,6144)'%3E%3Cpath fill='%235F6368' d='M12 7c-2.48 0-4.5 2.02-4.5 4.5S9.52 16 12 16s4.5-2.02 4.5-4.5S14.48 7 12 7zm0 7.2c-1.49 0-2.7-1.21-2.7-2.7 0-1.49 1.21-2.7 2.7-2.7s2.7 1.21 2.7 2.7c0 1.49-1.21 2.7-2.7 2.7zM12 4C7 4 2.73 7.11 1 11.5 2.73 15.89 7 19 12 19s9.27-3.11 11-7.5C21.27 7.11 17 4 12 4zm0 13c-3.79 0-7.17-2.13-8.82-5.5C4.83 8.13 8.21 6 12 6s7.17 2.13 8.82 5.5C19.17 14.87 15.79 17 12 17z'/%3E%3C/g%3E%3Cg transform='translate(0,2184)'%3E%3Cpath fill='%23000000' d='M12 7c-2.48 0-4.5 2.02-4.5 4.5S9.52 16 12 16s4.5-2.02 4.5-4.5S14.48 7 12 7zm0 7.2c-1.49 0-2.7-1.21-2.7-2.7 0-1.49 1.21-2.7 2.7-2.7s2.7 1.21 2.7 2.7c0 1.49-1.21 2.7-2.7 2.7zM12 4C7 4 2.73 7.11 1 11.5 2.73 15.89 7 19 12 19s9.27-3.11 11-7.5C21.27 7.11 17 4 12 4zm0 13c-3.79 0-7.17-2.13-8.82-5.5C4.83 8.13 8.21 6 12 6s7.17 2.13 8.82 5.5C19.17 14.87 15.79 17 12 17z'/%3E%3C/g%3E%3Cg transform='translate(0,3984)'%3E%3Cpath fill='%23FFFFFF' d='M12 7c-2.48 0-4.5 2.02-4.5 4.5S9.52 16 12 16s4.5-2.02 4.5-4.5S14.48 7 12 7zm0 7.2c-1.49 0-2.7-1.21-2.7-2.7 0-1.49 1.21-2.7 2.7-2.7s2.7 1.21 2.7 2.7c0 1.49-1.21 2.7-2.7 2.7zM12 4C7 4 2.73 7.11 1 11.5 2.73 15.89 7 19 12 19s9.27-3.11 11-7.5C21.27 7.11 17 4 12 4zm0 13c-3.79 0-7.17-2.13-8.82-5.5C4.83 8.13 8.21 6 12 6s7.17 2.13 8.82 5.5C19.17 14.87 15.79 17 12 17z'/%3E%3C/g%3E%3Cg transform='translate(0,3792)'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z' fill='%23E46337'/%3E%3C/g%3E%3Cg transform='translate(0,5952)'%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3C/g%3E%3Cg transform='translate(0,2016)'%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z' fill='%23ffffff'/%3E%3C/g%3E%3Cg transform='translate(0,5040)'%3E%3Cpath fill='%235F6368' d='M 17.53,7.53 16.47,6.47 12,10.94 7.53,6.47 6.47,7.53 10.94,12 6.47,16.47 7.53,17.53 12,13.06 16.47,17.53 17.53,16.47 13.06,12 z'/%3E%3C/g%3E%3Cg transform='translate(0,1056)'%3E%3Cpath d='M 17.53,7.53 16.47,6.47 12,10.94 7.53,6.47 6.47,7.53 10.94,12 6.47,16.47 7.53,17.53 12,13.06 16.47,17.53 17.53,16.47 13.06,12 z'/%3E%3C/g%3E%3Cg transform='translate(0,4992)'%3E%3Cpath d='M 17.53,7.53 16.47,6.47 12,10.94 7.53,6.47 6.47,7.53 10.94,12 6.47,16.47 7.53,17.53 12,13.06 16.47,17.53 17.53,16.47 13.06,12 z' fill='%23DB4437'/%3E%3C/g%3E%3Cg transform='translate(0,4464)'%3E%3Cpath d='M 17.53,7.53 16.47,6.47 12,10.94 7.53,6.47 6.47,7.53 10.94,12 6.47,16.47 7.53,17.53 12,13.06 16.47,17.53 17.53,16.47 13.06,12 z' fill='%23D93025'/%3E%3C/g%3E%3Cg transform='translate(0,3192)'%3E%3Cpath d='M 17.53,7.53 16.47,6.47 12,10.94 7.53,6.47 6.47,7.53 10.94,12 6.47,16.47 7.53,17.53 12,13.06 16.47,17.53 17.53,16.47 13.06,12 z' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E"); */
}

.body-container_feedback form ul.no-list.hs-error-msgs.inputs-list label {
  font-family: Roboto,Arial,sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .3px;
  line-height: 16px;
  color: #70757a;
  color: #d93025 !important;
}

.body-container_feedback form .hs-form-field .hs_how_do_you_rate_our_new_website_ {}

.body-container_feedback form .hs-form-field .hs_how_do_you_rate_our_new_website_ ul li {
  display: inline-block;
}

.body-container_feedback form .hs-form-field.hs_how_do_you_rate_our_new_website_ ul li {
  display: inline-block;
  width: auto;
}

.body-container_feedback form .hs-form-field.hs_how_do_you_rate_our_new_website_ ul li label {
  flex-wrap: wrap;
  flex-direction: column;
  padding: 10px;
  text-align: center;
}

.body-container_feedback form .hs-form-field.hs_how_do_you_rate_our_new_website_ ul li label span:before {}

.body-container_feedback form .hs-form-field.hs_how_do_you_rate_our_new_website_ ul li label .hs-input[type=radio] {
  order: 2;
  margin-right: 0;
  margin-top: 23px;
}

.body-container_feedback form .hs-form-field.hs_how_do_you_rate_our_new_website_ ul {
  text-align: center;
}

.body-container_feedback form .hs-form-field.hs_how_do_you_rate_our_new_website_ ul li label .hs-input[type=radio]:checked+ span:before {
  /* display: block; */
  margin-top: 21px;
  left: 20px;
}

.body-container_feedback form .hs-form-field ul {
  margin: 0;
  padding: 0;
}

.body-container__website.body-container_feedback form  .hs-button {
  transition: box-shadow 280ms cubic-bezier(0.4,0.0,0.2,1);
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -webkit-transition: background .2s .1s;
  transition: background .2s .1s;
  border: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #5f6368;
  cursor: pointer;
  display: inline-block;
  font-family: 'Google Sans',Roboto,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .25px;
  line-height: 36px;
  text-decoration: none;
  text-transform: none;
  min-width: auto;
  outline: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  z-index: 0;
  color: #fff;
  background-color: rgb(0, 0, 0);
  padding: 0;
  padding: 0 24px;
}

.body-container__website.body-container_feedback form .hs-button:hover {
  /* box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12); */
  /* background-image: radial-gradient(circle farthest-side,rgba(255,255,255,0.322),rgba(255,255,255,0.322) 80%,rgba(255,255,255,0) 100%); */
  /* opacity: .08; */
  background-color: #141414;
}
.breweriesport .hs-port-beer-three.hs-beers-page .widget-type-form .hs_cos_wrapper_type_form {
  padding: 00px;
}
@media (max-width: 1480px) {
  .container:not(.container-no-padding) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .core .body-container {
    padding-left: 0;
    padding-right: 0;
  }

  .breweriesport .hs-port-beer-three.hs-beers-page .widget-type-form .hs_cos_wrapper_type_form {
    padding: 0 20px;
  }
  .core .body-container .dnd-section>.row-fluid {
    padding: 0;
  }
  .breweriesport .custom-upcoming-events {
    padding: 0 20px;
  }
}

@media screen and (min-width: 30em) {
  .container-ns {
    max-width: 1440px;
    max-width: 1440px;
  }
  .container-ns:not(.container-no-padding) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 60em) {
  .mobile-viewport-height {
    height: calc(100vh - 112px)
  }
}

@media (max-width: 30em) {
  .scrollable-mobile {
    max-height: 50vh;
    overflow: auto;
    -ms-scroll-chaining: chained;
    overscroll-behavior: auto
  }
}

.f-18 {
  font-size: 1.125rem
}

@media screen and (min-width: 30em) {
  .f-30-ns {
    font-size: 1.875rem
  }
}

@media screen and (min-width: 60em) {
  .f-18-l {
    font-size: 1.125rem
  }
  .f-20-l {
    font-size: 1.25rem
  }
  .f-30-l {
    font-size: 1.875rem
  }
  .f-64-l {
    font-size: 4rem
  }
}

.arrow-hover .arrow {
  transition: -webkit-transform .5s cubic-bezier(.165, .84, .44, 1);
  transition: transform .5s cubic-bezier(.165, .84, .44, 1);
  transition: transform .5s cubic-bezier(.165, .84, .44, 1), -webkit-transform .5s cubic-bezier(.165, .84, .44, 1);
  pointer-events: none
}

.custom-header-wrapper {
  min-height: 92px;
}

.arrow-hover:hover .arrow {
  -webkit-transform: translateX(10px);
  transform: translateX(10px)
}

.lazyload.blur-up {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transition: -webkit-filter .3s ease-out;
  transition: filter .3s ease-out;
  transition: filter .3s ease-out, -webkit-filter .3s ease-out
}

.lazyloaded.blur-up {
  -webkit-filter: blur(0);
  filter: blur(0)
}

.logo {
  height: 34px
}

.front-page .logo {
  height: 50px
}

@media screen and (min-width: 30em) and (max-width:60em) {
  .logo {
    height: 60px
  }
  .front-page .logo {
    height: 80px
  }
}

@media screen and (min-width: 60em) {
  .logo {
    height: 60px
  }
  .front-page .logo {
    height: 120px
  }
}

.age-gate header .logo {
  display: none
}

.t--main-header {
  top: 92px
}

.h--main-header {
  height: 92px
}

.pt--main-header {
  padding-top: 92px
}
.custom-limit-release-row1 .dnd-section {

  line-height: 1.15;
}

.custom-limit-release-row1 .dnd-section {
  padding: .5rem 20px;
  background-color: #000;
}

.mt--main-header {
  margin-top: 92px
}

.mb--main-header {
  margin-bottom: 92px
}
.aspect-ratio--object {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
@media screen and (min-width: 30em) {
  .pt--main-header-ns {
    padding-top: 92px
  }
  .t-auto-ns {
    top: auto
  }
}

@media (max-width: 30em) {

}
.lifestyle .body-container.body-container__website {
  padding: 0;
  line-height: 1.15;
}
.lifestyle .micromodal-slide.is-open {
  display: block;
  cursor: auto;
}
.lifestyle .body-container.body-container__website .dnd-section>.row-fluid {
  padding: 0;
}
html.header-light #main-header {
  color: #fff;
  color:  #fff;
}

html.header-dark #main-header {
  color: #000;
  color: #000
}

html.main-nav-open #main-header,
html.modal-open #main-header,
html.scrolled #main-header {
  background-color: #000 !important;
  background-color: #000 !important;
  color: #fff !important;
  color:  #fff; !important
}

.wp-block-quote {
  border-left: 2px solid #fff;
  padding: 2px 28px;
  width: 62%;
  margin: 62px 0;
  font-style: italic;
  font-size: 18px
}
.body-container {
  padding-left: 1rem;
  padding-right: 1rem;
}
.wp-block-image {
  margin: 52px 0
}
.body-container__website {
  font-family: Barlow,sans-serif;
  line-height: 1.5;
  font-size: 1rem;
}

.body-container__website h2 {
  margin: 0;
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  font-weight: bold;
  font-family: Barlow,sans-serif;
}
figure iframe {
  width: 100%;
  /* border: navajowhite; */
  /* float: left; */
}
iframe {
  max-width: 100%;
}

.body-container__website ul{
  font-size: 1rem;
}
.beer-can-shadow {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 120%;
  padding-bottom: 38.6%;
  position: absolute;
  bottom: -7%;
  left: -10%
}
.terms-and-conditions .body-container__website p {
  font-size: 1rem;
}
.hs_cos_wrapper_type_header h1 {
  line-height: 1.25;
  margin-top: 0;
  font-family: Barlow Condensed,sans-serif;
  text-align: center;
}
.fifth-birthday-faqs .body-container__website h2 {
  font-size: 2.25rem;
  line-height: 1.25;
  text-transform: uppercase;
}


img {
  vertical-align: middle;
}
.fifth-birthday-faqs .body-container__website p {
  font-size: 1rem;
}
.fifth-birthday-bus-timetable .body-container__website p {
  font-size: 1rem;
}

.fifth-birthday-bus-timetable .body-container__website {
  text-align: center;
}
.body-container__website {}

.body-container__website  .hs-button {
  background-color: #32373c;
  border: none;
  border-radius: 28px;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  color: inherit;
  background-color: #ff6900;
  line-height: 1.5;
}
.banner-section .span12 {
  min-height: 0;
}
pre {
  /* font-family: monospace,monospace; */
  /* font-size: 1em; */
  font-size: 14.625px;
}
body.with-banner .custom-header-wrapper {
  min-height: 0 !important;
}
body.with-banner:not(.fixed-nav) .custom-header-wrapper header#main-header{
  background: transparent;
}
.with-banner main.body-container-website-page {
  margin-top: 92px;
}

.custom-limit-release-row1 .dnd-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  flex-direction: row;

}
.banner>a {
  width: 100%;
}
.custom-limit-release-row2 .dnd-section {
  padding: 0;
}
.custom-limit-release-row1 .dnd-section {
  padding: .5rem 20px;
  background-color: #000;
}
.custom-limit-release-row1 .dnd-section>.row-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.custom-limit-release-row1 .dnd-section ul li a{
  transition: color .15s ease-in;
  font-size: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  color: #fff;
  border-width: .125rem;
  border-bottom-style: solid;
  border-color: transparent;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}

.custom-fifth-birthday-tattoos-row1 .hs_cos_wrapper_type_rich_text p {
  font-size: 1rem;
}
.custom-breweries-functions-row1.custom-fifth-birthday-tattoos-row1 {
  padding-bottom: 4rem;
}
.custom-fifth-birthday-tattoos-row1 .custom-two-col-left-img .custom-block-media-text__content {
  text-align: left;
  align-items: flex-start;
}
.custom-fifth-birthday-tattoos-row1 .dnd-section:not(:first-child) {
  padding: 0;
}
iframe.w-100.bn {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.custom-fifth-birthday-tattoos-row1 .dnd-section:last-child {}

.custom-fifth-birthday-tattoos-row1 .dnd-section:last-child .custom-two-col-left-img.right figure.custom-block-media-text__media {
  width: 41%;
}

.hs-contact-page form {

  padding: 0;
}

.body-container__website .hs-button:hover {
  background-color: #32373c;
  color: inherit;
  background-color: #ff6900;
}
.custom-fifth-birthday-tattoos-row1 .dnd-section:last-child .custom-two-col-left-img.right .custom-block-media-text__content {
  width: 59%;
  padding: 0 4.7%;
}
.custom-fifth-birthday-tattoos-row1 .dnd-section:not(:first-child) {
  padding: 0;
}

.beer-finder .body-container__website {
  padding: 0;
}
.custom-limit-release-row1 .dnd-section ul li{
  display: inline-block;
}

.custom-fifth-birthday-tattoos-row1 .custom-two-col-left-img .custom-block-media-text__content .btn-row {
  margin: 0;
}
.custom-fifth-birthday-tattoos-row1 .dnd-section {
  padding-bottom: 0;
}

.custom-fifth-birthday-tattoos-row2 .dnd-section {
  padding: 52px 0;
  margin-bottom: 64px;
}
.custom-two-col-left-img .custom-block-media-text__content p {}

.custom-fifth-birthday-tattoos-row1 .custom-two-col-left-img .custom-block-media-text__content ul {
  margin-top: 2px;
}
.custom-menu-primary .submenu.level-1>li.no-submenu {
  overflow: hidden;
}
@media screen and (min-width: 30em) {
  #beer-finder-cta .beer-finder-cans {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
    transition: -webkit-transform 1s cubic-bezier(.19, 1, .22, 1);
    transition: transform 1s cubic-bezier(.19, 1, .22, 1);
    transition: transform 1s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1s cubic-bezier(.19, 1, .22, 1)
  }
  #beer-finder-cta.intersected .beer-finder-cans {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  #beer-finder-cta.intersected:not(.no-animation):hover .beer-finder-cans {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%)
  }
  .custom-limit-release-row1 .dnd-section ul li a {
    flex: none;
    margin-right: 1rem;
  }

}

.beer-finder-cans {
  display: none;
  position: absolute;
  z-index: 2;
  width: 15%;
  right: 16%
}

@media (min-width: 60.25em){
  iframe.w-100.bn {
    height: calc(100vh - 92px);
  }

}


@media screen and (min-width: 30em) and (max-width:60em) {
  .beer-finder-cans {
    display: block;
    bottom: 34%
  }
}

@media (min-width: 48em) {
  .beer-finder-cans {
    display: block;
    bottom: 30%
  }
}

@media screen and (min-width: 60em) {
  .beer-finder-cans {
    display: block;
    bottom: 25%
  }
  .custom-limit-release-row1 .dnd-section ul li a {
    font-size: 1.25rem;
  }
}

@media (min-width: 70em) {
  .beer-finder-cans {
    display: block;
    bottom: 20%;
    right: 18%
  }
}

@media screen and (min-width: 60em) {
  .ma-10-l {
    margin: 10px
  }
  .body-container__website{
    font-size: 1.125rem;
  }
  .body-container__website ul{
    font-size: 1.125rem;
  }
}

@media (min-width: 30em) {
  #home-menu .link>span {
    font-size:33px
  }
}

#home-menu-beers>span:before {
  background-image:url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/raw_assets/public/PirateLife_October2020/images/beer.png);
  width: 29px;
  height: 45px;
  margin-top: -24.5px;
  margin-left: -22px
}

@media (min-width: 30em) {
  #home-menu-beers>span:before {
    width:39px;
    height: 58px;
    margin-top: -33.5px;
    margin-left: -29px
  }
}

#home-menu-breweries>span:before {
  background-image:url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/raw_assets/public/PirateLife_October2020/images/breweries.png);
  width: 21px;
  height: 50px;
  margin-left: -13px;
  margin-top: -23px
}

@media (min-width: 30em) {
  #home-menu-breweries>span:before {
    width:28.5px;
    height: 67.5px;
    margin-left: -17px;
    margin-top: -32px
  }
}

#home-menu-events>span:before {
  background-image:url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/raw_assets/public/PirateLife_October2020/images/events.png);
  width: 42.5px;
  height: 63px;
  margin-left: -31px;
  margin-top: -32px
}

@media (min-width: 30em) {
  #home-menu-events>span:before {
    width:57.5px;
    height: 63px;
    margin-left: -41px;
    margin-top: -42px
  }
}

#home-menu-history>span:before {
  background-image:url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/raw_assets/public/PirateLife_October2020/images/history.png);
  width: 53px;
  height: 52px;
  margin-left: -30px;
  margin-top: -32px
}

@media (min-width: 30em) {
  #home-menu-history>span:before {
    width:73px;
    height: 70.5px;
    margin-left: -45px;
    margin-top: -45px
  }
}

#home-menu-lifestyle>span:before {
  background-image:url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/raw_assets/public/PirateLife_October2020/images/lifestyle.png);
  width: 35px;
  height: 55px;
  margin-left: -21px;
  margin-top: -26px
}

@media (min-width: 30em) {
  #home-menu-lifestyle>span:before {
    width:48px;
    height: 75px;
    margin-left: -28px;
    margin-top: -36px
  }
}
.hs-breweries-page footer#footer {
  display: none;
}
#home-menu-store>span:before {
  background-image:url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/raw_assets/public/PirateLife_October2020/images/store.png);
  width: 42px;
  height: 52px;
  margin-left: -22px;
  margin-top: -27px
}

@media (min-width: 30em) {
  #home-menu-store>span:before {
    width:58px;
    height: 67px;
    margin-left: -31px;
    margin-top: -38px
  }
}
.hs-home-page .custom-header-wrapper nav.custom-footer-social {
  margin-top: 4px;
}

.hs-home-page div#header-menu {
  margin-top: 2px;
}

.home-header-logo div#hs_cos_wrapper_header_logo img {
  vertical-align: middle;
  margin: -1px 0 0px;
  max-width: 180px;
}
.home-header-logo a {
  height: 50px;
  display: block;
  margin-top: 4px !important;
}
.hs-contact-page form .hs-input {
  font-size: 16px;
  font-family: 'Barlow';
}
.hs-error-msgs label {
  display: block;
  color: #990000 !important;
  font-size: 12px;
  float: none;
  font-family: Barlow,sans-serif;
}
.custom-limit-release-row1 .dnd-section ul li.selected a {
  border-bottom-color: #fff;
}

.with-banner .body-container__website{
  min-height:1px;
}
@media screen and (max-width: 60em) and (min-width: 30em){

  .home-header-logo a {
    height: 80px;
    margin-top: 0px !important;
    width: 128px !important;
  }

  .home-header-logo div#hs_cos_wrapper_header_logo img {
    vertical-align: middle;
    margin: 0px 0 0px;
    max-width: 180px;
    width: 100% !important;
  }
}
@media(max-width:960px){
  .hs-contact-image-section {
    padding-top: 2rem;
  } 
  .home-header-logo div#hs_cos_wrapper_header_logo img {
    vertical-align: middle;
    margin: 0px 0 0px;
    max-width: 180px;
    width: 100% !important;
  }
  .hs-home-page .custom-header-wrapper nav.custom-footer-social {
    margin-top: 0;
  }
  .hs-home-page div#header-menu {
    margin-top: 0px;
  }
}
@media screen and (min-width: 60em){
  .home-header-logo a{
    height: 113px;
  }

}
.hs-beers-page .widget-type-form .hs_cos_wrapper_type_form form>.hs-form-field .hs-error-msgs{
  position: absolute;
  left: 0;
  right: 0;
}
body:not(.front-page) .hs-home-page #main-header {
  background: transparent;
}
.body-container__website {

  min-height: calc(100vh - 200px);
}

.has-banner .body-container__website {

  min-height:1px;
}

body:not(.front-page).fixed-nav  .hs-home-page #main-header {
  background: #000;
}
.hs-home-page .custom-header-wrapper {
  min-height: 0;
}
.hs-home-page footer#footer {
  display: none;
}
#home-menu-blog>span:before {
  background-image:url(https://7188806.fs1.hubspotusercontent-ap1.net/hubfs/7188806/raw_assets/public/PirateLife_October2020/images/blog.png);
  width: 40.5px;
  height: 53px;
  margin-top: -19px;
  margin-left: -32px
}
.hs-fifth-birthday-beers-page .span6 .hs-button:hover {
  background-color: #32373C;
}
.fifth-birthday-food-trucks  .custom-two-col-left-img {

  align-items: center;
}
.fifth-birthday-food-trucks .custom-two-col-left-img .custom-block-media-text__content .btn-row {
  margin-bottom: 116px;
}
.fifth-birthday-food-trucks .dnd-row:nth-child(2) .custom-two-col-left-img .custom-block-media-text__content .btn-row {
  margin-bottom: 100px;
}

..hs-port-beer-three.hs-beers-page .widget-type-form .hs_cos_wrapper_type_form {
  padding: 0 20px;
}

@media (min-width: 30em) {
  #home-menu-blog>span:before {
    width:54px;
    height: 53px;
    margin-top: -25px;
    margin-left: -43px
  }
}

#home-menu .link>span:before {
  content: "";
  display: inline-block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1
}

@media(max-width:1500px){
  .hs-birthday-page .body-container {
    padding: 0 1rem;
  } 
}

@media (max-width: 1480px){
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper{
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 959px) {
  pre {
    font-size: 13px;
  }
  p {
    font-size: 1rem;
  }
  .media .body-container__website p, .media .body-container__website pre {
    word-break: break-all;
    white-space: normal;
  }

  .beers-section-top {
    padding-bottom: 0;
  }
  .hs-beers-page .widget-type-form h3.form-title {
    font-size: 1.5rem;
  }
  .custom-fifth-birthday-tattoos-row1 .custom-two-col-left-img figure.custom-block-media-text__media {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .hs-birthday-two .dnd-row > .row-fluid {
    display: block !important;
  }
  .hs-birthday-two .span6 {
    width: 100%;
    float: none;
  }
}
@media(max-width:767px){
  .hs-fifth-birthday-beers-page .span6 {
    float: left;
  }
  .body-container_feedback form {
    margin: auto;
    max-width: 100%;
    width: 640px;
    color: #202124;
    font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
}
  .systems-page form .hs-input {

    width: 100% !important;
  }
  .hs-contact-page form .hs-button.primary {
    width: auto !important;
    font-size: 16px;
  }

  .hs-fifth-birthday-beers-page .dnd-section[class*="vertical-alignment"]>.row-fluid {
    display: -ms-flexbox !important;
    -ms-flex-direction: row;
    display: flex !important;
    flex-direction: row;
    align-items: center;
  } 
  .hs-contact-page form fieldset {
    max-width: 100%;
  }
  .custom-fifth-birthday-tattoos-row1 .custom-two-col-left-img figure.custom-block-media-text__media {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

@media (max-width: 650px){
  .video-frame {
    position: relative;
    padding-bottom: 56.65%;
  }

  .video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

}
@media (max-width: 600px){
  .custom-fifth-birthday-tattoos-row1 .custom-two-col-left-img .custom-block-media-text__content {
    padding: 0 8%;
  }
  .hs-contact-page form .hs-button.primary {
    width: auto !important;
    font-size: 16px;
  }
  .custom-fifth-birthday-tattoos-row1 .dnd-section:last-child .custom-two-col-left-img.right .custom-block-media-text__content {
    width: 100%;
    padding: 0 8%;
  }
  .custom-fifth-birthday-tattoos-row1 .dnd-section:last-child .custom-two-col-left-img.right figure.custom-block-media-text__media {
    width: 100%;
  }
  .custom-two-col-left-img.right figure.custom-block-media-text__media {
    order: 1;
  }
  .hs-fifth-birthday-beers-page .dnd-section[class*="vertical-alignment"]>.row-fluid {
    display: block !important;
  }
  .hs-fifth-birthday-beers-page .span6 {
    float: none;
    width: 100%;
  }
  .hs-fifth-birthday-beers-page .span6:last-child {
    padding: 0 8%;
  } 
  .hs-contact-page form input {width: 100% !important;}

  .hs-contact-page form input[type="radio"] {
    width: auto !important;
  }
  .hs-contact-page form .hs-form-field {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
  }

  .hs-contact-page form .hs-form-field .input {
    margin: 0 !important;
  }
}

@media screen and (max-width: 479px) {
  .body-container__website figure {
    margin-left: 0;
    margin-right: 0;
  }
  .fifth-birthday-beers .body-container__website {
    padding-bottom: 16px;
  }
  .custom-upcoming-events {
    padding: 0;
  }
  .breweriesport .custom-upcoming-events {
    padding: 0;
  }
  .breweriesport .hs-port-beer-three.hs-beers-page .widget-type-form .hs_cos_wrapper_type_form {
    padding: 0 20px;
  }
  .hs-port-beer-three.hs-beers-page .widget-type-form .hs_cos_wrapper_type_form {
    padding: 0;
  }
  .home-header-logo a {
    height: 50px;
    display: block;
    margin-top: 0 !important;
  }
  .home-header-logo div#hs_cos_wrapper_header_logo img {
    vertical-align: middle;
    margin: 0px 0 0px;
    max-width: 79.71px;
    width: 100% !important;
  }
  .with-banner main.body-container-website-page {
    margin-top: 50px;
  }
  .mobile-viewport-height {
    height: calc(100vh - 66px);
  }
  .custom-greyzone-row2 .dnd-section {
    padding-top: 0;
    padding-bottom: 0;
  }
  .custom-burtom-xp-row1 {
    margin-top: 0;
  }
  .custom-limit-release-row1.core-range-bottom-section .dnd-section {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0 !important;
  }
  .hs-beers-page .widget-type-form .hs_cos_wrapper_type_form form .hs-button {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    line-height: 1.15;
    height: auto;
    min-height: 50px;
  }
  .custom-full-width-bg-section.barlow-condensed {
    margin-bottom: 2rem !important;
  }
  .hs-beers-page .widget-type-form .hs_cos_wrapper_type_form>div {
    margin-top: 0;
  }
  .hs-beers-page {
    margin-top: -50px;
  }
  body:not(.front-page) .hs-breweries-page .custom-header-wrapper header#main-header #main-header {
    background: transparent;
  }
  .container-fluid.hs-port-beer-two.custom-limit-release-row1 {
    display: none;
  }
  .hs-port-beer-three.hs-beers-page {
    margin-bottom: 0;
    margin-top:0;
  }
  .hs-birthday-two {
    margin-top: 50px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}


body:not(.main-nav-open):not(.fixed-nav)  .custom-header-wrapper-2 .hamburger span {
  background: #000;
}


body:not(.main-nav-open):not(.fixed-nav)  .custom-header-wrapper-2 .logo-1{
  display: none;
}

body:not(.main-nav-open):not(.fixed-nav) .custom-header-wrapper-2 .custom-footer-social a:not(:hover){
  color: #000;
}

body:not(.main-nav-open):not(.fixed-nav)  .custom-header-wrapper-2 #header-menu .hs-button:not(:hover):before {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='100%25' viewBox='0 0 14 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.938 10.135c-1.505 0-2.722-1.278-2.722-2.857 0-1.58 1.217-2.858 2.722-2.858S9.66 5.698 9.66 7.278s-1.217 2.857-2.722 2.857zM6.573.143C3.267.327.513 3.045.17 6.478A7.305 7.305 0 0 0 1.23 11.09l5.052 8.261a.762.762 0 0 0 1.314 0l5.052-8.261a7.264 7.264 0 0 0 1.097-3.853c0-4.05-3.248-7.306-7.171-7.094z' fill='currentColor' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E")
}

body:not(.main-nav-open):not(.fixed-nav) .custom-header-wrapper-2 #header-menu .hs-button:not(:hover){
  color: rgba(0,0,0,1.0);
}
body.fixed-nav .custom-header-wrapper-2 .logo-2,
body.main-nav-open .custom-header-wrapper-2 .logo-2 {
  display: none;
}
.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  max-width: 200px;
  height: auto;
  margin-left: 22px;
  margin-right: auto;
  overflow: hidden;
}
.hs-home-page .h--main-header {
  height: 152px;
}

.hs-home-page div#main-nav {
  padding-top: 152px;
}
.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Lato, serif;
  font-weight: 300;
  font-size: 22px;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Lato, serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}


header#main-header {
  background: #000;
}
.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

#main-nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 1s cubic-bezier(.165,.84,.44,1) !important;
  visibility: hidden;
  overflow: auto;
  overscroll-behavior: contain;
  will-change: opacity
}



.main-nav-open #main-header {

}

.main-nav-open #main-nav {
  opacity: 1!important
}

.main-nav-open #main-nav
,.main-nav-opened #main-nav {
  visibility: visible!important
}

.hamburger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: currentColor;
  line-height: 1;
  outline: none
}

.hamburger-bar {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 3px;
  background-color: currentColor
}

.main-nav-open #main-nav-toggle:before {
  content: "\2715";
  width: 18px;
  display: block;
  height: auto;
  line-height: 0
}

@media screen and (min-width: 30em) {
  .hamburger-bar,.main-nav-open #main-nav-toggle:before {
    width:24px
  }
}

.hamburger-bar+.hamburger-bar {
  margin-top: 5px
}

.main-nav-open #main-nav-toggle .hamburger-bar {
  display: none
}

@media (max-width: 30em) {
  #hero.compact .swiper-slide {
    width:100%
  }
}

@media screen and (min-width: 30em) {
  #hero picture img {
    min-height:calc(28.125vh + 92*2)
  }
}
div#hs_cos_wrapper_header_logo img {
  vertical-align: middle;
  margin: 1px 0 1px;
}


.nav-menu__item span:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scaleX(0) translateY(-20px);
  transition: transform .2s ease-in-out
}
div#header-menu {}

#header-menu .hs-button:hover {
  background-color: #fff;
  color: #000;
}
#header-menu .hs-button {
  font-size: 1rem;
  transition: background-color .15s ease-in-out;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  background: transparent;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 1rem;
  padding: 6px 8px 2px 5px;
}

#header-menu .hs-button:before {
  padding: .25rem;
  margin-right: 1px;
  content: "";
  display: inline-block;
  width: 25px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='100%25' viewBox='0 0 14 20' xmlns='http://www.w3.org/2000/svg' style=' fill: %23fff;%0A'%3E%3Cpath d='M6.938 10.135c-1.505 0-2.722-1.278-2.722-2.857 0-1.58 1.217-2.858 2.722-2.858S9.66 5.698 9.66 7.278s-1.217 2.857-2.722 2.857zM6.573.143C3.267.327.513 3.045.17 6.478A7.305 7.305 0 0 0 1.23 11.09l5.052 8.261a.762.762 0 0 0 1.314 0l5.052-8.261a7.264 7.264 0 0 0 1.097-3.853c0-4.05-3.248-7.306-7.171-7.094z' fill='currentColor' fill-rule='evenodd' style=' fill: %23fff;%0A'%3E%3C/path%3E%3C/svg%3E");
  vertical-align: middle;
  position: relative;
  top: -1px;
}

#header-menu .hs-button:hover:before{
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='100%25' viewBox='0 0 14 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.938 10.135c-1.505 0-2.722-1.278-2.722-2.857 0-1.58 1.217-2.858 2.722-2.858S9.66 5.698 9.66 7.278s-1.217 2.857-2.722 2.857zM6.573.143C3.267.327.513 3.045.17 6.478A7.305 7.305 0 0 0 1.23 11.09l5.052 8.261a.762.762 0 0 0 1.314 0l5.052-8.261a7.264 7.264 0 0 0 1.097-3.853c0-4.05-3.248-7.306-7.171-7.094z' fill='currentColor' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");

}
.nav-menu__item:hover span:after {
  transform: scaleX(1) translateY(-20px)
}

@media screen and (min-width: 30em) and (max-width:60em) {
  .nav-menu__item span:after {
    transform:scaleX(0) translateY(-10px)
  }

  .nav-menu__item:hover span:after {
    transform: scaleX(1) translateY(-10px)
  }
}

@media screen and (min-width: 60em) {
  .nav-menu__item span:after {
    transform:scaleX(0)
  }

  .nav-menu__item:hover span:after {
    transform: scaleX(1)
  }
}
/* Tablet Styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }

  .header__logo--main {
    display: none;
  }

  .header__logo--tablet {
    display: block;
  }
}

@media (max-width:959px) {
  .hs-home-page .h--main-header {
    height: 112px;
  }

  .hs-home-page div#main-nav {
    padding-top: 112px;
  }
}

/* Mobile Styles */

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 20px 0 0;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    width: 100%;
    margin: 0 auto;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: #F8FAFC;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }
}
@media (max-width: 639px) {
  #header-menu .hs-button {
    font-size: 0;
    padding: 6px 4px 2px 5px;
  }
}
@media (max-width: 479px) {
  div#hs_cos_wrapper_header_logo img {
    vertical-align: middle;
    margin: 0px 0 1px;
    width: 70px !important;
  }
  .h--main-header {
    height: 50px;
  }
  .hs-home-page .h--main-header {
    height: 66px;
  }

  .hs-home-page div#main-nav {
    padding-top: 66px;
  }
  .custom-header-wrapper {
    min-height: 50px;
  }
  .pt--main-header {
    padding-top: 50px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
  text-align: center;
}
.footer__container {
  padding: 1rem;
  margin: 0 auto;
}
.footer__copyright {
  font-family: Lato, sans-serif;
  font-size: .7rem;
  margin: .5rem 0;
}
footer#footer a.dn.db-40.link {
  display: inherit;
}


.custom-footer-menu .hs-menu-item a {
  padding: 0;
  color: #fff;
  margin: .5rem;
  transition: color .15s ease-in;
  line-height: 18px;
  font-size: 16px;
}
.custom-footer-menu .hs-menu-wrapper ul {
  margin: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media (max-width: 479px) {
  .custom-footer-menu .hs-menu-wrapper ul {
    margin: 0;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    justify-content: space-between;
  }
  .custom-footer.custom-footer-no-nav .custom-footer-logo {
    position: relative;
  }
  .custom-footer.custom-footer-no-nav {
    border-top: 1px solid   hsla(0,0%,100%,.4);
    border-bottom: 1px solid hsla(0,0%,100%,.4);
    padding-top: 1.5rem;
  }

  .custom-footer.custom-footer-no-nav .custom-footer-logo {
    position: relative;
    border-color: transparent;
  }

  .custom-footer.custom-footer-no-nav .items-center {
    padding: 0 !important;
  }
  footer#footer a.link {
    display: block;
    position: relative;
    z-index: 9;
  }
  .custom-footer-logo {
    order: 3;
    position: absolute;
    bottom: 0;
    padding: 0;
    padding-bottom: 2rem;
  }
  #footer .dn {
    display: block;
  }
  footer#footer {}

  footer#footer .items-center {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 9;
  }

  footer#footer .items-center .pv4 {
    padding: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  footer#footer nav.custom-footer-social {
    justify-content: space-between;
    padding-bottom: 27px;
    padding-top: 10px;
  }

  footer#footer .items-center {}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-filter .widget-module ul li.selected a{
  text-decoration: underline;
}

.blog-filter .widget-module ul li a {
  text-transform: uppercase;
  display: block;
}

.blog-filter .widget-module ul li.selected:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
}

.blog-filter .widget-module ul li.selected a:after{
  display: none;
}

div#blog-container .card {
  margin: 0;
}
.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}
div#blog-container .card:hover .card__body {
  transform: none;
}
.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
  margin-top: 2em;
  padding-top: 2em;
  padding: 30px 0;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}
.custom-blog-post input.hs-button.primary {
  color: rgba(51,51,51,1.0);
}
/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}
.blog-search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  z-index: 999;
  background: #000;
  width: 300px;
  left: auto;
  right: 0;
}
.blog-sidebar a {
  text-decoration: none;
}
.core.with-banner main.body-container-website-page .body-container__website {
  font-size: 16px;
}
.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #fff;
  padding: 10px 10px;
}

.hs-search-field--open .hs-search-field__suggestions a {
  padding: 7px;
}
.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */
@media screen and (min-width: 60em) {
  .card {
    margin-bottom:26px
  }
}

.card__body {
  transition: transform 1s cubic-bezier(.19,1,.22,1)
}

.card:hover .card__body {
  transform: translateY(-10%)
}

.categories div {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500
}

.category-item .category-item__arrow {
  transition: -webkit-transform 1s cubic-bezier(.19,1,.22,1);
  transition: transform 1s cubic-bezier(.19,1,.22,1);
  transition: transform 1s cubic-bezier(.19,1,.22,1),-webkit-transform 1s cubic-bezier(.19,1,.22,1)
}

.category-item:hover .category-item__arrow {
  -webkit-transform: translateX(10%);
  transform: translateX(10%)
}

.letterspacing-pt4px {
  letter-spacing: .4px
}

.mb-19px {
  margin-bottom: 19px
}

.mb-24px {
  margin-bottom: 24px
}

.pv-10px {
  padding: 10px 0
}

.pt-67px {
  padding-top: 67px
}

@media screen and (min-width: 60em) {
  .w-350px-l {
    width:350px
  }
}
.custom-blog-post h4, .custom-blog-post h1 {
  font-family: Barlow Condensed,sans-serif;
  line-height: normal;
}
.custom-blog-post h4.f4 {
  line-height: 1.15;
}

.related-posts {
  margin-left: -.5rem;
  margin-right: -.5rem;
  margin-bottom: -.5rem
}

@media screen and (min-width: 60em) {
  .related-posts {
    margin-left:0;
    margin-right: 0;
    margin-bottom: 0
  }
}

.related-posts .card {
  padding: .5rem
}

.blog-filter h3 {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: Barlow Condensed,sans-serif;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  display: flex;
  cursor: pointer;
  width: 100%;
  height: 39px;
  padding: 6px;
  outline: 0;
  box-sizing: border-box;
  transition: background-color .2s;
  margin: 0;
  line-height: 1.15;
  justify-content: space-between;
}

.blog-filter {
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
  user-select: none;
  color: #fff;
  min-width: 200px;
  position: relative;
}

.content-wrapper1 {}

.blog-index-1 {}

.blog-filter h3 {}

.blog-filter  .widget-module {
  /* display: none; */
  position: absolute;
  margin: 8px 0 0;
  box-sizing: border-box;
  z-index: 1010;
  background-color: #0a0a0a;
  transform-origin: center top;
  transition: transform .2s,opacity .2s;
  opacity: 0;
  transform: scaleY(0);
  left: 0;
  width: 100vw;
}

.blog-filter .widget-module ul {}

.blog-filter.open  .widget-module {
  display: block;
  opacity: 1;
  transform: scaleY(1);
}
.blog-filter.open .widget-module ul li {
  padding: 0 32px 0 21px;
  cursor: pointer;
  user-select: none;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  position: relative;
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
}
.blog-filter.open .widget-module ul {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
  padding: 10px 0;
  margin: 0;
  list-style: none;
}
.blog-filter.open .widget-module ul li:hover a:after {
  transform: translateX(3px) translateY(-50%);
}
.blog-filter.open .widget-module ul li a:after {
  content: "";
  position: absolute;
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 12l5.647-6.03L1 .057' stroke='%23FFF' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  transition: .2s ease-out;
  width: 7px;
  height: 12px
}
.blog-filter.open .widget-module span.filter-link-count {
  display: none;
}
.blog-filter.open h3:after {
  transform: rotate(-135deg);
  margin: 3px 0 0;
  margin-left: 14px;
  margin-right: 14px;
}
.blog-filter h3:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transition: transform .2s,margin .2s;
  transform: rotate(45deg);
  margin: -3px 0 0;
  content: "";
  /* margin: 0 14px; */
  margin-left: 14px;
  margin-right: 14px;
}
.blog-filter.open .widget-module ul li a:hover{
  color: #fff;
  text-decoration: underline;
}

.blog-filter.open .widget-module span.filter-link-count {
  display: none;
}

.blog-filter h3:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transition: transform .2s,margin .2s;
  transform: rotate(45deg);
  margin: -3px 0 0;
  content: "";
  /* margin: 0 14px; */
  margin-left: 14px;
  margin-right: 14px;
}

.blog-filter.open h3:after {
  transform: rotate(-135deg);
  margin: 3px 0 0;
  margin-left: 14px;
  margin-right: 14px;
}

@media screen and (min-width: 60em) {
  .related-posts .card {
    padding:0
  }
  .blog-filter.open .widget-module ul li {
    height: 32px;
    line-height: 32px;
  }
  .blog-filter  .widget-module {
    width: 200px;
    left: auto;
  }
}

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}

.h8px {
  height: 8px
}

@media screen and (min-width: 60em) {
  .font-64px-l {
    font-size:64px
  }
}

.featured-post {
  margin-bottom: 26px
}

@media screen and (min-width: 30em) {
  .featured-post {
    margin-bottom:78px
  }

  .blog-search {}
  .blog-search form button {
    display: none;
  }
  .blog-search form {
    padding: 0;
    position: relative;
    display: inline-block;
    border-radius: 32px;
    height: 22px;
    width: 22px;
    border: 2px solid #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all .2s ease;
  }

  .blog-search form:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 10px;
    right: -4px;
    top: 15px;
    background-color: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    transform: rotate(-45deg);
    transition: all .2s ease;
  }

  .blog-search form input {
    padding: 0;
    border: none;
    background: none;
    padding: 8px;
    line-height: 18.4px;
    font-size: 16px;
    outline: none;
    color: #fff;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    height: auto;
    transition: all .2s ease;
  }

  .blog-search form:hover input,
  .blog-search .hs-search-field--open form input{
    opacity: 1;
    width: 150px;
    /* width: var(--search-width); */
    height: 38px;
    /* height: var(--search-height); */
  }

  .blog-search form:hover,
  .blog-search .hs-search-field--open form {
    width: 150px;
    /* width: var(--search-width); */
    height: 42px;
    /* height: var(--search-height); */
    border-radius: 0;
    transform: translate(0);
    margin-top: 0;
    margin-bottom: 0;
  }

  .blog-search form:hover:after,
  .blog-search .hs-search-field--open form:after{
    height: 0;
  }

}

.featured-post__image {
  height: 180px
}

@media screen and (min-width: 30em) and (max-width:60em) {
  .featured-post__image {
    height:300px
  }
}

@media screen and (min-width: 60em) {
  .featured-post__image {
    height:580px
  }
}

.featured-post__title {
  letter-spacing: .8px
}

@media screen and (min-width: 30em) {
  .featured-post__title {
    line-height:64px
  }
}

.posts-grid {
  margin-left: -8px;
  margin-right: -8px
}

.posts-grid__image {
  width: 43.5%
}
.page-center.error-page {
  text-align: left;
}
.posts-grid__content h4 span {
  font-family: Barlow Condensed;
}
@media screen and (min-width: 30em) {
  .posts-grid__image {
    padding-top:82%;
    width: auto
  }
}

.posts-grid__content {
  min-height: 166px;
  padding: 20px;
  width: 56.5%
}

@media screen and (min-width: 30em) {
  .posts-grid__content {
    min-height:278px;
    padding: 50px 32px 60px;
    width: auto
  }
}

@media screen and (min-width: 60em) {
  .posts-grid__content {
    min-height:260px
  }
}

@media screen and (min-width: 30em) {
  .posts-grid__title {
    min-height:74px
  }
}
@media (max-width: 1480px){
  .blog-filter-wrap.bg-black .container-ns.center.pv2-ns {
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media screen and (max-width: 959px) {
  .custom-blog-post .wsiwiggg-contento p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 479px) {
  .related-posts .w-50.w-100-l {
    width: 100%;
  }
  .mt--main-header {
    margin-top: 52px;
  }
  .blog-filter {

    order: 2;
  }
  .blog-filter .widget-module {
    width: 100%;
  }
  .blog-filter {
    padding-left: .5rem;
    padding-right: .5rem;
    display: inline-block;
    user-select: none;
    color: #fff;
    min-width: auto;
    position: relative;
  }
  .blog-search {
    order: 1;
  }
  .blog-search {}

  .blog-search form {
    padding: 0;
    border-style: solid;
    border-width: 1px;
    border-radius: .25rem;
    display: flex;
    flex-direction: row;
    border-color: #333;
  }

  .blog-search form input.hs-search-field__input {
    order: 2;
    -webkit-appearance: textfield;
    outline-offset: -2px;
    background-color: transparent;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.15;
    margin: 0;
    padding: .5rem;
    border: none;
    height: auto;
  }

  .blog-search form button {
    padding-left: .5rem;
    padding-right: .5rem;
    justify-content: center;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 25 25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.396 10.658c0-4.168 3.39-7.559 7.558-7.559 4.168 0 7.558 3.391 7.558 7.559 0 4.167-3.39 7.558-7.558 7.558-4.167 0-7.558-3.391-7.558-7.558zm20.66 8.99l-3.939-3.938a10.42 10.42 0 0 0 1.302-5.052c0-5.78-4.685-10.466-10.465-10.466S.49 4.878.49 10.658c0 5.78 4.685 10.465 10.465 10.465a10.41 10.41 0 0 0 5.052-1.302l3.939 3.939a2.908 2.908 0 0 0 4.11-4.112z' fill='currentColor' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 25 25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.396 10.658c0-4.168 3.39-7.559 7.558-7.559 4.168 0 7.558 3.391 7.558 7.559 0 4.167-3.39 7.558-7.558 7.558-4.167 0-7.558-3.391-7.558-7.558zm20.66 8.99l-3.939-3.938a10.42 10.42 0 0 0 1.302-5.052c0-5.78-4.685-10.466-10.465-10.466S.49 4.878.49 10.658c0 5.78 4.685 10.465 10.465 10.465a10.41 10.41 0 0 0 5.052-1.302l3.939 3.939a2.908 2.908 0 0 0 4.11-4.112z' fill='currentColor' fill-rule='evenodd' style=' color: %23fff;%0A'%3E%3C/path%3E%3C/svg%3E");
    background-size: 20px 20px;
    width: 37px;
    height: 34px;
  }

  .blog-search form button span {
    display: none;
  }

  .blog-index-1 .flex.flex-row.justify-between.items-center {}

  .blog-filter {
    /* flex: 1 1 auto; */
    /* min-width: 0; */
    /* min-height: 0; */
    margin-left: 1rem;
  }
  .blog-search form input.hs-search-field__input {

    color: #fff;
  }
  .blog-search {
    /* margin-left: 1rem; */
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
  }
  .blog-search .hs-search-field--open .hs-search-field__suggestions {
    position: absolute;
    z-index: 999;
    background: #000;
    width: auto;
    left: auto;
    right: auto;
  }
  .hs-blog-listing .container.center.pv4 {
    padding-top: 0;
}
  .posts-grid .w-100.w-50-ns:first-child {
    padding-top: 0;
}
  .blog-filter-wrap.bg-black .container-ns.center.pv2-ns {
    padding-top: .5rem;
    position: relative;
  }
  .blog-filter-wrap.bg-black {
    position: sticky;
    top: 50px;
    z-index: 9;
}
  .blog-filter-wrap.bg-black .container-ns.center.pv2-ns {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
  .blog-filter {

    position: static;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: rgba(71,82,93,.8);
  z-index: -1;
}

.error-page-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}

.systems-page {}

.systems-page form {
  max-width: 700px;
}

.systems-page form label {
  display: block;
  padding: 0 0 5px;
}

.systems-page form input {
  margin: 10px  0;
}
.hs-search-field--open .hs-search-field__suggestions {
    border: 1px solid #fff !important;
    padding: 10px 10px;
}
.hs-input[type=checkbox], .hs-input[type=radio] {
  display: inline-block;
}

.hs-input[type=checkbox]+label {
  display: inline-block;
}
input#hs-pwd-widget-password {
    height: auto !important;
}
.hs-input[type=radio]+label {
  display: inline-block;
}
ul.no-list.hs-error-msgs {
    padding: 0;
}

form p.header {
    background: transparent;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .systems-page form {
    max-width: 100%;
  }
  .systems-page form {
    padding: 0;
}
}

.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
    display: inline-block;
    margin: 2rem 0;
    max-width: 650px;
    background-color: #cde3cc;
    border: 1.5px solid #4f7d24;
    border-radius: 6px;
    /* font-size: .75rem; */
    color: #4f7d24;
    padding: 0.8rem .75rem;
    width: 100%;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
@media(max-width: 1480px){
  .error-page-wrapper .page-center.error-page {
    padding-left: 20px;
    padding-right: 20px;
  }
}