@charset "UTF-8";
/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}
.selectric-focus .selectric {
  border-color: #aaaaaa;
}
.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
html.is-fixed {
  height: 100vh;
  overflow-y: hidden;
}
body {
  min-width: 320px;
  background: #FAFAFA;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #000;
}
body.is-fixed {
  height: 100vh;
  overflow-y: hidden;
}
body.overlay:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.16);
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
  text-decoration: none;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.3em / 2);
  font-weight: bold;
  color: #000;
}
.h1,
h1 {
  font-size: 3.7rem;
}
@media (max-width: 1023px) {
  .h1,
h1 {
    font-size: 2rem;
  }
}
.h2,
h2 {
  font-size: 2.7rem;
}
@media (max-width: 1023px) {
  .h2,
h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: 2.5rem;
}
@media (max-width: 1023px) {
  .h3,
h3 {
    font-size: 2rem;
  }
}
.h4,
h4 {
  font-size: 2.3rem;
}
@media (max-width: 1023px) {
  .h4,
h4 {
    font-size: 1.8rem;
  }
}
.h5,
h5 {
  font-size: 1.8rem;
}
.h6,
h6 {
  font-size: 1.7rem;
}
@media (max-width: 1023px) {
  .h6,
h6 {
    font-size: 1.5rem;
  }
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.3em;
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none;
}
/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	AutoComplete
\* ------------------------------------------------------------ */
.autoComplete_wrapper ul {
  margin-top: 0.3rem;
  list-style-type: none;
  background: #FAFAFA;
}
@media (max-width: 1023px) {
  .autoComplete_wrapper ul {
    margin-left: -2rem;
  }
}
.autoComplete_wrapper.is-active li:before {
  background-image: url(../images/svg/clock-history.svg);
  width: 2rem;
  height: 2rem;
}
/* Words container */
.ac__inner {
  margin-top: 0.3rem;
  list-style-type: none;
  background: #FAFAFA;
}
/* Individual word element */
.ac__word {
  padding: 1.4rem 1rem 1.4rem 4.4rem;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4;
  border-bottom: 0.1rem solid #E5E5E5;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .ac__word {
    padding: 1.4rem 1rem 1.3rem 3rem;
  }
}
.ac__word:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.4rem;
  left: 1.2rem;
  background-image: url(../images/svg/search-solid.svg);
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 1023px) {
  .ac__word:before {
    left: 0;
  }
}
/* Word prefix style. It’s the span containing the search keyword within the word. */
.ac__prefix {
  background-color: transparent;
  color: #2F04B1;
}
/* Style applied to each words while navigating through the list or on hover */
.ac__word--selected, .ac__word:hover {
  background-color: #e3e3e3;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .ac__container {
    left: -20px;
  }
}
/* ------------------------------------------------------------ *\
	Badge
\* ------------------------------------------------------------ */
.badge {
  color: #fff;
  background: #F80484;
  border-radius: 0.8rem;
  font-size: 1.5rem;
  padding: 0.7rem 1.6rem;
}
/* Badge large */
.badge--alt {
  font-size: 2rem;
  padding: 0.7rem 2rem;
  border-radius: 0.8rem;
}
@media (max-width: 1023px) {
  .badge--alt {
    border-radius: 0.8rem;
    font-size: 1.5rem;
    padding: 0.6rem 1.5rem;
  }
}
/* ------------------------------------------------------------ *\
	Box
\* ------------------------------------------------------------ */
.box a {
  display: block;
  position: relative;
}
.box .box__image {
  position: relative;
  padding-bottom: 76.9%;
  font-size: 0;
  overflow: hidden;
}
.box .box__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.box .box__content {
  position: absolute;
  bottom: -0.1rem;
  left: -0.1rem;
  width: calc(100% + .2rem);
  background-color: rgba(255, 255, 255, 0.87);
  padding-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 5.3rem;
}
.box .box__logo {
  font-size: 0;
}
.box .box__logo img {
  width: 100%;
  height: auto;
}
.box:hover .box__image img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
/* ------------------------------------------------------------ *\
	Boxes
\* ------------------------------------------------------------ */
.boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.8rem;
  margin: -1rem;
  max-width: 88rem;
}
.boxes .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 1rem;
}
/* ------------------------------------------------------------ *\
	Breadcrumbs
\* ------------------------------------------------------------ */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .breadcrumbs {
    overflow-x: hidden;
  }
}
.breadcrumbs ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .breadcrumbs ul {
    -ms-flex-flow: nowrap;
        flex-flow: nowrap;
    white-space: nowrap;
    padding-right: 1rem;
    font-size: 1.3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .breadcrumbs ul:after {
    content: "...";
    padding-left: 0.5rem;
    position: absolute;
    top: 0.1rem;
    right: 0;
    background-color: #FAFAFA;
  }
}
.breadcrumbs li {
  margin-right: 1.4rem;
}
@media (max-width: 1023px) {
  .breadcrumbs li {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .breadcrumbs li {
    padding-right: 0.5rem;
    margin: 0;
  }
}
.breadcrumbs a:hover {
  color: #2F04B1;
}
.breadcrumbs .ico-home {
  position: relative;
  top: -0.2rem;
  margin-right: 0.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .breadcrumbs .ico-home {
    margin-right: 0.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .breadcrumbs .ico-arrow-solid {
    margin-left: 1.8rem;
    margin-bottom: 0.2rem;
  }
}
/* ------------------------------------------------------------ *\
	Brand Btn
\* ------------------------------------------------------------ */
.brand-btn {
  position: relative;
}
.brand-btn input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.brand-btn label {
  display: inline-block;
  padding: 0.9rem 2.1rem;
  color: #2F04B1;
  font: 600 1.6rem/1.38 "Open Sans", sans-serif;
  border: 0.1rem solid #D1C2FF;
  border-radius: 1rem;
  -webkit-transition: border-color 0.4s, background-color 0.4s;
  -o-transition: border-color 0.4s, background-color 0.4s;
  transition: border-color 0.4s, background-color 0.4s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .brand-btn label {
    font-size: 1.4rem;
    line-height: 1.36;
    padding: 0.7rem 1.5rem;
  }
}
.brand-btn input:checked + label {
  border-color: #2F04B1;
  background-color: #2F04B1;
  color: #fff;
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
/* Btn default */
.btn-default {
  padding: 0.7rem 2.2rem;
  letter-spacing: 0.03rem;
  border-radius: 1rem;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  -o-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
}
/* Btn primary */
.btn-primary {
  background: #2F04B1;
  color: #fff !important;
}
.btn-primary:hover {
  background: #25048f;
}
/* Btn outline primary */
.btn-outline--primary {
  background: #fff;
  border: 0.1rem solid rgba(209, 194, 255, 0.5);
  color: #2F04B1;
}
.btn-outline--primary:hover {
  color: #fff;
  border: 0.1rem solid #d1c2ff;
  background: #2F04B1;
}
/* Btn icon */
.btn-icon {
  padding: 0.6rem 2.5rem 0.8rem;
}
.btn-icon i {
  margin-left: 0.5rem;
  vertical-align: middle;
}
.btn-icon span {
  display: inline-block;
  vertical-align: middle;
}
/* Btn icon alt */
.btn-icon--alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.7rem;
  height: 3.2rem;
  padding: 0 1rem;
}
/* Btn icon small */
.btn-icon--small {
  padding: 0;
}
.btn-icon--small i {
  margin-left: 0;
}
/* Btn icon outline */
.btn-icon--outline {
  border: 0.1rem solid #848484;
  border-radius: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  padding: 0.9rem 1rem;
  font-size: 1.5rem;
  line-height: 1.33;
  background-color: #fafafa;
  color: #5B5B5B;
  -webkit-transition: border-color 0.4s, color 0.4s;
  -o-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
}
.btn-icon--outline:hover {
  border-color: #2F04B1;
  color: #2F04B1;
}
.btn-icon--outline span:last-child {
  padding-right: 0.9rem;
}
.btn-icon--outline * + * {
  margin-left: 0.8rem;
}
.btn--hover {
  position: relative;
}
.btn--hover i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.btn--hover i:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0.2rem;
  background: #fff;
  position: absolute;
  left: 0%;
  top: 50%;
  width: 1rem;
  -webkit-transform: translate(-50%, -50%) scaleX(0);
      -ms-transform: translate(-50%, -50%) scaleX(0);
          transform: translate(-50%, -50%) scaleX(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}
.btn--hover:hover i:after {
  -webkit-transform: translate(-50%, -50%) scaleX(1);
      -ms-transform: translate(-50%, -50%) scaleX(1);
          transform: translate(-50%, -50%) scaleX(1);
}
.btn-refresh {
  position: relative;
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  border: 0.1rem solid #D1C2FF;
}
.btn-refresh i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* Btn search */
.btn-search {
  display: inline-block;
}
/* Btn icon large */
.btn-icon--large {
  padding: 1.1rem 3rem 1.2rem;
  font-size: 1.7rem;
  letter-spacing: 0rem;
}
@media (max-width: 1023px) {
  .btn-icon--large {
    padding: 0.9rem 3rem;
  }
}
.btn--white {
  display: inline-block;
  min-width: 11rem;
  text-align: right;
  position: relative;
  padding: 0.9rem 2rem 0.9rem 1rem;
  color: #2F04B1;
  font-size: 1.7rem;
  border-radius: 1rem;
  background-color: #FDFCFF;
  border: 0.1rem solid #D1C2FF;
}
.btn--white i {
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn--white-alt i {
    left: 1.5rem;
  }
}
/* btn medium*/
.btn--md {
  font-size: 1.5rem;
  line-height: 1.33;
  padding: 0.5rem 2.2rem 0.6rem;
  text-transform: capitalize;
}
/* btn access */
.btn-access {
  padding: 0.7rem 2.5rem 0.9rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.38;
  background-color: #2F04B1;
  border: 0.1rem solid #2F04B1;
  color: #fff;
  border-radius: 1rem;
  -webkit-transition: background-color 0.4s, border-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, border-color 0.4s, color 0.4s;
  transition: background-color 0.4s, border-color 0.4s, color 0.4s;
}
.btn-access:hover {
  background-color: #6d4fc8;
  border-color: #6d4fc8;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn-access {
    font-size: 1.3rem;
    padding: 0.7rem 2rem;
  }
}
.btn-access--outline {
  border: 0.1rem solid #2F04B1;
  color: #2F04B1;
  background-color: transparent;
}
.btn-access--outline:hover {
  background-color: #6d4fc8;
  border-color: #6d4fc8;
  color: #fff;
}
/* ------------------------------------------------------------ *\
	Callout-alt
\* ------------------------------------------------------------ */
.callout-alt {
  padding: 5rem 0 5rem;
  background-color: #F80484;
}
.callout-alt .callout__inner {
  margin: 0 auto;
  max-width: 44.2%;
}
@media (max-width: 1399px) {
  .callout-alt .callout__inner {
    max-width: 55%;
  }
}
@media (max-width: 1199px) {
  .callout-alt .callout__inner {
    max-width: 60%;
  }
}
@media (max-width: 1023px) {
  .callout-alt .callout__inner {
    max-width: 80%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .callout-alt .callout__inner {
    max-width: 100%;
  }
}
.callout-alt h3 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.38;
  text-align: center;
  margin-bottom: 2.4rem;
}
@media (max-width: 1023px) {
  .callout-alt h3 {
    font-size: 1.9rem;
  }
}
.callout-alt h3 span {
  color: #F80484;
  position: relative;
  isolation: isolate;
  padding: 0.3rem 1.5rem 0.5rem 3.1rem;
  line-height: 1.38;
  margin-left: 0.5rem;
  display: inline-block;
}
@media (max-width: 1023px) {
  .callout-alt h3 span {
    padding: 0.3rem 1.4rem 0.5rem 2.8rem;
  }
}
.callout-alt h3 span:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/temp/headeing-el.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
/* ------------------------------------------------------------ *\
	Callout
\* ------------------------------------------------------------ */
.callout h1 {
  margin-bottom: 1rem;
  color: #fff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .callout h1 {
    margin-bottom: 0.4rem;
  }
}
.callout h6 {
  margin-bottom: 5.2rem;
  color: #fff;
  letter-spacing: -0.05rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .callout h6 {
    margin-bottom: 3.8rem;
    font-size: 1.4rem;
  }
}
.callout .callout__inner {
  border-radius: 1.2rem;
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .callout .callout__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.callout .callout__background {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.2rem;
  overflow: hidden;
}
.callout .callout__background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.callout .callout__content {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 6.3rem 8.2rem 6rem;
}
@media (max-width: 1023px) {
  .callout .callout__content {
    padding: 6.3rem 4.2rem 6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .callout .callout__content {
    padding: 2.8rem 0.2rem 2.6rem 2rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 59%;
            flex: 0 0 59%;
    max-width: 59%;
  }
}
.callout .callout__image {
  z-index: 1;
  max-width: 38rem;
  position: absolute;
  top: -9rem;
  left: 51%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .callout .callout__image {
    max-width: 50%;
    top: 0;
    position: static;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41%;
            flex: 0 0 41%;
    max-width: 41%;
    padding-top: 1rem;
    padding-right: 1rem;
  }
}
/* ------------------------------------------------------------ *\
	Callout alt
\* ------------------------------------------------------------ */
.callout--alt {
  border-radius: 1rem;
  background: #2F04B1;
}
@media (max-width: 1023px) {
  .callout--alt {
    border-radius: 0;
  }
}
.callout--alt h1 {
  margin-bottom: 10rem;
}
@media (max-width: 1023px) {
  .callout--alt h1 {
    margin-bottom: 2.8rem;
    font-size: 2.5rem;
  }
}
.callout--alt h5 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 1rem;
  color: #fff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .callout--alt h5 {
    margin-bottom: 0.6rem;
    font-size: 1.6rem;
  }
}
.callout--alt .callout__content {
  padding: 3rem 3rem;
  max-width: 100%;
  width: 100%;
}
.callout--alt .link-more {
  font-size: 1.7rem;
}
/* ------------------------------------------------------------ *\
	Card-alt
\* ------------------------------------------------------------ */
.card-alt {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  height: 100%;
}
.card-alt a {
  padding: 38.7% 0 6.5%;
  border-radius: 1rem;
  display: block;
}
.card-alt a:hover .card__image {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.card-alt .card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.card-alt .card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-alt .card__content {
  position: relative;
  z-index: 2;
  padding: 1.4rem 2.4rem 1.4rem 2rem;
  display: inline-block;
}
@media (max-width: 1023px) {
  .card-alt .card__content {
    padding: 1rem 1.9rem 1rem 1.8rem;
  }
}
.card-alt .card__content:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 120%;
  height: 100%;
  background-color: #fff;
  opacity: 0.9;
  -webkit-transform: skew(-23deg);
      -ms-transform: skew(-23deg);
          transform: skew(-23deg);
}
.card-alt .card__content h6 {
  position: relative;
  font-size: 1.6rem;
  color: #414141;
  text-transform: uppercase;
  line-height: 1.38;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .card-alt .card__content h6 {
    font-size: 1.4rem;
  }
}
.card-alt .card__content span {
  position: relative;
  display: block;
  font-size: 1.4rem;
  line-height: 1.36;
  color: #2F04B1;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .card-alt .card__content span {
    font-size: 1.2rem;
  }
}
/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */
.card {
  padding: 4.1rem 4rem 6rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.8rem 2rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.8rem 2rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  max-width: 46.1rem;
  font-size: 1.5rem;
  line-height: 1.33;
}
@media (max-width: 1023px) {
  .card {
    padding: 3rem 2rem 4rem;
  }
}
.card h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}
.card p {
  margin-bottom: 0;
  padding-bottom: 3.2rem;
}
.card p:last-child {
  padding-bottom: 0;
}
.card .list-icons {
  font-size: 1.8rem;
  line-height: 1.33;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .list-icons {
    font-size: 1.5rem;
  }
}
/* ------------------------------------------------------------ *\
	Cards-alt
\* ------------------------------------------------------------ */
.cards-alt .cards__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -1rem;
  list-style-type: none;
}
.cards-alt .cards__item {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / 4);
      flex-basis: calc(100% / 4);
  max-width: calc(100% / 4);
  padding: 1rem;
}
@media (max-width: 1023px) {
  .cards-alt .cards__item {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards-alt .cards__item {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 2);
        flex-basis: calc(100% / 2);
    max-width: calc(100% / 2);
  }
}
@media (max-width: 575px) {
  .cards-alt .cards__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
.checkbox {
  color: #414141;
  font-size: 1.5rem;
}
.checkbox [type=checkbox] {
  display: none;
}
.checkbox [type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding-left: 3rem;
  font-size: 1.5rem;
  font-family: "Open Sans", sans-serif;
}
.checkbox [type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.1rem;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid #D1C2FF;
  border-radius: 0.5rem;
  background-color: #fff;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.checkbox [type=checkbox] + label:after {
  content: "";
  position: absolute;
  left: 0.7rem;
  top: 0.3rem;
  width: 0.8rem;
  height: 1.1rem;
  border-radius: 0.1rem;
  border: 0.2rem solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(36deg);
      -ms-transform: rotate(36deg);
          transform: rotate(36deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.checkbox [type=checkbox]:checked + label:before {
  background-color: #2F04B1;
}
.checkbox [type=checkbox]:checked + label:after {
  opacity: 1;
}
/* ------------------------------------------------------------ *\
	Cols
\* ------------------------------------------------------------ */
.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -1rem -0.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cols {
    margin: 0 -0.5rem -0.9rem;
  }
}
.cols .col {
  padding: 0 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cols .col {
    margin-bottom: 1rem;
    padding: 0 0.5rem;
  }
}
.cols .col--size-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1023px) {
  .cols .col--size-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cols .col--size-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 374px) {
  .cols .col--size-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.cols .col--size-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66%;
          flex: 0 0 16.66%;
  max-width: 16.66%;
}
@media (max-width: 1023px) {
  .cols .col--size-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cols .col--size-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 374px) {
  .cols .col--size-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.cols .col--2-of3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66%;
          flex: 0 0 66.66%;
  max-width: 66.66%;
}
@media (max-width: 1023px) {
  .cols .col--2-of3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.cols .col--1-of3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}
.cols .col--size-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}
@media (max-width: 1023px) {
  .cols .col--size-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.cols .col--size-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}
/* ------------------------------------------------------------ *\
	Feature primary
\* ------------------------------------------------------------ */
.feature-primary .feature__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 50%;
  width: 15rem;
  height: 15rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature-primary .feature__image {
    width: 12.5rem;
    height: 12.5rem;
    padding: 2.4rem;
    margin-bottom: 1rem;
  }
}
.feature-primary .feature__content {
  text-align: center;
  font-size: 1.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature-primary .feature__content {
    font-size: 1.4rem;
  }
}
/* ------------------------------------------------------------ *\
	Feature Small
\* ------------------------------------------------------------ */
.feature-small .feature__image {
  width: 7rem;
  height: 7rem;
  margin: 0 auto 1rem;
  font-size: 0;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0.3rem 0.3rem 1.2rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0.3rem 0.3rem 1.2rem 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: background-color 0.4s, -webkit-box-shadow 0.4s;
  transition: background-color 0.4s, -webkit-box-shadow 0.4s;
  -o-transition: background-color 0.4s, box-shadow 0.4s;
  transition: background-color 0.4s, box-shadow 0.4s;
  transition: background-color 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
  cursor: pointer;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature-small .feature__image {
    width: 8rem;
    height: 8rem;
    margin-bottom: 1.5rem;
    -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
  }
}
.feature-small:hover .feature__image {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  background-color: transparent;
}
.feature-small .feature__image img {
  width: 55%;
  height: auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature-small .feature__image img {
    width: 60%;
  }
}
.feature-small.is-disabled {
  pointer-events: none;
}
.feature-small.is-disabled .feature__image :where(img, svg) {
  -webkit-filter: saturate(0);
          filter: saturate(0);
}
.feature-small.is-disabled .feature__image {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.feature-small.is-disabled .feature__image:hover {
  background-color: #fff;
}
.feature-small .feature__content {
  text-align: center;
  font-size: 1.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature-small .feature__content {
    letter-spacing: -0.02em;
  }
}
/* ------------------------------------------------------------ *\
	Features
\* ------------------------------------------------------------ */
.features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.9rem -2rem 1.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .features {
    margin: 0 -0.8rem -2.3rem;
  }
}
.features .feature-small {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / 8);
      flex-basis: calc(100% / 8);
  max-width: calc(100% / 8);
  padding: 0 1.5rem 2rem;
}
@media (max-width: 1023px) {
  .features .feature-small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .features .feature-small {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 0 0.8rem 2.3rem;
  }
}
@media (max-width: 374px) {
  .features .feature-small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
/*  Features  */
.features--alt {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
.features--alt a {
  display: block;
  pointer-events: all;
  cursor: pointer;
}
.features--alt .feature-small {
  position: relative;
}
.features--alt .feature-small:hover .feature__image {
  background-color: #fff;
}
.features--alt .feature-small:disabled .feature__image {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.features--alt .feature-small.disabled .feature__image {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.features--alt .feature-small .feature__image {
  margin-bottom: 1.4rem;
}
.features--alt .feature-small .feature__content {
  font-size: 1.4rem;
}
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
.field {
  border-radius: 1rem;
  border: 0.1rem solid #c9c9c9;
  background-color: #fff;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.33;
  font-weight: 300;
  padding: 0.9rem 1.4rem;
  max-width: 100%;
  width: 100%;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}
@media (max-width: 1023px) {
  .field {
    font-size: 1.6rem;
    padding: 0.8rem 1.4rem;
  }
}
.field::-webkit-input-placeholder {
  color: #A1A1A1;
}
.field::-moz-placeholder {
  color: #A1A1A1;
}
.field:-ms-input-placeholder {
  color: #A1A1A1;
}
.field::-ms-input-placeholder {
  color: #A1A1A1;
}
.field::placeholder {
  color: #A1A1A1;
}
.field:hover {
  border-color: rgba(47, 4, 177, 0.3);
}
.field:hover::-webkit-input-placeholder {
  color: #A1A1A1;
}
.field:hover::-moz-placeholder {
  color: #A1A1A1;
}
.field:hover:-ms-input-placeholder {
  color: #A1A1A1;
}
.field:hover::-ms-input-placeholder {
  color: #A1A1A1;
}
.field:hover::placeholder {
  color: #A1A1A1;
}
.field:focus {
  border-color: #2F04B1;
}
/*  Field textarea  */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  background: #fff;
  border-top: 0.1rem solid rgba(47, 4, 177, 0.15);
}
.footer .footer__content {
  position: relative;
  padding: 7.6rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3.2rem 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer .footer__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__content-inner {
    display: block;
    text-align: right;
  }
}
.footer .footer__logo {
  position: absolute;
  top: 6rem;
  left: 0;
  display: inline-block;
  width: 20rem;
}
@media (max-width: 1023px) {
  .footer .footer__logo {
    width: 15rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__logo {
    position: static;
    margin-bottom: 6.5rem;
  }
}
.footer .footer__logo img {
  width: 100%;
}
.footer .footer__devider {
  display: inline-block;
  width: 13rem;
  height: 0.1rem;
  background: #000000;
  margin: 0 4rem;
}
@media (max-width: 1023px) {
  .footer .footer__devider {
    width: 6.3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__devider {
    margin: 0 2.4rem 0 0;
  }
}
.footer .footer__bar {
  padding: 2rem 0;
  background: #FAFAFA;
  color: #919191;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__bar {
    font-size: 1.3rem;
    text-align: center;
    padding: 1rem 0;
  }
}
.footer .footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer--small .footer__logo {
  top: 7rem;
  width: 15rem;
}
@media (max-width: 1023px) {
  .footer--small .footer__logo {
    top: 6rem;
  }
}
.footer--small-alt .footer__content {
  padding: 7.3rem 0 0.4rem;
}
.footer--small-alt .footer__shell {
  max-width: calc( 121.7rem + 1.7rem * 2 );
}
.footer--small-alt .footer__logo {
  top: 4.1rem;
  width: 20.2rem;
  display: inline-block;
}
.footer--small-alt .footer__bar {
  padding: 1rem 0 4rem;
  background-color: #fff;
}
.footer--small-alt .footer__bar p {
  padding-left: 0.2rem;
}
/* ------------------------------------------------------------ *\
	Form search
\* ------------------------------------------------------------ */
.form-search .form__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0.1rem solid #C9C9C9;
  border-radius: 1.2rem;
}
@media (max-width: 1023px) {
  .form-search .form__inner {
    padding-left: 4rem;
    border: 0;
    border-radius: 0;
    border-bottom: 0.1rem solid #C9C9C9;
    background: #fff;
  }
}
.form-search .form__select {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10rem;
          flex: 0 0 10rem;
  position: relative;
}
.form-search .form__search {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.form-search .form__search:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1rem;
  left: 0;
  bottom: 1rem;
  background: #C9C9C9;
  width: 0.1rem;
  height: 3rem;
  z-index: 1;
}
@media (max-width: 1023px) {
  .form-search .form__search:after {
    display: none;
  }
}
.form-search .form__btn-close {
  position: absolute;
  top: 1.4rem;
  left: 2rem;
  z-index: 1;
}
.form-search .form__btn-reset {
  position: absolute;
  top: 1.4rem;
  right: 1.6rem;
  z-index: 1;
}
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form {
  font-size: 1.5rem;
  line-height: 1.33;
}
.form .form__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form .form__label {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.33;
  display: block;
  padding-bottom: 0.7rem;
}
.form .form__row + .form__row {
  margin-top: 1.5rem;
}
.form .form__row + p {
  margin-top: 1.1rem;
}
.form .form__controls {
  position: relative;
}
.form .form__controls .form__ico {
  position: absolute;
  top: 50%;
  right: 2.1rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.form .form__controls input[type=password] ~ .ico-hide {
  display: none;
}
.form .form__controls input[type=text] ~ .ico-show {
  display: none;
}
.form .form__body a:not([class]) {
  text-decoration: underline;
  color: #2F04B1;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
  -webkit-transition: -webkit-text-decoration-color 0.4s;
  transition: -webkit-text-decoration-color 0.4s;
  -o-transition: text-decoration-color 0.4s;
  transition: text-decoration-color 0.4s;
  transition: text-decoration-color 0.4s, -webkit-text-decoration-color 0.4s;
}
.form .form__body a:not([class]):hover {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.form .form__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form .form__row + .form__bar {
  margin-top: 1.2rem;
}
.form .form__bar p {
  margin-bottom: 0;
}
.form .form__actions {
  padding-top: 2.9rem;
  text-align: center;
}
.form .form__captcha {
  max-width: 31.1rem;
  margin: 0 auto 2.5rem;
}
.form .form__captcha :where(svg, img) {
  width: 100%;
  height: auto;
}
.form .form__separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8B8B8B;
  text-transform: uppercase;
  margin: 0 -1.2rem;
  padding: 5rem 0;
  font-size: 1.6rem;
  line-height: 1.38;
  font-weight: 400;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__separator {
    padding: 3rem 0;
  }
}
.form .form__separator:before, .form .form__separator:after {
  content: "";
  background-color: #c9c9c9;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 0.1rem;
  margin: 0 1.2rem;
}
.form .form__btn {
  border: 0.1rem solid #2F04B1;
  border-radius: 1rem;
  background-color: #2F04B1;
  color: #fff;
  padding: 1rem 2.6rem;
  font-size: 1.7rem;
  line-height: 1.35;
  font-weight: 400;
  -webkit-transition: background-color 0.4s, border-color 0.4s;
  -o-transition: background-color 0.4s, border-color 0.4s;
  transition: background-color 0.4s, border-color 0.4s;
}
.form .form__btn:hover {
  background-color: #25048f;
  border-color: #25048f;
}
.form .form__actions-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 1130px) {
  .form .form__actions-bar .btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .form .form__actions-bar .btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
}
.grid .grid__col {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.grid .grid__col--1of2 {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.grid .grid__col--1of3 {
  max-width: calc(100% / 3);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #FAFAFA;
  padding-top: 10.8rem;
}
@media (max-width: 1023px) {
  .header {
    position: fixed;
    padding-top: 0;
  }
}
.header .header__inner {
  position: fixed;
  top: -0.1rem;
  left: 0;
  padding: 2.4rem 0;
  width: 100%;
  background: #FAFAFA;
  z-index: 100;
}
@media (max-width: 1023px) {
  .header .header__inner {
    padding: 0;
    -webkit-box-shadow: 0.2rem 0.2rem 1.5rem rgba(0, 0, 0, 0.1);
            box-shadow: 0.2rem 0.2rem 1.5rem rgba(0, 0, 0, 0.1);
  }
}
.header .header__inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0;
}
@media (max-width: 1023px) {
  .header .header__inner-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.4rem 0 1.4rem 0;
  }
}
.header .header__search {
  width: 100%;
  max-width: 86.8rem;
  padding-left: 3.2rem;
  background: #FAFAFA;
}
@media (max-width: 1023px) {
  .header .header__search.is-visible {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 1023px) {
  .header .header__search {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    max-width: none;
    width: auto;
    padding: 0;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    pointer-events: none;
  }
}
@media (max-width: 1023px) {
  .header .header__nav {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    padding-top: 6.5rem;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    -webkit-transition: visibility 0.3s, opacity 0.3s;
    -o-transition: visibility 0.3s, opacity 0.3s;
    transition: visibility 0.3s, opacity 0.3s;
    background: #FAFAFA;
  }
}
@media (max-width: 1023px) {
  .header .header__nav.is-visible {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    padding: 8.2rem 0;
  }
}
.header .header__socials {
  padding: 0 3rem;
}
@media (max-width: 1023px) {
  .header .header__nav .nav {
    margin-left: -1.7rem;
    margin-right: -1.7rem;
    margin-bottom: 10rem;
  }
}
@media (max-width: 1023px) {
  .header .header__nav--alt {
    padding: 0 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 1023px) {
  .header .header__nav--alt ul li + li {
    margin-top: 1.6rem;
  }
}
.header .header__actions {
  display: none;
}
@media (max-width: 1023px) {
  .header .header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1023px) {
  .header .header__nav-trigger {
    margin-left: 3rem;
  }
}
@media (max-width: 767px) and (max-width: 1023px), screen and (max-width: 812px) and (orientation: landscape) and (max-width: 1023px) {
  .header .header__logo {
    max-width: 11.2rem;
  }
}
.header--sticky .header__inner {
  -webkit-box-shadow: 0.2rem 0.2rem 1.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.2rem 0.2rem 1.5rem rgba(0, 0, 0, 0.1);
}
.header--sticky .header__search {
  left: -1.7rem;
  right: -1.7rem;
}
.header--sticky .header__inner-content {
  -webkit-transform: translateX(calc(-50% + 32.5rem));
      -ms-transform: translateX(calc(-50% + 32.5rem));
          transform: translateX(calc(-50% + 32.5rem));
}
@media (max-width: 1740px) {
  .header--sticky .header__inner-content {
    -webkit-transform: translateX(calc(-50% + 51.5rem));
        -ms-transform: translateX(calc(-50% + 51.5rem));
            transform: translateX(calc(-50% + 51.5rem));
  }
}
@media (max-width: 1023px) {
  .header--sticky .header__inner-content {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
/*  */
.header--secondary {
  padding-top: 6.3rem;
}
.header--secondary .header__inner {
  padding: 2rem 0 1.7rem;
}
@media (max-width: 1023px) {
  .header--secondary .header__inner {
    padding: 0;
  }
}
.header--secondary .header__inner-content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -18.8rem;
}
@media (max-width: 1760px) {
  .header--secondary .header__inner-content {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .header--secondary .header__inner-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
/*  */
.header--tertary {
  padding-top: 6.3rem;
}
.header--tertary .logo {
  position: relative;
  margin-left: 3px;
}
.header--tertary .header__inner {
  padding: 2rem 0 1.7rem;
}
@media (max-width: 1023px) {
  .header--tertary .header__inner {
    padding: 0;
  }
}
.header--tertary .header__search {
  padding-left: 11.6rem;
  max-width: 95.5rem;
}
@media (max-width: 1023px) {
  .header--tertary .header__search {
    max-width: 100%;
    padding-left: 0;
  }
}
.header--tertary .header__inner-content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1023px) {
  .header--tertary .header__inner-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
/* header access */
.header--access {
  position: absolute;
  padding: 2rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header--access {
    padding: 1rem 0;
  }
}
.header--access .header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1002px) {
  .header--access .header__content {
    max-width: 88.9rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 895px) {
  .header--access .header__content {
    padding: 0 1.5rem;
  }
}
.header--access .header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header--access .header__actions .btn + .btn {
  margin-left: 0.8rem;
}
.header--plain {
  position: absolute;
  background-color: transparent;
  text-align: center;
  padding: 3rem 0 0;
}
.header--plain .logo {
  width: 20.5rem;
}
.header--plain .logo :where(svg, img) {
  width: 100%;
  height: auto;
}
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
@media (max-width: 1023px) {
  .hero {
    padding-top: 0.1rem;
  }
}
.hero h1 {
  margin-bottom: 2.8rem;
  font-size: 3.3rem;
  line-height: 1.2;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero h1 {
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 1.35;
  }
}
.hero .hero__inner {
  position: relative;
}
.hero .hero__inner:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -4rem;
  right: -4rem;
  height: 90rem;
  background-image: url(../images/svg/background.svg);
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .hero .hero__inner:after {
    left: -1.7rem;
    right: -1.7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__inner:after {
    background-image: url(../images/temp/background.png);
  }
}
.hero .hero__inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.1rem 0 0;
  max-width: 101rem;
  margin: 0 auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__inner-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 0.1rem 1.7rem 0;
  }
}
.hero .hero__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44%;
          flex: 0 0 44%;
  max-width: 44%;
  position: relative;
  z-index: 1;
  padding-bottom: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0.3rem 0.5rem;
  }
}
.hero .hero__image {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  max-width: 55%;
  padding-top: 35.6%;
  z-index: 1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 85%;
    margin-left: auto;
    width: 100%;
    padding-top: 55%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-radius: 2rem;
    overflow: hidden;
  }
}
.hero .hero__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.hero + .section-categories {
  margin-top: -2.6rem;
}
@media (max-width: 1023px) {
  .hero + .section-categories {
    margin-top: 0;
  }
}
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
[class*=ico-] {
  display: inline-block;
  vertical-align: middle;
}
[class*=ico-] svg,
[class*=ico-] img {
  vertical-align: top;
}
.ico-arrow {
  width: 0.6rem;
  height: 1rem;
}
.ico-arrow img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ico-arrow-white {
  width: 0.7rem;
  height: 1.2rem;
}
.ico-arrow-down {
  width: 1.2rem;
  height: 0.8rem;
}
.ico-star {
  width: 1.3rem;
  height: 1.3rem;
}
.ico-box-arrow {
  width: 1.4rem;
  height: 1.4rem;
}
.ico-box-arrow-large {
  width: 2rem;
  height: 2rem;
}
.ico-box-arrow-large img {
  width: 100%;
  height: 100%;
}
.ico-facebook {
  width: 1.4rem;
  height: 2.4rem;
}
.ico-twitter {
  width: 2.4rem;
  height: 2rem;
}
.ico-control {
  width: 2.2rem;
  height: 2.2rem;
}
.ico-control-alt {
  width: 2.2rem;
  height: 1.9rem;
}
.ico-star-fill {
  width: 1.3rem;
  height: 1.2rem;
}
.ico-star {
  width: 1.3rem;
  height: 1.2rem;
}
.ico-arrow-clockwise {
  width: 1.5rem;
  height: 1.7rem;
}
.ico-arrow-left {
  width: 2rem;
  height: 1.29rem;
}
.ico-close {
  width: 2rem;
  height: 1.29rem;
}
.ico-search-solid {
  width: 2.4rem;
  height: 2.4rem;
}
.ico-arrow-solid {
  width: 0.4rem;
  height: 0.7rem;
}
.ico-filter {
  width: 1.8rem;
  height: 1.2rem;
}
.ico-sort {
  width: 1.8rem;
  height: 1.2rem;
}
.ico-filter-reset {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  border: 0.1rem solid #D1C2FF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ico-filter-reset img {
  width: 2.2rem;
  height: 1.8rem;
}
.ico-filter-reset--icon-only {
  border: 0;
  border-radius: 0;
  width: auto;
  height: auto;
}
.ico-auction {
  width: 1.6rem;
  height: 1.6rem;
}
.ico-auction img {
  width: 100%;
}
.ico-buy {
  width: 1.5rem;
  height: 1.6rem;
}
.ico-buy img {
  width: 100%;
}
.ico-profile {
  width: 2.5rem;
}
.ico-profile svg {
  width: 100%;
}
.ico-walmart svg {
  width: 3.6rem;
  height: auto;
}
.ico-ebay svg {
  width: 4rem;
  height: auto;
}
.ico-kelkoo svg {
  width: 4rem;
  height: auto;
}
.ico-shopzilla svg {
  width: 4.2rem;
  height: auto;
}
.ico-bestbuy svg {
  width: 3.8rem;
  height: auto;
}
.ico-amazon svg {
  width: 4rem;
  height: auto;
}
.ico-etsy svg {
  width: 3.6rem;
  height: auto;
}
.ico-target svg {
  width: 3.9rem;
  height: auto;
}
.ico-profile svg {
  width: 2.5rem;
  height: auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .ico-profile svg {
    width: 2rem;
  }
}
.ico-gift svg {
  width: 2.8rem;
  height: auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .ico-gift svg {
    width: 2.2rem;
  }
}
.ico-show {
  font-size: 0;
  width: 1.6rem;
}
.ico-show svg {
  width: 100%;
  height: auto;
}
.ico-hide {
  font-size: 0;
  width: 1.6rem;
}
.ico-hide svg {
  width: 100%;
  height: auto;
}
.ico-facebook {
  width: 2.2rem;
  font-size: 0;
}
.ico-facebook svg {
  width: 100%;
  height: auto;
}
.ico-check {
  font-size: 0;
  width: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .ico-check {
    width: 2.5rem;
  }
}
.ico-check svg {
  width: 100%;
  height: auto;
}
.ico-merchant-1 {
  width: 8.6rem;
  height: auto;
}
.ico-merchant-2 {
  width: 12.2rem;
  height: auto;
}
.ico-merchant-3 {
  width: 7.6rem;
  height: auto;
}
.ico-merchant-4 {
  width: 13.4rem;
  height: auto;
}
.ico-merchant-5 {
  width: 6.6rem;
  height: auto;
}
.ico-merchant-6 {
  width: 15.4rem;
  height: auto;
}
.ico-merchant-7 {
  width: 16.5rem;
  height: auto;
}
/* ------------------------------------------------------------ *\
	Link more
\* ------------------------------------------------------------ */
.link-more {
  position: relative;
  color: #2F04B1;
  padding-right: 1.4rem;
  -webkit-transition: padding 0.2s;
  -o-transition: padding 0.2s;
  transition: padding 0.2s;
  font-weight: 600;
  font-size: 1.6rem;
}
.link-more i {
  position: absolute;
  top: 0.6rem;
  right: 0;
}
.link-more i:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0.2rem;
  background: #2F04B1;
  position: absolute;
  right: 0.2rem;
  top: 0.4rem;
  -webkit-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
}
.link-more:hover {
  padding-right: 2rem;
}
.link-more:hover i:after {
  width: 1rem;
}
/* ------------------------------------------------------------ *\
	Link more alt
\* ------------------------------------------------------------ */
.link-more--alt {
  color: #2F04B1;
  padding-right: 1.4rem;
  -webkit-transition: padding 0.2s;
  -o-transition: padding 0.2s;
  transition: padding 0.2s;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.04rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .link-more--alt {
    font-size: 1.4rem;
  }
}
.link-more--alt i {
  display: inline-block;
  margin-left: 0.6rem;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .link-more--alt:hover {
    color: #414141;
  }
}
/* ------------------------------------------------------------ *\
	Link more light
\* ------------------------------------------------------------ */
.link-more--light {
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: 0.03rem;
  padding-right: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .link-more--light {
    font-size: 1.4rem;
    letter-spacing: -0.04rem;
  }
}
.link-more--light i:after {
  background: #fff;
  top: 0.4rem;
}
.link-more--light:hover {
  padding-right: 2.8rem;
}
.link-more--light:hover i:after {
  width: 1.2rem;
}
/* ------------------------------------------------------------ *\
	Link more small
\* ------------------------------------------------------------ */
.link-more--small {
  font-size: 1.6rem;
  font-weight: normal;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .link-more--small {
    font-size: 1.4rem;
    letter-spacing: -0.02rem;
  }
}
/* ------------------------------------------------------------ *\
	List Brands
\* ------------------------------------------------------------ */
.list-brands {
  position: relative;
  padding-bottom: 5.9rem;
  margin-left: -0.3rem;
  border-bottom: 0.1rem solid rgba(47, 4, 177, 0.15);
}
@media (max-width: 1024px) and (orientation: landscape) {
  .list-brands {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media (max-width: 1023px) {
  .list-brands {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-brands {
    border-bottom: 0;
    margin-left: 0;
    margin-right: -1.7rem;
    padding-bottom: 3.6rem;
  }
}
@media (max-width: 1024px) and (orientation: landscape) {
  .list-brands::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1023px) {
  .list-brands::-webkit-scrollbar {
    display: none;
  }
}
.list-brands ul {
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 1024px) and (orientation: landscape) {
  .list-brands ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1023px) {
  .list-brands ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1024px) and (orientation: landscape) {
  .list-brands li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
@media (max-width: 1023px) {
  .list-brands li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
@media (max-width: 1024px) and (orientation: landscape) {
  .list-brands li + li {
    margin-left: 1rem;
  }
}
@media (max-width: 1023px) {
  .list-brands li + li {
    margin-left: 1rem;
  }
}
.list-brands .slick-slide {
  padding: 0 0.5rem;
}
.list-brands .list__prev,
.list-brands .list__next {
  position: absolute;
  z-index: 2;
  top: -0.1rem;
  bottom: -0.1rem;
  left: -0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 5rem;
  background: -webkit-gradient(linear, left top, right top, from(#fafafa), color-stop(65%, #fafafa), to(rgba(250, 250, 250, 0)));
  background: -o-linear-gradient(left, #fafafa 0%, #fafafa 65%, rgba(250, 250, 250, 0) 100%);
  background: linear-gradient(to right, #fafafa 0%, #fafafa 65%, rgba(250, 250, 250, 0) 100%);
}
.list-brands .list__prev.slick-disabled,
.list-brands .list__next.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.list-brands .list__prev svg {
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
}
.list-brands .list__next {
  right: -0.1rem;
  left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: -webkit-gradient(linear, right top, left top, from(#fafafa), color-stop(65%, #fafafa), to(rgba(250, 250, 250, 0)));
  background: -o-linear-gradient(right, #fafafa 0%, #fafafa 65%, rgba(250, 250, 250, 0) 100%);
  background: linear-gradient(to left, #fafafa 0%, #fafafa 65%, rgba(250, 250, 250, 0) 100%);
}
/* ------------------------------------------------------------ *\
	List buttons
\* ------------------------------------------------------------ */
.list-buttons {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-buttons li + li {
  margin-left: 1rem;
}
/* List buttons alt */
.list-buttons--alt {
  display: block;
}
.list-buttons--alt li + li {
  margin-left: 0;
  margin-top: 1rem;
}
/* List buttons main */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-buttons--main {
    margin: 0 -0.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-buttons--main li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-buttons--main li + li {
    margin-left: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-buttons--main a {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* ------------------------------------------------------------ *\
	List Controls
\* ------------------------------------------------------------ */
.list-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  margin-left: 3rem;
}
.list-controls li {
  opacity: 0.3;
}
.list-controls li.is-active {
  opacity: 1;
}
.list-controls li ~ li {
  margin-left: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-controls li ~ li {
    margin-left: 1.7rem;
  }
}
/* ------------------------------------------------------------ *\
	List features
\* ------------------------------------------------------------ */
.list-features {
  list-style-type: none;
}
.list-features li {
  margin-bottom: 0.3rem;
  position: relative;
  letter-spacing: 0.05rem;
}
@media (max-width: 1023px) {
  .list-features li {
    letter-spacing: 0;
  }
}
.list-features li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  margin-bottom: 0.2rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #414141;
  border-radius: 50%;
}
/* ------------------------------------------------------------ *\
	List Icons
\* ------------------------------------------------------------ */
.list-icons {
  list-style: none;
  padding-left: 2rem;
}
@media (max-width: 575px) {
  .list-icons {
    padding-left: 1rem;
  }
}
.list-icons li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.list-icons li + li {
  margin-top: 1.8rem;
}
.list-icons i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 1.6rem;
}
.list-icons p {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  padding-top: 0.2rem;
}
/* ------------------------------------------------------------ *\
	List info
\* ------------------------------------------------------------ */
.list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
}
.list-info p {
  margin-bottom: 0;
  color: #2F04B1;
}
.list-info p span {
  color: #5BB700;
}
.list-info li + li {
  position: relative;
  margin-left: 0.9rem;
  padding-left: 0.9rem;
}
.list-info li + li:before {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  background: #414141;
  border-radius: 50%;
  position: absolute;
  top: 0.7rem;
  left: 0;
}
/* ------------------------------------------------------------ *\
	List Rate
\* ------------------------------------------------------------ */
.list-rate {
  margin-bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.list-rate li ~ li {
  margin-top: 0 !important;
  margin-left: 0.3rem;
}
.list-rate li:last-child {
  margin-left: 1rem;
}
/* ------------------------------------------------------------ *\
	List stars
\* ------------------------------------------------------------ */
.list-stars {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-stars li + li {
  margin-left: 0.1rem;
}
/* List stars alt */
.list-stars--alt li + li {
  margin-left: 0.2rem;
}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main {
  padding-top: 17rem;
}
@media (max-width: 1023px) {
  .main {
    padding-top: 8rem;
  }
}
/* Main alt */
.main--alt {
  padding-top: 12.4rem;
}
@media (max-width: 1023px) {
  .main--alt {
    padding-top: 8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .main--alt {
    padding-top: 6.3rem;
  }
}
/* Main tertary */
.main--tertary {
  padding-top: 6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .main--tertary {
    padding-top: 6.3rem;
  }
}
/* ------------------------------------------------------------ *\
	Nav Access
\* ------------------------------------------------------------ */
.nav-access {
  padding: 0.5rem 0;
  color: #6d4fc8;
  font-size: 1.5rem;
  line-height: 1.33;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-access {
    font-size: 1.3rem;
  }
}
.nav-access > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.nav-access > ul > li {
  position: relative;
}
.nav-access > ul > li + li {
  margin-left: 3rem;
}
.nav-access > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.nav-access > ul > li > a span {
  margin-bottom: -0.2rem;
}
.nav-access > ul > li > a * + * {
  margin-left: 0.9rem;
}
.nav-access > ul > li:hover > a {
  color: #2F04B1;
}
.nav-access > ul ul {
  position: absolute;
  top: 80%;
  right: 0;
  min-width: 13.2rem;
  background-color: #fff;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  -webkit-box-shadow: 0.2rem 0.2rem 1.5rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0.2rem 0.2rem 1.5rem 0 rgba(0, 0, 0, 0.1);
  padding: 2.2rem;
  border-radius: 1rem;
  color: #616161;
  margin-top: 1.4rem;
  -webkit-transition: opacity 0.4s, top 0.4s;
  -o-transition: opacity 0.4s, top 0.4s;
  transition: opacity 0.4s, top 0.4s;
}
.nav-access > ul ul:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 1.4rem;
}
.nav-access > ul > li.is-active ul {
  opacity: 1;
  pointer-events: all;
  top: 100%;
}
@media (hover: hover) {
  .nav-access > ul > li:hover ul {
    opacity: 1;
    pointer-events: all;
    top: 100%;
  }
}
.nav-access > ul ul a {
  display: inline-block;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.nav-access > ul ul li:hover a {
  color: #2F04B1;
}
/* ------------------------------------------------------------ *\
	Nav categories
\* ------------------------------------------------------------ */
@media (max-width: 1023px) {
  .nav-categories {
    overflow-x: auto;
    padding-bottom: 1rem;
  }
}
.nav-categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .nav-categories ul {
    width: 110rem;
  }
}
.nav-categories li + li {
  margin-left: 1rem;
}
@media (max-width: 1199px) {
  .nav-categories li + li {
    margin-left: 0.4rem;
  }
}
@media (max-width: 1023px) {
  .nav-categories li + li {
    margin-left: 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-categories li + li {
    margin-left: 0.6rem;
  }
}
.nav-categories li:not(li:last-child) a {
  display: block;
  padding: 0.9rem 2.2rem;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  border: 0.1rem solid #D1C2FF;
  border-radius: 1rem;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-categories li:not(li:last-child) a {
    padding: 0.8rem 1.5rem;
  }
}
.nav-categories li:not(li:last-child) a:hover {
  background: #2F04B1;
  color: #fff;
}
.nav-categories li:last-child {
  margin-left: 2.8rem;
}
.nav-categories li:last-child a {
  font-weight: normal;
}
.nav-categories .current a {
  background: #2F04B1 !important;
  color: #fff;
}
/* ------------------------------------------------------------ *\
	Nav trigger
\* ------------------------------------------------------------ */
.nav-trigger {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  height: 2.1rem;
}
.nav-trigger span {
  position: absolute;
  display: block;
  height: 0.2rem;
  width: 100%;
  border-radius: 0.2rem;
  background: #000;
  -webkit-transition: top 0.2s 0.25s, opacity 0.2s 0.25s, -webkit-transform 0.2s 0s;
  transition: top 0.2s 0.25s, opacity 0.2s 0.25s, -webkit-transform 0.2s 0s;
  -o-transition: top 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s;
  transition: top 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s;
  transition: top 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s, -webkit-transform 0.2s 0s;
}
.nav-trigger span:nth-child(1) {
  top: 0;
}
.nav-trigger span:nth-child(2) {
  top: 1rem;
}
.nav-trigger span:nth-child(3) {
  top: 1.9rem;
}
.nav-trigger--active span {
  -webkit-transition: background 0.2s, top 0.2s, opacity 0.2s, -webkit-transform 0.2s 0.25s;
  transition: background 0.2s, top 0.2s, opacity 0.2s, -webkit-transform 0.2s 0.25s;
  -o-transition: background 0.2s, top 0.2s, opacity 0.2s, transform 0.2s 0.25s;
  transition: background 0.2s, top 0.2s, opacity 0.2s, transform 0.2s 0.25s;
  transition: background 0.2s, top 0.2s, opacity 0.2s, transform 0.2s 0.25s, -webkit-transform 0.2s 0.25s;
}
.nav-trigger--active span:nth-child(3),
.nav-trigger--active span:nth-child(1) {
  top: 1rem;
}
.nav-trigger--active span:nth-child(2) {
  opacity: 0;
}
.nav-trigger--active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-trigger--active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  position: relative;
}
@media (min-width: 1024px) {
  .nav .has-dropdown:hover ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .nav > ul {
    display: block;
  }
}
.nav > ul > li + li {
  margin-left: 3.6rem;
}
@media (max-width: 1023px) {
  .nav > ul > li + li {
    margin-left: 0;
  }
}
.nav > ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 4rem 0.2rem 4rem 4rem;
  -webkit-box-shadow: 0 0.6rem 1.4rem 0.2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.6rem 1.4rem 0.2rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  z-index: 10;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(2rem);
      -ms-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
  transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
  transition: visibility 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
@media (min-width: 1024px) {
  .nav > ul ul {
    max-width: 95rem;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .nav > ul ul {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    opacity: 1;
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    padding: 0.8rem 5rem;
    border-radius: 0;
    display: none;
  }
}
@media (max-width: 1023px) {
  .nav > ul ul:after {
    content: "";
    display: table;
    clear: both;
    line-height: 0;
  }
}
.nav > ul ul a {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  font-weight: 600;
  letter-spacing: 0.04rem;
  min-height: 4.2rem;
}
.nav > ul ul li {
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  .nav > ul ul li {
    margin-bottom: 1rem;
    width: 49%;
    display: inline-block;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav > ul ul li {
    width: 100%;
    margin-bottom: 1.4rem;
  }
}
.nav > ul ul a i {
  display: inline-block;
  min-width: 5rem;
  margin-right: 2rem;
}
@media (max-width: 1023px) {
  .nav > ul ul a i {
    margin-right: 0.2rem;
  }
}
.nav a {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  padding: 2.1rem 0;
}
@media (max-width: 1023px) {
  .nav a {
    font-size: 1.8rem;
    padding: 1.4rem 4.8rem 1.3rem;
    display: block;
  }
}
.nav a:hover {
  color: #2F04B1;
}
.nav .has-dropdown > a {
  position: relative;
  padding-right: 2rem;
}
.nav .has-dropdown > a:after {
  content: "";
  display: inline-block;
  background-image: url(../images/svg/arrow-grey.svg);
  width: 1rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  z-index: 10;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1023px) {
  .nav .has-dropdown > a:after {
    position: static;
    margin-left: 1rem;
  }
}
.nav .has-dropdown.is-expanded > a {
  -webkit-box-shadow: 0rem 0.6rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 0.6rem 1rem rgba(0, 0, 0, 0.1);
}
.nav .current a:hover {
  color: #414141;
}
.nav .current a:after {
  content: "";
  display: inline-block;
  width: 7rem;
  height: 0.5rem;
  background: #2F04B1;
  border-radius: 0.5rem 0.5rem 0 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .nav .current a:after {
    display: none;
  }
}
/* ------------------------------------------------------------ *\
	Nav alt
\* ------------------------------------------------------------ */
.nav--alt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav--alt ul {
    display: block;
  }
}
.nav--alt ul li + li {
  margin-left: 4rem;
}
@media (max-width: 1023px) {
  .nav--alt ul li + li {
    margin-left: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav--alt ul li + li {
    margin-left: 0;
    margin-top: 1.6rem;
  }
}
.nav--alt a {
  font-size: 1.7rem;
}
@media (max-width: 1023px) {
  .nav--alt a {
    font-size: 1.6rem;
  }
}
.nav--alt a:hover {
  color: #2F04B1;
}
/* ------------------------------------------------------------ *\
	Paging
\* ------------------------------------------------------------ */
.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Open Sans", sans-serif;
  margin-top: 4rem;
}
.paging ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.paging ul a {
  display: inline-block;
  border: 0.1rem solid #D1C2FF;
  width: 4rem;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  border-radius: 50%;
  color: #2F04B1;
  font-weight: 600;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.paging ul a:hover {
  background-color: #2F04B1;
  color: #fff;
}
.paging li ~ li {
  margin-left: 1rem;
}
.paging li.is-active a {
  background-color: #2F04B1;
  color: #fff;
}
.paging .paging__prev {
  position: relative;
  width: 1rem;
  height: 1.2rem;
  margin-right: 1rem;
}
.paging .paging__prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
      -ms-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  width: 0.8rem;
  height: 0.8rem;
  border: solid 0.2rem #919191;
  border-top: 0;
  border-left: 0;
}
.paging .paging__prev.active:before {
  border-color: #2F04B1;
}
.paging .paging__next {
  position: relative;
  width: 1rem;
  height: 1.2rem;
  margin-left: 1rem;
}
.paging .paging__next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 0.8rem;
  height: 0.8rem;
  border: solid 0.2rem #919191;
  border-top: 0;
  border-left: 0;
}
.paging .paging__next.active:before {
  border-color: #2F04B1;
}
/* ------------------------------------------------------------ *\
	Price
\* ------------------------------------------------------------ */
.price span {
  font-weight: bold;
  color: #F80484;
}
.price small {
  color: #414141;
  font-weight: normal;
  text-decoration: line-through;
  display: inline-block;
  margin-left: 0.5rem;
}
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
.radio {
  color: #414141;
  font-size: 1.5rem;
}
.radio [type=radio] {
  display: none;
}
.radio [type=radio] + label {
  position: relative;
  cursor: pointer;
  padding-left: 3rem;
  font-size: 1.5rem;
  font-family: "Open Sans", sans-serif;
}
.radio [type=radio] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.1rem;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid #D1C2FF;
  border-radius: 50%;
  background-color: #fff;
}
.radio [type=radio] + label:after {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 0.6rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #2F04B1;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.radio [type=radio]:checked + label:after {
  opacity: 1;
}
.radio--rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.6rem;
}
.radio--rate ul {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% - 2rem);
      flex-basis: calc(100% - 2rem);
  margin-bottom: -1rem;
}
.radio--rate [type=radio] + label:before {
  top: -0.4rem;
}
.radio--rate [type=radio] + label:after {
  content: "";
  top: 0.2rem;
}
.radio--sort [type=radio] + label {
  font-size: 1.7rem;
  padding-left: 3.2rem;
}
.radio--sort [type=radio] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0rem;
}
.radio--sort [type=radio] + label:after {
  left: 0.6rem;
  top: 0.6rem;
}
/* ------------------------------------------------------------ *\
	Radios
\* ------------------------------------------------------------ */
.radios {
  margin-top: -1rem;
  margin-bottom: 1rem;
}
/* ------------------------------------------------------------ *\
	Rating
\* ------------------------------------------------------------ */
.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rating ul {
  margin-bottom: 0;
}
.rating p {
  margin-bottom: 0rem !important;
  margin-right: 0.2rem;
}
.rating p span {
  color: #919191;
}
.rating i {
  vertical-align: middle;
}
/* Rating alt */
.rating--alt ul {
  margin: 0 1rem 0 0.6rem;
}
@media (max-width: 1023px) {
  .rating--alt ul {
    margin: 0 0.3rem;
  }
}
/* ------------------------------------------------------------ *\
	Search Large
\* ------------------------------------------------------------ */
.search-large {
  max-width: 80.4rem;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search-large {
    margin-right: -0.3rem;
  }
}
.search-large .search__bar {
  display: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search-large .search__bar .logo {
    max-width: 11.3rem;
  }
}
.search-large .search__bar .logo img {
  width: 100%;
  height: auto;
}
.search-large .search__close {
  font-size: 0;
}
.search-large .search__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.1rem solid #c9c9c9;
  border-radius: 1.5rem;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}
.search-large .search__body:hover {
  border-color: rgba(47, 4, 177, 0.3);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search-large .search__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 0;
  }
}
.search-large .search-inner .search__field:focus ~ .search__focus-border {
  opacity: 1;
}
.search-large .search__focus-border {
  position: absolute;
  right: 0;
  width: calc(100% + 22.1rem);
  top: 0;
  height: 100%;
  background-color: transparent;
  border: 0.1rem solid #2f04b1;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
  pointer-events: none;
  border-radius: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search-large .search__focus-border {
    width: 100%;
    border-radius: 1.5rem;
  }
}
.search-large .select-alt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22.1rem;
          flex: 0 0 22.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search-large .select-alt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.search-large .autoComplete_wrapper {
  width: 100%;
  max-width: 100%;
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search-large .autoComplete_wrapper {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% - 5.2rem);
        flex-basis: calc(100% - 5.2rem);
    max-width: calc(100% - 5.2rem);
  }
}
.search-large .autoComplete_wrapper ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
@media (max-width: 1023px) {
  .search-large .autoComplete_wrapper ul {
    margin-left: 0;
    padding-left: 0.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search-large .autoComplete_wrapper ul {
    background-color: #fff;
  }
}
.search-large .search__field {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-size: 1.7rem;
  width: 100%;
  max-width: 100%;
  padding: 1.3rem 6.8rem 1.4rem 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search-large .search__field {
    border: 0.1rem solid #c9c9c9;
    border-radius: 1.5rem;
    font-size: 1.5rem;
    letter-spacing: 0.01em;
    padding: 1.3rem 1.7rem;
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25) and (-webkit-min-device-pixel-ratio: 1.25), (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25) and (-o-min-device-pixel-ratio: 5/4), (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.25) and (min-resolution: 120dpi) {
  .search-large .search__field {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.3) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.3) and (-o-min-device-pixel-ratio: 13/10), (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.3) and (min-resolution: 124.8dpi) {
  .search-large .search__field {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) and (-o-min-device-pixel-ratio: 3/2), (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
  .search-large .search__field {
    font-size: 1.6rem;
  }
}
.search-large .search__field::-webkit-input-placeholder {
  color: #c9c9c9;
}
.search-large .search__field::-moz-placeholder {
  color: #c9c9c9;
}
.search-large .search__field:-ms-input-placeholder {
  color: #c9c9c9;
}
.search-large .search__field::-ms-input-placeholder {
  color: #c9c9c9;
}
.search-large .search__field::placeholder {
  color: #c9c9c9;
}
.search-large .search__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7rem;
          flex: 0 0 7rem;
  max-width: 7rem;
  background-color: #2F04B1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  border-radius: 0 1rem 1rem 0;
  min-height: 5.2rem;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  position: absolute;
  top: -0.1rem;
  right: 0;
  width: 7rem;
  height: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search-large .search__btn {
    min-height: 4.8rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5.2rem;
            flex: 0 0 5.2rem;
    max-width: 5.2rem;
    border-radius: 0 1.5rem 1.5rem 0;
    top: 0;
  }
}
.search-large .search__btn:hover {
  background-color: #25048f;
}
.search-large .search__btn svg {
  width: 2.8rem;
  height: auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search-large .search__btn svg {
    width: 2.4rem;
  }
}
.search-large.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  padding: 0.5rem 1.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search-large.is-active {
    margin-left: 0;
    position: fixed;
    z-index: 100;
    top: 0 !important;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    padding: 1.2rem 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search-large.is-active .search__bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 1.8rem;
    padding-right: 0.3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search-large.is-active .search__body {
    -webkit-box-shadow: 0 0 0 0.3rem rgba(47, 4, 177, 0.1);
            box-shadow: 0 0 0 0.3rem rgba(47, 4, 177, 0.1);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search-large.is-active .search__btn {
    min-height: 4rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.8rem;
            flex: 0 0 4.8rem;
    max-width: 4.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search-large.is-active .search__btn svg {
    width: 2.1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search-large.is-active .search__field {
    border-color: #2F04B1;
    padding: 0.8rem 1.7rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search-large.is-active .autoComplete_wrapper {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% - 4.8rem);
        flex-basis: calc(100% - 4.8rem);
    max-width: calc(100% - 4.8rem);
  }
}
.search-large .search-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search-large .search-inner .ac__container {
    left: 0;
  }
  .search-large .search-inner .ac__inner {
    background: none;
  }
}
.search-large .ac__inner {
  -webkit-box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.1);
}
/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */
.search {
  position: relative;
  height: 4.8rem;
}
@media (max-width: 1023px) {
  .search {
    height: 5rem;
  }
}
.search .search__field {
  height: 4.8rem;
  line-height: 4.8rem;
  font-size: 1.6rem;
  border: 0;
  color: #414141;
  padding: 0 6.8rem 0 1.8rem;
  width: 100%;
}
.search .search__field::-webkit-input-placeholder {
  color: #A1A1A1;
  font-weight: 300;
}
.search .search__field::-moz-placeholder {
  color: #A1A1A1;
  font-weight: 300;
}
.search .search__field:-ms-input-placeholder {
  color: #A1A1A1;
  font-weight: 300;
}
.search .search__field::-ms-input-placeholder {
  color: #A1A1A1;
  font-weight: 300;
}
.search .search__field::placeholder {
  color: #A1A1A1;
  font-weight: 300;
}
@media (max-width: 1023px) {
  .search .search__field {
    background: #fff;
    height: 5rem;
  }
}
.search .search__btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 4.8rem;
  width: 5.8rem;
  background: #2F04B1;
  border-radius: 0 1.2rem 1.2rem 0;
  border: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 10;
}
.search .search__btn:hover {
  background: #25048f;
}
/* ------------------------------------------------------------ *\
	Section ads
\* ------------------------------------------------------------ */
.section-ads {
  padding: 3.4rem 0 11.6rem;
}
.section-ads .section__head {
  margin-bottom: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-ads .section__head {
    margin-bottom: 2.1rem;
  }
}
/* ------------------------------------------------------------ *\
	Section-alt
\* ------------------------------------------------------------ */
.section-alt {
  padding: 6.1rem 0 7rem;
}
@media (max-width: 1023px) {
  .section-alt {
    padding: 5rem 0 5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-alt {
    padding: 4rem 0 4rem;
  }
}
.section-alt h3 {
  margin: 0 auto 4.6rem;
  text-align: center;
  font-size: 2.4rem;
}
@media (max-width: 1023px) {
  .section-alt h3 {
    font-size: 1.9rem;
  }
}
.section-alt .section__shell {
  max-width: calc( 121.7rem + 1.7rem * 2 );
}
/*  Section-alt--white  */
.section-alt--white {
  background-color: #fff;
}
/* ------------------------------------------------------------ *\
	Section categories
\* ------------------------------------------------------------ */
.section-categories {
  position: relative;
  z-index: 1;
  padding: 0 0 4rem;
}
@media (max-width: 1023px) {
  .section-categories {
    padding: 4rem 0 4rem;
  }
}
.section-categories .section__head {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-categories .section__head {
    margin-bottom: 1.3rem;
  }
}
.section-categories .section__head h5 {
  margin-bottom: 1.2rem;
  font-weight: normal;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-categories .section__head h5 {
    margin-bottom: 0.8rem;
  }
}
.section-categories .section__foot {
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-categories .section__foot {
    margin-top: 1.5rem;
  }
}
.section-categories .section__cols {
  margin-bottom: 1rem;
}
/* ------------------------------------------------------------ *\
	Section details
\* ------------------------------------------------------------ */
.section-details {
  padding: 2.4rem 0 7.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-details {
    padding: 1.4rem 0 1rem;
  }
}
.section-details .section__breadcrumbs {
  margin-bottom: 5.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-details .section__breadcrumbs {
    margin-bottom: 1.8rem;
  }
}
/* ------------------------------------------------------------ *\
	Section Entry
\* ------------------------------------------------------------ */
.section-entry {
  padding: 13rem 0 6rem;
}
@media (max-width: 1023px) {
  .section-entry {
    padding: 14rem 0 5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-entry {
    padding: 7rem 0 4rem;
  }
}
.section-entry .shell {
  max-width: calc( 93.4rem + 1.7rem * 2 );
  margin: 0 auto;
}
.section-entry .section__image {
  max-width: 27.2rem;
  margin: 0 auto 7.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-entry .section__image {
    max-width: 21.2rem;
    margin: 0 auto 3.3rem;
  }
}
.section-entry .section__image img,
.section-entry .section__image svg {
  width: 100%;
  height: auto;
}
.section-entry .section__content {
  max-width: 88.6rem;
  margin-left: auto;
  margin-right: auto;
}
.section-entry .section__content h3 {
  text-align: center;
  margin-bottom: 2.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-entry .section__content h3 {
    margin-bottom: 1.9rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-entry .section__content .search-large.is-sticky + h3 {
    padding-top: 7.8rem;
  }
}
.section-entry .section__content .search-large {
  margin-bottom: 5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-entry .section__content .search-large {
    margin-bottom: 4rem;
  }
}
.section-entry .section__content .features + h3 {
  margin-top: 10.2rem;
  padding-bottom: 0.2rem;
}
/* ------------------------------------------------------------ *\
	Section main
\* ------------------------------------------------------------ */
.section-main .section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-main .section__head {
    margin-bottom: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-main .section__head h2 {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
	Section products main
\* ------------------------------------------------------------ */
.section-products-main {
  padding: 9rem 0 6.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-products-main {
    padding: 1rem 0 0.4rem;
  }
}
.section-products-main .callout {
  height: 100%;
}
@media (max-width: 1023px) {
  .section-products-main .callout {
    margin-left: -1.7rem;
    margin-right: -1.7rem;
  }
}
/* ------------------------------------------------------------ *\
	Section products
\* ------------------------------------------------------------ */
.section-products {
  padding: 4.8rem 0 17rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-products {
    padding: 2.2rem 0 6rem;
  }
}
.section-products .section__head {
  margin-bottom: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-products .section__head {
    margin-bottom: 2rem;
  }
}
.section-products .section__body {
  margin-bottom: 3.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-products .section__body {
    margin-bottom: 1.8rem;
  }
}
.section-products .section__foot {
  text-align: center;
}
/* ------------------------------------------------------------ *\
	Section products secondary
\* ------------------------------------------------------------ */
.section-products--secondary {
  padding: 4.8rem 0 4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-products--secondary {
    padding: 4.8rem 0 0.8rem;
  }
}
/* ------------------------------------------------------------ *\
	Section Result
\* ------------------------------------------------------------ */
.section-result {
  padding-top: 4.8rem;
  padding-bottom: 12.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-result {
    padding-top: 3rem;
  }
}
.section-result .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-result .section__inner {
    display: block;
  }
}
.section-result .section__aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24.2rem;
          flex: 0 0 24.2rem;
}
@media (max-width: 1199px) {
  .section-result .section__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22rem;
            flex: 0 0 22rem;
  }
}
@media (max-width: 1023px) {
  .section-result .section__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22rem;
            flex: 0 0 22rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-result .section__aside {
    display: none;
    width: 100%;
    position: fixed;
    top: 7rem;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background-color: #fff;
    border-top-right-radius: 2rem;
    border-top-left-radius: 2rem;
    z-index: 25;
  }
}
.section-result .section__actions {
  display: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-result .section__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem;
  }
}
.section-result .section__actions a {
  min-width: unset;
  font-size: 1.4rem;
  padding: 0.6rem 2rem 0.6rem 4.5rem;
}
.section-result .section__actions a ~ a {
  margin-left: 1rem;
}
.section-result .section__close {
  display: none;
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 2rem;
  right: 2rem;
  z-index: 11;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-result .section__close {
    display: block;
  }
}
.section-result .section__close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.1rem;
  height: 2rem;
  background-color: #000;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.section-result .section__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.1rem;
  height: 2rem;
  background-color: #000;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.section-result .section__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding-left: 3rem;
  padding-top: 0.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-result .section__content {
    padding-left: 0;
  }
}
.section-result .section__bar + .section__entry {
  margin-top: 2.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-result .section__bar + .section__entry {
    margin-top: 0.8rem;
  }
}
.section-result .section__entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.3rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-result .section__entry {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 1rem;
  }
}
.section-result .section__entry p {
  margin-bottom: 0;
  font-size: 1.5rem;
  color: #000;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-result .section__entry p {
    font-size: 1.3rem;
  }
}
.section-result .section__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-result .section__sort {
    padding-bottom: 0.5rem;
  }
}
.section-result .section__results-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 1rem 1.5rem;
  background-color: #fff;
  color: #414141;
  z-index: 10;
  -webkit-box-shadow: 0.2rem 0.2rem 1rem 0 rgba(58, 30, 30, 0.1);
          box-shadow: 0.2rem 0.2rem 1rem 0 rgba(58, 30, 30, 0.1);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.section-result .section__results-bar.is-hidden {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.section-result .section__menu {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.5rem 3.6rem;
  text-align: center;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.section-result .section__menu.is-shown {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.section-result .section__menu a {
  font-size: 1.4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  max-width: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #2F04B1;
  color: #fff;
  padding: 1rem 2.6rem;
}
.section-result .section__menu a:first-child {
  border-radius: 1rem 0 0 1rem;
}
.section-result .section__menu a:last-child {
  border-radius: 0 1rem 1rem 0;
}
.section-result .section__menu a + a {
  position: relative;
}
.section-result .section__menu a + a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.2rem;
  height: 2.1rem;
  background-color: #fff;
  border-radius: 0.2rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section-result .section__menu a i:first-child {
  margin-right: 0.8rem;
}
.section-result .section__menu a i:last-child {
  margin-left: 0.8rem;
}
.section-result--alt {
  padding-top: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-result--alt {
    padding-top: 0.9rem;
  }
}
.section-result--alt .section__content {
  padding-top: 0;
}
/* ------------------------------------------------------------ *\
	Section slider products
\* ------------------------------------------------------------ */
.section-slider-products {
  padding: 5.4rem 0 11.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-slider-products {
    padding: 5.4rem 0 5.2rem;
  }
}
/* ------------------------------------------------------------ *\
	Section slider
\* ------------------------------------------------------------ */
.section-slider {
  padding: 3.4rem 0 5rem;
}
/* ------------------------------------------------------------ *\
	Section Split
\* ------------------------------------------------------------ */
.section-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-split .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-split .section__inner {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
.section-split .section__aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.81%;
          flex: 0 0 58.81%;
  max-width: 58.81%;
  position: relative;
  isolation: isolate;
  padding: 18.4rem 4.2rem 8.3rem;
}
@media (max-width: 1399px) {
  .section-split .section__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1023px) {
  .section-split .section__aside {
    padding: 18.4rem 1.5rem 8.3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-split .section__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 3rem 1.7rem 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-split .section__aside {
    right: 0;
    min-height: 35rem;
  }
}
@media (max-width: 374px) {
  .section-split .section__aside {
    min-height: 30rem;
  }
}
.section-split .section__aside .section__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1399px) {
  .section-split .section__aside .section__image {
    width: auto;
    right: -25%;
    pointer-events: none;
  }
}
@media (max-width: 1199px) {
  .section-split .section__aside .section__image {
    right: -40%;
  }
}
@media (max-width: 1023px) {
  .section-split .section__aside .section__image {
    right: -100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-split .section__aside .section__image {
    right: 0;
  }
}
.section-split .section__aside .section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
.section-split .section__aside .card {
  margin-left: auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-split .section__aside .card {
    margin-right: auto;
  }
}
.section-split .section__image {
  font-size: 0;
}
.section-split .section__image img {
  width: 100%;
  height: auto;
}
.section-split .section__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.19%;
          flex: 0 0 41.19%;
  max-width: 41.19%;
  padding: 18.4rem 6rem 8.3rem;
}
@media (max-width: 1399px) {
  .section-split .section__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    position: relative;
  }
}
@media (max-width: 1023px) {
  .section-split .section__content {
    padding: 18.4rem 1.5rem 8.3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-split .section__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 15rem 1.7rem 4rem;
  }
}
.section-split .section__content-inner {
  max-width: 44rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-split .section__content-inner {
    max-width: unset;
  }
}
.section-split .section__head {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.35;
  padding-bottom: 2.9rem;
}
.section-split .section__head h2 {
  margin-bottom: 0;
  padding-bottom: 0.7rem;
}
.section-split .section__head h2:last-child {
  padding-bottom: 0;
}
.section-split .section__head a {
  text-decoration: underline;
  color: #2F04B1;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
  -webkit-transition: -webkit-text-decoration-color 0.4s;
  transition: -webkit-text-decoration-color 0.4s;
  -o-transition: text-decoration-color 0.4s;
  transition: text-decoration-color 0.4s;
  transition: text-decoration-color 0.4s, -webkit-text-decoration-color 0.4s;
}
.section-split .section__head a:hover {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.section-split--alt .section__content {
  padding: 21rem 6rem 10.2rem;
}
@media (max-width: 1023px) {
  .section-split--alt .section__content {
    padding: 18.4rem 1.5rem 10.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-split--alt .section__content {
    padding: 15rem 1.7rem 4rem;
  }
}
.section-split--size-1 .section__content {
  padding: 18.4rem 6rem 9.3rem;
}
@media (max-width: 1023px) {
  .section-split--size-1 .section__content {
    padding: 18.4rem 1.5rem 9.3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-split--size-1 .section__content {
    padding: 15rem 1.7rem 4rem;
  }
}
.section-split--size-2 .section__content {
  padding: 21rem 6rem 12.6rem;
}
@media (max-width: 1023px) {
  .section-split--size-2 .section__content {
    padding: 18.4rem 1.5rem 12.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-split--size-2 .section__content {
    padding: 15rem 1.7rem 4rem;
  }
}
/* ------------------------------------------------------------ *\
	Section trending
\* ------------------------------------------------------------ */
.section-trending {
  padding: 12rem 0 5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-trending {
    padding: 6rem 0 0.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-trending .section__body {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-trending .section__foot {
    text-align: center;
  }
}
/* ------------------------------------------------------------ *\
	Select Alt
\* ------------------------------------------------------------ */
.select-alt {
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .select-alt {
    margin-bottom: 0.7rem;
  }
}
.select-alt:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 75%;
  width: 0.1rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #c9c9c9;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .select-alt:after {
    display: none;
  }
}
.select-alt .selectric {
  padding: 0.4rem 0;
  height: auto;
  background-color: transparent;
  border-radius: 1rem 0 0 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .select-alt .selectric {
    border: 0.1rem solid #c9c9c9;
  }
}
.select-alt .selectric .label {
  font-size: 1.6rem;
  height: 4.2rem;
  line-height: 4.2rem;
}
.select-alt .selectric b.button {
  background: transparent;
  height: 100%;
}
.select-alt .selectric b.button:before {
  height: 100%;
  background: transparent;
}
.select-alt .selectric b.button:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.select-alt .selectric-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.select-alt .selectric-scroll::-webkit-scrollbar {
  display: none;
}
.select-alt .selectric-items {
  margin-top: 0.7rem;
  border: 0;
  border-radius: 1.5rem;
  background-color: #fff;
  padding: 1rem 0;
  -webkit-box-shadow: 0 0 1.5rem -0.6rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 1.5rem -0.6rem rgba(0, 0, 0, 0.3);
}
.select-alt .selectric-items ul li {
  font-size: 1.4rem;
  padding: 1rem 2rem;
}
.select-alt .selectric-items ul li:hover {
  background-color: #c9c9c9;
}
.select-alt .selectric-items ul li.highlighted {
  background-color: transparent;
  color: #2F04B1;
}
.select-alt .selectric-items ul li.highlighted:hover {
  background-color: #c9c9c9;
}
.select-alt .selectric-items ul li.selected {
  background-color: transparent;
}
.select-alt .selectric-items ul li.selected:hover {
  background-color: #c9c9c9;
}
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
}
.select:before {
  content: "";
  position: absolute;
  top: 45%;
  right: 0.2rem;
  border: 0.2rem solid #414141;
  border-top: 0;
  border-left: 0;
  width: 0.7rem;
  height: 0.7rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 1;
  pointer-events: none;
}
.select:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.4rem;
  pointer-events: none;
  background-color: #FAFAFA;
}
.select select {
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 9rem;
}
.select select::-ms-expand {
  display: none;
}
/* ------------------------------------------------------------ *\
	Selectric
\* ------------------------------------------------------------ */
.selectric {
  overflow: visible;
  border: 0;
  background: #fff;
  height: 4.8rem;
  border-radius: 1.2rem;
  min-width: 22rem;
}
.selectric .label {
  padding: 0 4rem 0 2.4rem;
  height: 4.8rem;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 4.8rem;
  margin: 0;
}
.selectric .button {
  background: #fff;
  font-size: 0;
  height: 4.8rem;
  width: 3rem;
}
.selectric .button:after {
  content: "";
  display: inline-block;
  background-image: url(../images/svg/arrow-grey.svg);
  width: 1.4rem;
  height: 0.6rem;
  position: absolute;
  top: 2.2rem;
  left: auto;
  right: 1rem;
  z-index: 10;
  border: 0;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.selectric .button:before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 4.6rem;
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  background: #fff;
  padding: 0;
  margin: 0;
  z-index: 5;
}
.selectric .selectric-items {
  border: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 1rem;
  padding: 1rem 0 0;
}
.selectric .selectric-scroll {
  background: #fff;
  padding: 1rem 0;
  -webkit-box-shadow: 0 0.6rem 1.4rem 0.2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.6rem 1.4rem 0.2rem rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}
.selectric .selectric-scroll::-webkit-scrollbar {
  display: none;
}
.selectric .selectric-scroll::-moz-scrollbar {
  display: none;
}
.selectric .selectric-scroll::-o-scrollbar {
  display: none;
}
.selectric .selectric-scroll::-google-ms-scrollbar {
  display: none;
}
.selectric .selectric-scroll::-khtml-scrollbar {
  display: none;
}
.selectric .selectric-items li {
  padding: 0.7rem 2rem;
  font-size: 1.4rem;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.selectric .selectric-items li:hover {
  background: #fff;
  color: #2F04B1;
}
.selectric .selectric-items li.selected {
  background: #fff;
}
.selectric .selectric-items li.highlighted {
  background: #fff;
}
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 134rem + 1.7rem * 2 );
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  margin: auto;
  width: 100%;
}
/* Shell Fluid */
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
	Slider logos
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Slider main
\* ------------------------------------------------------------ */
.slider-main .slider__slide {
  padding: 0 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-main .slider__slide {
    padding: 0 0.5rem;
  }
}
.slider-main .slider__clip {
  margin: 0 -1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-main .slider__clip {
    margin: 0 -0.5rem;
  }
}
.slider-main .slick-arrow {
  position: absolute;
  top: 5rem;
  left: -7rem;
  width: 5rem;
  height: 5rem;
  border: 0;
  border-radius: 50%;
  background-color: transparent;
  font-size: 0;
  border: 0.1rem solid rgba(209, 194, 255, 0.5);
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  z-index: 1;
}
@media (max-width: 1500px) {
  .slider-main .slick-arrow {
    left: -5rem;
  }
}
@media (max-width: 1480px) {
  .slider-main .slick-arrow {
    display: none !important;
  }
}
.slider-main .slick-arrow:before {
  content: "";
  display: inline-block;
  background-image: url(../images/svg/arrow-right-short.svg);
  width: 0.9rem;
  height: 1.6rem;
  position: absolute;
  top: 1.6rem;
  left: 2.1rem;
  background-size: 0.9rem 1.6rem;
  background-repeat: no-repeat;
}
.slider-main .slick-arrow:hover {
  border: 0.1rem solid #d1c2ff;
}
.slider-main .slick-next {
  left: auto;
  right: -7rem;
}
@media (max-width: 1500px) {
  .slider-main .slick-next {
    right: -5rem;
  }
}
.slider-main .slick-prev:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 1.8rem;
}
.slider-main .slick-disabled:hover {
  border: 0.1rem solid rgba(209, 194, 255, 0.5);
}
.slider-main .slick-disabled:before {
  background-image: url(../images/svg/arrow-right-short-grey.svg);
}
@media (max-width: 1023px) {
  .slider-products-mobile {
    overflow-x: scroll;
  }

  .slider-products-mobile .slider__clip,
.slider-products .slider__clip,
.slider .slider__clip {
    overflow-x: scroll;
  }
  .slider-products-mobile .slider__slides,
.slider-products .slider__slides,
.slider .slider__slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .slider-products-mobile .slider__slide,
.slider-products .slider__slide,
.slider .slider__slide {
    padding-bottom: 1rem !important;
  }
}
/* ------------------------------------------------------------ *\
	Slider products
\* ------------------------------------------------------------ */
.slider-products .slider__slide .tile-primary {
  width: 25.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-products .slider__slide .tile-primary {
    width: 23.2rem;
  }
}
.slider-products .slick-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .slider-products--mobile .slider__slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1rem;
  }
}
@media (min-width: 1024px) {
  .slider-products--mobile .slider__slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 1rem;
  }
}
@media (max-width: 1023px) {
  .slider-products--mobile .slider__slide {
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .slider-products--mobile .slider__slide .tile-primary {
    width: 25.2rem;
    max-width: 100%;
    padding: 0 0.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-products--mobile .slider__slide .tile-primary {
    width: 23.2rem;
  }
}
.slider-products--mobile .slick-arrow {
  display: none !important;
}
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
}
.socials li + li {
  margin-left: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .socials li + li {
    margin-left: 2.6rem;
  }
}
.socials a {
  display: inline-block;
  position: relative;
}
.socials a .ico-hover {
  visibility: hidden;
  opacity: 0;
}
.socials a:hover .ico-hover {
  visibility: visible;
  opacity: 1;
}
.socials a:hover .ico-primary {
  visibility: hidden;
  opacity: 0;
}
.socials i {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.socials .icon__facebook {
  width: 1.4rem;
  height: 2.4rem;
}
.socials .icon__twitter {
  width: 2.4rem;
  height: 2rem;
}
/* ------------------------------------------------------------ *\
	Sort Mobile
\* ------------------------------------------------------------ */
.sort-mobile {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-top-right-radius: 2rem;
  border-top-left-radius: 2rem;
  z-index: 20;
  padding: 3rem 2rem 6rem;
  display: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .sort-mobile h5 {
    font-size: 2rem;
    margin-bottom: 3.3rem;
  }
}
.sort-mobile ul {
  margin-bottom: 5.8rem;
  list-style-type: none;
}
.sort-mobile li ~ li {
  margin-top: 1.7rem;
}
.sort-mobile .sort-mobile__btn {
  display: block;
  padding: 0.9rem 1rem;
  font-size: 1.7rem;
  border-radius: 1rem;
}
.sort-mobile .sort-mobile__close {
  display: none;
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 3.2rem;
  right: 2.8rem;
  z-index: 11;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .sort-mobile .sort-mobile__close {
    display: block;
  }
}
.sort-mobile .sort-mobile__close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.2rem;
  height: 2rem;
  background-color: #000;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.sort-mobile .sort-mobile__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.2rem;
  height: 2rem;
  background-color: #000;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
/* ------------------------------------------------------------ *\
	Sort
\* ------------------------------------------------------------ */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .sort {
    display: none;
  }
}
/* ------------------------------------------------------------ *\
	Subscribe
\* ------------------------------------------------------------ */
.subscribe {
  border-radius: 1rem;
}
.subscribe .subscribe__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.subscribe .subscribe__field {
  font-size: 1.5rem;
  border-radius: 1rem 0 0 1rem;
  border: 0.1rem solid transparent;
  background-color: #FCFCFC;
  height: 5rem;
  width: 100%;
  padding: 0 1.8rem;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}
@media (max-width: 1023px) {
  .subscribe .subscribe__field {
    height: 4.8rem;
  }
}
@media (max-width: 575px) {
  .subscribe .subscribe__field {
    padding: 0 1rem;
  }
}
.subscribe .subscribe__field::-webkit-input-placeholder {
  color: #A1A1A1;
}
.subscribe .subscribe__field::-moz-placeholder {
  color: #A1A1A1;
}
.subscribe .subscribe__field:-ms-input-placeholder {
  color: #A1A1A1;
}
.subscribe .subscribe__field::-ms-input-placeholder {
  color: #A1A1A1;
}
.subscribe .subscribe__field::placeholder {
  color: #A1A1A1;
}
.subscribe .subscribe__btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0 1rem 1rem 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.35;
  color: #fff;
  background-color: #2F04B1;
  -webkit-transition: opacity 0.4s, background-color 0.4s;
  -o-transition: opacity 0.4s, background-color 0.4s;
  transition: opacity 0.4s, background-color 0.4s;
  border: none;
  min-height: 100%;
  min-width: 20.5rem;
}
@media (max-width: 1023px) {
  .subscribe .subscribe__btn {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .subscribe .subscribe__btn {
    min-width: 17rem;
  }
}
@media (max-width: 575px) {
  .subscribe .subscribe__btn {
    font-size: 1.7rem;
    min-width: 12rem;
  }
}
@media (max-width: 374px) {
  .subscribe .subscribe__btn {
    min-width: 10rem;
  }
}
.subscribe .subscribe__btn:hover {
  background-color: #25048f;
}
.subscribe .lds-ring {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 8rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.subscribe.sending .subscribe__btn {
  color: transparent;
}
.subscribe.sending .lds-ring {
  opacity: 1;
}
.subscribe .lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  margin: 4px;
  border: 4px solid #fff;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.subscribe .lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}
.subscribe .lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.subscribe .lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}
@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.subscribe .ico-check {
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  top: 50%;
  right: 9rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: url(../images/temp/ico-check.png) no-repeat center;
  background-size: 100% auto;
}
.subscribe .subscribe__thank-you p {
  text-align: center;
  color: #fff;
  padding: 1rem 0;
  font-weight: bold;
  display: none;
}
.subscribe.is-sent .ico-check {
  opacity: 1;
}
.subscribe.is-sent .subscribe__thank-you p {
  display: block;
}
.subscribe.is-sent .subscribe__btn {
  color: transparent;
}
/* ------------------------------------------------------------ *\
	Tag-pill
\* ------------------------------------------------------------ */
.tag-pill {
  border-radius: 1.8rem;
  background-color: #fff;
}
.tag-pill a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.6rem 0.6rem 0.6rem 1.5rem;
  border-radius: 1.8rem;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
.tag-pill a:hover .tag__content {
  color: #F80484;
}
.tag-pill a:hover {
  -webkit-box-shadow: 0.3rem 0.3rem 1.5rem rgba(0, 0, 0, 0.08);
          box-shadow: 0.3rem 0.3rem 1.5rem rgba(0, 0, 0, 0.08);
}
.tag-pill p {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 0;
  margin-right: 1.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tag-pill p {
    font-size: 1.4rem;
    margin-right: 0.8rem;
  }
}
.tag-pill .tag__content {
  padding: 0.6rem 1.2rem 0.5rem;
  color: #2F04B1;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.07;
  border-radius: 1.3rem;
  background-color: rgba(47, 4, 177, 0.1);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tag-pill .tag__content {
    font-size: 1.3rem;
  }
}
.tag-pill .tag__content span {
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
	Tags-pill
\* ------------------------------------------------------------ */
.tags-pill .tags__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style-type: none;
  margin: -0.6rem -0.5rem;
}
.tags-pill .tags__item {
  padding: 0.6rem 0.5rem;
}
/* ------------------------------------------------------------ *\
	Tile details
\* ------------------------------------------------------------ */
.tile.tile-details h1 {
  margin-bottom: 1.1rem;
}
.tile.tile-details h3 {
  margin-bottom: 0.8rem;
  line-height: 1.4;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .tile.tile-details h3 {
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
.tile.tile-details h5 {
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .tile.tile-details h5 {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}
.tile.tile-details h6 {
  margin-bottom: 2.4rem;
  font-weight: normal;
  font-size: 1.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile.tile-details h6 {
    font-size: 1.4rem;
    margin-bottom: 1.9rem;
  }
}
.tile.tile-details p {
  margin-bottom: 1.9rem;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .tile.tile-details p {
    margin-bottom: 1.5rem;
    letter-spacing: -0.05rem;
  }
}
.tile.tile-details p:last-child {
  margin-bottom: 0;
}
.tile.tile-details:hover .rating {
  margin-top: 0.3rem;
}
.tile.tile-details .tile__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  letter-spacing: 0;
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  .tile.tile-details .tile__inner {
    display: block;
  }
}
.tile.tile-details .tile__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.5%;
          flex: 0 0 48.5%;
  max-width: 48.5%;
  /*padding-top: 48.5%;*/
  background: #fff;
}
@media (max-width: 1023px) {
  .tile.tile-details .tile__image {
    max-width: 100%;
    /*padding-top: 100%;*/
    margin-bottom: 2rem;
  }
}
.tile.tile-details .tile__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 51.5%;
          flex: 0 0 51.5%;
  max-width: 51.5%;
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background: transparent;
  padding: 0 0 0 4rem;
}
@media (max-width: 1023px) {
  .tile.tile-details .tile__content {
    max-width: 100%;
    padding: 0;
  }
}
.tile.tile-details .tile__rating {
  margin-top: 0;
}
.tile.tile-details .tile__list-info {
  margin-top: 0.6rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 1023px) {
  .tile.tile-details .tile__list-info {
    margin-bottom: 0;
    margin-top: 0.2rem;
    margin-left: 1rem;
  }
}
.tile.tile-details .tile__list-info p {
  font-size: 1.4rem;
}
.tile.tile-details .tile__inner-content {
  margin-bottom: 3.6rem;
}
@media (max-width: 1023px) {
  .tile.tile-details .tile__inner-content {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff;
    margin: 0;
    padding: 1rem 1.7rem;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .tile.tile-details .tile__inner-content .btn {
    display: block;
    width: 100%;
  }
}
.tile.tile-details .tile__inner-content h1 {
  font-size: 3rem;
}
@media (max-width: 1023px) {
  .tile.tile-details .tile__inner-content h1 {
    font-size: 2.5rem;
    letter-spacing: -0.03rem;
  }
}
@media (max-width: 1023px) {
  .tile.tile-details .tile__inner-content .price {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 1023px) {
  .tile.tile-details .tile__inner-content .price small {
    margin-left: 0rem;
  }
}
.tile.tile-details .tile__badge {
  top: 3rem;
  right: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile.tile-details .tile__badge {
    top: 2rem;
    right: 2rem;
  }
}
@media (max-width: 1023px) {
  .tile.tile-details .tile__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3.6rem;
  }
}
/* ------------------------------------------------------------ *\
	Tile main
\* ------------------------------------------------------------ */
.tile-main:hover .tile__inner {
  -webkit-box-shadow: 0.2rem 0.2rem 1.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.2rem 0.2rem 1.5rem rgba(0, 0, 0, 0.1);
}
.tile-main .tile__inner {
  position: relative;
  border-radius: 1rem;
  padding: 2.5rem 1rem 1.5rem;
  background: #fff;
  text-align: center;
  letter-spacing: -0.02rem;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  text-decoration: none;
  display: block;
  height: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile-main .tile__inner {
    padding: 1rem 0.5rem;
  }
}
.tile-main .tile__image {
  position: relative;
  padding-top: 81%;
}
.tile-main .tile__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
/* Tile main small */
.tile-main--small .tile__image {
  padding-top: 78%;
}
/* Tile main long */
.tile-main--long .tile__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
}
.tile-main--long .tile__content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 2.8rem 3.2rem;
  max-width: 67%;
}
@media (max-width: 1023px) {
  .tile-main--long .tile__content {
    padding: 3rem 3rem;
  }
}
.tile-main--long .tile__inner {
  text-align: left;
  padding-top: 49%;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .tile-main--long .tile__inner {
    padding-top: 55%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile-main--long .tile__inner {
    padding-top: 38%;
  }
}
/* ------------------------------------------------------------ *\
	Tile primary
\* ------------------------------------------------------------ */
.tile-primary {
  cursor: pointer;
}
.tile-primary:hover .tile__content {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.tile-primary:hover .rating {
  margin-top: 0.3rem;
}
.tile-primary p {
  margin-bottom: 0.3rem;
  letter-spacing: 0.01rem;
}
@media (max-width: 1023px) {
  .tile-primary p {
    letter-spacing: -0.07rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile-primary h6 {
    margin-bottom: 0.7rem;
  }
}
.tile-primary h6 small {
  font-size: 1.4rem;
}
.tile-primary a {
  color: #2F04B1;
}
.tile-primary .tile__inner {
  position: relative;
  border-radius: 1rem;
  background: #fff;
  letter-spacing: -0.02rem;
  overflow: hidden;
  padding-bottom: 12rem;
}
@media (max-width: 1023px) {
  .tile-primary .tile__inner {
    padding-bottom: 0;
  }
}
.tile-primary .tile__image {
  position: relative;
  /*padding-top: 100%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tile-primary .tile__image img {
  /*position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;*/
}
.tile-primary .tile__content {
  padding: 1.5rem 1.8rem 1.4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-transform: translateY(calc(100% - 12rem));
      -ms-transform: translateY(calc(100% - 12rem));
          transform: translateY(calc(100% - 12rem));
  -webkit-transition: height 0.3s, -webkit-transform 0.3s;
  transition: height 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, height 0.3s;
  transition: transform 0.3s, height 0.3s;
  transition: transform 0.3s, height 0.3s, -webkit-transform 0.3s;
  min-height: 9rem;
}
@media (max-width: 1023px) {
  .tile-primary .tile__content {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    position: static;
    padding-bottom: 5rem;
    padding: 1rem 1rem 5rem;
  }
}
@media (max-width: 1023px) {
  .tile-primary .tile__content .list-buttons {
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    padding: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.tile-primary .tile__content .list-buttons .btn {
  padding: 0.7rem 1.2rem;
  width: 100%;
}
.tile-primary .tile__content .list-buttons .btn-icon {
  padding: 0.7rem 1.4rem;
  width: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile-primary .tile__content .list-buttons .btn-icon {
    padding: 0.7rem 1.2rem;
  }
}
.tile-primary .tile__content-inner > p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  min-height: 3.6rem;
}
.tile-primary .tile__badge {
  position: absolute;
  top: 1.6rem;
  right: 1.8rem;
  z-index: 1;
}
.tile-primary .list-info {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.tile-primary .rating {
  margin-top: 2rem;
  margin-bottom: 0rem;
  -webkit-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}
.tile-primary .price {
  margin-bottom: 1rem;
}
.tile-primary .tile__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tile-primary .tile__link i {
  margin-right: 0.5rem;
}
/* Tile primary static */
.tile-primary--static:hover .rating {
  margin-top: 0.3rem;
}
.tile-primary--static h6 {
  font-size: 2rem;
}
@media (max-width: 1023px) {
  .tile-primary--static h6 {
    font-size: 1.5rem;
  }
}
.tile-primary--static p {
  font-size: 1.7rem;
}
@media (max-width: 1023px) {
  .tile-primary--static p {
    font-size: 1.4rem;
  }
}
.tile-primary--static .tile__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  min-height: 13.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 3rem 1.4rem;
}
.tile-primary--static .tile__content-aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11.3rem;
          flex: 0 0 11.3rem;
  margin-left: 1rem;
}
.tile-primary--static .tile__content-aside .btn {
  display: block;
  width: 100%;
}
.tile-primary--static .tile__content-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.tile-primary--static .rating {
  margin-top: 0.3;
}
/* Tile primary small */
.tile-primary--small h6 {
  margin-bottom: 0.1rem;
}
.tile-primary--small p {
  margin-bottom: 1rem;
}
.tile-primary--small:hover .tile__content-hidden {
  visibility: visible;
  opacity: 1;
}
.tile-primary--small .tile__inner {
  padding-bottom: 6.8rem;
}
@media (max-width: 1023px) {
  .tile-primary--small .tile__inner {
    padding-bottom: 0;
  }
}
.tile-primary--small .tile__content {
  -webkit-transform: translateY(calc(100% - 7.2rem));
      -ms-transform: translateY(calc(100% - 7.2rem));
          transform: translateY(calc(100% - 7.2rem));
}
@media (max-width: 1199px) {
  .tile-primary--small .tile__content {
    -webkit-transform: translateY(calc(100% - 8rem));
        -ms-transform: translateY(calc(100% - 8rem));
            transform: translateY(calc(100% - 8rem));
  }
}
@media (max-width: 1023px) {
  .tile-primary--small .tile__content {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 1199px) {
  .tile-primary--small .tile__content-inner {
    min-height: 5rem;
  }
}
.tile-primary--small .tile__content-inner > p {
  min-height: auto;
  -webkit-line-clamp: 1;
}
.tile-primary--small .tile__content-hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.2s, opacity 0.2s;
  -o-transition: visibility 0.2s, opacity 0.2s;
  transition: visibility 0.2s, opacity 0.2s;
}
@media (max-width: 1023px) {
  .tile-primary--small .tile__content-hidden {
    visibility: visible;
    opacity: 1;
  }
}
/* ------------------------------------------------------------ *\
	Tile result list
\* ------------------------------------------------------------ */
.tile--result .tile__content {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.tile--result .rating {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
/* ------------------------------------------------------------ *\
	Tile result list
\* ------------------------------------------------------------ */
.tile--result.list-view h6 {
  margin-bottom: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.01rem;
}
@media (max-width: 1023px) {
  .tile--result.list-view h6 {
    font-size: 1.3rem;
    font-weight: normal;
  }
}
.tile--result.list-view .tile__content-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.tile--result.list-view .tile__content-inner > p {
  display: block;
  letter-spacing: 0.01rem;
  margin-bottom: 1.5rem;
  line-height: 1.42;
}
@media (max-width: 1199px) {
  .tile--result.list-view .tile__content-inner > p {
    font-size: 1.3rem;
  }
}
@media (max-width: 1199px) {
  .tile--result.list-view .tile__content-inner > h6 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    min-height: 3.6rem;
    margin-bottom: 0;
  }
}
.tile--result.list-view .tile__inner-content h6 {
  font-size: 2rem;
  margin-bottom: 0.7rem;
}
@media (max-width: 1023px) {
  .tile--result.list-view .tile__inner-content h6 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }
}
@media (max-width: 1023px) {
  .tile--result.list-view .tile__inner-content .list-buttons {
    padding: 0;
    margin-top: 2.8rem;
  }
}
.tile--result.list-view .tile__inner-content .list-buttons li + li {
  margin-left: 0;
}
@media (max-width: 1023px) {
  .tile--result.list-view .tile__inner-content .list-buttons li + li {
    margin-left: 1rem;
  }
}
.tile--result.list-view .tile__inner-content .list-buttons .btn {
  min-width: 11.5rem;
}
@media (max-width: 1023px) {
  .tile--result.list-view .tile__inner-content .list-buttons .btn {
    min-width: 7.2rem;
    padding: 0.7rem 0.2rem;
  }
}
@media (max-width: 374px) {
  .tile--result.list-view .tile__inner-content .list-buttons .btn {
    max-width: 6rem;
  }
}
.tile--result.list-view .tile__inner {
  padding-bottom: 0;
}
.tile--result.list-view .tile__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  padding: 2.8rem 1.8rem 2.4rem 23.6rem;
}
@media (max-width: 1199px) {
  .tile--result.list-view .tile__content {
    padding: 2.8rem 1.8rem 2.4rem 22.6rem;
  }
}
@media (max-width: 1023px) {
  .tile--result.list-view .tile__content {
    display: block;
    padding: 1.1rem 0.8rem 0.8rem 17.2rem;
  }
}
@media (max-width: 374px) {
  .tile--result.list-view .tile__content {
    padding: 1.2rem 1rem 1.2rem 10.7rem;
  }
}
.tile--result.list-view .tile__inner-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20rem;
          flex: 0 0 20rem;
  padding-left: 2.4rem;
  margin-left: 1rem;
  border-left: 0.1rem solid rgba(47, 4, 177, 0.15);
}
@media (max-width: 1023px) {
  .tile--result.list-view .tile__inner-content {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
}
.tile--result.list-view .tile__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 22rem;
  height: 100%;
  padding: 0;
  z-index: 1;
}
@media (max-width: 1199px) {
  .tile--result.list-view .tile__image {
    width: 20.7rem;
    height: 20.7rem;
  }
}
@media (max-width: 1023px) {
  .tile--result.list-view .tile__image {
    width: 16rem;
    height: 16rem;
  }
}
@media (max-width: 374px) {
  .tile--result.list-view .tile__image {
    width: 10.7rem;
    height: 10.7rem;
  }
}
.tile--result.list-view .rating {
  margin-top: 0;
}
@media (max-width: 1023px) {
  .tile--result.list-view .tile__content .list-buttons {
    position: static;
  }
}
/* ------------------------------------------------------------ *\
	Tile primary grid
\* ------------------------------------------------------------ */
.tile-primary.grid-view .tile__content-inner > h6 {
  font-size: 1.4rem;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  min-height: 3.6rem;
  margin-bottom: 0;
}
.tile-primary.grid-view .tile__content-inner p {
  display: none;
}
.tile-primary.grid-view .tile__content-inner .btn {
  display: none;
}
.tile-primary.grid-view .tile__content-inner .list-features {
  display: none;
}
.tile-primary.grid-view .tile__inner-content .list-buttons .btn {
  display: inline-block !important;
}
/* ------------------------------------------------------------ *\
	Tiles categories
\* ------------------------------------------------------------ */
.tiles-categories .tile-main {
  height: 100%;
}
/* ------------------------------------------------------------ *\
	Tiles categories alt
\* ------------------------------------------------------------ */
.tiles-categories--alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -1rem;
}
.tiles-categories--alt .tile {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 0 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 1023px) {
  .tiles-categories--alt .tile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tiles-categories--alt .tile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  .tiles-categories--alt .tile.invisible-xs {
    display: none;
  }
}
/* ------------------------------------------------------------ *\
	Tiles main
\* ------------------------------------------------------------ */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tiles-main .invisible {
    display: none;
  }
}
/* ------------------------------------------------------------ *\
	Tiles products
\* ------------------------------------------------------------ */
.tiles-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -1rem -1.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tiles-products {
    margin: 0 -0.5rem -1.2rem;
  }
}
.tiles-products .tile {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding: 0 1rem;
  margin-bottom: 1.9rem;
}
@media (max-width: 1399px) {
  .tiles-products .tile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 1023px) {
  .tiles-products .tile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tiles-products .tile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0.5rem;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 374px) {
  .tiles-products .tile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.tiles-products .tile .tile__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .tiles-products .tile .tile__inner {
    display: block;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tiles-products .tile.invisible {
    display: none;
  }
}
/* Tiles products alt */
.tiles-products--alt .cols {
  margin-bottom: 0;
}
.tiles-products--alt .cols + .tiles__slider {
  margin-top: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tiles-products--alt .cols + .tiles__slider {
    margin-top: 1.2rem;
  }
}
.tiles-products--alt .col {
  margin-bottom: 0;
}
.tiles-products--alt .tile-primary {
  height: 100%;
}
.tiles-products--alt .tile-primary .tile__inner {
  height: 100%;
}
.tiles-products--result .tile {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 1199px) {
  .tiles-products--result .tile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 1023px) {
  .tiles-products--result .tile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 374px) {
  .tiles-products--result .tile {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
/* ------------------------------------------------------------ *\
	Tiles products list
\* ------------------------------------------------------------ */
.tiles-products.list {
  display: block;
  margin: 0;
}
.tiles-products.list .tile {
  max-width: 100%;
}
.tiles-products.list .tile .tile__content {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
/* ------------------------------------------------------------ *\
	Tiles products grid
\* ------------------------------------------------------------ */
.tiles-products.grid.is-visible .tile .tile__content {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
/* ------------------------------------------------------------ *\

\* ------------------------------------------------------------ */
.widget-actions {
  display: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.7rem;
    padding-top: 1.7rem;
    border-top: 0.1rem solid rgba(47, 4, 177, 0.15);
  }
}
.widget-actions .widget__btn {
  padding: 0.9rem 1rem;
  margin-left: 1rem;
  border-radius: 1rem;
  font-size: 1.7rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget-actions .btn + .btn {
    margin-left: 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget-actions button.btn {
    border: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widget h6 {
  font-weight: 600;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget h6 {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget h5 {
    font-size: 2rem;
  }
}
.widget li ~ li {
  margin-top: 1rem;
}
.widget .btn {
  padding: 0.3rem 1rem 0.4rem;
  font-size: 1.2rem;
  border-radius: 0.7rem;
}
.widget .widget__title {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-right: 5.2rem;
}
.widget .widget__refresh {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget .widget__refresh {
    display: none;
  }
}
.widget .widget__head {
  position: relative;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget .widget__head {
    margin-bottom: 0;
  }
}
.widget .widget__head:before {
  content: "";
  position: absolute;
  top: 0.4rem;
  right: 1.8rem;
  width: 1rem;
  height: 1rem;
  border: 0.2rem solid #414141;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  display: none;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget .widget__head:before {
    display: block;
  }
}
.widget .widget__head.is-open:before {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget .widget__body {
    display: none;
    padding-top: 2.2rem;
  }
}
.widget .widget__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.widget .widget__row span {
  display: inline-block;
  margin: 0.8rem 1.2rem 0;
}
@media (max-width: 1023px) {
  .widget .widget__row span {
    margin: 0.8rem 1.2rem 0;
  }
}
.widget .widget__control {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7.1rem;
          flex: 0 0 7.1rem;
  max-width: 7.1rem;
}
.widget .widget__control label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1rem;
  font-size: 1.6rem;
  color: #000000;
}
.widget .widget__field {
  width: 100%;
  height: 3.2rem;
  padding: 0 0.5rem 0 2.3rem;
  border-radius: 1rem;
  border: 0.1rem solid #D1C2FF;
  font-size: 1.4rem;
  color: #000000;
}
.widget .widget__field::-webkit-input-placeholder {
  color: #919191;
}
.widget .widget__field::-moz-placeholder {
  color: #919191;
}
.widget .widget__field:-ms-input-placeholder {
  color: #919191;
}
.widget .widget__field::-ms-input-placeholder {
  color: #919191;
}
.widget .widget__field::placeholder {
  color: #919191;
}
.widget .widget__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.7rem;
          flex: 0 0 4.7rem;
  max-width: 4.7rem;
  margin-left: 1rem;
  border-radius: 1rem;
  text-align: center;
}
.widget ~ .widget {
  margin-top: 2.5rem;
  padding-top: 2.1rem;
  border-top: 0.1rem solid rgba(47, 4, 177, 0.15);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget ~ .widget {
    margin-top: 2.1rem;
    padding-top: 1.7rem;
  }
}
.widget:first-child .widget__head:before {
  display: none;
}
.widget:first-child .widget__body {
  display: block !important;
}
.widget--alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 1.3rem;
}
.widget--alt .widget__head {
  margin-bottom: 0;
}
.widget--alt .widget__title {
  padding-right: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget--alt:first-child .widget__body {
    display: none !important;
  }
}
.widget--alt .widget__body .btn-icon + .btn--md {
  margin-left: 0.5rem;
}
.widget--alt .btn-icon--small {
  padding: 0;
}
.widget--alt .btn--md {
  font-size: 1.5rem;
  padding: 0.6rem 2.2rem 0.6rem;
}
.widget--alt.is-sticky {
  position: fixed;
  z-index: 2;
  background-color: #fafafa;
  -webkit-box-shadow: 0 1rem 1rem -1.1rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 1rem 1rem -1.1rem rgba(0, 0, 0, 0.3);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.widget--alt.is-sticky .widget__head {
  margin-right: 3rem;
}
@media (max-width: 1199px) {
  .widget--alt.is-sticky .widget__head {
    margin-right: 1rem;
  }
}
/* ------------------------------------------------------------ *\
	Widgets
\* ------------------------------------------------------------ */
.widgets {
  list-style-type: none;
  padding-left: 0.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widgets {
    padding: 2.4rem 2.3rem;
    overflow: hidden;
  }
}
.widgets ul {
  list-style-type: none;
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
