html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a,
a:visited,
a:hover {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  position: relative;
}
html,
body {
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.grid-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row;
}
.grid-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  flex-direction: row;
}
.grid-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
}
.grid-stretch {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row;
}
.grid-justify-center {
  justify-content: center;
}
.grid-justify-start {
  justify-content: flex-start;
}
.grid-justify-end {
  justify-content: flex-end;
}
.grid-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row;
}
.grid-row-reverse {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.grid-column {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}
.grid-column-reverse {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column-reverse;
}
@media screen and (min-width: 0rem) {
  .grid-sm-1 > [class~=cell] {
    flex-basis: calc(100% * 0.083333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-sm-2 > [class~=cell] {
    flex-basis: calc(100% * 0.166666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-sm-3 > [class~=cell] {
    flex-basis: calc(100% * 0.25 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-sm-4 > [class~=cell] {
    flex-basis: calc(100% * 0.333333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-sm-5 > [class~=cell] {
    flex-basis: calc(100% * 0.416666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-sm-6 > [class~=cell] {
    flex-basis: calc(100% * 0.5 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-sm-7 > [class~=cell] {
    flex-basis: calc(100% * 0.583333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-sm-8 > [class~=cell] {
    flex-basis: calc(100% * 0.666666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-sm-9 > [class~=cell] {
    flex-basis: calc(100% * 0.75 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-sm-10 > [class~=cell] {
    flex-basis: calc(100% * 0.833333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-sm-11 > [class~=cell] {
    flex-basis: calc(100% * 0.916666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-sm-12 > [class~=cell] {
    flex-basis: calc(100% * 1 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
}
@media screen and (min-width: 36rem) {
  .grid-md-1 > [class~=cell] {
    flex-basis: calc(100% * 0.083333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-md-2 > [class~=cell] {
    flex-basis: calc(100% * 0.166666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-md-3 > [class~=cell] {
    flex-basis: calc(100% * 0.25 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-md-4 > [class~=cell] {
    flex-basis: calc(100% * 0.333333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-md-5 > [class~=cell] {
    flex-basis: calc(100% * 0.416666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-md-6 > [class~=cell] {
    flex-basis: calc(100% * 0.5 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-md-7 > [class~=cell] {
    flex-basis: calc(100% * 0.583333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-md-8 > [class~=cell] {
    flex-basis: calc(100% * 0.666666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-md-9 > [class~=cell] {
    flex-basis: calc(100% * 0.75 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-md-10 > [class~=cell] {
    flex-basis: calc(100% * 0.833333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-md-11 > [class~=cell] {
    flex-basis: calc(100% * 0.916666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-md-12 > [class~=cell] {
    flex-basis: calc(100% * 1 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
}
@media screen and (min-width: 48rem) {
  .grid-lg-1 > [class~=cell] {
    flex-basis: calc(100% * 0.083333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-lg-2 > [class~=cell] {
    flex-basis: calc(100% * 0.166666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-lg-3 > [class~=cell] {
    flex-basis: calc(100% * 0.25 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-lg-4 > [class~=cell] {
    flex-basis: calc(100% * 0.333333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-lg-5 > [class~=cell] {
    flex-basis: calc(100% * 0.416666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-lg-6 > [class~=cell] {
    flex-basis: calc(100% * 0.5 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-lg-7 > [class~=cell] {
    flex-basis: calc(100% * 0.583333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-lg-8 > [class~=cell] {
    flex-basis: calc(100% * 0.666666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-lg-9 > [class~=cell] {
    flex-basis: calc(100% * 0.75 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-lg-10 > [class~=cell] {
    flex-basis: calc(100% * 0.833333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-lg-11 > [class~=cell] {
    flex-basis: calc(100% * 0.916666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-lg-12 > [class~=cell] {
    flex-basis: calc(100% * 1 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
}
@media screen and (min-width: 62rem) {
  .grid-xlg-1 > [class~=cell] {
    flex-basis: calc(100% * 0.083333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-xlg-2 > [class~=cell] {
    flex-basis: calc(100% * 0.166666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-xlg-3 > [class~=cell] {
    flex-basis: calc(100% * 0.25 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-xlg-4 > [class~=cell] {
    flex-basis: calc(100% * 0.333333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-xlg-5 > [class~=cell] {
    flex-basis: calc(100% * 0.416666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-xlg-6 > [class~=cell] {
    flex-basis: calc(100% * 0.5 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-xlg-7 > [class~=cell] {
    flex-basis: calc(100% * 0.583333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-xlg-8 > [class~=cell] {
    flex-basis: calc(100% * 0.666666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-xlg-9 > [class~=cell] {
    flex-basis: calc(100% * 0.75 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-xlg-10 > [class~=cell] {
    flex-basis: calc(100% * 0.833333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-xlg-11 > [class~=cell] {
    flex-basis: calc(100% * 0.916666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-xlg-12 > [class~=cell] {
    flex-basis: calc(100% * 1 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
}
@media screen and (min-width: 75rem) {
  .grid-xxlg-1 > [class~=cell] {
    flex-basis: calc(100% * 0.083333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-xxlg-2 > [class~=cell] {
    flex-basis: calc(100% * 0.166666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-xxlg-3 > [class~=cell] {
    flex-basis: calc(100% * 0.25 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-xxlg-4 > [class~=cell] {
    flex-basis: calc(100% * 0.333333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-xxlg-5 > [class~=cell] {
    flex-basis: calc(100% * 0.416666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-xxlg-6 > [class~=cell] {
    flex-basis: calc(100% * 0.5 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-xxlg-7 > [class~=cell] {
    flex-basis: calc(100% * 0.583333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-xxlg-8 > [class~=cell] {
    flex-basis: calc(100% * 0.666666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-xxlg-9 > [class~=cell] {
    flex-basis: calc(100% * 0.75 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-xxlg-10 > [class~=cell] {
    flex-basis: calc(100% * 0.833333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-xxlg-11 > [class~=cell] {
    flex-basis: calc(100% * 0.916666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .grid-xxlg-12 > [class~=cell] {
    flex-basis: calc(100% * 1 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
}
.cell-top {
  align-self: flex-start;
}
.cell-bottom {
  align-self: flex-end;
}
.cell-center {
  align-self: center;
}
@media screen and (min-width: 0rem) {
  .cell-sm-1 {
    flex-basis: calc(100% * 0.083333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-sm-1 {
    margin-left: calc(100% * 0.083333333333333 + (0.75rem / 2)) !important;
  }
  .cell-sm-2 {
    flex-basis: calc(100% * 0.166666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-sm-2 {
    margin-left: calc(100% * 0.166666666666667 + (0.75rem / 2)) !important;
  }
  .cell-sm-3 {
    flex-basis: calc(100% * 0.25 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-sm-3 {
    margin-left: calc(100% * 0.25 + (0.75rem / 2)) !important;
  }
  .cell-sm-4 {
    flex-basis: calc(100% * 0.333333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-sm-4 {
    margin-left: calc(100% * 0.333333333333333 + (0.75rem / 2)) !important;
  }
  .cell-sm-5 {
    flex-basis: calc(100% * 0.416666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-sm-5 {
    margin-left: calc(100% * 0.416666666666667 + (0.75rem / 2)) !important;
  }
  .cell-sm-6 {
    flex-basis: calc(100% * 0.5 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-sm-6 {
    margin-left: calc(100% * 0.5 + (0.75rem / 2)) !important;
  }
  .cell-sm-7 {
    flex-basis: calc(100% * 0.583333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-sm-7 {
    margin-left: calc(100% * 0.583333333333333 + (0.75rem / 2)) !important;
  }
  .cell-sm-8 {
    flex-basis: calc(100% * 0.666666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-sm-8 {
    margin-left: calc(100% * 0.666666666666667 + (0.75rem / 2)) !important;
  }
  .cell-sm-9 {
    flex-basis: calc(100% * 0.75 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-sm-9 {
    margin-left: calc(100% * 0.75 + (0.75rem / 2)) !important;
  }
  .cell-sm-10 {
    flex-basis: calc(100% * 0.833333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-sm-10 {
    margin-left: calc(100% * 0.833333333333333 + (0.75rem / 2)) !important;
  }
  .cell-sm-11 {
    flex-basis: calc(100% * 0.916666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-sm-11 {
    margin-left: calc(100% * 0.916666666666667 + (0.75rem / 2)) !important;
  }
  .cell-sm-12 {
    flex-basis: calc(100% * 1 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-sm-12 {
    margin-left: calc(100% * 1 + (0.75rem / 2)) !important;
  }
}
@media screen and (min-width: 36rem) {
  .cell-md-1 {
    flex-basis: calc(100% * 0.083333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-md-1 {
    margin-left: calc(100% * 0.083333333333333 + (0.75rem / 2)) !important;
  }
  .cell-md-2 {
    flex-basis: calc(100% * 0.166666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-md-2 {
    margin-left: calc(100% * 0.166666666666667 + (0.75rem / 2)) !important;
  }
  .cell-md-3 {
    flex-basis: calc(100% * 0.25 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-md-3 {
    margin-left: calc(100% * 0.25 + (0.75rem / 2)) !important;
  }
  .cell-md-4 {
    flex-basis: calc(100% * 0.333333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-md-4 {
    margin-left: calc(100% * 0.333333333333333 + (0.75rem / 2)) !important;
  }
  .cell-md-5 {
    flex-basis: calc(100% * 0.416666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-md-5 {
    margin-left: calc(100% * 0.416666666666667 + (0.75rem / 2)) !important;
  }
  .cell-md-6 {
    flex-basis: calc(100% * 0.5 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-md-6 {
    margin-left: calc(100% * 0.5 + (0.75rem / 2)) !important;
  }
  .cell-md-7 {
    flex-basis: calc(100% * 0.583333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-md-7 {
    margin-left: calc(100% * 0.583333333333333 + (0.75rem / 2)) !important;
  }
  .cell-md-8 {
    flex-basis: calc(100% * 0.666666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-md-8 {
    margin-left: calc(100% * 0.666666666666667 + (0.75rem / 2)) !important;
  }
  .cell-md-9 {
    flex-basis: calc(100% * 0.75 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-md-9 {
    margin-left: calc(100% * 0.75 + (0.75rem / 2)) !important;
  }
  .cell-md-10 {
    flex-basis: calc(100% * 0.833333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-md-10 {
    margin-left: calc(100% * 0.833333333333333 + (0.75rem / 2)) !important;
  }
  .cell-md-11 {
    flex-basis: calc(100% * 0.916666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-md-11 {
    margin-left: calc(100% * 0.916666666666667 + (0.75rem / 2)) !important;
  }
  .cell-md-12 {
    flex-basis: calc(100% * 1 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-md-12 {
    margin-left: calc(100% * 1 + (0.75rem / 2)) !important;
  }
}
@media screen and (min-width: 48rem) {
  .cell-lg-1 {
    flex-basis: calc(100% * 0.083333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-lg-1 {
    margin-left: calc(100% * 0.083333333333333 + (0.75rem / 2)) !important;
  }
  .cell-lg-2 {
    flex-basis: calc(100% * 0.166666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-lg-2 {
    margin-left: calc(100% * 0.166666666666667 + (0.75rem / 2)) !important;
  }
  .cell-lg-3 {
    flex-basis: calc(100% * 0.25 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-lg-3 {
    margin-left: calc(100% * 0.25 + (0.75rem / 2)) !important;
  }
  .cell-lg-4 {
    flex-basis: calc(100% * 0.333333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-lg-4 {
    margin-left: calc(100% * 0.333333333333333 + (0.75rem / 2)) !important;
  }
  .cell-lg-5 {
    flex-basis: calc(100% * 0.416666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-lg-5 {
    margin-left: calc(100% * 0.416666666666667 + (0.75rem / 2)) !important;
  }
  .cell-lg-6 {
    flex-basis: calc(100% * 0.5 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-lg-6 {
    margin-left: calc(100% * 0.5 + (0.75rem / 2)) !important;
  }
  .cell-lg-7 {
    flex-basis: calc(100% * 0.583333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-lg-7 {
    margin-left: calc(100% * 0.583333333333333 + (0.75rem / 2)) !important;
  }
  .cell-lg-8 {
    flex-basis: calc(100% * 0.666666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-lg-8 {
    margin-left: calc(100% * 0.666666666666667 + (0.75rem / 2)) !important;
  }
  .cell-lg-9 {
    flex-basis: calc(100% * 0.75 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-lg-9 {
    margin-left: calc(100% * 0.75 + (0.75rem / 2)) !important;
  }
  .cell-lg-10 {
    flex-basis: calc(100% * 0.833333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-lg-10 {
    margin-left: calc(100% * 0.833333333333333 + (0.75rem / 2)) !important;
  }
  .cell-lg-11 {
    flex-basis: calc(100% * 0.916666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-lg-11 {
    margin-left: calc(100% * 0.916666666666667 + (0.75rem / 2)) !important;
  }
  .cell-lg-12 {
    flex-basis: calc(100% * 1 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-lg-12 {
    margin-left: calc(100% * 1 + (0.75rem / 2)) !important;
  }
}
@media screen and (min-width: 62rem) {
  .cell-xlg-1 {
    flex-basis: calc(100% * 0.083333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-xlg-1 {
    margin-left: calc(100% * 0.083333333333333 + (0.75rem / 2)) !important;
  }
  .cell-xlg-2 {
    flex-basis: calc(100% * 0.166666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-xlg-2 {
    margin-left: calc(100% * 0.166666666666667 + (0.75rem / 2)) !important;
  }
  .cell-xlg-3 {
    flex-basis: calc(100% * 0.25 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-xlg-3 {
    margin-left: calc(100% * 0.25 + (0.75rem / 2)) !important;
  }
  .cell-xlg-4 {
    flex-basis: calc(100% * 0.333333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-xlg-4 {
    margin-left: calc(100% * 0.333333333333333 + (0.75rem / 2)) !important;
  }
  .cell-xlg-5 {
    flex-basis: calc(100% * 0.416666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-xlg-5 {
    margin-left: calc(100% * 0.416666666666667 + (0.75rem / 2)) !important;
  }
  .cell-xlg-6 {
    flex-basis: calc(100% * 0.5 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-xlg-6 {
    margin-left: calc(100% * 0.5 + (0.75rem / 2)) !important;
  }
  .cell-xlg-7 {
    flex-basis: calc(100% * 0.583333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-xlg-7 {
    margin-left: calc(100% * 0.583333333333333 + (0.75rem / 2)) !important;
  }
  .cell-xlg-8 {
    flex-basis: calc(100% * 0.666666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-xlg-8 {
    margin-left: calc(100% * 0.666666666666667 + (0.75rem / 2)) !important;
  }
  .cell-xlg-9 {
    flex-basis: calc(100% * 0.75 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-xlg-9 {
    margin-left: calc(100% * 0.75 + (0.75rem / 2)) !important;
  }
  .cell-xlg-10 {
    flex-basis: calc(100% * 0.833333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-xlg-10 {
    margin-left: calc(100% * 0.833333333333333 + (0.75rem / 2)) !important;
  }
  .cell-xlg-11 {
    flex-basis: calc(100% * 0.916666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-xlg-11 {
    margin-left: calc(100% * 0.916666666666667 + (0.75rem / 2)) !important;
  }
  .cell-xlg-12 {
    flex-basis: calc(100% * 1 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-xlg-12 {
    margin-left: calc(100% * 1 + (0.75rem / 2)) !important;
  }
}
@media screen and (min-width: 75rem) {
  .cell-xxlg-1 {
    flex-basis: calc(100% * 0.083333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-xxlg-1 {
    margin-left: calc(100% * 0.083333333333333 + (0.75rem / 2)) !important;
  }
  .cell-xxlg-2 {
    flex-basis: calc(100% * 0.166666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-xxlg-2 {
    margin-left: calc(100% * 0.166666666666667 + (0.75rem / 2)) !important;
  }
  .cell-xxlg-3 {
    flex-basis: calc(100% * 0.25 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-xxlg-3 {
    margin-left: calc(100% * 0.25 + (0.75rem / 2)) !important;
  }
  .cell-xxlg-4 {
    flex-basis: calc(100% * 0.333333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-xxlg-4 {
    margin-left: calc(100% * 0.333333333333333 + (0.75rem / 2)) !important;
  }
  .cell-xxlg-5 {
    flex-basis: calc(100% * 0.416666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-xxlg-5 {
    margin-left: calc(100% * 0.416666666666667 + (0.75rem / 2)) !important;
  }
  .cell-xxlg-6 {
    flex-basis: calc(100% * 0.5 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-xxlg-6 {
    margin-left: calc(100% * 0.5 + (0.75rem / 2)) !important;
  }
  .cell-xxlg-7 {
    flex-basis: calc(100% * 0.583333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-xxlg-7 {
    margin-left: calc(100% * 0.583333333333333 + (0.75rem / 2)) !important;
  }
  .cell-xxlg-8 {
    flex-basis: calc(100% * 0.666666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-xxlg-8 {
    margin-left: calc(100% * 0.666666666666667 + (0.75rem / 2)) !important;
  }
  .cell-xxlg-9 {
    flex-basis: calc(100% * 0.75 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-xxlg-9 {
    margin-left: calc(100% * 0.75 + (0.75rem / 2)) !important;
  }
  .cell-xxlg-10 {
    flex-basis: calc(100% * 0.833333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-xxlg-10 {
    margin-left: calc(100% * 0.833333333333333 + (0.75rem / 2)) !important;
  }
  .cell-xxlg-11 {
    flex-basis: calc(100% * 0.916666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-xxlg-11 {
    margin-left: calc(100% * 0.916666666666667 + (0.75rem / 2)) !important;
  }
  .cell-xxlg-12 {
    flex-basis: calc(100% * 1 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
  }
  .cell-offset-xxlg-12 {
    margin-left: calc(100% * 1 + (0.75rem / 2)) !important;
  }
}
.grid-stretch {
  align-items: stretch;
  align-content: stretch;
}
.row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
.row.centered {
  place-content: center;
}
.row.stretch {
  justify-items: stretch;
}
.row,
.grid {
  margin-left: -0.375rem;
  width: calc(gutter);
}
.col-02,
.col-2,
.col-025,
.col-25,
.col-03,
.col-3,
.col-04,
.col-4,
.col-06,
.col-6,
.col-08,
.col-8,
.col-09,
.col-9,
.col-12 {
  flex-basis: calc(100% * 1 - 0.75rem);
  min-width: 0;
  margin: 0.375rem;
  float: left;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.col-02.stretch,
.col-2.stretch,
.col-025.stretch,
.col-25.stretch,
.col-03.stretch,
.col-3.stretch,
.col-04.stretch,
.col-4.stretch,
.col-06.stretch,
.col-6.stretch,
.col-08.stretch,
.col-8.stretch,
.col-09.stretch,
.col-9.stretch,
.col-12.stretch {
  align-self: stretch !important;
  display: flex !important;
}
@media only screen and (min-width: 48rem) {
  .col-02,
  .col-03,
  .col-2,
  .col-3 {
    flex-basis: calc(100% * 0.25 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
    align-self: flex-start;
  }
  .col-025,
  .col-25 {
    flex-basis: calc(100% * 0.2 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
    align-self: flex-start;
  }
  .col-04,
  .col-4 {
    flex-basis: calc(100% * 0.333333333333333 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
    align-self: flex-start;
  }
  .col-06,
  .col-6 {
    flex-basis: calc(100% * 0.5 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
    align-self: flex-start;
  }
  .col-08,
  .col-8 {
    flex-basis: calc(100% * 0.666666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
    align-self: flex-start;
  }
  .col-09,
  .col-9 {
    flex-basis: calc(100% * 0.75 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
    align-self: flex-start;
  }
}
@media only screen and (min-width: 62rem) {
  .col-02,
  .col-2 {
    flex-basis: calc(100% * 0.166666666666667 - 0.75rem);
    min-width: 0;
    margin: 0.375rem;
    align-self: flex-start;
  }
}
.inline-col-02,
.inline-col-03,
.inline-col-04,
.inline-col-05,
.inline-col-06,
.inline-col-07,
.inline-col-08,
.inline-col-09,
.inline-col-10,
.inline-col-11,
.inline-col-12 {
  float: left;
}
.inline-col-02.stretch,
.inline-col-03.stretch,
.inline-col-04.stretch,
.inline-col-05.stretch,
.inline-col-06.stretch,
.inline-col-07.stretch,
.inline-col-08.stretch,
.inline-col-09.stretch,
.inline-col-10.stretch,
.inline-col-11.stretch,
.inline-col-12.stretch {
  align-self: stretch !important;
  display: flex !important;
}
.inline-col-02,
.inline-col-03,
.inline-col-2,
.inline-col-3 {
  flex-basis: calc(100% * 0.25 - 0.75rem);
  min-width: 0;
  margin: 0.375rem;
  align-self: flex-start;
}
.inline-col-04,
.inline-col-4 {
  flex-basis: calc(100% * 0.333333333333333 - 0.75rem);
  min-width: 0;
  margin: 0.375rem;
  align-self: flex-start;
}
.inline-col-06,
.inline-col-6 {
  flex-basis: calc(100% * 0.5 - 0.75rem);
  min-width: 0;
  margin: 0.375rem;
  align-self: flex-start;
}
.inline-col-08,
.inline-col-8 {
  flex-basis: calc(100% * 0.666666666666667 - 0.75rem);
  min-width: 0;
  margin: 0.375rem;
  align-self: flex-start;
}
.inline-col-09,
.inline-col-9 {
  flex-basis: calc(100% * 0.75 - 0.75rem);
  min-width: 0;
  margin: 0.375rem;
  align-self: flex-start;
}
.m-0 {
  margin: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.bs-0 {
  box-shadow: none;
}
.m-1 {
  margin: 1.25rem !important;
}
.p-1 {
  padding: 1.25rem !important;
}
.ml-1 {
  margin-left: 1.25rem !important;
}
.pl-1 {
  padding-left: 1.25rem !important;
}
.mt-1 {
  margin-top: 1.25rem !important;
}
.pt-1 {
  padding-top: 1.25rem !important;
}
.mr-1 {
  margin-right: 1.25rem !important;
}
.pr-1 {
  padding-right: 1.25rem !important;
}
.mb-1 {
  margin-bottom: 1.25rem !important;
}
.pb-1 {
  padding-bottom: 1.25rem !important;
}
.bs-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}
.m-2 {
  margin: 1.5rem !important;
}
.p-2 {
  padding: 1.5rem !important;
}
.ml-2 {
  margin-left: 1.5rem !important;
}
.pl-2 {
  padding-left: 1.5rem !important;
}
.mt-2 {
  margin-top: 1.5rem !important;
}
.pt-2 {
  padding-top: 1.5rem !important;
}
.mr-2 {
  margin-right: 1.5rem !important;
}
.pr-2 {
  padding-right: 1.5rem !important;
}
.mb-2 {
  margin-bottom: 1.5rem !important;
}
.pb-2 {
  padding-bottom: 1.5rem !important;
}
.bs-2 {
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}
.m-3 {
  margin: 1.75rem !important;
}
.p-3 {
  padding: 1.75rem !important;
}
.ml-3 {
  margin-left: 1.75rem !important;
}
.pl-3 {
  padding-left: 1.75rem !important;
}
.mt-3 {
  margin-top: 1.75rem !important;
}
.pt-3 {
  padding-top: 1.75rem !important;
}
.mr-3 {
  margin-right: 1.75rem !important;
}
.pr-3 {
  padding-right: 1.75rem !important;
}
.mb-3 {
  margin-bottom: 1.75rem !important;
}
.pb-3 {
  padding-bottom: 1.75rem !important;
}
.bs-3 {
  box-shadow: 0 3px 9px rgba(0,0,0,0.25);
}
.m-4 {
  margin: 2rem !important;
}
.p-4 {
  padding: 2rem !important;
}
.ml-4 {
  margin-left: 2rem !important;
}
.pl-4 {
  padding-left: 2rem !important;
}
.mt-4 {
  margin-top: 2rem !important;
}
.pt-4 {
  padding-top: 2rem !important;
}
.mr-4 {
  margin-right: 2rem !important;
}
.pr-4 {
  padding-right: 2rem !important;
}
.mb-4 {
  margin-bottom: 2rem !important;
}
.pb-4 {
  padding-bottom: 2rem !important;
}
.bs-4 {
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}
.bg-transparent {
  background: 'transparent' !important;
}
.bg-white {
  background: 'white' !important;
}
.bg-black {
  background: 'black' !important;
}
.ml-default {
  margin-left: 4px !important;
}
.pl-default {
  padding-left: 4px !important;
}
.mt-default {
  margin-top: 4px !important;
}
.pt-default {
  padding-top: 4px !important;
}
.mr-default {
  margin-right: 4px !important;
}
.pr-default {
  padding-right: 4px !important;
}
.mb-default {
  margin-bottom: 4px !important;
}
.pb-default {
  padding-bottom: 4px !important;
}
.block {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.lower {
  text-transform: none;
}
.upper {
  text-transform: uppercase;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.bb {
  border-bottom: 1px solid #e6e6e6;
}
.bt {
  border-top: 1px solid #e6e6e6;
}
body {
  background-color: #f9f9f9;
}
.app,
.app-content,
.block {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
@media only screen and (max-width: 576px) {
  .app {
    padding-bottom: 25px;
    margin-bottom: 50px;
  }
}
.wrapper {
  padding-top: 24px;
  padding-bottom: 24px;
}
.container {
  width: 992px;
  max-width: 90%;
  margin: 0 auto;
}
.container-tiny,
.container.tiny {
  width: 432px;
}
.container-smaller,
.container.smaller,
.container-x-small,
.container.x-small {
  width: 576px;
}
.container-small,
.container.small {
  width: 768px;
}
.container-large,
.container.large {
  width: 1200px;
}
.container-x-large,
.container.x-large {
  width: 1500px;
}
.banner {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  margin-bottom: 20px;
}
.banner figure,
.banner img {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.banner figure > img {
  min-width: 100%;
}
@media only screen and (max-width: 768px) {
  .banner figure,
  .banner figure > img {
    height: 400px;
  }
  .banner figure > img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 576px) {
  .banner figure,
  .banner figure > img {
    height: 300px;
  }
}
.featured {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding: 16px;
  background-color: rgba(0,0,0,0.01);
}
.featured-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 24px 0;
}
.featured-row:nth-child(even) {
  flex-direction: row-reverse;
}
.featured-column__photo {
  width: 200px;
  height: 300px;
  background-color: #808080;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  overflow: hidden;
  margin: 0 8px;
}
.featured-column__name {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  text-align: center;
  flex: 0 0 240px;
  font-size: 40px;
  line-height: 44px;
  padding: 0 40px;
  font-style: italic;
  color: #0d0d0d;
}
.featured-column.empty {
  background-color: #404040;
  place-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.featured-column.empty:hover {
  background-color: #1a1a1a;
}
.featured-column.empty h3,
.featured-column.empty h4 {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  line-height: 24px;
}
@media only screen and (max-width: 992px) {
  .featured-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .featured-row:nth-child(even) {
    flex-direction: row;
  }
  .featured-column__photo {
    width: 28%;
    height: 300px;
  }
  .featured-column__photo > figure,
  .featured-column__photo > figure > image {
    width: 100%;
    height: 100%;
  }
  .featured-column__photo > figure > image {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .featured-column__name {
    height: auto;
    padding: 8px;
    flex: 0 0 100%;
    justify-content: center;
  }
  .featured-column.empty {
    width: 180px;
    height: 50px;
    max-width: 180px;
    margin: 0;
    margin-top: 20px;
    padding: 4px;
  }
}
@media only screen and (max-width: 768px) {
  .featured-column {
    flex: auto;
    margin-bottom: 8px;
  }
  .featured-column__photo {
    height: 200px;
  }
  .featured-column__name {
    flex: 0 0 100%;
    height: auto;
  }
}
.footer {
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 16px;
  padding: 40px 0;
}
@media only screen and (max-width: 992px) {
  .footer {
    grid-auto-flow: row;
    padding-bottom: 0;
  }
}
.footer-container {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  background-color: #d9d9d9;
  margin-top: 40px;
}
.footer-container small {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  padding: 16px;
  color: #000;
  background-color: rgba(0,0,0,0.25);
  margin-top: 16px;
}
@media only screen and (max-width: 576px) {
  .footer-container small {
    padding-bottom: 100px;
  }
}
.footer-column {
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .footer-column {
    margin-bottom: 40px;
  }
  .footer-column:nth-child(1) {
    order: 1;
  }
  .footer-column:nth-child(2) {
    order: 3;
  }
  .footer-column:nth-child(3) {
    order: 2;
  }
}
.footer-column .toolbar-social-links {
  display: flex;
  align-items: centr;
  justify-content: center;
}
.footer-column .toolbar-social-links li {
  width: 36px;
  height: 36px;
}
.footer-site-logo {
  width: 180px;
  height: 180px;
  display: inline-block;
  background-color: #fff;
  overflow: hidden;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: 0 1px 3px rgba(0,0,0,0.18);
}
.footer-site-logo img {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center;
     object-position: center;
}
.footer-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 20px;
}
.footer-text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.footer-text strong {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.footer-site-logo,
.footer-title,
.footer-text {
  margin-bottom: 12px;
}
.footer-menu {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.footer-menu li,
.footer-menu a,
.footer-menu li > ul {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.footer-menu li {
  background-color: rgba(0,0,0,0.01);
  margin-bottom: 8px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  overflow: hidden;
}
.footer-menu li > ul {
  padding: 8px;
}
.footer-menu li > ul > li > a {
  font-size: 12px;
  line-height: 18px;
}
.footer-menu li:last-child {
  margin-bottom: 0;
}
.footer-menu li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  padding: 8px;
}
.footer-menu li a:hover {
  transition: 0.4s all ease-out;
  background-color: rgba(0,0,0,0.03);
  color: #000;
}
.footer-menu li a.featured {
  background-color: #000;
  color: #fff;
}
.footer-menu li a.featured:hover {
  transition: 0.2 all ease;
  background-color: #ff5722;
  color: #fff;
}
.form {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.form-group {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  margin-bottom: 16px;
}
.form-group label,
.form-group input,
.form-group select,
.form-group textarea,
.form-group small,
.form-group span,
.form-group button,
.form-group .btn {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.form-group label {
  color: #404040;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  text-align: left;
  padding-bottom: 4px;
}
.form-group input,
.form-group select,
.form-group button,
.form-group .btn {
  height: 40px;
  padding: 0 12px;
  line-height: 36px;
}
.form-group input,
.form-group select,
.form-group textarea,
.form-group button,
.form-group .btn {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  color: #000;
  text-align: left;
  outline: none;
  border: none;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 2px solid #bfbfbf;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus,
.form-group button:focus,
.form-group .btn:focus {
  box-shadow: 0 2px 5px rgba(0,0,0,0.35);
  border-color: #404040;
}
.form-group textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 400px;
  padding: 24px;
}
.form-group button,
.form-group .btn {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  background-color: #262626;
  border-color: #262626;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 2px 4px rgba(0,0,0,0.25);
}
.form-group button.yellow,
.form-group .btn.yellow {
  background-color: #ffeb3b;
  border-color: #ffeb3b;
}
.form-group button.transparent,
.form-group .btn.transparent {
  color: #404040;
  background-color: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.05);
  box-shadow: none;
}
.form-group button.transparent:hover,
.form-group .btn.transparent:hover {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
  box-shadow: none;
}
.form-group button:hover,
.form-group .btn:hover {
  cursor: pointer;
  background-color: #ff9800;
  border-color: #ff9800;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,0.5);
}
.form-group .form-control-helper {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  color: rgba(255,255,255,0.75);
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-top: 2px;
  font-style: italic;
}
.form-divider {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0,0,0,0.25);
  margin: 20px 0;
  text-align: center;
}
.form-divider.with-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 28px 0;
}
.form-divider > h1,
.form-divider > h2,
.form-divider > h3,
.form-divider > p,
.form-divider > span,
.form-divider > small {
  color: #262626;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  background-color: #f2f2f2;
  font-size: 16px;
  line-height: 20px;
  width: auto;
  padding: 0 8px;
}
.form-message {
  background-color: #fff;
  width: 280px;
  padding: 16px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: 0 2px 4px rgba(0,0,0,0.25);
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -140px;
}
.form-message > h2,
.form-message > h3,
.form-message > p {
  text-align: center;
}
.form-message > h2,
.form-message > h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
}
.form-message > h2 ~ p,
.form-message > h3 ~ p {
  margin-top: 8px;
}
.form-message > p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #404040 !important;
}
.form-message__container {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  position: absolute;
  height: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.75);
  z-index: 25;
  display: none;
}
.home-panel {
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-content: stretch;
}
.home-panel-container {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  max-height: 100%;
  min-height: 100%;
}
.home-panel-l,
.home-panel-r {
  height: 100%;
}
.home-panel-l {
  background-color: #262626;
}
.home-panel-l figure {
  height: 100%;
}
.home-panel-r {
  display: none;
}
.home-panel-r__inner {
  width: 100%;
  float: left;
  padding: 12px;
}
.home-panel-r h1,
.home-panel-r a {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #000;
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.home-panel-r h1 ~ nav {
  margin-top: 24px;
}
.home-panel-r nav ul li a {
  color: #595959;
}
.home-panel-r nav ul li a:hover {
  color: #1a1a1a;
  text-decoration: underline;
}
.home-panel-r nav ul li a.main-nav-link-featured {
  color: #000;
}
.home-panel-r nav ul li a.main-nav-link-featured:hover {
  color: #404040;
}
.home-panel-r nav,
.home-panel-r nav > ul,
.home-panel-r nav > ul > li {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.home-panel-figure {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.home-panel-figure > img {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.home-panel-figure > figcaption {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  width: 100%;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 12px;
  text-align: center;
  font-size: 32px;
  background-color: rgba(255,255,255,0);
  background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(255,255,255,0));
}
@media only screen and (min-width: 992px) {
  .home-panel-figure > figcaption {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .home-panel {
    flex-direction: row-reverse;
  }
  .home-panel h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .home-panel a {
    font-size: 48px;
    line-height: 56px;
  }
  .home-panel-r {
    display: block;
  }
  .home-panel-l,
  .home-panel-r {
    width: 50%;
  }
  .home-panel-l__inner,
  .home-panel-r__inner {
    height: 100%;
    display: flex;
    align-items: center;
    place-content: flex-start;
    flex-direction: column;
    padding: 24px;
    padding-top: 48px;
  }
}
.home-logo {
  position: absolute;
  bottom: 24px;
  z-index: 5;
  width: 70%;
  left: 15%;
  display: none;
}
.home-logo > img {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
@media only screen and (min-width: 992px) {
  .home-logo {
    display: block;
    width: 67.5%;
    left: 24px;
  }
}
#mega-model-map {
  display: block;
  max-width: 90%;
  margin: 0 auto;
}
#mega-model-map path {
  fill: #a6a6a6;
}
#mega-model-map text {
  fill: #fff;
  font-size: 12px;
  cursor: pointer;
  color: #000;
}
#mega-model-map a {
  text-decoration: none;
}
#mega-model-map a:hover {
  cursor: pointer;
  text-decoration: none;
}
#mega-model-map a:hover path,
#mega-model-map a:hover .circle {
  fill: #4d4d4d !important;
}
#mega-model-map a.current,
#mega-model-map a.current:hover,
#mega-model-map a.inactive,
#mega-model-map a.inactive:hover {
  cursor: default !important;
  pointer-events: none !important;
}
#mega-model-map a.current .circle,
#mega-model-map a.current:hover .circle,
#mega-model-map a.current path,
#mega-model-map a.current:hover path {
  fill: #000 !important;
}
#mega-model-map a.inactive .circle,
#mega-model-map a.inactive:hover .circle,
#mega-model-map a.inactive path,
#mega-model-map a.inactive:hover path {
  fill: #e6e6e6 !important;
}
#mega-model-map .circle {
  fill: #d9d9d9;
}
.map-container {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding: 25px 0;
  text-align: center;
}
.map-card {
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  overflow: hidden;
  align-self: stretch;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: 0 1px 3px rgba(0,0,0,0.13);
}
.map-card > figure,
.map-card > figure > img,
.map-card__content {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.map-card > figure > img {
  max-width: 100%;
  min-width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
.map-card > figure ~ .map-card__content {
  padding-top: 20px;
}
.map-card__content {
  padding: 12px;
}
.map-card__content h2,
.map-card__content h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 22px !important;
  line-height: 26px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.map-card__content h2 ~ address,
.map-card__content h3 ~ address {
  margin-top: 8px;
}
.map-card__content p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: left !important;
  color: #404040;
  padding: 0 !important;
}
.map-card__content address {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.map-card__content address p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  font-style: normal;
  color: #404040;
}
.map-card__content .badges {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.map-card__content .badges > li {
  margin-bottom: 4px;
  overflow: hidden;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.map-card__content .badges > li > a {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  padding: 2px;
  background-color: #f2f2f2;
  color: #000;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.map-card__content .badges > li > a figure,
.map-card__content .badges > li > a span {
  float: left;
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
.map-card__content .badges > li > a figure {
  width: 30px;
  height: 30px;
  padding: 4px;
  margin-right: 4px;
}
.map-card__content .badges > li > a figure > img {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.map-card__content .badges > li > a:hover {
  background-color: #d9d9d9;
}
.map-card__content .badges > li:last-child {
  margin-bottom: 0;
}
.map-card__container {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.menu {
  background-color: rgba(51,51,51,0.95);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 250;
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51,51,51,0.95);
  padding: 96px 0 0 0;
  overflow-x: auto;
  z-index: 9999;
  display: none;
}
@media only screen and (min-width: 992px) {
  .mobile-menu {
    overflow: hidden;
    padding: 80px 40px;
  }
}
.mobile-menu:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  z-index: 0;
  top: -50%;
  left: 0;
  background-color: transparent;
  background-image: linear-gradient(to bottom, #000, transparent);
}
.mobile-menu__inner {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  min-height: 100%;
}
.mobile-menu__close {
  border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 200px;
  height: 50px;
  background-color: rgba(255,255,255,0.03);
  position: absolute;
  right: -100%;
  top: 16px;
  overflow: hidden;
}
.mobile-menu__close:hover,
.mobile-menu__close:focus {
  cursor: pointer;
  background-color: rgba(255,255,255,0.05);
}
.mobile-menu__close-icon,
.mobile-menu__close-text {
  display: inline-block;
  height: 50px;
  line-height: 50px;
}
.mobile-menu__close-text {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  float: left;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  margin-left: 16px;
}
.mobile-menu__close-icon {
  width: 50px;
  float: right;
  margin-right: 2px;
}
.mobile-menu__close-icon:before,
.mobile-menu__close-icon:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 4px;
  left: 50%;
  top: 50%;
  margin-left: -12.5px;
  margin-top: -2px;
  background-color: #f2f2f2;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.mobile-menu__close-icon:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.mobile-menu__close-icon:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.mobile-menu.active:before {
  transition: 0.5s all ease;
  top: 0;
}
.mobile-menu.active .mobile-menu__close {
  transition: 0.25s all ease;
  right: 16px;
}
.mobile-menu-grid {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .mobile-menu-grid {
    flex-direction: row-reverse;
  }
}
.mobile-menu-grid-links,
.mobile-menu-grid-info {
  width: 100%;
  padding: 12px;
}
@media only screen and (min-width: 992px) {
  .mobile-menu-grid-links,
  .mobile-menu-grid-info {
    width: 50%;
    flex: 50% 0 0;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-menu-grid-links {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    margin-bottom: 24px;
  }
}
.mobile-menu-grid-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mobile-menu-nav {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.mobile-menu-nav > li,
.mobile-menu-nav > li > a {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.mobile-menu-nav li a {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
}
.mobile-menu-nav li a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .mobile-menu-nav li a {
    font-size: 42px;
    line-height: 52px;
  }
}
.mobile-menu-nav__dropdown {
  width: 100%;
  float: left;
  background-color: rgba(0,0,0,0.13);
  padding: 12px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.mobile-menu-nav__dropdown li a {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  font-size: 24px;
  line-height: 28px;
}
.mobile-menu-title,
.mobile-menu-social-icons {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.mobile-menu-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 36px;
}
.mobile-menu-social-icons ul {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.mobile-menu-nav-smaller {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.mobile-menu-nav-smaller > li > a {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}
.mobile-menu-nav-smaller > li > a:hover {
  text-decoration: underline;
}
.mobile-menu-contacts {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mobile-menu-contact {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: flex-start;
  gap: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  border: 2px solid #fff;
  padding: 12px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.mobile-menu-contact > figure {
  width: 30px;
  height: 30px;
}
.mobile-menu-contact > figure > img {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
}
.mobile-menu-contact:hover {
  border-color: #ffeb3b;
}
.mobile-menu-logo {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  place-content: center;
  align-items: center;
  transition: 0.25s all ease;
}
.mobile-menu-logo > img {
  max-width: 90%;
}
@media only screen and (min-width: 992px) {
  .mobile-menu-logo > img {
    position: absolute;
    bottom: -200px;
  }
}
@media only screen and (min-width: 992px) {
  .mobile-menu.active .mobile-menu-logo {
    bottom: 0;
    transition: 0.25s all ease;
  }
}
.mobile-register {
  padding: 0 32px;
}
.mobile-register-container {
  height: 62px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 2500;
  box-shadow: 0 -2px 6px rgba(0,0,0,0.25);
}
@media only screen and (min-width: 576px) {
  .mobile-register-container {
    display: none;
  }
}
.mobile-register-btn,
.mobile-register-line {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  width: 100%;
  height: auto;
  float: left;
  display: block;
  text-align: center;
}
.mobile-register-btn {
  font-size: 20px;
  line-height: 50px;
  width: 100%;
  height: 50px;
  background-color: #000;
  background-color: #262626;
  background-image: linear-gradient(to left, #000, #262626);
  color: #fff;
  text-transform: uppercase;
  border-radius: 25px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin-top: -25px;
}
.mobile-register-btn:hover {
  box-shadow: 0 4px 6px rgba(0,0,0,0.25);
  transition: 0.25s all ease;
  background-color: #e51c23;
  background-image: linear-gradient(to left, #ff5722, #e51c23);
  color: #fff;
}
.mobile-register-line {
  padding: 4px 0;
  font-size: 14px;
  line-height: 14px;
  color: #737373;
}
.mobile-register-line > strong {
  color: #000;
  text-transform: uppercase;
}
.mobile-register-line:hover > strong {
  text-decoration: underline;
}
.dark-box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.85);
  z-index: 9999;
  display: none;
  overflow-x: hidden;
}
.dark-box__btn {
  z-index: 15;
}
.dark-box__overlay {
  z-index: 5;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
[data-modal][data-to]:hover {
  cursor: pointer;
}
.modal {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 32px;
  min-height: 50%;
  transition: 0.2s all ease;
}
.modal.opened {
  transition: 0.25s all ease;
  top: 50%;
}
.modal-container,
.modal-body {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal p {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  margin-bottom: 16px;
}
.modal h1,
.modal h2,
.modal h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color: $app-blue;
  font-size: 20px;
  line-height: 24px;
}
.modal h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  color: #262626;
  margin-top: 16px;
}
.modal h1 ~ span,
.modal h2 ~ span,
.modal h3 ~ span,
.modal h4 ~ span,
.modal h1 ~ small,
.modal h2 ~ small,
.modal h3 ~ small,
.modal h4 ~ small {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #808080;
  font-size: 13px;
  line-height: 17px;
  margin-top: -8px;
}
.modal p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #262626;
}
.modal .badges ~ p {
  margin-top: 16px;
}
.modal figure,
.modal figure img {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.modal figure {
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  overflow: hidden;
  margin-bottom: 16px;
}
.modal figure img {
  max-width: 100%;
}
.modal .content-list-graphs {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.modal-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: -88px;
  background-color: rgba(0,0,0,0.53);
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  overflow: hidden;
}
.modal-close:hover {
  cursor: pointer;
  transition: 0.2s all ease;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.modal-close .mdi,
.modal-close i {
  width: 100%;
  height: 100%;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .modal {
    top: 152px;
    bottom: auto;
    margin-top: 0;
    background-color: transparent;
    padding: 0;
    margin-bottom: 32px;
    transition: 0.2s all ease;
  }
  .modal.opened {
    transition: 0.25s all ease;
    filter: alpha(opacity= 100%);
    -moz-opacity: 1;
    opacity: 1;
    top: 152px;
  }
  .modal-container {
    float: none;
    width: 576px;
    max-width: 90%;
    margin: 0 auto;
  }
  .modal-body {
    background-color: #fff;
    padding: 32px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    box-shadow: 0 2px 4px rgba(0,0,0,0.13);
  }
  .modal-close {
    top: -56px;
  }
  .modal h1,
  .modal h2,
  .modal h3 {
    font-size: 30px;
    line-height: 34px;
  }
  .modal p {
    font-size: 18px;
    line-height: 22px;
  }
}
.page {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  margin-top: 96px;
}
.page p,
.page h1,
.page h2,
.page h3,
.page h4,
.page ul,
.page ul > li,
.page ol,
.page ol > li {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.page p,
.page li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  text-align: justify;
  margin-bottom: 16px;
}
.page p ~ h2,
.page li ~ h2,
.page p ~ h3,
.page li ~ h3,
.page p ~ h4,
.page li ~ h4 {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .page p,
  .page li {
    padding-left: 64px;
    padding-right: 64px;
    font-size: 20px;
    line-height: 24px;
  }
}
.page p.left,
.page li.left {
  text-align: left;
}
.page p.right,
.page li.right {
  text-align: right;
}
.page h2,
.page h3,
.page h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 16px;
}
.page h2 strong,
.page h3 strong,
.page h4 strong,
.page h2 span,
.page h3 span,
.page h4 span {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  font-size: 32px;
  line-height: 36px;
}
.page h2 strong,
.page h3 strong,
.page h4 strong {
  font-weight: 900;
}
@media only screen and (min-width: 992px) {
  .page h2,
  .page h3,
  .page h4 {
    font-size: 48px;
    line-height: 52px;
  }
  .page h2 strong,
  .page h3 strong,
  .page h4 strong,
  .page h2 span,
  .page h3 span,
  .page h4 span {
    font-size: 48px;
    line-height: 52px;
  }
}
.page h3,
.page h4 {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .page h3,
  .page h4 {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.page h3 {
  font-size: 28px;
  line-height: 32px;
}
@media only screen and (min-width: 992px) {
  .page h3 {
    font-size: 40px;
    line-height: 44px;
  }
}
.page h3 ~ h4 {
  margin-top: 0;
}
.page h4 {
  font-size: 24px;
  line-height: 28px;
}
@media only screen and (min-width: 992px) {
  .page h4 {
    font-size: 32px;
    line-height: 36px;
  }
}
.page ul > li {
  list-style-type: circle;
}
.page .blockquote {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  background-color: #f2f2f2;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.page .blockquote p,
.page .blockquote img {
  text-align: center;
}
.page .blockquote p {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 20px;
}
.page .blockquote p strong {
  font-weight: 900;
}
.page-slides {
  padding-top: 20px;
  padding-bottom: 20px;
}
.profile {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.profile-content,
.profile-gallery {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .profile-content,
  .profile-gallery {
    width: 100%;
    height: auto;
    float: left;
    display: block;
  }
}
.profile-content {
  padding-top: 96px;
  margin-bottom: 24px;
}
.profile-content__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  place-content: center;
  align-items: center;
  float: left;
  display: flex;
  gap: 16px;
}
@media only screen and (min-width: 992px) {
  .profile-content {
    padding-top: 0;
    margin-bottom: 0;
  }
}
.profile-image {
  width: 150px;
  height: 210px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: 0 2px 4px rgba(0,0,0,0.18);
  overflow: hidden;
}
.profile-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  background-color: #e6e6e6;
}
.profile-title {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 56px;
  text-align: center;
  color: #0d0d0d;
}
@media only screen and (max-width: 768px) {
  .profile-title {
    font-size: 40px;
    line-height: 44px;
  }
}
.profile-bio {
  margin-bottom: 32px;
}
.profile-bio > p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background-color: #f2f2f2;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 16px;
  padding-left: 69px;
  font-style: italic;
  font-size: 18px;
  line-height: 20px;
}
.profile-bio > p:before {
  content: '';
  width: 65px;
  height: 65px;
  background: url("../images/icons/icon-quote.svg") no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: -12px;
  top: 12px;
}
.profile-info {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: 50% 50%;
}
@media only screen and (min-width: 576px) {
  .profile-info {
    grid-template-columns: auto auto auto;
  }
}
.profile-info > li {
  min-height: 50px;
  display: flex;
  align-items: center;
}
.profile-info > li figure {
  width: 50px;
  height: 50px;
  background-color: rgba(0,0,0,0.02);
  border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 8px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.profile-info > li figure img {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center;
     object-position: center;
}
.profile-info > li p {
  padding-left: 58px;
}
.profile-info > li p strong,
.profile-info > li p span {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.profile-info > li p strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 12px;
  line-height: 16px;
}
.profile-info > li p span {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 992px) {
  .profile {
    height: 100%;
    min-height: 100%;
    display: flex;
    align-content: stretch;
  }
  .profile-content,
  .profile-gallery {
    width: 50%;
    flex: 50% 0 0;
  }
  .profile-content {
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .profile-gallery {
    background-color: #808080;
    background-image: linear-gradient(to left, #404040, #808080);
    height: 100%;
  }
}
.profile-gallery__tabs {
  text-align: center;
}
.profile-gallery__tabs-container {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  place-content: center;
}
.profile-gallery__tabs li {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  float: left;
  display: inline-block;
  background-color: #d9d9d9;
  color: #1a1a1a;
  font-size: 20px;
  padding: 12px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  overflow: hidden;
  margin-right: 8px;
}
.profile-gallery__tabs li:last-child {
  margin-right: 0;
}
.profile-gallery__tabs li.active {
  background-color: #404040;
  color: #fff;
}
.profile-gallery__tabs li.active:hover {
  pointer-events: none;
}
.profile-gallery__tabs li:hover:not(.active) {
  background-color: #bfbfbf;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .profile-gallery__tabs {
    padding-left: 12px;
    padding-right: 12px;
  }
  .profile-gallery__tabs li {
    width: 100%;
    text-align: center;
    margin-bottom: 4px;
  }
  .profile-gallery__tabs li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .profile-gallery__tabs {
    background-color: rgba(0,0,0,0.25);
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    overflow: hidden;
  }
  .profile-gallery__tabs-container {
    position: absolute;
    bottom: 12px;
    z-index: 5;
  }
  .profile-gallery__tabs li {
    color: #fff;
    background-color: transparent;
    margin: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
  .profile-gallery__tabs li.active {
    background-color: rgba(0,0,0,0.5);
  }
  .profile-gallery__tabs li:hover:not(.active) {
    background-color: rgba(0,0,0,0.13);
  }
}
.profile-gallery__albums,
.profile-gallery__album {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
}
.profile-gallery__album-photo {
  width: 100%;
  height: 100%;
  gloat: left;
  display: boock;
}
.profile-gallery__album-photo img {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.profile-gallery__album .slick-list,
.profile-gallery__album .slick-track {
  height: 100% !important;
}
.profile-gallery__album .slick-track {
  display: flex !important;
}
.profile-gallery__album .slick-slide {
  display: inherit !important;
}
.profile-gallery__album .slick-slide > div {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
}
@media only screen and (max-width: 992px) {
  .profile-gallery__albums {
    height: 572px;
    padding: 12px;
  }
  .profile-gallery__album {
    background-color: #404040;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
  }
}
.profile-gallery-arrows {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 40px;
  margin-top: -20px;
}
@media only screen and (max-width: 992px) {
  .profile-gallery-arrows {
    width: 97%;
    left: 1.5%;
  }
}
.profile-gallery-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  filter: alpha(opacity= 50%);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.profile-gallery-arrow:hover {
  cursor: pointer;
  transition: 0.2s all ease;
  filter: alpha(opacity= 100%);
  -moz-opacity: 1;
  opacity: 1;
}
.profile-gallery-arrow.prev {
  background: url("../images/icons/icon-arrow-left.svg") no-repeat center center;
  background-size: 75%;
  left: 12px;
}
.profile-gallery-arrow.next {
  background: url("../images/icons/icon-arrow-right.svg") no-repeat center center;
  background-size: 75%;
  right: 12px;
}
.profile-column {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
}
.profile-column img {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  filter: #808080;
  filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(100%);
}
.profile-column figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 8px 16px;
}
.profile-column figcaption h3,
.profile-column figcaption h4,
.profile-column figcaption small {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  bottom: -200px;
}
.profile-column figcaption h3,
.profile-column figcaption h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 4px;
  text-transform: uppercase;
  text-shadow: 0 1px 3px rgba(0,0,0,0.03);
  bottom: 12px;
  position: absolute;
  bottom: 4px;
  left: 0;
}
@media only screen and (max-width: 992px) {
  .profile-column figcaption h3,
  .profile-column figcaption h4 {
    font-size: 13px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .profile-column figcaption h3,
  .profile-column figcaption h4 {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .profile-column figcaption h3,
  .profile-column figcaption h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
.profile-column figcaption small {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  border-top: 1px solid transparent;
  padding-top: 4px;
}
@media only screen and (max-width: 992px) {
  .profile-column figcaption small {
    font-size: 10px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 576px) {
  .profile-column figcaption small {
    font-size: 8px;
    line-height: 12px;
  }
}
.profile-column:before {
  content: '';
  width: 100%;
  height: 75%;
  position: absolute;
  left: 0;
  background-color: transparent;
  background-image: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
  z-index: 1;
  bottom: -75%;
}
.profile-column:hover img,
.profile-column:focus img {
  transition: 0.2s all ease;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  filter: #808080;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0%);
}
.profile-column:hover figcaption,
.profile-column:focus figcaption {
  transition: 0.2s all ease;
  filter: alpha(opacity= 100%);
  -moz-opacity: 1;
  opacity: 1;
}
.profile-column:hover figcaption h2,
.profile-column:focus figcaption h2,
.profile-column:hover figcaption h3,
.profile-column:focus figcaption h3,
.profile-column:hover figcaption h4,
.profile-column:focus figcaption h4 {
  transition: 0.25s all ease;
  bottom: 30px;
}
.profile-column:hover figcaption small,
.profile-column:focus figcaption small {
  transition: 0.35s all ease;
  bottom: 0;
  border-color: rgba(255,255,255,0.25);
}
.profile-column:hover:before,
.profile-column:focus:before {
  transition: 0.1s all ease-out;
  bottom: 0;
}
.profiles {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  background-color: #262626;
}
.profiles-search {
  position: fixed;
  left: 0;
  top: 0;
  width: 280px;
  height: 100%;
  background-color: #f2f2f2;
  padding: 20px;
  padding-top: 70px;
  z-index: 7;
  overflow-x: auto;
  transition: 0.25s all ease;
  box-shadow: 4px 0 8px rgba(0,0,0,0.25);
}
.profiles-search__close {
  width: 40px;
  height: 40px;
  display: none;
  position: absolute;
  right: 12px;
  top: 12px;
  background: url("../images/icons/icon-close-black.svg") no-repeat center center;
  background-color: rgba(0,0,0,0.02);
  border: 2px solid rgba(0,0,0,0.2);
  background-size: 50%;
  z-index: 250;
  border-radius: 40px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.profiles-search__close:hover {
  cursor: pointer;
  background-color: rgba(0,0,0,0.25);
}
.profiles-search > h1,
.profiles-search > h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
}
.profiles-search p {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.profiles-search > h1,
.profiles-search > h2,
.profiles-search > p {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  color: #262626;
  margin-bottom: 16px;
}
.profiles-search__map {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  height: 110px;
  border-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  background-image: linear-gradient(to right, #e6e6e6, #fff);
  display: flex;
  align-items: center;
  padding: 0 12px;
  transition: 0.2s all ease;
}
.profiles-search__map p,
.profiles-search__map img {
  transition: 0.25s all ease;
}
.profiles-search__map p {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000;
}
.profiles-search__map img {
  width: 126.49999999999999px;
  height: 126.49999999999999px;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -63.24999999999999px;
}
.profiles-search__map:hover {
  cursor: pointer;
  background-color: #404040;
  background-image: linear-gradient(to left, #808080, #404040);
  transition: 0.2s all ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.13);
}
.profiles-search__map:hover p,
.profiles-search__map:hover img {
  transition: 0.25s all ease;
}
.profiles-search__map:hover p {
  filter: alpha(opacity= 0%);
  -moz-opacity: 0;
  opacity: 0;
}
.profiles-search__map:hover img {
  width: 145.47499999999997px;
  height: 145.47499999999997px;
  right: 50%;
  margin-top: -72.73749999999998px;
  margin-right: -72.73749999999998px;
}
@media only screen and (max-width: 992px) {
  .profiles-search {
    height: 100%;
    top: 0;
    left: -280px;
    z-index: 9999;
  }
  .profiles-search__close {
    display: block;
  }
  .profiles-search.active {
    transition: 0.2s all ease;
    box-shadow: 50px 0 150px rgba(0,0,0,0.25);
    left: 0;
  }
}
.profiles-list {
  float: right;
  width: calc(100% - 280px);
}
.profiles-list__top {
  display: none;
  align-items: center;
  padding: 28px 20px;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255,255,255,0);
  background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(255,255,255,0));
}
.profiles-list__top h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 56px;
  line-height: 60px;
}
.profiles-list__top div {
  background-color: #e6e6e6;
  padding: 12px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: flex;
  align-items: center;
}
.profiles-list__top div:hover {
  cursor: pointer;
  background-color: $gblack-20;
  box-shadow: -2px 2px 4px rgba(0,0,0,0.03);
}
.profiles-list__top div img {
  margin-right: 8px;
}
.profiles-list__top div span {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .profiles-list__top h1 {
    font-size: 28px;
    line-height: 32px;
    margin-right: 12px;
  }
  .profiles-list__top div {
    padding: 8px;
  }
  .profiles-list__top div img {
    width: 16px;
    height: 16px;
  }
  .profiles-list__top div span {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .profiles-list {
    width: 100%;
  }
  .profiles-list__top {
    width: 100%;
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 12px 24px;
    z-index: 5;
  }
}
.profiles-grid {
  display: grid;
  grid-gap: 0;
  grid-template-columns: auto auto auto auto;
}
.profiles-grid__load-more {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding: 40px 20px;
  background-color: #d9d9d9;
}
@media only screen and (max-width: 992px) {
  .profiles-grid__load-more {
    padding-bottom: 120px;
  }
}
.profiles-grid__load-more figure {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.profiles-grid__load-more figure img {
  width: 50px;
  height: 50px;
  margin-bottom: 16px;
}
.profiles-grid__load-more figure figcaption {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-size: 20px;
  line-height: 24px;
}
.profiles-grid__load-more:hover {
  background-color: #ccc;
  cursor: pointer;
}
.profiles-grid__load-more.active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.03);
}
.profiles-grid__load-more.active figure img {
  transition: 0.2s all ease;
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
@media only screen and (max-width: 992px) {
  .profiles-grid {
    grid-template-columns: auto auto auto;
  }
}
@media only screen and (max-width: 768px) {
  .profiles-grid {
    grid-template-columns: auto auto;
  }
}
.profiles-grid__column {
  overflow: hidden;
}
@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  text-align: center;
  margin: 4px 0;
}
.slick-dots li {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-color: #e6e6e6;
  margin-right: 4px;
  overflow: hidden;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.slick-dots li.slick-active {
  background-color: #737373;
}
.slick-dots li.slick-active > button,
.slick-dots li.slick-active > span {
  color: #f2f2f2;
}
.slick-dots li:hover {
  background-color: #262626;
  cursor: pointer;
}
.slick-dots li:hover > button,
.slick-dots li:hover > span {
  color: #fff;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li > button,
.slick-dots li > span {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  width: 100%;
  height: 100%;
  color: #1a1a1a;
  float: left;
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  border: 0;
  background: transparent;
}
.page p ~ .page-slides {
  padding-top: 0;
}
@media only screen and (max-width: 620px) {
  .page-slides {
    width: 110%;
    left: -5%;
  }
}
.testimonials {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.testimonials__title {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  color: #0d0d0d;
  margin-bottom: 24px !important;
}
.testimonials__title > strong {
  font-weight: 900;
  color: #fff;
  background-color: #000;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 5px 7px;
  margin: 0 3px;
}
.testimonials__title > span {
  font-size: 58px;
  top: 8px;
  margin-right: 5px;
  font-style: normal;
}
.testimonials__container {
  background-color: blacky(2.5);
  padding: 40px 0;
  margin-top: 20px;
}
.testimonial {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 0;
}
.testimonial__slide {
  float: left;
  width: 100%;
  display: none;
}
.testimonial__slide:first-child {
  display: flex;
}
.testimonial__image {
  height: 200px !important;
  flex: 0 0 200px;
  overflow: hidden !important;
  background-color: #fff;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: 0 2px 4px rgba(0,0,0,0.25);
  -webkit-animation: testimonial_rotating 30s linear infinite;
  animation: testimonial_rotating 30s linear infinite;
  margin: 0 !important;
  z-index: 2;
}
.testimonial__image img {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-animation: testimonial_zoom 60s linear infinite;
  animation: testimonial_zoom 60s linear infinite;
}
.testimonial__content {
  float: right;
  background-color: #f2f2f2;
  padding: 16px;
  z-index: 1;
  border-radius: 0 3px 3px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.testimonial__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: -38px;
  width: 40px;
  height: 100%;
  background-color: #f2f2f2;
}
.testimonial__content blockquote,
.testimonial__content h3,
.testimonial__content p,
.testimonial__content small {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.testimonial__content blockquote {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  font-style: normal;
  border: none;
  padding: 0;
  margin: 0;
}
.testimonial__content small {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  width: auto;
  position: absolute;
  top: -8px;
  left: 16px;
  background-color: #bfbfbf;
  padding: 4px 5px;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.testimonial__content h3,
.testimonial__content p {
  margin: 0;
}
.testimonial__content p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #404040;
}
.testimonial__content p.small {
  font-size: 14px;
  line-height: 18px;
}
.testimonial__content p.medium {
  font-size: 16px;
  line-height: 19px;
}
.testimonial__content h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-top: 8px;
}
.testimonial__content h3 ~ p {
  margin-top: 12px;
}
@media only screen and (max-width: 576px) {
  .testimonial {
    flex-direction: column;
  }
  .testimonial__image {
    width: 280px !important;
    height: 280px !important;
    flex: auto;
  }
  .testimonial__content {
    margin-top: 28px;
  }
  .testimonial__content:before {
    display: none;
  }
}
.testimonial__btn {
  float: left;
  display: block;
  margin-top: 16px;
}
.testimonial__btn figure {
  float: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
}
.testimonial__btn figure img,
.testimonial__btn figure figcaption {
  margin: 0;
}
.testimonial__btn figure svg {
  height: 40px;
  flex: 0 0 40px;
  padding: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  backgrund: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  z-index: 2;
}
.testimonial__btn figure figcaption {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  width: 168px;
  background-color: #fff;
  padding: 7px;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  z-index: 1;
}
.testimonial__btn:hover figure img {
  transition: 0.25s all ease;
  transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
}
.testimonial__btn:hover figure figcaption {
  box-shadow: 0 1px 3px rgba(0,0,0,0.13);
}
@-webkit-keyframes testimonial_rotating {
  0% {
    transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
  }
  50% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
  }
}
@keyframes testimonial_rotating {
  0% {
    transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
  }
  50% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
  }
}
@-webkit-keyframes testimonial_zoom {
  0% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}
@keyframes testimonial_zoom {
  0% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}
.toolbar {
  position: fixed;
  top: 0;
  left: 0;
  padding: 12px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
@media only screen and (min-width: 992px) {
  .toolbar.hide-desktop {
    display: none;
  }
}
.toolbar-logo {
  height: 38px;
  position: absolute;
  top: 12px;
  right: 268px;
  z-index: 10;
}
@media only screen and (min-width: 1080px) {
  .toolbar-logo {
    left: -36px;
  }
}
.toolbar-nav {
  margin-left: auto;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 220px 0 0;
}
.toolbar-nav li {
  margin-right: 12px;
}
.toolbar-nav li:last-child {
  margin-right: 0;
}
.toolbar-nav-open,
.toolbar-nav-btn {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.toolbar-nav-open:hover,
.toolbar-nav-btn:hover {
  cursor: pointer;
}
.toolbar-nav-btn {
  background-color: #fff;
  color: #262626;
  padding: 12px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.toolbar-nav-btn:hover {
  background-color: #f2f2f2;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}
.toolbar-nav-register {
  width: 120px;
}
.toolbar-nav-register > a {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .toolbar-nav {
    justify-content: flex-end;
    flex: 260px 0 0;
  }
}
.toolbar-nav-open {
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.toolbar-nav-open__icon {
  padding: 4px;
  width: 38px;
  height: 38px;
}
.toolbar-nav-open__icon svg {
  max-width: 100%;
}
.toolbar-nav-open__icon svg path {
  fill: #fff;
}
.toolbar.invert .toolbar-nav-btn {
  background-color: #404040;
  color: #fff;
}
.toolbar.invert .toolbar-nav-btn:hover {
  background-color: #000;
}
.toolbar.invert .toolbar-nav-open {
  color: #262626;
}
.toolbar.invert .toolbar-nav-open__icon svg path {
  fill: #000;
}
@media only screen and (max-width: 992px) {
  .toolbar.responsive-invert .toolbar-nav-btn {
    background-color: #404040;
    color: #fff;
  }
  .toolbar.responsive-invert .toolbar-nav-btn:hover {
    background-color: #000;
  }
  .toolbar.responsive-invert .toolbar-nav-open {
    color: #262626;
  }
  .toolbar.responsive-invert .toolbar-nav-open__icon svg path {
    fill: #000;
  }
}
.wpp-btn {
  width: auto;
  height: 60px;
  max-width: 90%;
  position: fixed;
  right: 12px;
  bottom: 12px;
  background-color: #fff;
  border: 2px solid rgba(0,0,0,0.08);
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: -2px 2px 4px rgba(0,0,0,0.13);
  z-index: 10;
}
.wpp-btn:hover {
  box-shadow: -4px 4px 8px rgba(0,0,0,0.25);
}
.wpp-btn__icon {
  width: 52px;
  height: 52px;
  background: url("../images/whatsapp.svg") no-repeat center center;
  background-size: contain;
  -webkit-animation: wppBtn 2.5s infinite;
          animation: wppBtn 2.5s infinite;
}
.wpp-btn__content {
  color: #262626;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  padding: 12px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .wpp-btn {
    width: auto;
    height: 64px;
    right: 32px;
    bottom: 16px;
  }
  .wpp-btn__icon {
    width: 80px;
    height: 80px;
  }
  .wpp-btn__content {
    max-width: 240px;
  }
}
@media only screen and (max-width: 768px) {
  .wpp-btn {
    right: 5%;
    height: 70px;
  }
  .wpp-btn__icon {
    width: 70px;
    height: 70px;
    margin-right: 4px;
  }
}
@-webkit-keyframes wppBtn {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  50% {
    transform: rotate(9deg);
    -webkit-transform: rotate(9deg);
    -moz-transform: rotate(9deg);
    -o-transform: rotate(9deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@keyframes wppBtn {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  50% {
    transform: rotate(9deg);
    -webkit-transform: rotate(9deg);
    -moz-transform: rotate(9deg);
    -o-transform: rotate(9deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
