@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato");
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Regular/SFProDisplay-Regular.eot");
  src: url("../fonts/SFProDisplay-Regular/SFProDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProDisplay-Regular/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SFProDisplay-Regular/SFProDisplay-Regular.woff") format("woff"), url("../fonts/SFProDisplay-Regular/SFProDisplay-Regular.ttf") format("truetype"), url("../fonts/SFProDisplay-Regular/SFProDisplay-Regular.svg#SFProDisplay-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display Bold";
  src: url("../fonts/SFProDisplay-Bold/fontsfree-net-sfprodisplay-bold-webfont.woff2") format("woff2"), url("../fonts/SFProDisplay-Bold/fontsfree-net-sfprodisplay-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal__container .modal__header {
  margin-top: -15px;
  margin-bottom: -20px;
}
.modal__container .contact-modal main p {
  margin-bottom: 10px;
}
.modal__container .contact-modal main p label {
  float: left;
  text-align: left;
}
.modal__container .contact-modal main p label.checkbox-label {
  padding-left: 20px;
  margin-bottom: 10px;
  text-align: justify;
}
.modal__container .contact-modal main p input[type=text], .modal__container .contact-modal main p input[type=email] {
  height: 30px;
  margin-bottom: 10px;
  padding: 5px;
  font-size: 16px;
}
.modal__container .contact-modal main p textarea {
  margin-bottom: 10px;
  font-size: 16px;
  height: 80px;
}
.modal__container .contact-modal main p input[type=checkbox] {
  position: absolute;
  left: 30px;
}
.modal__container .contact-modal main p select {
  box-sizing: border-box;
  font-weight: 400;
  line-height: 1.3;
  border: 1px solid #999;
  border-radius: 0;
  color: #1C1C1C;
  display: block;
  font-family: "SF Pro Display", sans-serif;
  outline: none;
  -webkit-appearance: none;
  background: transparent;
  transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  margin-right: 10px;
  color: #444;
  width: 100%;
  background: url("../img/select_arrow_down.svg") no-repeat;
  background-position: right 5px top 5px;
  font-size: 16px;
}
.modal__container .contact-modal main p.checkbox-container {
  display: flex;
}
.modal__container .contact-modal main > p:last-of-type {
  display: inline-flex;
}
.modal__container .contact-modal main > div:not(.modal-intro) {
  display: inline-flex;
  float: inline-start;
  margin: 10px 0;
}
.modal__container .contact-modal main > div:not(.modal-intro) div {
  margin-right: 20px;
}
.modal__container .contact-modal main > div:not(.modal-intro) div input[type=radio] {
  vertical-align: text-bottom;
}
.modal__container .contact-modal main ul {
  display: inline-flex;
  list-style-type: none;
  float: left;
  padding: 0;
}
.modal__container .contact-modal main ul li {
  margin-right: 10px;
}
.modal__container .contact-modal main .modal-intro {
  font-size: 12px;
}
.modal__container .contact-modal main .modal-intro p {
  text-align: justify;
}

html {
  box-sizing: border-box;
  height: 100%;
}

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

* {
  max-height: 1000000px;
}

body {
  font: 400 20px/1.5 "SF Pro Display", sans-serif;
  background: #fff;
  min-width: 320px;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

strong,
b {
  font-weight: 700;
}

figure {
  margin-left: 0;
  margin-right: 0;
}

figcaption {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  color: #666;
}
@media all and (max-width: 767px) {
  figcaption {
    font-size: 12px;
    line-height: 16px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h {
  margin: 0 0 10px;
  font-family: "SF Pro Display Bold", sans-serif;
  color: #000;
  position: relative;
}

h1, .h1 {
  font-size: 50px;
  line-height: 54px;
  font-weight: 800;
  margin: 0 0 16px;
}

h2, .h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 42px;
  color: #333;
}

h3, .h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
}

h4, .h4 {
  font-size: 24px;
  font-weight: 500;
}

h5, .h5 {
  font-size: 24px;
  font-weight: 500;
}

h6, .h6 {
  font-size: 20px;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #ED5248;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  transition: color 0.3s ease-in-out;
}
a:visited {
  text-decoration: none;
  color: #97342D;
}
a:hover, a:focus {
  text-decoration: underline;
  color: #97342D;
}

p {
  margin: 0;
  text-align: justify;
}
p:not(:last-child) {
  margin: 0 0 30px;
}
@media all and (max-width: 767px) {
  p:not(:last-child) {
    margin-bottom: 20px;
  }
}

.text {
  font-size: 24px;
  line-height: 28px;
  color: #1C1C1C;
}
@media all and (max-width: 767px) {
  .text {
    font-size: 18px;
    line-height: 24px;
  }
}

@media all and (max-width: 1024px) {
  h1, .h1 {
    font-size: 28px;
    line-height: 32px;
  }
  h2, .h2 {
    font-size: 24px;
    line-height: 30px;
  }
  h3, .h3 {
    font-size: 18px;
    line-height: 23px;
  }
  h4, .h4 {
    font-size: 16px;
    line-height: 24px;
  }
  h5, .h5 {
    font-size: 14px;
    line-height: 22px;
  }
  .text {
    font-size: 18px;
    line-height: 24px;
  }
  a {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 20px;
  }
}
.container, .container-sm, .container-md, .container-lg {
  margin: 0 auto;
  max-width: 1326px;
  width: 100%;
  padding: 0 18px;
}

.container-lg {
  max-width: 1396px;
}

.container-md {
  max-width: 1106px;
}

.container-sm {
  max-width: 886px;
}

.container-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m-t-100 {
  margin-top: 100px;
}
@media all and (max-width: 767px) {
  .m-t-100 {
    margin-top: 64px;
  }
}

.m-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media all and (max-width: 767px) {
  .m-100 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}

.mt-32 {
  margin-top: 32px;
}

.mb-56 {
  margin-bottom: 56px;
}

@media all and (max-width: 767px) {
  .container-flex {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.container-empty {
  height: 60px;
}

.btn {
  background: #333;
  color: #fff;
  outline: none;
  border: 2px solid #333;
  padding: 7px 20px;
  min-width: 44px;
  line-height: 1.3;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  transition: border 0.3s ease-in-out, color 0.3s ease-in-out, background 0.3s ease-in-out;
  font-size: 20px;
  border-radius: 6px;
}
.btn svg path {
  fill: #fff;
  transition: fill 0.3s ease-in-out;
}
@media all and (max-width: 767px) {
  .btn {
    font-size: 16px;
    justify-content: center;
  }
}
@media all and (max-width: 350px) {
  .btn {
    padding: 7px;
    width: 100%;
    text-align: center;
  }
}
.btn:active, .btn:focus, .btn:hover {
  color: #0000EE;
  background: #fff;
}
.btn:active svg path, .btn:focus svg path, .btn:hover svg path {
  fill: #0000EE;
}
.btn.btn-black {
  border: 2px solid #000;
  color: #000;
  background: transparent;
}
.btn.btn-black svg path {
  fill: #000;
}
.btn.btn-black:active, .btn.btn-black:focus, .btn.btn-black:hover {
  background: #000;
  color: #fff;
}
.btn.btn-black:active svg path, .btn.btn-black:focus svg path, .btn.btn-black:hover svg path {
  fill: #fff;
}
.btn.btn-grey {
  background: transparent;
  border: 2px solid #333;
  color: #333;
}
.btn.btn-grey svg path {
  fill: #333;
}
.btn.btn-grey:active, .btn.btn-grey:focus, .btn.btn-grey:hover {
  background: #333;
  color: white;
}
.btn.btn-grey:active svg path, .btn.btn-grey:focus svg path, .btn.btn-grey:hover svg path {
  fill: #fff;
}
.btn.btn-dark-grey {
  background: #333;
  border: 2px solid #333;
  color: #fff;
}
.btn.btn-dark-grey svg path {
  fill: #fff;
}
.btn.btn-dark-grey:active, .btn.btn-dark-grey:focus, .btn.btn-dark-grey:hover {
  background: #fff;
  color: #333;
}
.btn.btn-dark-grey:active svg path, .btn.btn-dark-grey:focus svg path, .btn.btn-dark-grey:hover svg path {
  fill: #333;
}
.btn.btn-sm {
  padding: 6.5px 12px;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  border-radius: 100px;
  font-family: "SF Pro Display Bold", sans-serif;
  text-decoration: none;
}
.btn.btn-lg {
  border-radius: 100px;
  padding: 16px 34px;
  font-size: 18px;
  font-weight: 600;
  height: 50px;
  text-decoration: none;
}
.btn.btn-lg-br {
  border-radius: 100px;
}
.btn svg {
  margin-right: 5px;
}
.btn.send {
  background: #0000EE url("../img/icon-send.svg") no-repeat;
  background-position: center;
}
.btn.back {
  border-radius: 100px;
  font-size: 18px;
  font-weight: 600;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=file],
textarea {
  width: 100%;
  height: 44px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  padding: 9px 14px;
  border: 1px solid #999;
  border-radius: 0;
  color: #1C1C1C;
  display: block;
  font-family: "SF Pro Display", sans-serif;
  outline: none;
  -webkit-appearance: none;
  background: transparent;
  transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  margin-right: 10px;
}
@media all and (min-width: 600px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=search],
  input[type=password],
  input[type=file],
  textarea {
    max-width: 100%;
  }
}
@media all and (max-width: 599px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=search],
  input[type=password],
  input[type=file],
  textarea {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=file]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #888;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=file]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888;
  -ms-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
input[type=file].placeholder,
textarea.placeholder {
  color: #888;
  transition: color 0.3s ease-in-out;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=file]:focus,
textarea:focus {
  border-color: #666;
}
input[type=text]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=file]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #333;
}
input[type=text]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=search]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=file]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 1;
  color: #333;
}
input[type=text]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
input[type=search]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
input[type=file]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #333;
}
input[type=text]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
input[type=search]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=file]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #333;
}
input[type=text]:focus.placeholder,
input[type=tel]:focus.placeholder,
input[type=email]:focus.placeholder,
input[type=search]:focus.placeholder,
input[type=password]:focus.placeholder,
input[type=file]:focus.placeholder,
textarea:focus.placeholder {
  color: #333;
}
input[type=text]:-webkit-autofill:active, input[type=text]:-webkit-autofill:focus, input[type=text]:-webkit-autofill:hover, input[type=text]:-webkit-autofill,
input[type=tel]:-webkit-autofill:active,
input[type=tel]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill:hover,
input[type=tel]:-webkit-autofill,
input[type=email]:-webkit-autofill:active,
input[type=email]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill:hover,
input[type=email]:-webkit-autofill,
input[type=search]:-webkit-autofill:active,
input[type=search]:-webkit-autofill:focus,
input[type=search]:-webkit-autofill:hover,
input[type=search]:-webkit-autofill,
input[type=password]:-webkit-autofill:active,
input[type=password]:-webkit-autofill:focus,
input[type=password]:-webkit-autofill:hover,
input[type=password]:-webkit-autofill,
input[type=file]:-webkit-autofill:active,
input[type=file]:-webkit-autofill:focus,
input[type=file]:-webkit-autofill:hover,
input[type=file]:-webkit-autofill,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill {
  -webkit-text-fill-color: #1C1C1C;
  -webkit-box-shadow: 0 0 0 36px #1C1C1C inset;
}

textarea {
  width: 100%;
  height: 60px;
  resize: none;
  vertical-align: top;
  padding: 9px 14px;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  cursor: pointer;
  border-radius: 6px;
  -webkit-appearance: none;
}

label {
  margin-bottom: 2px;
  display: block;
  color: #666;
  font-size: 12px;
}

.error {
  position: relative;
}
.error label {
  color: #ED5248;
}
.error input[type=text],
.error input[type=tel],
.error input[type=email],
.error input[type=search],
.error input[type=password],
.error input[type=file],
.error textarea {
  border-color: #ED5248;
  color: #ED5248;
}

.error-message {
  background: #ED5248;
  color: #fff;
  font-size: 11px;
  padding: 1px 8px;
  margin-top: 11px;
  position: absolute;
}
.error-message:before {
  content: "";
  display: block;
  border-bottom: 9px solid #ED5248;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  margin-top: -9px;
  width: 9px;
}

.custom-checkbox input {
  display: none;
}
.custom-checkbox a {
  margin: 0 5px;
  font-size: 14px;
}
.custom-checkbox label {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  padding-left: 36px;
  font-size: 14px;
  color: #1C1C1C;
}
.custom-checkbox label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #aaa;
  position: absolute;
  left: 0;
  top: 0;
}
.custom-checkbox label:hover:before {
  border-color: #333;
}
.custom-checkbox label a {
  color: #ED5248;
}
.custom-checkbox label a:hover {
  color: #1C1C1C;
  text-decoration: underline;
}
.custom-checkbox input:checked + label:before {
  background: #ED5248;
  border-color: #ED5248;
}
.custom-checkbox input:checked + label:after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 9px;
}

blockquote {
  font-size: 16px;
  font-family: "SF Pro Display Bold", sans-serif;
  text-align: center;
  color: #fff;
  margin: 0 0 43px;
  font-weight: 400;
  line-height: 1.7;
  position: relative;
  padding: 62px 0 0;
}
blockquote .icon-left-quote {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  top: 0;
}
blockquote q {
  opacity: 0.85;
}
blockquote q:not(:last-child) {
  margin: 0 0 45px;
  display: block;
}
blockquote q:after, blockquote q:before {
  content: none;
}
blockquote cite {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  text-transform: uppercase;
  font-family: "SF Pro Display", sans-serif;
  font-size: 14px;
}
blockquote cite:not(:last-child) {
  margin: 0 0 10px;
}

.row {
  margin: 0 0 30px;
}
@media all and (min-width: 600px) {
  .row {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.col-sm {
  width: 25%;
  padding: 0 15px;
}

.col-md {
  width: 33.3333333333%;
  padding: 0 15px;
  display: flex;
}

.col-lg {
  width: 66.6666666667%;
  padding: 0 15px;
}

@media all and (max-width: 1024px) {
  .col-sm {
    width: 50%;
  }
  .row {
    margin: 0 0 20px;
  }
}
@media all and (max-width: 767px) {
  .col-sm, .col-lg, .col-md {
    width: 100%;
  }
}
.input-row {
  margin: 0 -16px 15px;
  display: flex;
  flex-wrap: wrap;
}
.input-row:last-of-type {
  margin-bottom: 0;
}
.input-row:last-of-type .input-col-lg {
  margin-bottom: 0;
}

.input-col-md {
  width: 50%;
  padding: 0 16px;
  margin: 0 0 35px;
}

.input-col-lg {
  width: 100%;
  padding: 0 16px;
  margin: 0 0 35px;
}

@media all and (max-width: 767px) {
  .input-col-md {
    width: 100%;
  }
}
.modal-content {
  background-color: #fefefe !important;
  border-radius: 6px;
  padding-bottom: 30px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.modal-content .close {
  line-height: 20px;
}
.modal-content .close:hover {
  color: #000;
}
.modal-content h1, .modal-content h2, .modal-content h3, .modal-content h4 {
  margin: 15px 0 10px !important;
}
.modal-content p {
  margin: 0;
  text-align: center;
}

.section-banner {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 100%;
}
.section-banner h1 {
  margin-bottom: 32px;
}
@media all and (max-width: 767px) {
  .section-banner h1 {
    margin-bottom: 22px;
  }
}

.link {
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}
.link:hover {
  text-decoration: underline;
}
.link svg {
  margin-left: 8px;
}

.banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
@media all and (max-width: 767px) {
  .banner {
    flex-wrap: wrap;
    margin-top: 0;
  }
}

.banner-info {
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
@media all and (min-width: 768px) {
  .banner-info {
    width: 40%;
    flex-basis: 40%;
  }
}
@media all and (max-width: 767px) {
  .banner-info {
    order: 2;
  }
}
.banner-info .row {
  justify-content: flex-start;
}
@media all and (min-width: 600px) {
  .banner-info .row input[type=text] {
    max-width: 380px;
  }
}

@media all and (min-width: 768px) {
  .banner-animation {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 60%;
    width: 60%;
    min-height: 444px;
  }
}
@media all and (max-width: 1280px) {
  .banner-animation {
    min-height: 320px;
  }
}
@media all and (max-width: 1023px) {
  .banner-animation {
    min-height: 240px;
  }
}
@media all and (min-width: 1185px) {
  .banner-animation img {
    max-width: none;
  }
}
@media all and (max-width: 767px) {
  .banner-animation {
    order: 1;
    margin: 0 auto 25px;
    min-height: 0;
  }
}

.count {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
@media all and (min-width: 768px) {
  .count {
    display: flex;
    margin: 80px 0;
  }
}
.count .h1 {
  color: #333;
  margin-bottom: 4px;
  display: inline-block;
}
@media all and (min-width: 768px) {
  .count .h1 {
    margin-bottom: 10px;
  }
}
.count li {
  margin-bottom: 20px;
  margin-right: 40px;
  text-align: center;
}
@media all and (min-width: 768px) {
  .count li {
    margin-right: 5%;
    margin-bottom: 0;
    max-width: 250px;
  }
}
.count p {
  text-align: center;
}

.partners p {
  font-size: 16px;
  color: #666;
}
.partners ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 767px) {
  .partners ul {
    justify-content: flex-start;
    overflow: auto;
  }
}
.partners ul li {
  margin: 12px 25px;
}
@media all and (max-width: 767px) {
  .partners ul li {
    margin: 12px 10px;
    flex-shrink: 0;
  }
}
@media all and (max-width: 767px) {
  .partners ul li img {
    max-height: 36px;
    max-width: 100px;
  }
}

.photo {
  margin-top: 20px;
}
.photo img {
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  height: 100%;
  font-family: "object-fit: cover;";
}

.grey-card {
  background: #f4f4f4;
  padding: 20px;
}
.grey-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 768px) {
  .grey-card ul li {
    width: 50%;
  }
}
.grey-card ul li a {
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
}
.grey-card ul li a:hover {
  text-decoration: underline;
}
.grey-card ul li a svg {
  margin-left: 8px;
}

.team-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.team-list > li {
  margin: 0 15px 30px;
}
@media all and (min-width: 768px) {
  .team-list > li {
    flex-basis: calc(50% - 30px);
  }
}
@media all and (min-width: 1024px) {
  .team-list > li {
    flex-basis: calc(33% - 30px);
  }
}

.member {
  display: flex;
}
.member .member-ava {
  margin-right: 20px;
  border-radius: 6px;
  overflow: hidden;
  width: 100px;
  height: 120px;
  flex-shrink: 0;
  position: relative;
}
.member .member-ava img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.member .member-info .h4 {
  margin: 10px 0;
}
.member .member-info p {
  margin: 12px 0;
  text-align: left;
}
@media all and (max-width: 1023px) {
  .member.big {
    display: block;
  }
}
.member.big .member-ava {
  width: 190px;
  height: 190px;
}
@media all and (max-width: 1023px) {
  .member.big .member-ava {
    margin: 0 auto 20px;
  }
}
@media all and (max-width: 500px) {
  .member.big .member-ava {
    width: 100%;
    height: 200px;
  }
}
.member.big .member-info .h3 {
  color: #333;
}
.member.big .member-info .h4 {
  font-family: "SF Pro Display", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.member.big .member-info p {
  font-size: 16px;
  margin-bottom: 0px;
  text-align: justify;
}

.social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.social li {
  display: inline-block;
  margin-right: 16px;
}
.social li a svg path {
  transition: fill 0.3s ease-in-out;
}
.social li a:hover svg path {
  fill: #000;
}
.social.bigger svg path {
  fill: #333;
}

.arrow-down {
  color: #666;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
}
.arrow-down:hover {
  color: #666;
  text-decoration: underline;
}
.arrow-down svg {
  transform: rotate(90deg);
  margin-left: 6px;
}
.arrow-down svg path {
  fill: #666;
}

.feature .feature-box {
  margin-bottom: 30px;
}
.feature .two-columns-item {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
}
@media all and (min-width: 768px) {
  .feature .two-columns-item.order {
    order: 1;
  }
}
.feature .two-columns-item .two-columns-item-info {
  max-width: 475px;
}
.feature .two-columns-item .two-columns-item-info > img {
  margin-bottom: 26px;
}
@media all and (max-width: 767px) {
  .feature .two-columns-item .two-columns-item-info > img {
    margin-bottom: 15px;
  }
}
.feature .two-columns-item .two-columns-item-info p,
.feature .two-columns-item .two-columns-item-info .h3,
.feature .two-columns-item .two-columns-item-info .h1 {
  margin-bottom: 8px;
}
.feature .two-columns-item .two-columns-item-info .h3 {
  color: #666;
}
.feature .two-columns-item .two-columns-item-info p {
  font-size: 18px;
}
@media all and (max-width: 767px) {
  .feature .two-columns-item .two-columns-item-info p {
    font-size: 14px;
  }
}
.feature .two-columns-item .two-columns-item-info a {
  text-decoration: none;
}

.read-more {
  color: #ED5248;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 20px;
}
.read-more:hover {
  text-decoration: underline;
  color: #ED5248;
}
.read-more img {
  margin-left: 9px;
}
@media all and (max-width: 767px) {
  .read-more {
    font-size: 16px;
  }
}

.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .feature-list {
    max-height: 370px;
  }
}
@media all and (min-width: 768px) {
  .feature-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.feature-list li {
  display: flex;
  margin: 40px 0 20px;
}
@media all and (min-width: 768px) {
  .feature-list li {
    width: 48%;
  }
}
.feature-list .feature-list-icon {
  margin-right: 32px;
  min-width: 76px;
}
@media all and (min-width: 768px) {
  .feature-list .feature-list-info {
    max-width: 410px;
  }
}
.feature-list .feature-list-info p,
.feature-list .feature-list-info .h2 {
  margin-bottom: 4px;
}
.feature-list .feature-list-info p {
  font-size: 18px;
  padding-right: 10px;
}
@media all and (max-width: 767px) {
  .feature-list .feature-list-info p {
    font-size: 14px;
    line-height: 18px;
  }
}
.feature-list + a {
  margin: 20px 0;
  text-decoration: none;
}
@media all and (min-width: 350px) {
  .feature-list + a {
    margin-left: 108px;
  }
}

.post {
  margin-bottom: 60px;
}
@media all and (max-width: 767px) {
  .post {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
    padding: 20px 14px;
    background: #fff;
    margin: 0 -14px 10px;
  }
}
@media all and (min-width: 768px) {
  .post {
    display: flex;
    align-items: center;
  }
}
.post .post-img {
  height: 155px;
  position: relative;
}
@media all and (max-width: 767px) {
  .post .post-img {
    margin-bottom: 10px;
  }
}
@media all and (min-width: 768px) {
  .post .post-img {
    order: 2;
    flex-basis: 50%;
    flex-shrink: 0;
    height: 390px;
  }
}
.post .post-img img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.post .post-info {
  background: #fff;
}
@media all and (min-width: 768px) {
  .post .post-info {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
    padding: 30px;
    flex-basis: 70%;
    margin-right: -20%;
    position: relative;
    z-index: 1;
  }
}
.post .post-info .date {
  margin-bottom: 10px;
  display: block;
  font-size: 15px;
  line-height: 16px;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .post .post-info .date {
    font-size: 11px;
  }
}
.post .post-info .h2 {
  color: #000;
  font-size: 30px;
}
.post .post-info p {
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .post .post-info p {
    margin-bottom: 10px;
  }
}
.post .post-info a {
  text-decoration: none;
}
.post .post-info a:hover {
  text-decoration: underline;
}

.post.first {
  position: relative;
  margin-top: 50px;
}
@media all and (min-width: 768px) {
  .post.first .post-img {
    flex-basis: 100%;
    height: 500px;
    order: 1;
  }
}
@media all and (min-width: 768px) {
  .post.first .post-info {
    margin-right: 0;
    margin-left: 10%;
    position: absolute;
    width: 59%;
    bottom: -40px;
  }
}

.ground {
  background: #f3f3f3;
  margin-top: -180px;
  padding-top: 200px;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .ground {
    padding-top: 146px;
  }
}

.ground-list {
  background: #f3f3f3;
  margin-top: -100px;
  padding-top: 120px;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .ground-list {
    padding-top: 90px;
  }
}

.author {
  display: flex;
  margin: 20px 20px 20px 20px;
}
.author .member-ava {
  margin-right: 20px;
  border-radius: 6px;
  overflow: hidden;
  width: 100px;
  height: 120px;
  flex-shrink: 0;
  position: relative;
}
.author .member-ava img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.author .member-info .h4 {
  margin: 10px 0;
}
.author .member-info p {
  margin: 12px 0;
}
@media all and (max-width: 1023px) {
  .author.big {
    display: block;
  }
}
.author.big .member-ava {
  width: 190px;
  height: 190px;
}
@media all and (max-width: 1023px) {
  .author.big .member-ava {
    margin: 0 auto 20px;
  }
}
@media all and (max-width: 500px) {
  .author.big .member-ava {
    width: 100%;
    height: 200px;
  }
}
.author.big .member-info .h3 {
  color: #333;
}
.author.big .member-info .h4 {
  font-family: "SF Pro Display", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.author.big .member-info p {
  font-size: 16px;
  margin-bottom: 0px;
}

/* blog navbar */
ul.blog-nav {
  padding: 10px 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  list-style: none;
  display: inline-block;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 500px) {
  ul.blog-nav {
    width: 290px;
  }
}
ul.blog-nav li {
  display: inline-block;
  margin-left: 16px;
  height: 25px;
  position: relative;
}
@media all and (max-width: 500px) {
  ul.blog-nav li {
    margin-right: 16px;
    margin-left: 0px;
  }
}
ul.blog-nav li:hover {
  transform: scale(1.3);
}
ul.blog-nav li a {
  display: inline-block;
}
ul.blog-nav li a svg path {
  transition: fill 0.3s ease-in-out;
}
ul.blog-nav li a:hover svg path {
  fill: #777777;
}
ul.blog-nav li.category {
  display: inline-block;
  margin-right: 16px;
  margin-left: 16px;
}
@media all and (min-width: 500px) {
  ul.blog-nav li.category {
    margin-left: 16px;
    margin-right: 0px;
  }
}
ul.blog-nav li.category:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}
ul.blog-nav li.first {
  margin-left: 0px;
}
ul.blog-nav li.last {
  margin-right: 0px;
}

/* categories select field in blog navbar */
.styled-select {
  background-color: #ffffff;
  border: 2px solid #000;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  top: 5px;
  width: 200px;
  border-radius: 100px;
  display: inline-block;
}
.styled-select select {
  display: inline-block;
  font-family: "SF Pro Display Bold", sans-serif;
  font-size: 15px;
  padding: 6.5px 12px;
  z-index: 9999;
  cursor: pointer;
  background: transparent;
  border: none;
  width: 100%;
  max-width: none !important;
  -webkit-appearance: none;
}
.styled-select select:focus {
  outline: none;
  box-shadow: none !important;
}
.styled-select select option {
  line-height: 30px;
}

/* Social share container */
.share-container {
  width: 120px;
  height: 80px;
  background: transparent;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
  transform: rotateX(0deg);
  transform-style: preserve-3d;
}
.share-container:hover {
  transform: rotateX(-180deg);
}
.share-container .front {
  box-sizing: border-box;
  width: 120px;
  height: 40px;
  font-family: "SF Pro Display Bold", sans-serif;
  background: #eee;
  border-radius: 25px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  backface-visibility: hidden;
  z-index: 2;
  transform: rotateX(0deg);
  background-repeat: no-repeat;
  color: #212c3f;
}
.share-container .back {
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 6px;
  position: absolute;
  background: #fff;
  backface-visibility: hidden;
  transform: rotateX(180deg);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.share-container .back .twitter, .share-container .back .facebook, .share-container .back .linkedin {
  width: 36px;
  height: 36px;
  background: #f00;
  border-radius: 3px;
  transition: background-color 0.3s ease;
}
.share-container .back .twitter:hover, .share-container .back .facebook:hover, .share-container .back .linkedin:hover {
  cursor: pointer;
}
.share-container .back .twitter {
  background-color: #55acee;
  padding-top: 5px;
}
.share-container .back .twitter:hover {
  background-color: #2795e9;
}
.share-container .back .facebook {
  background-color: #3b5998;
  padding-top: 5px;
}
.share-container .back .facebook:hover {
  background-color: #2d4373;
}
.share-container .back .linkedin {
  background-color: #3f729b;
  padding-top: 5px;
}
.share-container .back .linkedin:hover {
  background-color: #305777;
}

.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li {
  margin: 0 13px;
}
.pagination li a {
  color: #333;
  text-decoration: none;
}
.pagination li a:active, .pagination li a:hover {
  color: #333;
  text-decoration: underline;
}
.pagination li.prev svg {
  transform: rotate(180deg);
  margin-right: 6px;
}
.pagination li.prev svg path {
  fill: #333;
}
@media all and (min-width: 768px) {
  .pagination li.prev {
    margin-right: 45px;
  }
}
@media all and (max-width: 767px) {
  .pagination li.prev a {
    font-size: 0;
    line-height: 0;
  }
}
.pagination li.next svg {
  margin-left: 6px;
}
.pagination li.next svg path {
  fill: #333;
}
@media all and (min-width: 768px) {
  .pagination li.next {
    margin-left: 45px;
  }
}
@media all and (max-width: 767px) {
  .pagination li.next a {
    font-size: 0;
    line-height: 0;
  }
}
.pagination li.disabled a {
  color: #999;
  pointer-events: none;
}
.pagination li.disabled svg path {
  fill: #999 !important;
}

.white-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 40px;
  margin: 30px 0;
}
@media all and (max-width: 767px) {
  .white-box {
    padding: 20px;
  }
}
@media all and (min-width: 768px) {
  .white-box {
    display: flex;
    align-items: center;
  }
}

.subscribe > div {
  margin-bottom: 24px;
}
@media all and (min-width: 768px) {
  .subscribe > div {
    margin-bottom: 0;
  }
}
.subscribe p {
  font-size: 18px;
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .subscribe p {
    font-size: 14px;
  }
}
.subscribe form {
  flex: 1 0 auto;
}
.subscribe form .row {
  margin-bottom: 0;
  justify-content: flex-end;
}

.mb0 {
  margin-bottom: 0;
}

.blog-subscribe {
  background: url("/static/img/newsletter-blog.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 50%;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  margin-top: 50px;
}
.blog-subscribe .blog-subscribe-content {
  padding: 40px 40px;
  width: 100%;
}
.blog-subscribe .blog-subscribe-content h2 {
  font-size: 30px;
  font-weight: 800;
  line-height: 42px;
  color: #333;
  text-align: center;
}
.blog-subscribe .blog-subscribe-content p:not(:last-child) {
  margin: 0 0 10px;
  text-align: center;
}
.blog-subscribe .blog-subscribe-content .title {
  font-size: 15px;
  text-transform: uppercase;
}
.blog-subscribe .blog-subscribe-content .info {
  margin-bottom: 30px !important;
  font-size: 13px;
  text-align: justify !important;
}
.blog-subscribe .blog-subscribe-content .blog-subscribe-form, .blog-subscribe .blog-subscribe-content .blog-unsubscribe-form {
  margin-top: 30px;
  position: relative;
  z-index: 1000;
}
.blog-subscribe .blog-subscribe-content .blog-subscribe-form input[type=text], .blog-subscribe .blog-subscribe-content .blog-unsubscribe-form input[type=text] {
  background-color: transparent;
  color: #333;
  border: none;
  border-bottom: 1px solid #777;
}
.blog-subscribe .blog-subscribe-content .blog-subscribe-form input[type=submit], .blog-subscribe .blog-subscribe-content .blog-unsubscribe-form input[type=submit] {
  background: #333;
  border: 2px solid #333;
  border-radius: 100px;
  color: #fff;
}
.blog-subscribe .blog-subscribe-content .blog-subscribe-form input[type=submit] svg path, .blog-subscribe .blog-subscribe-content .blog-unsubscribe-form input[type=submit] svg path {
  fill: #fff;
}
.blog-subscribe .blog-subscribe-content .blog-subscribe-form input[type=submit]:active, .blog-subscribe .blog-subscribe-content .blog-subscribe-form input[type=submit]:focus, .blog-subscribe .blog-subscribe-content .blog-subscribe-form input[type=submit]:hover, .blog-subscribe .blog-subscribe-content .blog-unsubscribe-form input[type=submit]:active, .blog-subscribe .blog-subscribe-content .blog-unsubscribe-form input[type=submit]:focus, .blog-subscribe .blog-subscribe-content .blog-unsubscribe-form input[type=submit]:hover {
  background: transparent;
  color: #333;
}
.blog-subscribe .blog-subscribe-content .blog-subscribe-form input[type=submit]:active svg path, .blog-subscribe .blog-subscribe-content .blog-subscribe-form input[type=submit]:focus svg path, .blog-subscribe .blog-subscribe-content .blog-subscribe-form input[type=submit]:hover svg path, .blog-subscribe .blog-subscribe-content .blog-unsubscribe-form input[type=submit]:active svg path, .blog-subscribe .blog-subscribe-content .blog-unsubscribe-form input[type=submit]:focus svg path, .blog-subscribe .blog-subscribe-content .blog-unsubscribe-form input[type=submit]:hover svg path {
  fill: #333;
}
.blog-subscribe .blog-subscribe-content .unsubscribe-section {
  display: flex;
  justify-content: right;
}
.blog-subscribe .blog-subscribe-content .unsubscribe-section label[for=blog_unsubscribe_newsletter] {
  margin-bottom: 0;
  font-size: 13px;
}

.rss {
  position: absolute;
  margin-top: -10px;
  margin-left: 5px;
}

.government-working-group {
  background: #F3F3F3;
  border: 1px solid #DDDDDD;
  padding: 0 19px;
}
.government-working-group + .government-working-group {
  margin-top: -1px;
}

@media all and (min-width: 768px) {
  .gwg-columns {
    display: flex;
    justify-content: space-around;
  }
}
@media all and (min-width: 768px) {
  .gwg-columns .gwg-columns-item {
    width: 26.5%;
  }
}

.gwg-card {
  margin-bottom: 35px;
}
.gwg-card .gwg-card-img {
  width: 100%;
  height: 160px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 16px;
}
.gwg-card .gwg-card-img a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.gwg-card .gwg-card-info p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
  color: #000;
}
@media all and (min-width: 768px) {
  .gwg-card .gwg-card-info p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
.gwg-card .gwg-card-info a {
  text-decoration: none;
  font-size: 14px;
}
.gwg-card .gwg-card-info a:hover {
  text-decoration: underline;
}
@media all and (min-width: 768px) {
  .gwg-card .gwg-card-info a {
    font-size: 16px;
  }
}

@media all and (min-width: 768px) {
  .gwg-two-cols {
    display: flex;
  }
}
.gwg-two-cols .gwg-two-cols-text {
  color: #333;
  position: relative;
  z-index: 1;
}
@media all and (min-width: 768px) {
  .gwg-two-cols .gwg-two-cols-text {
    flex-basis: 65%;
    padding: 35px 30px 0;
  }
}
.gwg-two-cols .gwg-two-cols-img {
  margin-right: -19px;
  height: 180px;
  position: relative;
  margin-top: 30px;
}
@media all and (min-width: 768px) {
  .gwg-two-cols .gwg-two-cols-img {
    flex-basis: 60%;
    margin-left: -15%;
    margin-top: 0;
    height: 260px;
  }
}
.gwg-two-cols .gwg-two-cols-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.image-to-corners {
  background: #f4f4f4;
  align-items: flex-end;
}
@media all and (min-width: 768px) {
  .image-to-corners {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
    display: flex;
  }
}
.image-to-corners .image-to-corners-info {
  padding: 15px 12px;
}
@media all and (min-width: 768px) {
  .image-to-corners .image-to-corners-info {
    padding: 40px;
    width: 50%;
  }
}
@media all and (min-width: 768px) {
  .image-to-corners .image-to-corners-img {
    width: 50%;
    margin-top: 20px;
    max-height: 240px;
  }
}
.image-to-corners .image-to-corners-img img {
  width: 100%;
  height: auto;
}

.article-bread-crumbs {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.article-bread-crumbs li {
  padding: 0 22px;
  margin-bottom: 10px;
  position: relative;
  font-size: 16px;
  color: #666;
}
.article-bread-crumbs li:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #ccc;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.article-bread-crumbs li:last-of-type:after {
  display: none;
}

.article h3 {
  color: #444;
}

.article h1, .article h2, .article h3, .article h4, .article h5, .article h6, .article img {
  margin: 20px 0;
}
.article pre {
  margin: 50px 0;
}
.article p:not(:last-child) {
  margin: 0 0 20px;
}

.more-posts-bottom {
  margin-top: 40px;
  padding-top: 1px;
  margin-bottom: -30px;
  padding-bottom: 60px;
  background: #f4f4f4;
}

.message_404_500 {
  height: 550px;
  text-align: center;
  padding-top: 200px;
}

.post .post-info a:hover {
  text-decoration: none;
}

.faq-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .faq-list {
    max-height: 370px;
  }
}
@media all and (min-width: 768px) {
  .faq-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.faq-list li {
  display: flex;
  margin: 40px 0 20px;
  padding: 0px 5%;
}
@media all and (min-width: 768px) {
  .faq-list li {
    width: 50%;
  }
}
.faq-list .faq-list-icon {
  margin-right: 32px;
  min-width: 76px;
}
@media all and (min-width: 768px) {
  .faq-list .faq-list-info {
    max-width: 410px;
  }
}
.faq-list .faq-list-info p,
.faq-list .faq-list-info .h2 {
  margin-bottom: 4px;
}
.faq-list .faq-list-info p {
  font-size: 18px;
  padding-right: 10px;
}
@media all and (max-width: 767px) {
  .faq-list .faq-list-info p {
    font-size: 14px;
    line-height: 18px;
  }
}
.faq-list + a {
  margin: 20px 0;
  text-decoration: none;
}
@media all and (min-width: 350px) {
  .faq-list + a {
    margin-left: 108px;
  }
}

.transition, .accord-list .accord-item i:before, .accord-list .accord-item i:after, .accord-list .accord-item .block-paragraph {
  transition: all 0.25s ease-in-out;
}

.flipIn, .accord-list .accord-item {
  animation: flipdown 0.5s ease both;
}

.no-select, .accord-title {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.accord-wrapper {
  min-height: 0;
  display: inline-block;
  position: relative;
  left: 50%;
  margin: 0;
  transform: translate(-50%, 0);
  box-shadow: 0 10px 0 0 #333 inset;
  background-color: #fefffa;
  max-width: 100%;
  padding: 10px 30px 30px 30px;
}
@media (max-width: 550px) {
  .accord-wrapper {
    box-sizing: border-box;
    transform: translate(0, 0);
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    left: 0;
  }
}

.accord-list {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.accord-list .accord-item {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 18px;
  padding-top: 18px;
  border-top: 1px dotted #dce7eb;
  animation-delay: 0.5s;
}
.accord-list .accord-item:last-of-type {
  padding-bottom: 18px;
}
.accord-list .accord-item i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
  z-index: 99;
}
.accord-list .accord-item i:before, .accord-list .accord-item i:after {
  content: "";
  position: absolute;
  background-color: #333;
  width: 3px;
  height: 9px;
}
.accord-list .accord-item i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.accord-list .accord-item i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.accord-list .accord-item input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.accord-list .accord-item input[type=checkbox]:checked ~ .block-paragraph {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.accord-list .accord-item input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.accord-list .accord-item input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
.accord-list .accord-item .accord-title {
  color: #333;
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 1px;
  display: block;
  background-color: #fefffa;
  margin: 0;
  cursor: pointer;
}
.accord-list .accord-item .block-paragraph {
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
.subscribe-page-content {
  margin-top: 7%;
  margin-bottom: 7%;
}

.two-columns-item.subscribe-page-info {
  display: flex;
  padding-top: 80px;
}
.two-columns-item.subscribe-page-form {
  display: flex;
}
.two-columns-item.subscribe-page-form .blog-subscribe {
  border-radius: 0;
  box-shadow: none;
}
.two-columns-item.subscribe-page-form .blog-subscribe .blog-subscribe-form .unsubscribe {
  display: flex;
  justify-content: center;
  font-size: 14px;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.main {
  position: relative;
  z-index: 1;
  padding-top: 120px;
}
@media all and (max-width: 1023px) {
  .main {
    padding-top: 64px;
  }
}

.flex-box {
  margin-bottom: 25px;
}
@media all and (min-width: 768px) {
  .flex-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .flex-box p {
    margin-bottom: 0;
    font-size: 18px;
  }
}

.flex {
  display: flex;
}

.v-center {
  align-items: center;
}

.t-center {
  text-align: center;
}
.t-center img {
  margin: 0 auto;
}
.t-center p {
  text-align: center;
}

@media all and (max-width: 767px) {
  .m-centered {
    display: flex;
    justify-content: center;
  }
}

.centered {
  display: flex;
  justify-content: center;
}

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

.red {
  color: #ED5248;
}

.grey {
  color: #333;
}
.grey:hover {
  color: #333;
}

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

.separator {
  margin: 50px auto;
  height: 1px;
  background: #aaa;
  width: 190px;
}
@media all and (max-width: 767px) {
  .separator {
    margin: 32px auto;
  }
}
.separator.alt {
  background: transparent;
}

.dark-black-bg {
  background: #111;
  padding: 48px 0;
  color: #fff;
}
@media all and (min-width: 1024px) {
  .dark-black-bg {
    padding: 96px 0;
  }
}
.dark-black-bg h4,
.dark-black-bg h3,
.dark-black-bg h2 {
  color: #fff;
}

.grey-bg {
  background: #F4F4F4;
  padding: 10px 0;
}

.gradient {
  position: relative;
}
.gradient:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 400px;
  bottom: 100%;
  z-index: -1;
  background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f4f4f4",GradientType=0 );
}

.indent {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media all and (max-width: 767px) {
  .indent {
    margin-bottom: 24px;
  }
}

.inner-indent {
  padding-bottom: 40px;
}

.mobile-controls {
  position: relative;
}

@media all and (max-width: 767px) {
  .mobile-hidden {
    display: none !important;
  }
}
@media all and (min-width: 768px) {
  .desktop-hidden {
    display: none !important;
  }
}
.text-block.bottom-text {
  display: table;
  margin: 0 auto;
}

.text-block {
  max-width: 850px;
  margin-bottom: 50px !important;
}
.text-block .h1 {
  max-width: 740px;
}
.text-block .h1 + p {
  font-size: 18px;
}

.upper {
  text-transform: uppercase;
  color: #444;
  font-size: 24px;
  line-height: 16px;
}

.body_extra_large {
  font-size: 24px;
  line-height: 28px;
  color: #333;
}
@media all and (max-width: 767px) {
  .body_extra_large {
    font-size: 18px;
    line-height: 24px;
  }
}

.ckan-git {
  margin-top: 0px !important;
  background: white;
  flex: 0 0 440px;
  border: 1px solid #ebebed;
  margin: 0px 5%;
  padding: 10px;
  border-radius: 4px;
  position: relative;
  margin-top: 50px;
}

.ckan-git-repo-text {
  color: #5b626c;
  font-size: 14px;
  padding: 3px;
  margin-top: 4px;
  text-align: justify;
}

.ckan_git_link {
  text-decoration: none;
}

.powering_text {
  font-size: 20px !important;
}

.modal__title {
  color: #333 !important;
}

.modal__btn-primary {
  background-color: #333 !important;
}

.modal__btn {
  float: left;
}

.modal__container .modal__content {
  margin-bottom: 1rem;
}

.modal__content textarea {
  height: 80px;
}

.modal__footer {
  width: 50%;
  height: 30px;
}

.modal__container {
  overflow-x: hidden;
}

.contactFormError::-webkit-input-placeholder {
  color: rgb(216, 106, 106) !important;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  height: 30%;
  text-align: center;
}

.modal-content h4 {
  margin-top: 50px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #0000EE;
  text-decoration: none;
  cursor: pointer;
}

.footer {
  margin-bottom: -40px;
}
.footer #contact {
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0.07em;
  color: #555;
  text-decoration: none;
}

#extension-link {
  text-decoration: none;
}
#extension-link p {
  color: #111;
}

.developers,
.stewards {
  margin-top: 40px;
}

.developers {
  padding-bottom: 0px;
}

.former {
  margin-top: 60px;
  margin-bottom: 60px;
}

.government-working-group {
  padding-top: 50px;
}

.feature-list li {
  padding: 0px 5%;
}

.skan-for-card-block:hover {
  cursor: pointer;
}

.quotes-slider.top {
  margin: 90px 0px !important;
}

input[type=text]:-webkit-autofill {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

#stewards {
  height: 90px;
}

.commercial-title {
  padding-top: 40px;
  font-weight: 300;
  font-size: 28px;
}

.commercial-subtitle {
  padding-top: 20px;
  font-size: 18px;
}

.commercial-item {
  padding: 10px;
  background-color: #fff;
  border: 1px solid rgb(248, 248, 248);
  position: relative;
  padding-bottom: 40px;
}

.commercial-item-dummy {
  border: none;
}

.commercial-items {
  padding: 30px 0px 60px 0px;
}

.commercial-info {
  padding-left: 30px;
  padding-bottom: 30px;
}
.commercial-info a:hover {
  text-decoration: none !important;
}

.commercial-name {
  color: #c0392b;
}

.commercial-level {
  padding-top: 10px;
  font-size: 14px;
  color: #999;
  font-style: italic;
}

.commercial-about {
  padding-top: 25px;
  color: #767676;
  font-size: 16px;
  text-align: justify;
}

.commercial-bottom {
  padding: 10px 0 10px 30px;
  position: absolute;
  color: #999;
  font-size: 16px;
  bottom: 0px;
  width: 95%;
  border-top: 1px solid rgb(248, 248, 248);
}

.commercial-details {
  color: #c0392b;
  font-size: 16px;
  display: block;
  float: right;
  margin-right: 30px;
}

.commercial-details:hover {
  color: #c0392b;
  text-decoration: none !important;
}

.commercial-date {
  float: left;
}

.middle-page-table {
  display: table;
  margin: 0 auto;
}

.schedule-chat-contact #contact,
.speak-with-us-home #contact,
.webinar-contact #contact,
.ask-question #contact {
  font-size: 0;
  display: inline-flex;
  width: 210px;
  height: 50px;
  text-decoration: none;
  color: white;
  background: #333;
  color: #fff;
  outline: none;
  border: 2px solid #333;
  padding: 7px 20px;
  line-height: 1.3;
  cursor: pointer;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  transition: border 0.3s ease-in-out, color 0.3s ease-in-out, background 0.3s ease-in-out;
  border-radius: 100px;
}
.schedule-chat-contact #contact:hover,
.speak-with-us-home #contact:hover,
.webinar-contact #contact:hover,
.ask-question #contact:hover {
  background: #fff;
  color: #333;
}
.schedule-chat-contact #contact:after,
.speak-with-us-home #contact:after,
.webinar-contact #contact:after,
.ask-question #contact:after {
  font-size: 16px;
  font-weight: 400;
  font-size: 20px;
}

.schedule-chat-contact #contact:after {
  content: "Schedule a chat";
}

.speak-with-us-home #contact:after {
  content: "Schedule a meeting";
}

.webinar-contact #contact:after {
  content: "Get an invite";
}

.ask-question #contact:after {
  content: "Ask a question";
}

#stewards_link {
  font-size: 20px;
}

.speak-with-us a,
.get-started a,
.block-paragraph a {
  font-size: 20px;
}

.banner-info a,
.speak-with a {
  font-size: 20px;
}
.banner-info .text,
.speak-with .text {
  font-size: 20px;
  line-height: 26px;
}

.feature-img {
  transform: scale(0.8);
}

.card.commercial img {
  box-shadow: none;
}

input.waiting[type=text] {
  background: url("../img/spin.gif") no-repeat;
  background-position: right 10px top 6px;
}

#let_us_know {
  margin-bottom: 0px;
}

#let_us_know + .row {
  display: inline-block;
}
#let_us_know + .row a {
  font-size: 0px;
}
#let_us_know + .row a:after {
  content: "let us know";
  font-size: 20px;
}

.social #link {
  background: url("../img/Globe.svg") no-repeat;
  display: block;
  width: 20px;
  height: 20px;
}
.social #link:hover {
  background: url("../img/Globe-black.svg") no-repeat;
}

#id_how_you_heard_about_us {
  height: 30px;
  margin-bottom: 10px;
  padding: 5px;
  font-size: 16px;
}

.ckan-git-repo-info img,
.ckan-git-repo-info span {
  display: inline-block;
}

.ckan-git-repo-info span {
  font-size: 13px;
  color: #555;
  margin-top: 14px;
}

.ckan-repo img {
  float: left;
  margin-top: -3px;
}
.ckan-repo span {
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #ED5248;
}

.counter {
  margin-left: -1px;
}

.user-posts {
  margin: 60px 0px;
}
.user-posts span {
  font-weight: bold;
}

.ckanorg-auth-form {
  margin: 70px 35%;
}
.ckanorg-auth-form .bad-token {
  margin: 70px 0;
}
.ckanorg-auth-form p a {
  font-size: 20px !important;
}
.ckanorg-auth-form form .errorlist li {
  color: #ED5248;
}
.ckanorg-auth-form form p a {
  font-size: 20px !important;
}
.ckanorg-auth-form form p label {
  font-size: 16px !important;
}
.ckanorg-auth-form form p input {
  max-width: 100% !important;
}
.ckanorg-auth-form form p input[type=email]:-webkit-autofill,
.ckanorg-auth-form form p input[type=password]:-webkit-autofill {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.ckanorg-auth-form form .secondaryAction {
  margin-right: 20px;
}

.signup p {
  margin-bottom: 20px;
}

@media all and (max-width: 1280px) {
  .ckanorg-auth-form {
    margin: 40px 33%;
  }
}
@media all and (max-width: 1185px) {
  .ckanorg-auth-form {
    margin: 40px 30%;
  }
}
@media all and (max-width: 1023px) {
  .ckanorg-auth-form {
    margin: 40px 25%;
  }
  input::-moz-placeholder {
    font-size: 18px;
  }
  input::placeholder {
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  .ckanorg-auth-form {
    margin: 40px 15%;
  }
  .ckanorg-auth-form p a {
    font-size: 16px !important;
  }
}
@media all and (max-width: 362px) {
  .ckanorg-auth-form {
    margin: 40px 15px;
  }
}
.event-page-start-date {
  display: inline;
  margin-left: 8px;
  color: #666;
}

.section-event-text {
  font-family: "SF Pro Display Bold", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 42px;
  color: #000000;
  margin: 26px 0 -24px 0;
}
@media all and (max-width: 362px) {
  .section-event-text {
    font-size: 24px;
    margin-bottom: 13px !important;
  }
}

@media all and (max-width: 362px) {
  .featured {
    margin-bottom: -36px !important;
  }
}

.upcoming {
  margin: -21px 0 33px 0;
}
@media all and (max-width: 768px) {
  .upcoming {
    margin-top: 15px !important;
  }
}

.past-events .row {
  align-items: normal;
}
.past-events a {
  text-decoration: none;
}
.past-events .past-event-title:hover {
  color: #000;
}

.past-event-title {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  display: block;
  text-decoration: none;
}

.past {
  padding-left: 0;
}

.past-list {
  margin: 26px 0 31px 0;
}

.left {
  width: 50%;
  float: left;
}

.right {
  width: 50%;
  float: right;
}

.featured-event {
  position: relative;
}
.featured-event svg {
  margin-top: 0px;
}
.featured-event .start-date {
  position: absolute;
  font-size: 15px;
  top: 1px;
  left: 28px;
  color: #666666;
}

.featured-post-subtitle {
  display: block;
  margin-top: 6px !important;
}

.upcoming-event,
.past-event {
  position: relative;
}
.upcoming-event span,
.past-event span {
  display: block;
  position: absolute;
  color: #666666;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 16px;
  top: 2px;
  left: 28px;
}

.past-event {
  margin: 7px 0 11px 0;
}

.post-info p {
  margin-top: 10px;
}

.row.narrow {
  display: none;
}
.row.narrow .col-sm {
  width: 50%;
}
.row.narrow .col-sm:first-of-type {
  float: left;
}
.row.narrow .col-sm:last-of-type {
  float: left;
}
.row.narrow .past {
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .row.narrow {
    display: block;
  }
}

@media all and (max-width: 767px) {
  .wide {
    display: none;
  }
}

.featured-event.top {
  display: none;
}
@media all and (max-width: 362px) {
  .featured-event.top {
    font-size: 11px;
  }
}
@media all and (max-width: 767px) {
  .featured-event.top {
    display: block;
    margin-bottom: 4px;
  }
}

@media all and (max-width: 767px) {
  .featured-event.bottom {
    display: none;
  }
}

.upcoming-event.top {
  display: none;
}
@media all and (max-width: 767px) {
  .upcoming-event.top {
    display: block;
  }
}

@media all and (max-width: 767px) {
  .upcoming-event.bottom {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .post .post-img img {
    width: 100%;
    max-height: 100%;
  }
}

.waiting {
  font-size: 38px;
  font-weight: bold;
  font-family: "SF Pro Display Bold", sans-serif;
  margin: 40px 0 100px 0;
}

.blog-event {
  font-size: 16px;
}

form.login .g-recaptcha, form.signup .g-recaptcha {
  margin-top: 0;
  margin-left: 0;
}

img.left {
  margin-right: 25px;
}
img.right {
  margin-left: 25px;
}
img.full-width {
  width: 100%;
}

#dropbtn-Solutions,
#dropbtn-Support {
  background-color: transparent;
  border: none;
  width: 100%;
  cursor: pointer;
  color: #666;
  font-family: "SF Pro Display Bold", sans-serif;
  display: flex;
  align-items: center;
  font-weight: 800;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  text-decoration: none;
  margin-right: 30px;
  background: url("../img/arr-grey.png") no-repeat;
  background-position: right 20px bottom 3px;
}
@media (max-width: 1024px) {
  #dropbtn-Solutions,
  #dropbtn-Support {
    font-size: 16px;
    line-height: 20px;
  }
}

#dropbtn-Solutions.active,
#dropbtn-Support.active {
  color: #111;
  background: url("../img/arr-black.png") no-repeat;
  background-position: right 20px bottom 3px;
}

#dropbtn-Solutions.opened,
#dropbtn-Support.opened,
#dropbtn-Solutions.opened:hover,
#dropbtn-Support.opened:hover {
  color: #111;
  background: url("../img/arr-black-up.png") no-repeat;
  background-position: right 20px bottom 3px;
}

#dropbtn-Solutions:focus,
#dropbtn-Support:focus {
  outline: 0;
}

#dropbtn-Solutions:hover,
#dropbtn-Support:hover {
  color: #111;
  background: url("../img/arr-black.png") no-repeat;
  background-position: right 20px bottom 3px;
}

.dropdown {
  position: relative;
  display: inline-block;
}
@media (max-width: 1024px) {
  .dropdown {
    padding: 13px 7vw;
  }
  .dropdown button {
    padding-left: 0px;
  }
}

.dropdown-content {
  margin-top: 10px;
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 190px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  cursor: pointer;
  color: #666;
  font-family: "SF Pro Display Bold", sans-serif;
  display: flex;
  align-items: center;
  font-weight: 800;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  text-decoration: none;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.show {
  display: block;
}

.footer {
  padding: 40px 0;
  background: #f4f4f4;
}
@media all and (min-width: 768px) {
  .footer .two-columns .two-columns-item {
    margin-bottom: 0;
  }
  .footer .two-columns .two-columns-item .two-columns-item:first-of-type {
    width: calc(50% - 15px);
  }
  .footer .two-columns .two-columns-item .two-columns-item:last-of-type {
    width: calc(50% - 15px);
  }
}
.footer #contact {
  font-weight: bold;
  font-size: 18px;
}
.footer span {
  display: inline-block;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0.07em;
  color: #555;
}
.footer p {
  color: #333;
  font-size: 16px;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer ul li {
  margin-bottom: 20px;
}
@media all and (min-width: 768px) {
  .footer ul {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .footer ul li:first-of-type {
    margin-right: 60px;
  }
}
@media all and (max-width: 450px) {
  .footer ul {
    margin-bottom: 20px;
  }
}

.social-container {
  position: relative;
}

.auth-links {
  position: inherit !important;
  width: 100%;
  bottom: 24px;
}
.auth-links li {
  margin-right: 30px !important;
}
.auth-links li a {
  color: #666;
  font-family: "SF Pro Display Bold", sans-serif;
  align-items: center;
  font-weight: 800;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  text-decoration: none;
}

.footer-btns {
  display: flex;
  bottom: 35px;
  right: 0;
}
.footer-btns li {
  margin: 0px !important;
  margin-left: 1% !important;
  display: inline;
}
.footer-btns li a {
  padding-left: 0px !important;
  padding-right: 7px !important;
}

@media all and (max-width: 940px) {
  .footer-btns {
    display: block;
  }
}
@media all and (max-width: 768px) {
  .footer-btns {
    display: flex;
  }
}
@media all and (max-width: 450px) {
  .footer-btns {
    display: block;
  }
}
.footer-subscribe {
  padding: 0px 2px;
  margin: -20px 0 20px;
}
.footer-subscribe span {
  margin-bottom: 5px;
}
.footer-subscribe .row {
  display: flex;
  margin: 0;
}
@media all and (max-width: 950px) {
  .footer-subscribe .row {
    display: block;
  }
}
.footer-subscribe input[type=text] {
  background-color: transparent;
  color: #333;
  border: none;
  border-bottom: 1px solid #777;
  height: 34px;
  font-size: 16px;
}
@media all and (max-width: 950px) {
  .footer-subscribe input[type=text] {
    text-align: center;
  }
}
.footer-subscribe input[type=submit] {
  background: #333;
  border: 1px solid #777;
  border-radius: 100px;
  color: #fff;
}
@media all and (max-width: 950px) {
  .footer-subscribe input[type=submit] {
    width: 100%;
    justify-content: center;
  }
}
.footer-subscribe input[type=submit] svg path {
  fill: #fff;
}
.footer-subscribe input[type=submit]:active, .footer-subscribe input[type=submit]:focus, .footer-subscribe input[type=submit]:hover {
  background: #f4f4f4;
  color: #333;
}
.footer-subscribe input[type=submit]:active svg path, .footer-subscribe input[type=submit]:focus svg path, .footer-subscribe input[type=submit]:hover svg path {
  fill: #333;
}

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

.st-container,
.st-pusher,
.st-content {
  height: 100%;
  background: #fff;
}

.st-content,
.st-content-inner {
  position: relative;
}

.st-container {
  position: relative;
  overflow: hidden;
}

.st-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  transition: transform 0.5s;
}

.st-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  opacity: 0;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu-open .st-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.5s;
}

.st-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 300px;
  height: 100%;
  background: #fff;
  transition: all 0.5s;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}

.st-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  opacity: 1;
  transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* content style */
.st-menu ul {
  position: fixed;
  top: 100px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-y: auto;
  height: 85%;
}
@media all and (max-width: 1024px) {
  .st-menu ul {
    top: 55px;
  }
}
.st-menu ul li a {
  display: block;
  padding: 1em 1em 1em 1.2em;
  outline: none;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  color: #333;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.3s, box-shadow 0.3s;
}
.st-menu ul li a:hover {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
  color: #000;
}
.st-menu ul li:first-child a {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
}
.st-menu h3 {
  margin: 0;
  padding: 1em;
  color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 300;
}

/* Individual effects */
/* Effect: Slide in on top */
.st-effect.st-menu {
  position: fixed;
  visibility: visible;
  transform: translate3d(-100%, 0, 0);
}

.st-effect.st-menu-open .st-effect.st-menu {
  position: fixed;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.st-effect.st-menu-open .st-effect.st-menu .st-btn-close {
  display: block;
  position: fixed;
  top: 125px;
  right: -40px;
  border: none;
  background-color: transparent;
  z-index: 999;
}
@media all and (max-width: 1024px) {
  .st-effect.st-menu-open .st-effect.st-menu .st-btn-close {
    top: 80px;
  }
}
.st-effect.st-menu-open .st-effect.st-menu .st-btn-close:hover {
  background-color: transparent;
  transform: rotate(360deg);
  transition: all 1s;
}

.st-effect.st-menu::after {
  display: none;
}

.st-btn {
  position: fixed;
  top: 50%;
  left: 0%;
  border-radius: 50%;
  border: none;
  background-color: transparent;
  z-index: 999;
}
@media all and (max-width: 820px) {
  .st-btn {
    top: 10%;
  }
}
.st-btn:hover {
  background-color: transparent;
  transform: rotate(360deg);
  transition: all 1s;
}

.st-btn-close {
  display: none;
}

.sidebar-search {
  display: flex;
  margin: 20px 5px 20px 5px;
}
.sidebar-search input {
  margin: 0px;
  border-radius: 30px 0px 0px 30px;
}
.sidebar-search button {
  padding: 10px;
  border-radius: 0px 30px 30px 0px;
}
.sidebar-search button:hover {
  color: #000;
}

.header {
  transition: all ease 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}
.header .header-holder {
  padding: 38px 0;
  transition: all 0.3s ease-in-out;
}
@media all and (max-width: 1024px) {
  .header .header-holder {
    padding: 20px 0;
  }
}
.header.fixed-header {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}
.header.fixed-header .header-holder {
  padding: 20px 0;
}
.header .container, .header .container-lg, .header .container-md, .header .container-sm {
  display: flex;
  align-items: center;
  position: relative;
}
@media all and (max-width: 1024px) {
  .header .container, .header .container-lg, .header .container-md, .header .container-sm {
    justify-content: space-between;
  }
}

.nav {
  flex: 1 0 auto;
}
.nav .nav-drop {
  display: none;
}

.desktop .nav-drop {
  display: block;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  font-size: 15px;
  line-height: 1;
  list-style: none;
  margin: 0 0 0 25px;
  padding: 0;
  color: #666;
}
.nav-menu li:not(:last-child) {
  margin-right: 30px;
}
.nav-menu li a:not(.btn) {
  color: #666;
  font-family: "SF Pro Display Bold", sans-serif;
  display: flex;
  align-items: center;
  font-weight: 800;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  text-decoration: none;
}
.nav-menu li a:not(.btn) svg {
  margin-left: 6px;
}
.nav-menu li a:not(.btn) svg path {
  transition: stroke 0.3s ease-in-out;
}
.nav-menu li a:not(.btn):hover, .nav-menu li a:not(.btn).active {
  color: #000;
}
.nav-menu li a:not(.btn):hover svg path, .nav-menu li a:not(.btn).active svg path {
  stroke: #000;
}
.nav-menu li .btn {
  width: auto;
}
.nav-menu li.active a {
  color: #000;
}

@media all and (max-width: 1024px) {
  .nav {
    flex-flow: row-reverse;
    flex: 0 0 auto;
  }
  .nav .nav-opener {
    width: 28px;
    height: 28px;
    position: relative;
    display: block;
    z-index: 4;
  }
  .nav .nav-opener:after, .nav .nav-opener:before, .nav .nav-opener span {
    content: "";
    position: absolute;
    right: 2px;
    height: 0;
    width: 24px;
    border-radius: 2px;
    border: 2px solid #000;
    transition: all 0.2s ease-in-out;
  }
  .nav .nav-opener:after {
    top: 12px;
  }
  .nav .nav-opener:before {
    top: 20px;
  }
  .nav .nav-opener span {
    top: 4px;
  }
  .nav .nav-drop {
    display: flex;
    position: fixed;
    z-index: 3;
    left: 100vw;
    top: 0;
    width: 100vw;
    height: 100%;
    margin: 0;
    background: #fff;
    pointer-events: none;
    will-change: transform;
    transition: transform 1.1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.7s;
  }
  .nav .nav-drop:after, .nav .nav-drop:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
  }
  .nav .nav-drop:before {
    z-index: 1;
    width: 71vw;
    background: #fff;
    transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s;
  }
  .nav .nav-drop:after {
    z-index: 2;
    width: 100vw;
    background: #000;
    transition: width 1.1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
  }
  .resize-active .nav .nav-drop {
    transition: none;
  }
  .nav.nav-active .nav-opener:after, .nav.nav-active .nav-opener:before {
    content: "";
    transform: rotate(-45deg);
    top: 50%;
    width: 33px;
    right: 0;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
  }
  .nav.nav-active .nav-opener:before {
    display: block;
    transform: rotate(45deg);
  }
  .nav.nav-active .nav-opener span {
    opacity: 0;
    visibility: hidden;
  }
  .nav.nav-active .nav-opener span:after {
    opacity: 0;
    visibility: hidden;
  }
  .nav.nav-active .nav-drop {
    pointer-events: auto;
    transform: translate3d(-100vw, 0, 0);
    transition: transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
  }
  .nav.nav-active .nav-drop:before {
    transform: translate3d(-70vw, 0, 0);
    transition: transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
  }
  .nav.nav-active .nav-drop:after {
    width: 7vw;
    transition: width 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
  }
  .nav .nav-menu {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    padding-left: 7vw;
    padding-top: 64px;
    overflow-y: auto;
    width: 100%;
    background: #fff;
    position: relative;
  }
}
@media screen and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1024px) and (-ms-high-contrast: none) {
  .nav .nav-menu {
    display: block;
  }
}
@media all and (max-width: 1024px) {
  .nav .nav-menu:before {
    content: "";
    display: none;
    position: fixed;
    width: calc(100% - 7vw);
    height: 64px;
    top: 0;
    left: 7vw;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 1%, rgba(255, 255, 255, 0.8) 85%, rgb(255, 255, 255) 86%, rgb(255, 255, 255) 100%);
    z-index: 1;
  }
  .nav .nav-menu > li {
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 13px 7vw;
  }
  .nav .nav-menu > li > a:not(.btn) {
    font-size: 16px;
    line-height: 20px;
  }
  .nav.nav-active .nav-menu:before {
    display: block;
  }
}
.scroll-none {
  overflow: hidden;
}

.tablet .main {
  padding-top: 64px;
}
.tablet .container, .tablet .container-lg, .tablet .container-md, .tablet .container-sm {
  justify-content: space-between;
}
.tablet .header-holder {
  padding: 20px 0;
}
.tablet .nav {
  flex-flow: row-reverse;
  flex: 0 0 auto;
}
.tablet .nav .nav-opener {
  width: 28px;
  height: 28px;
  position: relative;
  display: block;
  z-index: 4;
}
.tablet .nav .nav-opener:after, .tablet .nav .nav-opener:before, .tablet .nav .nav-opener span {
  content: "";
  position: absolute;
  right: 2px;
  height: 0;
  width: 24px;
  border-radius: 2px;
  border: 2px solid #000;
  transition: all 0.2s ease-in-out;
}
.tablet .nav .nav-opener:after {
  top: 12px;
}
.tablet .nav .nav-opener:before {
  top: 20px;
}
.tablet .nav .nav-opener span {
  top: 4px;
}
.tablet .nav .nav-drop {
  display: flex;
  position: fixed;
  z-index: 3;
  left: 100vw;
  top: 0;
  width: 100vw;
  height: 100%;
  margin: 0;
  background: #fff;
  pointer-events: none;
  will-change: transform;
  transition: transform 1.1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.7s;
}
.tablet .nav .nav-drop:after, .tablet .nav .nav-drop:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
}
.tablet .nav .nav-drop:before {
  z-index: 1;
  width: 71vw;
  background: #fff;
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s;
}
.tablet .nav .nav-drop:after {
  z-index: 2;
  width: 100vw;
  background: #0000EE;
  transition: width 1.1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
}
.resize-active .tablet .nav .nav-drop {
  transition: none;
}
.tablet .nav.nav-active .nav-opener {
  position: fixed;
  right: 20px;
  top: 12px;
}
.tablet .nav.nav-active .nav-opener:after, .tablet .nav.nav-active .nav-opener:before {
  content: "";
  transform: rotate(-45deg);
  top: 50%;
  width: 33px;
  right: 0;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
}
.tablet .nav.nav-active .nav-opener:before {
  display: block;
  transform: rotate(45deg);
}
.tablet .nav.nav-active .nav-opener span {
  opacity: 0;
  visibility: hidden;
}
.tablet .nav.nav-active .nav-opener span:after {
  opacity: 0;
  visibility: hidden;
}
.tablet .nav.nav-active .nav-drop {
  pointer-events: auto;
  transform: translate3d(-100vw, 0, 0);
  transition: transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
}
.tablet .nav.nav-active .nav-drop:before {
  transform: translate3d(-70vw, 0, 0);
  transition: transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
}
.tablet .nav.nav-active .nav-drop:after {
  width: 7vw;
  transition: width 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
}
.tablet .nav .nav-menu {
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding-left: 7vw;
  padding-top: 64px;
  overflow-y: auto;
  width: 100%;
  background: #fff;
  position: relative;
}
.tablet .nav .nav-menu:before {
  content: "";
  display: none;
  position: fixed;
  width: calc(100% - 7vw);
  height: 64px;
  top: 0;
  left: 7vw;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 1%, rgba(255, 255, 255, 0.8) 85%, rgb(255, 255, 255) 86%, rgb(255, 255, 255) 100%);
  z-index: 1;
}
.tablet .nav .nav-menu > li {
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 13px 7vw;
}
.tablet .nav .nav-menu > li > a:not(.btn) {
  font-size: 16px;
  line-height: 20px;
}
.tablet .nav.nav-active .nav-menu:before {
  display: block;
}

.mobile .main {
  padding-top: 64px;
}
.mobile .container, .mobile .container-lg, .mobile .container-md, .mobile .container-sm {
  justify-content: space-between;
}
.mobile .header-holder {
  padding: 20px 0;
}
.mobile .nav {
  flex-flow: row-reverse;
  flex: 0 0 auto;
}
.mobile .nav .nav-opener {
  width: 28px;
  height: 28px;
  position: relative;
  display: block;
  z-index: 4;
}
.mobile .nav .nav-opener:after, .mobile .nav .nav-opener:before, .mobile .nav .nav-opener span {
  content: "";
  position: absolute;
  right: 2px;
  height: 0;
  width: 24px;
  border-radius: 2px;
  border: 2px solid #000;
  transition: all 0.2s ease-in-out;
}
.mobile .nav .nav-opener:after {
  top: 12px;
}
.mobile .nav .nav-opener:before {
  top: 20px;
}
.mobile .nav .nav-opener span {
  top: 4px;
}
.mobile .nav .nav-drop {
  display: flex;
  position: fixed;
  z-index: 3;
  left: 100vw;
  top: 0;
  width: 100vw;
  height: 100%;
  margin: 0;
  background: #fff;
  pointer-events: none;
  will-change: transform;
  transition: transform 1.1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.7s;
}
.mobile .nav .nav-drop:after, .mobile .nav .nav-drop:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
}
.mobile .nav .nav-drop:before {
  z-index: 1;
  width: 71vw;
  background: #fff;
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s;
}
.mobile .nav .nav-drop:after {
  z-index: 2;
  width: 100vw;
  background: #000;
  transition: width 1.1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
}
.resize-active .mobile .nav .nav-drop {
  transition: none;
}
.mobile .nav.nav-active .nav-opener:after, .mobile .nav.nav-active .nav-opener:before {
  content: "";
  transform: rotate(-45deg);
  top: 50%;
  width: 33px;
  right: 0;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
}
.mobile .nav.nav-active .nav-opener:before {
  display: block;
  transform: rotate(45deg);
}
.mobile .nav.nav-active .nav-opener span {
  opacity: 0;
  visibility: hidden;
}
.mobile .nav.nav-active .nav-opener span:after {
  opacity: 0;
  visibility: hidden;
}
.mobile .nav.nav-active .nav-drop {
  pointer-events: auto;
  transform: translate3d(-100vw, 0, 0);
  transition: transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s;
}
.mobile .nav.nav-active .nav-drop:before {
  transform: translate3d(-70vw, 0, 0);
  transition: transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
}
.mobile .nav.nav-active .nav-drop:after {
  width: 7vw;
  transition: width 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.25s;
}
.mobile .nav .nav-menu {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding-left: 7vw;
  padding-top: 84px;
  overflow-y: auto;
  width: 100%;
  background: #fff;
  position: relative;
}
.mobile .nav .nav-menu:before {
  content: "";
  display: none;
  position: fixed;
  width: calc(100% - 7vw);
  height: 84px;
  top: 0;
  left: 7vw;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 1%, rgba(255, 255, 255, 0.8) 85%, rgb(255, 255, 255) 86%, rgb(255, 255, 255) 100%);
  z-index: 1;
}
.mobile .nav .nav-menu > li {
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 13px 7vw;
}
.mobile .nav .nav-menu > li > a:not(.btn) {
  font-size: 16px;
  line-height: 20px;
}
.mobile .nav.nav-active .nav-menu:before {
  display: block;
}

.logo a {
  display: flex;
}
.logo img {
  vertical-align: top;
  max-width: 176px;
  max-height: 48px;
}
@media all and (max-width: 1024px) {
  .logo img {
    max-width: 100px;
    max-height: 28px;
  }
}

.two-columns {
  display: flex;
  flex-wrap: wrap;
}
.two-columns .two-columns-item {
  width: 100%;
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  .two-columns {
    justify-content: space-between;
  }
  .two-columns .two-columns-item {
    width: calc(50% - 15px);
  }
}
@media all and (max-width: 767px) {
  .two-columns.testing-process .first-column {
    order: 2;
  }
}

.org {
  margin-top: 20px;
}
.org .two-columns .two-columns-item {
  padding: 15px 0 0 12px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.org .two-columns .two-columns-item a {
  margin-bottom: 29px;
  display: inline-block;
}
@media all and (min-width: 768px) {
  .org .two-columns .two-columns-item {
    padding: 40px 0 0 40px;
  }
  .org .two-columns .two-columns-item a {
    margin-bottom: 34px;
  }
}
.org p {
  margin-bottom: 10px;
  margin-right: 20px;
}
.org img {
  margin-top: auto;
}

.card img {
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  margin-bottom: 16px;
}
.card p {
  margin-bottom: 8px;
}
.card a {
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.card a:hover {
  text-decoration: none;
}
.card a svg {
  margin-left: 5px;
}

.three-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -15px;
}
.three-columns .three-columns-item {
  margin: 0 15px 30px;
}
@media all and (min-width: 768px) {
  .three-columns .three-columns-item {
    flex: 1;
    flex-basis: calc(33% - 30px);
  }
}
@media all and (max-width: 767px) {
  .three-columns .three-columns-item {
    margin-bottom: 10px;
  }
}

.extensions {
  position: relative;
}
.extensions:after {
  content: "";
  display: block;
  position: relative;
  margin-top: -200px;
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, rgba(244, 244, 244, 0) 0%, rgb(244, 244, 244) 80%);
  bottom: 0;
  left: 0;
}
.extensions .three-columns-item {
  display: flex;
}
@media all and (max-width: 767px) {
  .extensions {
    max-height: 650px;
    overflow: hidden;
  }
  .extensions:after {
    position: absolute;
  }
}

.all-extensions {
  position: absolute;
  bottom: 57px;
  text-align: center;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 0 20px;
}

.extension-box {
  background: #fff;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
  border-radius: 22px;
  padding: 20px;
}
@media all and (max-width: 767px) {
  .extension-box {
    padding: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }
}
.extension-box h3 {
  color: #333;
  margin-bottom: 12px;
}
@media all and (max-width: 767px) {
  .extension-box h3 {
    margin-bottom: 0;
  }
}
.extension-box p {
  font-size: 18px;
}
@media all and (max-width: 767px) {
  .extension-box p {
    font-size: 14px;
  }
}
.extension-box span {
  font-size: 14px;
}
@media all and (max-width: 767px) {
  .extension-box span {
    font-size: 10px;
  }
}
.extension-box span.author {
  color: #666;
  display: inline-flex;
  align-items: center;
}
.extension-box span.rate {
  color: #333;
  display: inline-flex;
  align-items: center;
}
.extension-box span.rate img {
  margin: 0 4px;
}

.slick-slide {
  outline: none;
}

.quotes-slider {
  margin: 110px 0 90px;
  padding: 0;
  list-style: none;
}
@media all and (max-width: 767px) {
  .quotes-slider {
    margin: 50px 0;
  }
}
.quotes-slider .slick-list {
  overflow: visible;
}
.quotes-slider .slick-dots li:only-child {
  display: none;
}

.quotes-item {
  display: flex;
}
@media all and (max-width: 767px) {
  .quotes-item {
    flex-direction: column;
  }
}
.quotes-item .quotes-item-icon {
  flex-shrink: 0;
  margin-right: 30px;
}
@media all and (max-width: 767px) {
  .quotes-item .quotes-item-icon {
    margin-left: -25px;
    margin-bottom: 10px;
  }
}
.quotes-item .quotes-item-text {
  text-align: left;
  max-width: 625px;
}
.quotes-item .quotes-item-text p {
  margin-bottom: 18px;
  text-align: justify;
}
.quotes-item .quotes-item-text .author {
  display: block;
}
.quotes-item .quotes-item-text .adr {
  font-size: 16px;
}

.author-box {
  display: flex;
  align-items: center;
}
.author-box .author-box-ava {
  margin-right: 20px;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.author-box .author-box-ava img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.fancybox-content {
  max-width: 560px;
  width: 100%;
  background: #fff;
  padding: 48px 64px;
}
@media all and (max-width: 767px) {
  .fancybox-content {
    padding: 48px 15px;
  }
}
.fancybox-content h3,
.fancybox-content h4 {
  margin-bottom: 8px;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 5px;
  color: #0000EE;
}

.thanks-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#loading-spinner {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99;
}

.searchbar {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.searchbar form {
  display: flex;
}
.searchbar form input[type=text] {
  border: none;
  border-bottom: 1px solid #000000;
}
.searchbar form input[type=submit] {
  border-radius: 100px;
}
.searchbar form input[type=submit]:hover {
  color: #000000;
  background: #fff;
}

.social-sidebar {
  position: fixed;
  top: 35%;
  right: 70px;
  z-index: 999;
}
.social-sidebar ul {
  padding: 0px;
  transform: translate(100%, 0);
}
.social-sidebar ul li {
  display: block;
  margin: 5px;
  background: rgba(0, 0, 0, 0.26);
  width: 300px;
  text-align: left;
  padding: 10px 5px;
  border-radius: 30px 0px 0px 30px;
  transition: all 1s;
}
.social-sidebar ul li:hover {
  transform: translate(-100px, 0);
  background: rgba(0, 0, 0, 0.5);
}
.social-sidebar ul li:hover a {
  color: #000;
  text-decoration: none;
}
.social-sidebar ul li:hover i {
  color: #fff;
  background: rgb(0, 0, 0);
  transform: rotate(360deg);
  transition: all 1s;
}
.social-sidebar ul li i {
  margin-left: 10px;
  color: #000;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background: #ffffff;
  transform: rotate(0deg);
}
.social-sidebar ul li a {
  color: #000;
  font: 400 20px/1.5 "SF Pro Display", sans-serif;
}/*# sourceMappingURL=main.css.map */