/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* line 6, resources/assets/styles/common/_normalize.scss */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

/* line 27, resources/assets/styles/common/_normalize.scss */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 31, resources/assets/styles/common/_normalize.scss */

body {
  line-height: 1;
}

/* line 34, resources/assets/styles/common/_normalize.scss */

ol,
ul {
  list-style: none;
}

/* line 37, resources/assets/styles/common/_normalize.scss */

blockquote,
q {
  quotes: none;
}

/* line 40, resources/assets/styles/common/_normalize.scss */

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* line 45, resources/assets/styles/common/_normalize.scss */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/** Colors */

/** Box Model  */

/* line 3, resources/assets/styles/common/_fonts.scss */

.layout-app h1 {
  font-family: "Poppins";
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.layout-app h1 {
  font-size: 2.25rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-app h1 {
    font-size: calc(36px + 12 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-app h1 {
    font-size: 3rem;
  }
}

/* line 7, resources/assets/styles/common/_fonts.scss */

.layout-app h2 {
  font-family: "Poppins";
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-transform: uppercase;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.layout-app h2 {
  font-size: 1.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-app h2 {
    font-size: calc(28px + 12 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-app h2 {
    font-size: 2.5rem;
  }
}

/* line 11, resources/assets/styles/common/_fonts.scss */

.layout-app h3 {
  font-family: "Poppins";
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-transform: uppercase;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.layout-app h3 {
  font-size: 1.625rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-app h3 {
    font-size: calc(26px + 6 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-app h3 {
    font-size: 2rem;
  }
}

/* line 15, resources/assets/styles/common/_fonts.scss */

.layout-app h4 {
  font-family: "Poppins";
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: uppercase;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.layout-app h4 {
  font-size: 1.125rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-app h4 {
    font-size: calc(18px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-app h4 {
    font-size: 1.25rem;
  }
}

/* line 21, resources/assets/styles/common/_fonts.scss */

.layout-post h1 {
  font-family: "Poppins";
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-transform: uppercase;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.layout-post h1 {
  font-size: 1.625rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-post h1 {
    font-size: calc(26px + 6 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-post h1 {
    font-size: 2rem;
  }
}

/* line 25, resources/assets/styles/common/_fonts.scss */

.layout-post h2 {
  font-family: "Lora";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.layout-post h2 {
  font-size: 1.25rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-post h2 {
    font-size: calc(20px + 4 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-post h2 {
    font-size: 1.5rem;
  }
}

/* line 28, resources/assets/styles/common/_fonts.scss */

.layout-post h3 {
  font-family: "Poppins";
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.layout-post h3 {
  font-size: 1.125rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-post h3 {
    font-size: calc(18px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-post h3 {
    font-size: 1.25rem;
  }
}

/* line 31, resources/assets/styles/common/_fonts.scss */

.layout-post h4 {
  font-family: "Poppins";
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.layout-post h4 {
  font-size: 1rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-post h4 {
    font-size: calc(16px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-post h4 {
    font-size: 1.125rem;
  }
}

/* line 34, resources/assets/styles/common/_fonts.scss */

.layout-post p {
  font-family: "Lora";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.layout-post p {
  font-size: 1.125rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-post p {
    font-size: calc(18px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-post p {
    font-size: 1.25rem;
  }
}

/* line 40, resources/assets/styles/common/_fonts.scss */

.layout-page h1 {
  font-family: "PlayfairDisplay";
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #3ea6ff;
  margin-bottom: 30px;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.layout-page h1 {
  font-size: 1.625rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-page h1 {
    font-size: calc(26px + 6 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-page h1 {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  /* line 40, resources/assets/styles/common/_fonts.scss */

  .layout-page h1 {
    margin-bottom: 70px;
  }
}

/* line 48, resources/assets/styles/common/_fonts.scss */

.layout-page h2 {
  font-family: "PlayfairDisplay";
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #3ea6ff;
  margin-top: 20px;
  margin-bottom: 25px;
  text-transform: none;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.layout-page h2 {
  font-size: 1.625rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-page h2 {
    font-size: calc(26px + 6 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-page h2 {
    font-size: 2rem;
  }
}

@media (min-width: 767px) {
  /* line 48, resources/assets/styles/common/_fonts.scss */

  .layout-page h2 {
    margin-top: 40px;
    margin-bottom: 45px;
  }
}

/* line 59, resources/assets/styles/common/_fonts.scss */

.layout-page p {
  font-family: "Lora";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.layout-page p {
  font-size: 1.125rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-page p {
    font-size: calc(18px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-page p {
    font-size: 1.25rem;
  }
}

/* line 64, resources/assets/styles/common/_fonts.scss */

.layout-partner h1 {
  font-family: "Poppins";
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: uppercase;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.layout-partner h1 {
  font-size: 2.25rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-partner h1 {
    font-size: calc(36px + 12 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-partner h1 {
    font-size: 3rem;
  }
}

/* line 69, resources/assets/styles/common/_fonts.scss */

.layout-partner h2 {
  font-family: "PlayfairDisplay";
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.layout-partner h2 {
  font-size: 2.25rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-partner h2 {
    font-size: calc(36px + 12 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-partner h2 {
    font-size: 3rem;
  }
}

/* line 72, resources/assets/styles/common/_fonts.scss */

.layout-partner p {
  font-family: "Poppins";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.layout-partner p {
  font-size: 0.875rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-partner p {
    font-size: calc(14px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-partner p {
    font-size: 1rem;
  }
}

/* line 77, resources/assets/styles/common/_fonts.scss */

.layout-search h1 {
  font-family: "PlayfairDisplay";
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #3ea6ff;
  margin-top: 65px;
  margin-bottom: 30px;
  text-transform: initial;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.layout-search h1 {
  font-size: 1.625rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-search h1 {
    font-size: calc(26px + 6 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-search h1 {
    font-size: 2rem;
  }
}

/* line 85, resources/assets/styles/common/_fonts.scss */

.layout-search h2 {
  font-family: "Poppins";
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: uppercase;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.layout-search h2 {
  font-size: 1.125rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-search h2 {
    font-size: calc(18px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-search h2 {
    font-size: 1.25rem;
  }
}

/* line 91, resources/assets/styles/common/_fonts.scss */

.layout-search p {
  font-family: "Lora";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.layout-search p {
  font-size: 0.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-search p {
    font-size: calc(12px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-search p {
    font-size: 0.875rem;
  }
}

/* line 96, resources/assets/styles/common/_fonts.scss */

.layout-account h1 {
  font-family: "PlayfairDisplay";
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #3ea6ff;
  margin-bottom: 24px;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.layout-account h1 {
  font-size: 1.625rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-account h1 {
    font-size: calc(26px + 6 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-account h1 {
    font-size: 2rem;
  }
}

/* line 101, resources/assets/styles/common/_fonts.scss */

.layout-account h2 {
  font-family: "Poppins";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.layout-account h2 {
  font-size: 0.875rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-account h2 {
    font-size: calc(14px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-account h2 {
    font-size: 1rem;
  }
}

/* line 104, resources/assets/styles/common/_fonts.scss */

.layout-account p {
  font-family: "Poppins";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.layout-account p {
  font-size: 0.875rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-account p {
    font-size: calc(14px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-account p {
    font-size: 1rem;
  }
}

/* line 110, resources/assets/styles/common/_fonts.scss */

b,
strong {
  font-weight: bold;
}

/* line 114, resources/assets/styles/common/_fonts.scss */

i,
em {
  font-style: italic;
}

/* line 118, resources/assets/styles/common/_fonts.scss */

.text-center {
  text-align: center;
}

/** Import everything from autoload */

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Import theme styles */

@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: bold;
  src: url(/wp-content/themes/hemicycle-v2/dist/fonts/Lora-Bold.woff2) format("woff2"), url(/wp-content/themes/hemicycle-v2/dist/fonts/Lora-Bold.woff) format("woff");
}

@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: bold;
  src: url(/wp-content/themes/hemicycle-v2/dist/fonts/Lora-BoldItalic.woff2) format("woff2"), url(/wp-content/themes/hemicycle-v2/dist/fonts/Lora-BoldItalic.woff) format("woff");
}

@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 500;
  src: url(/wp-content/themes/hemicycle-v2/dist/fonts/Lora-Medium.woff2) format("woff2"), url(/wp-content/themes/hemicycle-v2/dist/fonts/Lora-Medium.woff) format("woff");
}

@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 500;
  src: url(/wp-content/themes/hemicycle-v2/dist/fonts/Lora-MediumItalic.woff2) format("woff2"), url(/wp-content/themes/hemicycle-v2/dist/fonts/Lora-MediumItalic.woff) format("woff");
}

@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  src: url(/wp-content/themes/hemicycle-v2/dist/fonts/Lora-Regular.woff2) format("woff2"), url(/wp-content/themes/hemicycle-v2/dist/fonts/Lora-Regular.woff) format("woff");
}

@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 400;
  src: url(/wp-content/themes/hemicycle-v2/dist/fonts/Lora-Italic.woff2) format("woff2"), url(/wp-content/themes/hemicycle-v2/dist/fonts/Lora-Italic.woff) format("woff");
}

@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 600;
  src: url(/wp-content/themes/hemicycle-v2/dist/fonts/Lora-SemiBold.woff2) format("woff2"), url(/wp-content/themes/hemicycle-v2/dist/fonts/Lora-SemiBold.woff) format("woff");
}

@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 600;
  src: url(/wp-content/themes/hemicycle-v2/dist/fonts/Lora-SemiBoldItalic.woff2) format("woff2"), url(/wp-content/themes/hemicycle-v2/dist/fonts/Lora-SemiBoldItalic.woff) format("woff");
}

@font-face {
  font-family: "PlayfairDisplay";
  font-style: normal;
  font-weight: 900;
  src: url(/wp-content/themes/hemicycle-v2/dist/fonts/PlayfairDisplay-Black.woff2) format("woff2"), url(/wp-content/themes/hemicycle-v2/dist/fonts/PlayfairDisplay-Black.woff) format("woff");
}

@font-face {
  font-family: "PlayfairDisplay";
  font-style: italic;
  font-weight: 900;
  src: url(/wp-content/themes/hemicycle-v2/dist/fonts/PlayfairDisplay-BlackItalic.woff2) format("woff2"), url(/wp-content/themes/hemicycle-v2/dist/fonts/PlayfairDisplay-BlackItalic.woff) format("woff");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  src: url(/wp-content/themes/hemicycle-v2/dist/fonts/Poppins-Black.woff2) format("woff2"), url(/wp-content/themes/hemicycle-v2/dist/fonts/Poppins-Black.woff) format("woff");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url(/wp-content/themes/hemicycle-v2/dist/fonts/Poppins-Bold.woff2) format("woff2"), url(/wp-content/themes/hemicycle-v2/dist/fonts/Poppins-Bold.woff) format("woff");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url(/wp-content/themes/hemicycle-v2/dist/fonts/Poppins-Medium.woff2) format("woff2"), url(/wp-content/themes/hemicycle-v2/dist/fonts/Poppins-Medium.woff) format("woff");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url(/wp-content/themes/hemicycle-v2/dist/fonts/Poppins-SemiBold.woff2) format("woff2"), url(/wp-content/themes/hemicycle-v2/dist/fonts/Poppins-SemiBold.woff) format("woff");
}

/* line 21, resources/assets/styles/common/_global.scss */

body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  font-family: "Poppins";
  font-size: 16px;
  color: #121212;
  z-index: 1;
  overflow-x: hidden;
}

/* line 32, resources/assets/styles/common/_global.scss */

body.menu-burger-is-open {
  overflow: hidden;
}

@media (min-width: 767px) {
  /* line 32, resources/assets/styles/common/_global.scss */

  body.menu-burger-is-open {
    overflow: initial;
  }
}

/* line 40, resources/assets/styles/common/_global.scss */

.wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 44, resources/assets/styles/common/_global.scss */

.align-items-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 49, resources/assets/styles/common/_global.scss */

.text-right {
  text-align: right;
}

@media screen and (min-width: 768px) {
  /* line 53, resources/assets/styles/common/_global.scss */

  .display-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  /* line 59, resources/assets/styles/common/_global.scss */

  .hide-mobile {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  /* line 65, resources/assets/styles/common/_global.scss */

  .hide-desktop {
    display: none;
  }
}

/* line 1, resources/assets/styles/blocks/_section-addons.scss */

.section-addons {
  position: relative;
}

/* line 3, resources/assets/styles/blocks/_section-addons.scss */

.section-addons .icon {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #fff582;
}

@media (min-width: 767px) {
  /* line 3, resources/assets/styles/blocks/_section-addons.scss */

  .section-addons .icon {
    width: 104px;
    height: 104px;
  }
}

/* line 12, resources/assets/styles/blocks/_section-addons.scss */

.section-addons .icon > div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 19, resources/assets/styles/blocks/_section-addons.scss */

.section-addons a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 23, resources/assets/styles/blocks/_section-addons.scss */

.section-addons .overtitle,
.section-addons h3,
.section-addons .author {
  padding-left: 15px;
}

@media (min-width: 767px) {
  /* line 23, resources/assets/styles/blocks/_section-addons.scss */

  .section-addons .overtitle,
  .section-addons h3,
  .section-addons .author {
    padding-left: 24px;
  }
}

/* line 32, resources/assets/styles/blocks/_section-addons.scss */

.section-addons .overtitle {
  font-family: "Poppins";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #3ea6ff;
  margin-bottom: 8px;
  border-bottom: 2px solid #121212;
  padding-bottom: 8px;
  padding-top: 4px;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.section-addons .overtitle {
  font-size: 1rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .section-addons .overtitle {
    font-size: calc(16px + -2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .section-addons .overtitle {
    font-size: 0.875rem;
  }
}

/* line 41, resources/assets/styles/blocks/_section-addons.scss */

.section-addons h3 {
  font-family: "Poppins";
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-top: 14px;
  margin-bottom: 8px;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.section-addons h3 {
  font-size: 1.25rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .section-addons h3 {
    font-size: calc(20px + -2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .section-addons h3 {
    font-size: 1.125rem;
  }
}

/* line 48, resources/assets/styles/blocks/_section-addons.scss */

.section-addons__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 32px;
}

/* line 53, resources/assets/styles/blocks/_section-addons.scss */

.section-addons__body {
  display: -webkit-box;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 32px;
}

/* line 74, resources/assets/styles/common/_mixins.scss */

.layout-app .container {
  width: calc(100% - (15px * 2));
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .layout-app .container {
    max-width: 540px;
  }
}

@media (min-width: 767px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .layout-app .container {
    max-width: 767px;
  }
}

@media (min-width: 992px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .layout-app .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .layout-app .container {
    max-width: 1080px;
  }
}

@media (min-width: 1380px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .layout-app .container {
    max-width: 1312px;
  }
}

/* line 74, resources/assets/styles/common/_mixins.scss */

.layout-post .container {
  width: calc(100% - (15px * 2));
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .layout-post .container {
    max-width: 540px;
  }
}

@media (min-width: 767px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .layout-post .container {
    max-width: 767px;
  }
}

@media (min-width: 992px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .layout-post .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .layout-post .container {
    max-width: 1120px;
  }
}

@media (min-width: 1380px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .layout-post .container {
    max-width: 1120px;
  }
}

/* line 74, resources/assets/styles/common/_mixins.scss */

.layout-account .container {
  width: calc(100% - (15px * 2));
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .layout-account .container {
    max-width: 540px;
  }
}

@media (min-width: 767px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .layout-account .container {
    max-width: 767px;
  }
}

@media (min-width: 992px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .layout-account .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .layout-account .container {
    max-width: 872px;
  }
}

@media (min-width: 1380px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .layout-account .container {
    max-width: 872px;
  }
}

/* line 74, resources/assets/styles/common/_mixins.scss */

.layout-page .container {
  width: calc(100% - (15px * 2));
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .layout-page .container {
    max-width: 540px;
  }
}

@media (min-width: 767px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .layout-page .container {
    max-width: 767px;
  }
}

@media (min-width: 992px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .layout-page .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .layout-page .container {
    max-width: 1080px;
  }
}

@media (min-width: 1380px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .layout-page .container {
    max-width: 1312px;
  }
}

/* line 74, resources/assets/styles/common/_mixins.scss */

.layout-partner .container {
  width: calc(100% - (15px * 2));
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .layout-partner .container {
    max-width: 540px;
  }
}

@media (min-width: 767px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .layout-partner .container {
    max-width: 767px;
  }
}

@media (min-width: 992px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .layout-partner .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .layout-partner .container {
    max-width: 960px;
  }
}

@media (min-width: 1380px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .layout-partner .container {
    max-width: 960px;
  }
}

/* line 74, resources/assets/styles/common/_mixins.scss */

.layout-search .container {
  width: calc(100% - (15px * 2));
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .layout-search .container {
    max-width: 540px;
  }
}

@media (min-width: 767px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .layout-search .container {
    max-width: 767px;
  }
}

@media (min-width: 992px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .layout-search .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .layout-search .container {
    max-width: 1120px;
  }
}

@media (min-width: 1380px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .layout-search .container {
    max-width: 1120px;
  }
}

/* line 99, resources/assets/styles/common/_mixins.scss */

.wrap .row {
  width: calc(100% + (15px * 2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xs-1 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xs-1 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(8.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1% - (15px * 2));
    max-width: calc(8.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xs-1 {
    -ms-flex: 0 0 calc(8.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1%  - (18px * 2));
    max-width: calc(8.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xs-2 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xs-2 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(16.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1% - (15px * 2));
    max-width: calc(16.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xs-2 {
    -ms-flex: 0 0 calc(16.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1%  - (18px * 2));
    max-width: calc(16.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xs-3 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xs-3 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(25* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1% - (15px * 2));
    max-width: calc(25 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xs-3 {
    -ms-flex: 0 0 calc(25* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1%  - (18px * 2));
    max-width: calc(25 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xs-4 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xs-4 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(33.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1% - (15px * 2));
    max-width: calc(33.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xs-4 {
    -ms-flex: 0 0 calc(33.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1%  - (18px * 2));
    max-width: calc(33.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xs-5 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xs-5 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(41.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1% - (15px * 2));
    max-width: calc(41.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xs-5 {
    -ms-flex: 0 0 calc(41.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1%  - (18px * 2));
    max-width: calc(41.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xs-6 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xs-6 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(50* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1% - (15px * 2));
    max-width: calc(50 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xs-6 {
    -ms-flex: 0 0 calc(50* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1%  - (18px * 2));
    max-width: calc(50 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xs-7 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xs-7 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(58.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1% - (15px * 2));
    max-width: calc(58.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xs-7 {
    -ms-flex: 0 0 calc(58.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1%  - (18px * 2));
    max-width: calc(58.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xs-8 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xs-8 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(66.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1% - (15px * 2));
    max-width: calc(66.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xs-8 {
    -ms-flex: 0 0 calc(66.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1%  - (18px * 2));
    max-width: calc(66.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xs-9 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xs-9 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(75* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1% - (15px * 2));
    max-width: calc(75 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xs-9 {
    -ms-flex: 0 0 calc(75* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1%  - (18px * 2));
    max-width: calc(75 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xs-10 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xs-10 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(83.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1% - (15px * 2));
    max-width: calc(83.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xs-10 {
    -ms-flex: 0 0 calc(83.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1%  - (18px * 2));
    max-width: calc(83.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xs-11 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xs-11 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(91.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1% - (15px * 2));
    max-width: calc(91.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xs-11 {
    -ms-flex: 0 0 calc(91.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1%  - (18px * 2));
    max-width: calc(91.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xs-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xs-12 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(100* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1% - (15px * 2));
    max-width: calc(100 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xs-12 {
    -ms-flex: 0 0 calc(100* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1%  - (18px * 2));
    max-width: calc(100 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-sm-1 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-sm-1 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(8.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1% - (15px * 2));
    max-width: calc(8.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-sm-1 {
    -ms-flex: 0 0 calc(8.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1%  - (18px * 2));
    max-width: calc(8.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-sm-2 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-sm-2 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(16.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1% - (15px * 2));
    max-width: calc(16.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-sm-2 {
    -ms-flex: 0 0 calc(16.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1%  - (18px * 2));
    max-width: calc(16.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-sm-3 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-sm-3 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(25* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1% - (15px * 2));
    max-width: calc(25 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-sm-3 {
    -ms-flex: 0 0 calc(25* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1%  - (18px * 2));
    max-width: calc(25 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-sm-4 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-sm-4 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(33.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1% - (15px * 2));
    max-width: calc(33.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-sm-4 {
    -ms-flex: 0 0 calc(33.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1%  - (18px * 2));
    max-width: calc(33.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-sm-5 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-sm-5 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(41.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1% - (15px * 2));
    max-width: calc(41.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-sm-5 {
    -ms-flex: 0 0 calc(41.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1%  - (18px * 2));
    max-width: calc(41.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-sm-6 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-sm-6 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(50* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1% - (15px * 2));
    max-width: calc(50 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-sm-6 {
    -ms-flex: 0 0 calc(50* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1%  - (18px * 2));
    max-width: calc(50 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-sm-7 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-sm-7 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(58.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1% - (15px * 2));
    max-width: calc(58.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-sm-7 {
    -ms-flex: 0 0 calc(58.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1%  - (18px * 2));
    max-width: calc(58.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-sm-8 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-sm-8 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(66.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1% - (15px * 2));
    max-width: calc(66.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-sm-8 {
    -ms-flex: 0 0 calc(66.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1%  - (18px * 2));
    max-width: calc(66.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-sm-9 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-sm-9 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(75* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1% - (15px * 2));
    max-width: calc(75 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-sm-9 {
    -ms-flex: 0 0 calc(75* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1%  - (18px * 2));
    max-width: calc(75 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-sm-10 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-sm-10 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(83.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1% - (15px * 2));
    max-width: calc(83.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-sm-10 {
    -ms-flex: 0 0 calc(83.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1%  - (18px * 2));
    max-width: calc(83.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-sm-11 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-sm-11 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(91.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1% - (15px * 2));
    max-width: calc(91.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-sm-11 {
    -ms-flex: 0 0 calc(91.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1%  - (18px * 2));
    max-width: calc(91.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-sm-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-sm-12 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(100* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1% - (15px * 2));
    max-width: calc(100 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-sm-12 {
    -ms-flex: 0 0 calc(100* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1%  - (18px * 2));
    max-width: calc(100 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-md-1 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-md-1 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(8.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1% - (15px * 2));
    max-width: calc(8.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-md-1 {
    -ms-flex: 0 0 calc(8.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1%  - (18px * 2));
    max-width: calc(8.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-md-2 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-md-2 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(16.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1% - (15px * 2));
    max-width: calc(16.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-md-2 {
    -ms-flex: 0 0 calc(16.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1%  - (18px * 2));
    max-width: calc(16.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-md-3 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-md-3 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(25* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1% - (15px * 2));
    max-width: calc(25 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-md-3 {
    -ms-flex: 0 0 calc(25* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1%  - (18px * 2));
    max-width: calc(25 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-md-4 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-md-4 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(33.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1% - (15px * 2));
    max-width: calc(33.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-md-4 {
    -ms-flex: 0 0 calc(33.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1%  - (18px * 2));
    max-width: calc(33.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-md-5 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-md-5 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(41.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1% - (15px * 2));
    max-width: calc(41.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-md-5 {
    -ms-flex: 0 0 calc(41.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1%  - (18px * 2));
    max-width: calc(41.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-md-6 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-md-6 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(50* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1% - (15px * 2));
    max-width: calc(50 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-md-6 {
    -ms-flex: 0 0 calc(50* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1%  - (18px * 2));
    max-width: calc(50 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-md-7 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-md-7 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(58.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1% - (15px * 2));
    max-width: calc(58.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-md-7 {
    -ms-flex: 0 0 calc(58.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1%  - (18px * 2));
    max-width: calc(58.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-md-8 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-md-8 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(66.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1% - (15px * 2));
    max-width: calc(66.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-md-8 {
    -ms-flex: 0 0 calc(66.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1%  - (18px * 2));
    max-width: calc(66.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-md-9 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-md-9 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(75* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1% - (15px * 2));
    max-width: calc(75 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-md-9 {
    -ms-flex: 0 0 calc(75* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1%  - (18px * 2));
    max-width: calc(75 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-md-10 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-md-10 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(83.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1% - (15px * 2));
    max-width: calc(83.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-md-10 {
    -ms-flex: 0 0 calc(83.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1%  - (18px * 2));
    max-width: calc(83.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-md-11 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-md-11 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(91.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1% - (15px * 2));
    max-width: calc(91.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-md-11 {
    -ms-flex: 0 0 calc(91.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1%  - (18px * 2));
    max-width: calc(91.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-md-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-md-12 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(100* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1% - (15px * 2));
    max-width: calc(100 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-md-12 {
    -ms-flex: 0 0 calc(100* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1%  - (18px * 2));
    max-width: calc(100 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-lg-1 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-lg-1 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(8.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1% - (15px * 2));
    max-width: calc(8.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-lg-1 {
    -ms-flex: 0 0 calc(8.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1%  - (18px * 2));
    max-width: calc(8.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-lg-2 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-lg-2 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(16.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1% - (15px * 2));
    max-width: calc(16.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-lg-2 {
    -ms-flex: 0 0 calc(16.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1%  - (18px * 2));
    max-width: calc(16.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-lg-3 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-lg-3 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(25* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1% - (15px * 2));
    max-width: calc(25 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-lg-3 {
    -ms-flex: 0 0 calc(25* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1%  - (18px * 2));
    max-width: calc(25 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-lg-4 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-lg-4 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(33.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1% - (15px * 2));
    max-width: calc(33.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-lg-4 {
    -ms-flex: 0 0 calc(33.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1%  - (18px * 2));
    max-width: calc(33.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-lg-5 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-lg-5 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(41.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1% - (15px * 2));
    max-width: calc(41.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-lg-5 {
    -ms-flex: 0 0 calc(41.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1%  - (18px * 2));
    max-width: calc(41.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-lg-6 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-lg-6 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(50* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1% - (15px * 2));
    max-width: calc(50 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-lg-6 {
    -ms-flex: 0 0 calc(50* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1%  - (18px * 2));
    max-width: calc(50 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-lg-7 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-lg-7 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(58.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1% - (15px * 2));
    max-width: calc(58.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-lg-7 {
    -ms-flex: 0 0 calc(58.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1%  - (18px * 2));
    max-width: calc(58.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-lg-8 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-lg-8 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(66.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1% - (15px * 2));
    max-width: calc(66.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-lg-8 {
    -ms-flex: 0 0 calc(66.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1%  - (18px * 2));
    max-width: calc(66.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-lg-9 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-lg-9 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(75* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1% - (15px * 2));
    max-width: calc(75 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-lg-9 {
    -ms-flex: 0 0 calc(75* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1%  - (18px * 2));
    max-width: calc(75 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-lg-10 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-lg-10 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(83.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1% - (15px * 2));
    max-width: calc(83.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-lg-10 {
    -ms-flex: 0 0 calc(83.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1%  - (18px * 2));
    max-width: calc(83.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-lg-11 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-lg-11 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(91.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1% - (15px * 2));
    max-width: calc(91.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-lg-11 {
    -ms-flex: 0 0 calc(91.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1%  - (18px * 2));
    max-width: calc(91.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-lg-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-lg-12 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(100* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1% - (15px * 2));
    max-width: calc(100 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-lg-12 {
    -ms-flex: 0 0 calc(100* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1%  - (18px * 2));
    max-width: calc(100 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xl-1 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xl-1 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(8.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1% - (15px * 2));
    max-width: calc(8.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xl-1 {
    -ms-flex: 0 0 calc(8.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1%  - (18px * 2));
    max-width: calc(8.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xl-2 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xl-2 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(16.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1% - (15px * 2));
    max-width: calc(16.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xl-2 {
    -ms-flex: 0 0 calc(16.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1%  - (18px * 2));
    max-width: calc(16.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xl-3 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xl-3 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(25* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1% - (15px * 2));
    max-width: calc(25 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xl-3 {
    -ms-flex: 0 0 calc(25* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1%  - (18px * 2));
    max-width: calc(25 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xl-4 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xl-4 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(33.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1% - (15px * 2));
    max-width: calc(33.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xl-4 {
    -ms-flex: 0 0 calc(33.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1%  - (18px * 2));
    max-width: calc(33.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xl-5 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xl-5 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(41.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1% - (15px * 2));
    max-width: calc(41.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xl-5 {
    -ms-flex: 0 0 calc(41.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1%  - (18px * 2));
    max-width: calc(41.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xl-6 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xl-6 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(50* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1% - (15px * 2));
    max-width: calc(50 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xl-6 {
    -ms-flex: 0 0 calc(50* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1%  - (18px * 2));
    max-width: calc(50 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xl-7 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xl-7 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(58.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1% - (15px * 2));
    max-width: calc(58.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xl-7 {
    -ms-flex: 0 0 calc(58.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1%  - (18px * 2));
    max-width: calc(58.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xl-8 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xl-8 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(66.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1% - (15px * 2));
    max-width: calc(66.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xl-8 {
    -ms-flex: 0 0 calc(66.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1%  - (18px * 2));
    max-width: calc(66.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xl-9 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xl-9 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(75* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1% - (15px * 2));
    max-width: calc(75 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xl-9 {
    -ms-flex: 0 0 calc(75* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1%  - (18px * 2));
    max-width: calc(75 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xl-10 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xl-10 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(83.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1% - (15px * 2));
    max-width: calc(83.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xl-10 {
    -ms-flex: 0 0 calc(83.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1%  - (18px * 2));
    max-width: calc(83.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xl-11 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xl-11 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(91.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1% - (15px * 2));
    max-width: calc(91.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xl-11 {
    -ms-flex: 0 0 calc(91.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1%  - (18px * 2));
    max-width: calc(91.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xl-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xl-12 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(100* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1% - (15px * 2));
    max-width: calc(100 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xl-12 {
    -ms-flex: 0 0 calc(100* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1%  - (18px * 2));
    max-width: calc(100 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xxl-1 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xxl-1 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(8.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1% - (15px * 2));
    max-width: calc(8.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xxl-1 {
    -ms-flex: 0 0 calc(8.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1%  - (18px * 2));
    max-width: calc(8.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xxl-2 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xxl-2 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(16.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1% - (15px * 2));
    max-width: calc(16.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xxl-2 {
    -ms-flex: 0 0 calc(16.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1%  - (18px * 2));
    max-width: calc(16.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xxl-3 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xxl-3 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(25* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1% - (15px * 2));
    max-width: calc(25 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xxl-3 {
    -ms-flex: 0 0 calc(25* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1%  - (18px * 2));
    max-width: calc(25 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xxl-4 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xxl-4 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(33.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1% - (15px * 2));
    max-width: calc(33.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xxl-4 {
    -ms-flex: 0 0 calc(33.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1%  - (18px * 2));
    max-width: calc(33.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xxl-5 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xxl-5 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(41.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1% - (15px * 2));
    max-width: calc(41.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xxl-5 {
    -ms-flex: 0 0 calc(41.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1%  - (18px * 2));
    max-width: calc(41.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xxl-6 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xxl-6 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(50* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1% - (15px * 2));
    max-width: calc(50 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xxl-6 {
    -ms-flex: 0 0 calc(50* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1%  - (18px * 2));
    max-width: calc(50 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xxl-7 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xxl-7 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(58.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1% - (15px * 2));
    max-width: calc(58.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xxl-7 {
    -ms-flex: 0 0 calc(58.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1%  - (18px * 2));
    max-width: calc(58.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xxl-8 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xxl-8 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(66.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1% - (15px * 2));
    max-width: calc(66.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xxl-8 {
    -ms-flex: 0 0 calc(66.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1%  - (18px * 2));
    max-width: calc(66.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xxl-9 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xxl-9 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(75* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1% - (15px * 2));
    max-width: calc(75 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xxl-9 {
    -ms-flex: 0 0 calc(75* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1%  - (18px * 2));
    max-width: calc(75 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xxl-10 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xxl-10 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(83.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1% - (15px * 2));
    max-width: calc(83.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xxl-10 {
    -ms-flex: 0 0 calc(83.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1%  - (18px * 2));
    max-width: calc(83.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xxl-11 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xxl-11 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(91.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1% - (15px * 2));
    max-width: calc(91.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xxl-11 {
    -ms-flex: 0 0 calc(91.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1%  - (18px * 2));
    max-width: calc(91.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.wrap .col-xxl-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xxl-12 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(100* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1% - (15px * 2));
    max-width: calc(100 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .wrap .col-xxl-12 {
    -ms-flex: 0 0 calc(100* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1%  - (18px * 2));
    max-width: calc(100 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.wrap .col-1 {
  width: calc(8.33333% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .wrap .col-1 {
    width: calc(8.33333% - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.wrap .col-2 {
  width: calc(16.66667% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .wrap .col-2 {
    width: calc(16.66667% - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.wrap .col-3 {
  width: calc(25% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .wrap .col-3 {
    width: calc(25% - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.wrap .col-4 {
  width: calc(33.33333% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .wrap .col-4 {
    width: calc(33.33333% - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.wrap .col-5 {
  width: calc(41.66667% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .wrap .col-5 {
    width: calc(41.66667% - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.wrap .col-6 {
  width: calc(50% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .wrap .col-6 {
    width: calc(50% - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.wrap .col-7 {
  width: calc(58.33333% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .wrap .col-7 {
    width: calc(58.33333% - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.wrap .col-8 {
  width: calc(66.66667% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .wrap .col-8 {
    width: calc(66.66667% - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.wrap .col-9 {
  width: calc(75% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .wrap .col-9 {
    width: calc(75% - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.wrap .col-10 {
  width: calc(83.33333% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .wrap .col-10 {
    width: calc(83.33333% - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.wrap .col-11 {
  width: calc(91.66667% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .wrap .col-11 {
    width: calc(91.66667% - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.wrap .col-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .wrap .col-12 {
    width: calc(100% - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 181, resources/assets/styles/common/_mixins.scss */

.wrap .offset-0 {
  margin-left: calc(0% + 18px) !important;
}

/* line 181, resources/assets/styles/common/_mixins.scss */

.wrap .offset-1 {
  margin-left: calc(8.33333% + 18px) !important;
}

/* line 181, resources/assets/styles/common/_mixins.scss */

.wrap .offset-2 {
  margin-left: calc(16.66667% + 18px) !important;
}

/* line 181, resources/assets/styles/common/_mixins.scss */

.wrap .offset-3 {
  margin-left: calc(25% + 18px) !important;
}

/* line 181, resources/assets/styles/common/_mixins.scss */

.wrap .offset-4 {
  margin-left: calc(33.33333% + 18px) !important;
}

/* line 181, resources/assets/styles/common/_mixins.scss */

.wrap .offset-5 {
  margin-left: calc(41.66667% + 18px) !important;
}

/* line 181, resources/assets/styles/common/_mixins.scss */

.wrap .offset-6 {
  margin-left: calc(50% + 18px) !important;
}

/* line 181, resources/assets/styles/common/_mixins.scss */

.wrap .offset-7 {
  margin-left: calc(58.33333% + 18px) !important;
}

/* line 181, resources/assets/styles/common/_mixins.scss */

.wrap .offset-8 {
  margin-left: calc(66.66667% + 18px) !important;
}

/* line 181, resources/assets/styles/common/_mixins.scss */

.wrap .offset-9 {
  margin-left: calc(75% + 18px) !important;
}

/* line 181, resources/assets/styles/common/_mixins.scss */

.wrap .offset-10 {
  margin-left: calc(83.33333% + 18px) !important;
}

/* line 181, resources/assets/styles/common/_mixins.scss */

.wrap .offset-11 {
  margin-left: calc(91.66667% + 18px) !important;
}

/* line 181, resources/assets/styles/common/_mixins.scss */

.wrap .offset-12 {
  margin-left: calc(100% + 18px) !important;
}

@media screen and (min-width: 360px) {
  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xs-1 {
    margin-left: calc(8.33333% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xs-2 {
    margin-left: calc(16.66667% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xs-3 {
    margin-left: calc(25% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xs-4 {
    margin-left: calc(33.33333% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xs-5 {
    margin-left: calc(41.66667% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xs-6 {
    margin-left: calc(50% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xs-7 {
    margin-left: calc(58.33333% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xs-8 {
    margin-left: calc(66.66667% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xs-9 {
    margin-left: calc(75% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xs-10 {
    margin-left: calc(83.33333% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xs-11 {
    margin-left: calc(91.66667% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xs-12 {
    margin-left: calc(100% + 18px) !important;
  }
}

@media screen and (min-width: 576px) {
  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-sm-1 {
    margin-left: calc(8.33333% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-sm-2 {
    margin-left: calc(16.66667% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-sm-3 {
    margin-left: calc(25% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-sm-4 {
    margin-left: calc(33.33333% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-sm-5 {
    margin-left: calc(41.66667% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-sm-6 {
    margin-left: calc(50% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-sm-7 {
    margin-left: calc(58.33333% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-sm-8 {
    margin-left: calc(66.66667% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-sm-9 {
    margin-left: calc(75% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-sm-10 {
    margin-left: calc(83.33333% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-sm-11 {
    margin-left: calc(91.66667% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-sm-12 {
    margin-left: calc(100% + 18px) !important;
  }
}

@media screen and (min-width: 767px) {
  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-md-1 {
    margin-left: calc(8.33333% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-md-2 {
    margin-left: calc(16.66667% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-md-3 {
    margin-left: calc(25% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-md-4 {
    margin-left: calc(33.33333% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-md-5 {
    margin-left: calc(41.66667% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-md-6 {
    margin-left: calc(50% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-md-7 {
    margin-left: calc(58.33333% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-md-8 {
    margin-left: calc(66.66667% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-md-9 {
    margin-left: calc(75% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-md-10 {
    margin-left: calc(83.33333% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-md-11 {
    margin-left: calc(91.66667% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-md-12 {
    margin-left: calc(100% + 18px) !important;
  }
}

@media screen and (min-width: 992px) {
  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-lg-1 {
    margin-left: calc(8.33333% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-lg-2 {
    margin-left: calc(16.66667% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-lg-3 {
    margin-left: calc(25% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-lg-4 {
    margin-left: calc(33.33333% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-lg-5 {
    margin-left: calc(41.66667% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-lg-6 {
    margin-left: calc(50% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-lg-7 {
    margin-left: calc(58.33333% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-lg-8 {
    margin-left: calc(66.66667% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-lg-9 {
    margin-left: calc(75% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-lg-10 {
    margin-left: calc(83.33333% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-lg-11 {
    margin-left: calc(91.66667% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-lg-12 {
    margin-left: calc(100% + 18px) !important;
  }
}

@media screen and (min-width: 1200px) {
  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xl-1 {
    margin-left: calc(8.33333% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xl-2 {
    margin-left: calc(16.66667% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xl-3 {
    margin-left: calc(25% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xl-4 {
    margin-left: calc(33.33333% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xl-5 {
    margin-left: calc(41.66667% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xl-6 {
    margin-left: calc(50% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xl-7 {
    margin-left: calc(58.33333% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xl-8 {
    margin-left: calc(66.66667% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xl-9 {
    margin-left: calc(75% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xl-10 {
    margin-left: calc(83.33333% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xl-11 {
    margin-left: calc(91.66667% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xl-12 {
    margin-left: calc(100% + 18px) !important;
  }
}

@media screen and (min-width: 1380px) {
  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xxl-1 {
    margin-left: calc(8.33333% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xxl-2 {
    margin-left: calc(16.66667% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xxl-3 {
    margin-left: calc(25% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xxl-4 {
    margin-left: calc(33.33333% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xxl-5 {
    margin-left: calc(41.66667% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xxl-6 {
    margin-left: calc(50% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xxl-7 {
    margin-left: calc(58.33333% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xxl-8 {
    margin-left: calc(66.66667% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xxl-9 {
    margin-left: calc(75% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xxl-10 {
    margin-left: calc(83.33333% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xxl-11 {
    margin-left: calc(91.66667% + 18px) !important;
  }

  /* line 190, resources/assets/styles/common/_mixins.scss */

  .wrap .offset-xxl-12 {
    margin-left: calc(100% + 18px) !important;
  }
}

/* line 28, resources/assets/styles/components/_grid.scss */

.d-none {
  display: none !important;
}

/* line 24, resources/assets/styles/components/_icons.scss */

.ic-facebook:before {
  content: "";
  position: relative;
  display: block;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjhweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgOCAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4NCiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU1LjIgKDc4MTgxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4NCiAgICA8dGl0bGU+aWNfZmFjZWJvb2s8L3RpdGxlPg0KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPg0KICAgIDxnIGlkPSJEZXNrdG9wIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4NCiAgICAgICAgPGcgaWQ9IkhlbWljeWNsZV9EVF9BY2N1ZWlsLTAzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI2LjAwMDAwMCwgLTM2LjAwMDAwMCkiIGZpbGw9IiMwMDAwMDAiPg0KICAgICAgICAgICAgPGcgaWQ9IkhlYWRlciI+DQogICAgICAgICAgICAgICAgPGcgaWQ9IlNvY2lhbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOTYuMDAwMDAwLCAzNS4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9ImljX2ZhY2Vib29rIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNS4wMDAwMDAsIDAuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNi43NSwxNi41IEw5Ljc1LDE2LjUgTDkuNzUsOSBMMTEuOTc2NSw5IEwxMi4yNSw2IEw5Ljg2Niw2IEw5Ljg2Niw0LjgwMDUgQzkuODY2LDQuMjE2IDEwLjI1NTUsNC4wNzk1IDEwLjUyOSw0LjA3OTUgTDEyLjIxMTUsNC4wNzk1IEwxMi4yMTE1LDEuNTA5NSBMOS44OTQ1LDEuNSBDNy4zMjIsMS41IDYuNzM3NSwzLjQxNyA2LjczNzUsNC42NDQgTDYuNzM3NSw2IEw1LjI1LDYgTDUuMjUsOSBMNi43NSw5IEw2Ljc1LDE2LjUgWiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgPC9nPg0KICAgICAgICA8L2c+DQogICAgPC9nPg0KPC9zdmc+);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* line 24, resources/assets/styles/components/_icons.scss */

.ic-instagram:before {
  content: "";
  position: relative;
  display: block;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(/wp-content/themes/hemicycle-v2/dist/images/ic_instagram.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* line 24, resources/assets/styles/components/_icons.scss */

.ic-linkedin:before {
  content: "";
  position: relative;
  display: block;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDE2IDE2IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPg0KICAgIDx0aXRsZT5pY19pbnN0YWdyYW08L3RpdGxlPg0KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPg0KICAgIDxnIGlkPSJEZXNrdG9wIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4NCiAgICAgICAgPGcgaWQ9IkhlbWljeWNsZV9EVF9BY2N1ZWlsLTAzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjE4LjAwMDAwMCwgLTM2LjAwMDAwMCkiIGZpbGw9IiMwMDAwMDAiPg0KICAgICAgICAgICAgPGcgaWQ9IkhlYWRlciI+DQogICAgICAgICAgICAgICAgPGcgaWQ9IlNvY2lhbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOTYuMDAwMDAwLCAzNS4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9ImljX2xpbmtlZGluIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjEuMDAwMDAwLCAwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTEuNSwxNi41IEwxLjUsNi41IEw1LDYuNSBMNSwxNi41IEwxLjUsMTYuNSBaIE0zLjI1LDUgQzIuMjgyNSw1IDEuNSw0LjIxNiAxLjUsMy4yNDk1IEMxLjUsMi4yODM1IDIuMjgyNSwxLjUgMy4yNSwxLjUgQzQuMjE1NSwxLjUgNSwyLjI4MzUgNSwzLjI0OTUgQzUsNC4yMTYgNC4yMTU1LDUgMy4yNSw1IFogTTE2LjUsMTEuMDA0NCBMMTYuNSwxNi40OTk5IEwxMy41LDE2LjQ5OTkgTDEzLjUsMTEuNjI3NCBDMTMuNSwxMC40NjU0IDEzLjM3MSw4Ljk3MDkgMTEuNzc4NSw4Ljk3MDkgQzEwLjE2MSw4Ljk3MDkgOS45MTQsMTAuMjM2NCA5LjkxNCwxMS41NDM0IEw5LjkxNCwxNi40OTk5IEw3LDE2LjQ5OTkgTDcsNi40OTk5IEw5Ljc4OCw2LjQ5OTkgTDkuNzg4LDcuODQ5NCBMOS44MzEsNy44NDk0IEMxMC4yNDYsNy4wNjE0IDExLjI2MDUsNi40OTk5IDEyLjc3MjUsNi40OTk5IEMxNS45MTgsNi40OTk5IDE2LjUsOC4zMDY0IDE2LjUsMTEuMDA0NCBaIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICA8L2c+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* line 24, resources/assets/styles/components/_icons.scss */

.ic-twitter:before {
  content: "";
  position: relative;
  display: block;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjIwcHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDIwIDE2IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPg0KICAgIDx0aXRsZT5pY190d2l0dGVyPC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJpY190d2l0dGVyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMi4wMDAwMDAsIC00LjAwMDAwMCkiIGZpbGw9IiMwMDAwMDAiPg0KICAgICAgICAgICAgPHBhdGggZD0iTTIxLjQ0ODA1NTIsNC4yOTQ2MzcyIEMyMC42NTU0Njc4LDQuNzU3OTI0MjEgMTkuNzc2MjIyNCw1LjA5Mzg5MDYxIDE4Ljg0MTY0OTIsNS4yNzU4NzI0MSBDMTguMDk0MzkwNiw0LjQ5MDYxNzYgMTcuMDI3ODMwNiw0IDE1Ljg0NzI4MTksNCBDMTMuNTgxNTA4NSw0IDExLjc0NDM1ODksNS44MDg0ODU4MiAxMS43NDQzNTg5LDguMDM4OTI5NDQgQzExLjc0NDM1ODksOC4zNTU1NjQ0NCAxMS43ODEwMjE5LDguNjYyODY3MDUgMTEuODUwMzQ4Myw4Ljk1ODgzNzQ1IEM4LjQ0MDAyMjY2LDguNzkwMTg3NjUgNS40MTY5OTE2Myw3LjE4MjM0ODQzIDMuMzkzMTk0MDEsNC43MzkyNTk0MSBDMy4wNDA1NjI2MSw1LjMzNTE5OTgxIDIuODM3MjQ5NjEsNi4wMjk3OTcwMiAyLjgzNzI0OTYxLDYuNzcwMzg5NjMgQzIuODM3MjQ5NjEsOC4xNzAyNDk2NCAzLjU2MzE3NzAyLDkuNDA2NzkyNjUgNC42NjMwNjcwMywxMC4xMzEzODY5IEMzLjk5MTgwMDgyLDEwLjExMDA1NTcgMy4zNTc4NjQyMSw5LjkyODA3Mzg2IDIuODA0NTg2MjEsOS42MjYxMDQwNiBMMi44MDQ1ODYyMSw5LjY3Njc2NTY2IEMyLjgwNDU4NjIxLDExLjYzMzIzNjcgNC4yMTkxMTE0MiwxMy4yNjU3NDAxIDYuMDk2OTIzNjQsMTMuNjM3NzAyOSBDNS43NTE2MjQ4NCwxMy43Mjk2OTM3IDUuMzg5NjYxMDMsMTMuNzc5Njg4NyA1LjAxNTAzMTgzLDEzLjc3OTY4ODcgQzQuNzUwMzkxNjMsMTMuNzc5Njg4NyA0LjQ5Mzc1MDYyLDEzLjc1MzAyNDcgNC4yNDI0NDI0MiwxMy43MDYzNjI3IEM0Ljc2NjM5MDAzLDE1LjMxMDIwMjMgNi4yODAyMzg2NCwxNi40Nzg3NTIxIDguMDc1MzkyNDYsMTYuNTExNDE1NSBDNi42NzA4NjYyNSwxNy41OTQ2NDA1IDQuOTAzMDQzMDMsMTguMjQwNTc1OSAyLjk3OTIzNTQxLDE4LjI0MDU3NTkgQzIuNjQ3MjY4NjEsMTguMjQwNTc1OSAyLjMyMTk2NzgsMTguMjIxMjQ0NSAyLDE4LjE4MzkxNDkgQzMuODE3MTUxNjIsMTkuMzI5ODAwNCA1Ljk3NDI2OTI0LDE5Ljk5ODQwMDIgOC4yOTA3MDQyNiwxOS45OTg0MDAyIEMxNS44Mzc5NDk1LDE5Ljk5ODQwMDIgMTkuOTYzNTM3LDEzLjg0NDM0ODkgMTkuOTYzNTM3LDguNTA2ODgyNjUgQzE5Ljk2MzUzNyw4LjMzMjIzMzQ0IDE5Ljk2MTUzNzIsOC4xNTc1ODQyNCAxOS45NTM1MzgsNy45ODQyNjgyNCBDMjAuNzU0MTI0Niw3LjQxNTY1ODQzIDIxLjQ1MDcyMTYsNi43MDM3Mjk2MyAyMiw1Ljg5MzE0NDAyIEMyMS4yNjQ3NDAyLDYuMjE1MTExODIgMjAuNDc0MTUyNiw2LjQzMTc1NjgyIDE5LjY0MzU2OSw2LjUyOTA4MDQzIEMyMC40OTA4MTc2LDYuMDI5Nzk3MDIgMjEuMTQwNzUyNiw1LjIzODU0MjgxIDIxLjQ0ODA1NTIsNC4yOTQ2MzcyIj48L3BhdGg+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* line 24, resources/assets/styles/components/_icons.scss */

.ic-youtube:before {
  content: "";
  position: relative;
  display: block;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMTYgMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNfeW91dHViZTwvdGl0bGU+CiAgICA8ZyBpZD0iRGVza3RvcCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkhlbWljeWNsZV9EVF9BY2N1ZWlsLTAzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzE0LjAwMDAwMCwgLTM4LjAwMDAwMCkiIGZpbGw9IiMwMDAwMDAiPgogICAgICAgICAgICA8ZyBpZD0iU29jaWFsIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5Ni4wMDAwMDAsIDM1LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9ImljX3lvdXR1YmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIxNy4wMDAwMDAsIDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTcuNDUyLDExLjI3OSBMNy40NTEsNi44ODQgTDExLjUwNCw5LjA5IEw3LjQ1MiwxMS4yNzkgWiBNMTYuMzQ5NSw2LjEyMjUgQzE2LjM0OTUsNi4xMjI1IDE2LjIwMyw1LjA0NDUgMTUuNzU0LDQuNTcgQzE1LjE4MzUsMy45NDc1IDE0LjU0NCwzLjk0NCAxNC4yNTIsMy45MDggQzEyLjE1MSwzLjc1IDkuMDA0LDMuNzUgOS4wMDQsMy43NSBMOC45OTcsMy43NSBDOC45OTcsMy43NSA1Ljg0NzUsMy43NSAzLjc0OSwzLjkwOCBDMy40NTYsMy45NDQgMi44MTcsMy45NDc1IDIuMjQ2LDQuNTcgQzEuNzk2NSw1LjA0NDUgMS42NSw2LjEyMjUgMS42NSw2LjEyMjUgQzEuNjUsNi4xMjI1IDEuNSw3LjM4ODUgMS41LDguNjU0IEwxLjUsOS44NDA1IEMxLjUsMTEuMTA3IDEuNjUsMTIuMzcyNSAxLjY1LDEyLjM3MjUgQzEuNjUsMTIuMzcyNSAxLjc5NjUsMTMuNDUgMi4yNDYsMTMuOTI0NSBDMi44MTcsMTQuNTQ3NSAzLjU2NywxNC41Mjc1IDMuOSwxNC41OTI1IEM1LjEwMDUsMTQuNzEyNSA5LDE0Ljc1IDksMTQuNzUgQzksMTQuNzUgMTIuMTUxLDE0Ljc0NCAxNC4yNTIsMTQuNTg3NSBDMTQuNTQ0LDE0LjU1MDUgMTUuMTgzNSwxNC41NDc1IDE1Ljc1NCwxMy45MjQ1IEMxNi4yMDMsMTMuNDUgMTYuMzQ5NSwxMi4zNzI1IDE2LjM0OTUsMTIuMzcyNSBDMTYuMzQ5NSwxMi4zNzI1IDE2LjUsMTEuMTA3IDE2LjUsOS44NDA1IEwxNi41LDguNjU0IEMxNi41LDcuMzg4NSAxNi4zNDk1LDYuMTIyNSAxNi4zNDk1LDYuMTIyNSBMMTYuMzQ5NSw2LjEyMjUgWiI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* line 24, resources/assets/styles/components/_icons.scss */

.ic-search:before {
  content: "";
  position: relative;
  display: block;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDE2IDE2IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPg0KICAgIDx0aXRsZT5SZWNoZXJjaGU8L3RpdGxlPg0KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPg0KICAgIDxkZWZzPg0KICAgICAgICA8cG9seWdvbiBpZD0icGF0aC0xIiBwb2ludHM9IjAgMCAxNy45OTcwNjAyIDAgMTcuOTk3MDYwMiAxNy45OTcxMjk3IDAgMTcuOTk3MTI5NyI+PC9wb2x5Z29uPg0KICAgIDwvZGVmcz4NCiAgICA8ZyBpZD0iRGVza3RvcCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJIZW1pY3ljbGVfRFRfQWNjdWVpbC0wMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzOTEuMDAwMDAwLCAtMzYuMDAwMDAwKSI+DQogICAgICAgICAgICA8ZyBpZD0iSGVhZGVyIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iUmVjaGVyY2hlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMzkwLjAwMDAwMCwgMzUuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4NCiAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+DQogICAgICAgICAgICAgICAgICAgIDwvbWFzaz4NCiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IkNsaXAtMiI+PC9nPg0KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMi4zNTkyNzI5NCw3LjY5MTY1ODg4IEMyLjM1OTI3Mjk0LDQuNzUxMzgyODUgNC43NTEzMjEwNywyLjM1OTI3Mjk0IDcuNjkxNTk3MSwyLjM1OTI3Mjk0IEMxMC42MzE4NzMxLDIuMzU5MjcyOTQgMTMuMDIzODU5NSw0Ljc1MTM4Mjg1IDEzLjAyMzg1OTUsNy42OTE2NTg4OCBDMTMuMDIzODU5NSwxMC42MzE5MzQ5IDEwLjYzMTg3MzEsMTMuMDIzOTgzIDcuNjkxNTk3MSwxMy4wMjM5ODMgQzQuNzUxMzIxMDcsMTMuMDIzOTgzIDIuMzU5MjcyOTQsMTAuNjMxOTM0OSAyLjM1OTI3Mjk0LDcuNjkxNjU4ODggTTE2LjgwMDkwNDQsMTUuODM5ODIxOSBMMTIuODc3MTc5MywxMS45MTYwMzUgQzEzLjgxODA1NzgsMTAuNzYzMjMwMyAxNC4zODMxNTMzLDkuMjkyMjg5MSAxNC4zODMxNTMzLDcuNjkxNjU4ODggQzE0LjM4MzE1MzMsNC4wMDE4NTU5IDExLjM4MTMzODMsMC45OTk5NzkxNTEgNy42OTE1OTcxLDAuOTk5OTc5MTUxIEM0LjAwMTc5NDEyLDAuOTk5OTc5MTUxIDAuOTk5OTc5MTUxLDQuMDAxODU1OSAwLjk5OTk3OTE1MSw3LjY5MTY1ODg4IEMwLjk5OTk3OTE1MSwxMS4zODE0NjE5IDQuMDAxNzk0MTIsMTQuMzgzMjc2OCA3LjY5MTU5NzEsMTQuMzgzMjc2OCBDOS4yOTIyMjczMSwxNC4zODMyNzY4IDEwLjc2MzIzMDMsMTMuODE4MTE5NSAxMS45MTYwMzUsMTIuODc3MjQxMSBMMTUuODM5NzYwMSwxNi44MDEwMjggQzE1Ljk3MjQ3NjYsMTYuOTMzNzQ0NSAxNi4xNDY0MDQ0LDE3LjAwMDA0MDkgMTYuMzIwMzMyMywxNy4wMDAwNDA5IEMxNi40OTQxOTgzLDE3LjAwMDA0MDkgMTYuNjY4MjQ5NywxNi45MzM2ODI3IDE2LjgwMDkwNDQsMTYuODAxMDI4IEMxNy4wNjYzMzc0LDE2LjUzNTU5NSAxNy4wNjYzMzc0LDE2LjEwNTI1NDkgMTYuODAwOTA0NCwxNS44Mzk4MjE5IiBpZD0iRmlsbC0xIiBmaWxsPSIjMTIxMjEyIiBtYXNrPSJ1cmwoI21hc2stMikiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICA8L2c+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* line 24, resources/assets/styles/components/_icons.scss */

.ic-search-white:before {
  content: "";
  position: relative;
  display: block;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDE2IDE2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNiAxNiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8dGl0bGU+UmVjaGVyY2hlPC90aXRsZT4NCjxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPg0KPGcgaWQ9IkRlc2t0b3AiPg0KCTxnIGlkPSJIZW1pY3ljbGVfRFRfQWNjdWVpbC0wMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzOTEuMDAwMDAwLCAtMzYuMDAwMDAwKSI+DQoJCTxnIGlkPSJIZWFkZXIiPg0KCQkJPGcgaWQ9IlJlY2hlcmNoZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM5MC4wMDAwMDAsIDM1LjAwMDAwMCkiPg0KCQkJCTxnIGlkPSJDbGlwLTIiPg0KCQkJCTwvZz4NCgkJCQk8ZGVmcz4NCgkJCQkJPGZpbHRlciBpZD0iQWRvYmVfT3BhY2l0eU1hc2tGaWx0ZXIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMSIgeT0iMSIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ij4NCgkJCQkJCTxmZUNvbG9yTWF0cml4ICB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMSAwIDAgMCAwICAwIDEgMCAwIDAgIDAgMCAxIDAgMCAgMCAwIDAgMSAwIi8+DQoJCQkJCTwvZmlsdGVyPg0KCQkJCTwvZGVmcz4NCgkJCQk8bWFzayBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIxIiB5PSIxIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGlkPSJtYXNrLTIiPg0KCQkJCQk8ZyBmaWx0ZXI9InVybCgjQWRvYmVfT3BhY2l0eU1hc2tGaWx0ZXIpIj4NCgkJCQkJCTxwb2x5Z29uIGlkPSJwYXRoLTEiIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMCwwIDE3Ljk5NywwIDE3Ljk5NywxNy45OTcgMCwxNy45OTcgCQkJCQkJIi8+DQoJCQkJCTwvZz4NCgkJCQk8L21hc2s+DQoJCQkJPHBhdGggaWQ9IkZpbGwtMSIgbWFzaz0idXJsKCNtYXNrLTIpIiBmaWxsPSIjRkZGRkZGIiBkPSJNMi4zNTksNy42OTFjMC0yLjk0LDIuMzkyLTUuMzMyLDUuMzMyLTUuMzMyDQoJCQkJCWMyLjk0LDAsNS4zMzIsMi4zOTIsNS4zMzIsNS4zMzJjMCwyLjk0LTIuMzkyLDUuMzMyLTUuMzMyLDUuMzMyQzQuNzUxLDEzLjAyMywyLjM1OSwxMC42MzIsMi4zNTksNy42OTEgTTE2LjgwMSwxNS44NA0KCQkJCQlsLTMuOTI0LTMuOTI0YzAuOTQxLTEuMTUyLDEuNTA2LTIuNjI0LDEuNTA2LTQuMjI1QzE0LjM4Myw0LjAwMiwxMS4zODEsMSw3LjY5MSwxUzEsNC4wMDIsMSw3LjY5MXMzLjAwMiw2LjY5MSw2LjY5MSw2LjY5MQ0KCQkJCQljMS42MDEsMCwzLjA3Mi0wLjU2NCw0LjIyNS0xLjUwNmwzLjkyNCwzLjkyNEMxNS45NzMsMTYuOTM0LDE2LjE0NiwxNywxNi4zMiwxN3MwLjM0OC0wLjA2NiwwLjQ4LTAuMTk5DQoJCQkJCUMxNy4wNjYsMTYuNTM1LDE3LjA2NiwxNi4xMDUsMTYuODAxLDE1Ljg0Ii8+DQoJCQk8L2c+DQoJCTwvZz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* line 24, resources/assets/styles/components/_icons.scss */

.ic-account:before {
  content: "";
  position: relative;
  display: block;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDE2IDE2IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPg0KICAgIDx0aXRsZT5pY19hY2NvdW50X2NpcmNsZTwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+DQogICAgPGRlZnM+DQogICAgICAgIDxwYXRoIGQ9Ik05LDEuNSBDNC44NiwxLjUgMS41LDQuODYgMS41LDkgQzEuNSwxMy4xNCA0Ljg2LDE2LjUgOSwxNi41IEMxMy4xNCwxNi41IDE2LjUsMTMuMTQgMTYuNSw5IEMxNi41LDQuODYgMTMuMTQsMS41IDksMS41IEw5LDEuNSBaIE05LDMuNzUgQzEwLjI0NSwzLjc1IDExLjI1LDQuNzU1IDExLjI1LDYgQzExLjI1LDcuMjQ1IDEwLjI0NSw4LjI1IDksOC4yNSBDNy43NTUsOC4yNSA2Ljc1LDcuMjQ1IDYuNzUsNiBDNi43NSw0Ljc1NSA3Ljc1NSwzLjc1IDksMy43NSBMOSwzLjc1IFogTTksMTQuNCBDNy4xMjUsMTQuNCA1LjQ2NzUsMTMuNDQgNC41LDExLjk4NSBDNC41MjI1LDEwLjQ5MjUgNy41LDkuNjc1IDksOS42NzUgQzEwLjQ5MjUsOS42NzUgMTMuNDc3NSwxMC40OTI1IDEzLjUsMTEuOTg1IEMxMi41MzI1LDEzLjQ0IDEwLjg3NSwxNC40IDksMTQuNCBMOSwxNC40IFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4NCiAgICAgICAgPHJlY3QgaWQ9InBhdGgtMyIgeD0iMCIgeT0iMCIgd2lkdGg9IjM4IiBoZWlnaHQ9IjM4Ij48L3JlY3Q+DQogICAgPC9kZWZzPg0KICAgIDxnIGlkPSJEZXNrdG9wIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4NCiAgICAgICAgPGcgaWQ9IkhlbWljeWNsZV9EVF9BY2N1ZWlsLTAzLVN0aWNreSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTExMTguMDAwMDAwLCAtMzYuMDAwMDAwKSI+DQogICAgICAgICAgICA8ZyBpZD0iSGVhZGVyIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iQ29ubmV4aW9uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMTE3LjAwMDAwMCwgMzQuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJpY19hY2NvdW50X2NpcmNsZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDEuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4NCiAgICAgICAgICAgICAgICAgICAgICAgIDwvbWFzaz4NCiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJNYXNrIj48L2c+DQogICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iQ29sb3JzL0xIZW1pY3ljbGVfQmx1ZTNFQTZGRiIgbWFzaz0idXJsKCNtYXNrLTIpIj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOS43NTAwMDAsIC05Ljc1MDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay00IiBmaWxsPSJ3aGl0ZSI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTMiPjwvdXNlPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L21hc2s+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgaWQ9IkxIZW1pY3ljbGVfQmx1ZTNFQTZGRiIgc3Ryb2tlPSJub25lIiBmaWxsPSIjM0VBNkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHhsaW5rOmhyZWY9IiNwYXRoLTMiPjwvdXNlPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* line 24, resources/assets/styles/components/_icons.scss */

.ic-account_grey:before {
  content: "";
  position: relative;
  display: block;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDE2IDE2IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPg0KICAgIDx0aXRsZT5pY19hY2NvdW50X2NpcmNsZTwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+DQogICAgPGRlZnM+DQogICAgICAgIDxwYXRoIGQ9Ik05LDEuNSBDNC44NiwxLjUgMS41LDQuODYgMS41LDkgQzEuNSwxMy4xNCA0Ljg2LDE2LjUgOSwxNi41IEMxMy4xNCwxNi41IDE2LjUsMTMuMTQgMTYuNSw5IEMxNi41LDQuODYgMTMuMTQsMS41IDksMS41IEw5LDEuNSBaIE05LDMuNzUgQzEwLjI0NSwzLjc1IDExLjI1LDQuNzU1IDExLjI1LDYgQzExLjI1LDcuMjQ1IDEwLjI0NSw4LjI1IDksOC4yNSBDNy43NTUsOC4yNSA2Ljc1LDcuMjQ1IDYuNzUsNiBDNi43NSw0Ljc1NSA3Ljc1NSwzLjc1IDksMy43NSBMOSwzLjc1IFogTTksMTQuNCBDNy4xMjUsMTQuNCA1LjQ2NzUsMTMuNDQgNC41LDExLjk4NSBDNC41MjI1LDEwLjQ5MjUgNy41LDkuNjc1IDksOS42NzUgQzEwLjQ5MjUsOS42NzUgMTMuNDc3NSwxMC40OTI1IDEzLjUsMTEuOTg1IEMxMi41MzI1LDEzLjQ0IDEwLjg3NSwxNC40IDksMTQuNCBMOSwxNC40IFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4NCiAgICAgICAgPHJlY3QgaWQ9InBhdGgtMyIgeD0iMCIgeT0iMCIgd2lkdGg9IjM4IiBoZWlnaHQ9IjM4Ij48L3JlY3Q+DQogICAgPC9kZWZzPg0KICAgIDxnIGlkPSJEZXNrdG9wIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4NCiAgICAgICAgPGcgaWQ9IkhlbWljeWNsZV9EVF9BY2N1ZWlsLU1lbnVDb21wdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTUwLjAwMDAwMCwgLTk2LjAwMDAwMCkiPg0KICAgICAgICAgICAgPGcgaWQ9ImljX2FjY291bnRfY2lyY2xlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMTQ5LjAwMDAwMCwgOTUuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPg0KICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPg0KICAgICAgICAgICAgICAgIDwvbWFzaz4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iTWFzayI+PC9nPg0KICAgICAgICAgICAgICAgIDxnIGlkPSJDb2xvcnMvTEhlbWljeWNsZV9CbGFjazIxMjEyMSIgbWFzaz0idXJsKCNtYXNrLTIpIj4NCiAgICAgICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkuNzUwMDAwLCAtOS43NTAwMDApIj4NCiAgICAgICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTQiIGZpbGw9IndoaXRlIj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTMiPjwvdXNlPg0KICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPg0KICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSBpZD0iTEhlbWljeWNsZV9CbHVlM0VBNkZGIiBzdHJva2U9Im5vbmUiIGZpbGw9IiMyMTIxMjEiIGZpbGwtcnVsZT0iZXZlbm9kZCIgeGxpbms6aHJlZj0iI3BhdGgtMyI+PC91c2U+DQogICAgICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICA8L2c+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* line 24, resources/assets/styles/components/_icons.scss */

.ic-exit:before {
  content: "";
  position: relative;
  display: block;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE0cHgiIGhlaWdodD0iMTRweCIgdmlld0JveD0iMCAwIDE0IDE0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPg0KICAgIDx0aXRsZT5pY19leGl0X3RvX2FwcDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+DQogICAgPGRlZnM+DQogICAgICAgIDxwYXRoIGQ9Ik03LjU2NzUsMTEuNjkyNSBMOC42MjUsMTIuNzUgTDEyLjM3NSw5IEw4LjYyNSw1LjI1IEw3LjU2NzUsNi4zMDc1IEw5LjUwMjUsOC4yNSBMMi4yNSw4LjI1IEwyLjI1LDkuNzUgTDkuNTAyNSw5Ljc1IEw3LjU2NzUsMTEuNjkyNSBMNy41Njc1LDExLjY5MjUgWiBNMTQuMjUsMi4yNSBMMy43NSwyLjI1IEMyLjkxNzUsMi4yNSAyLjI1LDIuOTI1IDIuMjUsMy43NSBMMi4yNSw2Ljc1IEwzLjc1LDYuNzUgTDMuNzUsMy43NSBMMTQuMjUsMy43NSBMMTQuMjUsMTQuMjUgTDMuNzUsMTQuMjUgTDMuNzUsMTEuMjUgTDIuMjUsMTEuMjUgTDIuMjUsMTQuMjUgQzIuMjUsMTUuMDc1IDIuOTE3NSwxNS43NSAzLjc1LDE1Ljc1IEwxNC4yNSwxNS43NSBDMTUuMDc1LDE1Ljc1IDE1Ljc1LDE1LjA3NSAxNS43NSwxNC4yNSBMMTUuNzUsMy43NSBDMTUuNzUsMi45MjUgMTUuMDc1LDIuMjUgMTQuMjUsMi4yNSBMMTQuMjUsMi4yNSBaIiBpZD0icGF0aC0xIj48L3BhdGg+DQogICAgICAgIDxyZWN0IGlkPSJwYXRoLTMiIHg9IjAiIHk9IjAiIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCI+PC9yZWN0Pg0KICAgIDwvZGVmcz4NCiAgICA8ZyBpZD0iRGVza3RvcCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJIZW1pY3ljbGVfRFRfQWNjdWVpbC1NZW51Q29tcHRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTE1MS4wMDAwMDAsIC0yMTYuMDAwMDAwKSI+DQogICAgICAgICAgICA8ZyBpZD0iaWNfZXhpdF90b19hcHAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDExNDkuMDAwMDAwLCAyMTQuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPg0KICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPg0KICAgICAgICAgICAgICAgIDwvbWFzaz4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iTWFzayI+PC9nPg0KICAgICAgICAgICAgICAgIDxnIGlkPSJDb2xvcnMvTEhlbWljeWNsZV9CbGFjazIxMjEyMSIgbWFzaz0idXJsKCNtYXNrLTIpIj4NCiAgICAgICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkuNzUwMDAwLCAtOS43NTAwMDApIj4NCiAgICAgICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTQiIGZpbGw9IndoaXRlIj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTMiPjwvdXNlPg0KICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPg0KICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSBpZD0iTEhlbWljeWNsZV9CbHVlM0VBNkZGIiBzdHJva2U9Im5vbmUiIGZpbGw9IiMyMTIxMjEiIGZpbGwtcnVsZT0iZXZlbm9kZCIgeGxpbms6aHJlZj0iI3BhdGgtMyI+PC91c2U+DQogICAgICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICA8L2c+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* line 24, resources/assets/styles/components/_icons.scss */

.ic-folder:before {
  content: "";
  position: relative;
  display: block;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTJweCIgdmlld0JveD0iMCAwIDE2IDEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPg0KICAgIDx0aXRsZT5pY19mb2xkZXJfb3BlbjwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+DQogICAgPGRlZnM+DQogICAgICAgIDxwYXRoIGQ9Ik0xNSw0LjUgTDksNC41IEw3LjUsMyBMMywzIEMyLjE3NSwzIDEuNTA3NSwzLjY3NSAxLjUwNzUsNC41IEwxLjUsMTMuNSBDMS41LDE0LjMyNSAyLjE3NSwxNSAzLDE1IEwxNSwxNSBDMTUuODI1LDE1IDE2LjUsMTQuMzI1IDE2LjUsMTMuNSBMMTYuNSw2IEMxNi41LDUuMTc1IDE1LjgyNSw0LjUgMTUsNC41IEwxNSw0LjUgWiBNMTUsMTMuNSBMMywxMy41IEwzLDYgTDE1LDYgTDE1LDEzLjUgTDE1LDEzLjUgWiIgaWQ9InBhdGgtMSI+PC9wYXRoPg0KICAgICAgICA8cmVjdCBpZD0icGF0aC0zIiB4PSIwIiB5PSIwIiB3aWR0aD0iMzgiIGhlaWdodD0iMzgiPjwvcmVjdD4NCiAgICA8L2RlZnM+DQogICAgPGcgaWQ9IkRlc2t0b3AiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iSGVtaWN5Y2xlX0RUX0FjY3VlaWwtTWVudUNvbXB0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTExNTAuMDAwMDAwLCAtMTYyLjAwMDAwMCkiPg0KICAgICAgICAgICAgPGcgaWQ9ImljX2ZvbGRlcl9vcGVuIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMTQ5LjAwMDAwMCwgMTU5LjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4NCiAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4NCiAgICAgICAgICAgICAgICA8L21hc2s+DQogICAgICAgICAgICAgICAgPGcgaWQ9Ik1hc2siPjwvZz4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iQ29sb3JzL0xIZW1pY3ljbGVfQmxhY2syMTIxMjEiIG1hc2s9InVybCgjbWFzay0yKSI+DQogICAgICAgICAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05Ljc1MDAwMCwgLTkuNzUwMDAwKSI+DQogICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay00IiBmaWxsPSJ3aGl0ZSI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0zIj48L3VzZT4NCiAgICAgICAgICAgICAgICAgICAgICAgIDwvbWFzaz4NCiAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgaWQ9IkxIZW1pY3ljbGVfQmx1ZTNFQTZGRiIgc3Ryb2tlPSJub25lIiBmaWxsPSIjMjEyMTIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHhsaW5rOmhyZWY9IiNwYXRoLTMiPjwvdXNlPg0KICAgICAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgPC9nPg0KICAgICAgICA8L2c+DQogICAgPC9nPg0KPC9zdmc+);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* line 24, resources/assets/styles/components/_icons.scss */

.ic-mail:before {
  content: "";
  position: relative;
  display: block;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTJweCIgdmlld0JveD0iMCAwIDE2IDEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPg0KICAgIDx0aXRsZT5pY19tYWlsX291dGxpbmU8L3RpdGxlPg0KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPg0KICAgIDxkZWZzPg0KICAgICAgICA8cGF0aCBkPSJNMTUsMyBMMywzIEMyLjE3NSwzIDEuNTA3NSwzLjY3NSAxLjUwNzUsNC41IEwxLjUsMTMuNSBDMS41LDE0LjMyNSAyLjE3NSwxNSAzLDE1IEwxNSwxNSBDMTUuODI1LDE1IDE2LjUsMTQuMzI1IDE2LjUsMTMuNSBMMTYuNSw0LjUgQzE2LjUsMy42NzUgMTUuODI1LDMgMTUsMyBMMTUsMyBaIE0xNSwxMy41IEwzLDEzLjUgTDMsNiBMOSw5Ljc1IEwxNSw2IEwxNSwxMy41IEwxNSwxMy41IFogTTksOC4yNSBMMyw0LjUgTDE1LDQuNSBMOSw4LjI1IEw5LDguMjUgWiIgaWQ9InBhdGgtMSI+PC9wYXRoPg0KICAgICAgICA8cmVjdCBpZD0icGF0aC0zIiB4PSIwIiB5PSIwIiB3aWR0aD0iMzgiIGhlaWdodD0iMzgiPjwvcmVjdD4NCiAgICA8L2RlZnM+DQogICAgPGcgaWQ9IkRlc2t0b3AiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iSGVtaWN5Y2xlX0RUX0FjY3VlaWwtTWVudUNvbXB0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTExNTAuMDAwMDAwLCAtMTMwLjAwMDAwMCkiPg0KICAgICAgICAgICAgPGcgaWQ9ImljX21haWxfb3V0bGluZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTE0OS4wMDAwMDAsIDEyNy4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+DQogICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+DQogICAgICAgICAgICAgICAgPC9tYXNrPg0KICAgICAgICAgICAgICAgIDxnIGlkPSJNYXNrIj48L2c+DQogICAgICAgICAgICAgICAgPGcgaWQ9IkNvbG9ycy9MSGVtaWN5Y2xlX0JsYWNrMjEyMTIxIiBtYXNrPSJ1cmwoI21hc2stMikiPg0KICAgICAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOS43NTAwMDAsIC05Ljc1MDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stNCIgZmlsbD0id2hpdGUiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMyI+PC91c2U+DQogICAgICAgICAgICAgICAgICAgICAgICA8L21hc2s+DQogICAgICAgICAgICAgICAgICAgICAgICA8dXNlIGlkPSJMSGVtaWN5Y2xlX0JsdWUzRUE2RkYiIHN0cm9rZT0ibm9uZSIgZmlsbD0iIzIxMjEyMSIgZmlsbC1ydWxlPSJldmVub2RkIiB4bGluazpocmVmPSIjcGF0aC0zIj48L3VzZT4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* line 24, resources/assets/styles/components/_icons.scss */

.ic-mail_black:before {
  content: "";
  position: relative;
  display: block;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjIwcHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDIwIDE2IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPg0KICAgIDx0aXRsZT5pY19tYWlsPC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz4NCiAgICAgICAgPHBhdGggZD0iTTIwLDQgTDQsNCBDMi45LDQgMi4wMSw0LjkgMi4wMSw2IEwyLDE4IEMyLDE5LjEgMi45LDIwIDQsMjAgTDIwLDIwIEMyMS4xLDIwIDIyLDE5LjEgMjIsMTggTDIyLDYgQzIyLDQuOSAyMS4xLDQgMjAsNCBMMjAsNCBaIE0yMCw4IEwxMiwxMyBMNCw4IEw0LDYgTDEyLDExIEwyMCw2IEwyMCw4IEwyMCw4IFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4NCiAgICAgICAgPHJlY3QgaWQ9InBhdGgtMyIgeD0iMCIgeT0iMCIgd2lkdGg9IjUwIiBoZWlnaHQ9IjUwIj48L3JlY3Q+DQogICAgPC9kZWZzPg0KICAgIDxnIGlkPSJEZXNrdG9wIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4NCiAgICAgICAgPGcgaWQ9IkhlbWljeWNsZV9EVF9FcXVpcGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00OTIuMDAwMDAwLCAtNDk0LjAwMDAwMCkiPg0KICAgICAgICAgICAgPGcgaWQ9IkFydGljbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2MC4wMDAwMDAsIDI3Mi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iaWNfbWFpbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzMwLjAwMDAwMCwgMjE4LjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+DQogICAgICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPg0KICAgICAgICAgICAgICAgICAgICA8L21hc2s+DQogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJNYXNrIj48L2c+DQogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDb2xvcnMvQmxhY2siIG1hc2s9InVybCgjbWFzay0yKSI+DQogICAgICAgICAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTMuMDAwMDAwLCAtMTMuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stNCIgZmlsbD0id2hpdGUiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTMiPjwvdXNlPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbWFzaz4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIGlkPSJCbGFjayIgc3Ryb2tlPSJub25lIiBmaWxsPSIjMDAwMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHhsaW5rOmhyZWY9IiNwYXRoLTMiPjwvdXNlPg0KICAgICAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgPC9nPg0KICAgICAgICA8L2c+DQogICAgPC9nPg0KPC9zdmc+);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* line 24, resources/assets/styles/components/_icons.scss */

.ic-download:before {
  content: "";
  position: relative;
  display: block;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjI1cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI1IDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPg0KICAgIDx0aXRsZT5GaWxsIDE8L3RpdGxlPg0KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPg0KICAgIDxnIGlkPSJEZXNrdG9wIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4NCiAgICAgICAgPGcgaWQ9IkhlbWljeWNsZV9EVF9BY2N1ZWlsLTAzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzAwLjAwMDAwMCwgLTczNTcuMDAwMDAwKSIgZmlsbD0iIzIxMjEyMSI+DQogICAgICAgICAgICA8ZyBpZD0iQXJjaGl2ZXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCA2OTI2LjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgIDxnIGlkPSJDVEFfRG93bmxvYWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI4NC41MDAwMDAsIDQxNi4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTI3LjEzNjcxMDEsMTUgTDI3LjEzNjcxMDEsMzIuMTk4Njg1NSBMMjAuNTkyMjA0NSwyNi4yNzkxMzQ2IEwxOS4zNzEzMDAyLDI3LjM4MzQ1MTEgTDI4LjAwMDAzOTIsMzUuMTg4MjA1NiBMMzYuNjI4Nzc4MywyNy4zODM0NTExIEwzNS40MDc3OTU1LDI2LjI3OTA2MzYgTDI4Ljg2MzM2ODQsMzIuMTk4Njg1NSBMMjguODYzMzY4NCwxNSBMMjcuMTM2NzEwMSwxNSBaIE0zOC4yNzM0MjAzLDMyLjE1NzM2OTUgTDM4LjI3MzQyMDMsMzcuNDM4MjI1NiBMMTcuNzI2NzM2NywzNy40MzgyMjU2IEwxNy43MjY3MzY3LDMyLjE1NzM2OTUgTDE2LDMyLjE1NzM2OTUgTDE2LDM5IEw0MCwzOSBMNDAsMzIuMTU3MzY5NSBMMzguMjczNDIwMywzMi4xNTczNjk1IFoiIGlkPSJGaWxsLTEiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICA8L2c+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* line 24, resources/assets/styles/components/_icons.scss */

.ic-arrow:before {
  content: "";
  position: relative;
  display: block;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjI5cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI5IDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPg0KICAgIDx0aXRsZT5pY19hcnJvd19yaWdodDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+DQogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iaWNfYXJyb3dfcmlnaHQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMi4wMDAwMDApIiBmaWxsPSIjMjEyMTIxIj4NCiAgICAgICAgICAgIDxnIGlkPSJGaWxsLTEiPg0KICAgICAgICAgICAgICAgIDxwb2x5Z29uIHBvaW50cz0iMjYuNDUxOTUxOCAxMiAzOC40NTE5NTE4IDI0IDI2LjQ1MTk1MTggMzYgMjQuODk1NTk5NSAzNC40NDM2NDc4IDM0LjIzODYxNTMgMjUuMTAwNTMxOSAxMCAyNS4xMDA1MzE5IDEwIDIyLjg5OTM2OCAzNC4yMzg2MTUzIDIyLjg5OTQ2ODEgMjQuODk1NTk5NSAxMy41NTYzNTIyIj48L3BvbHlnb24+DQogICAgICAgICAgICA8L2c+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* line 24, resources/assets/styles/components/_icons.scss */

.ic-eye:before {
  content: "";
  position: relative;
  display: block;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjI4cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDI4IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPg0KICAgIDx0aXRsZT5Hcm91cCA1PC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZyBpZD0iRGVza3RvcCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJIZW1pY3ljbGVfRFRfQXJ0aWNsZV9Db25uZWN0ZWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xOTguMDAwMDAwLCAtMjE2MC4wMDAwMDApIj4NCiAgICAgICAgICAgIDxnIGlkPSJHcm91cC00IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNjAuMDAwMDAwLCAyMTE4LjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgIDxnIGlkPSJDVEFfRG93bmxvYWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI0LjAwMDAwMCwgMjQuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNC4wMDAwMDAsIDE4LjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTI2Ljc1MTQ4OCwxMCBDMjIuMTczODg1LDMuOTYyNTMxNDYgMTcuOTA0NDE3NiwxIDE0LDEgQzEwLjA5NTU4MjQsMSA1LjgyNjExNDk5LDMuOTYyNTMxNDYgMS4yNDg1MTIwNCwxMCBDNS44MjYxMTQ5OSwxNi4wMzc0Njg1IDEwLjA5NTU4MjQsMTkgMTQsMTkgQzE3LjkwNDQxNzYsMTkgMjIuMTczODg1LDE2LjAzNzQ2ODUgMjYuNzUxNDg4LDEwIFoiIGlkPSJPdmFsIiBzdHJva2U9IiMxMjEyMTIiIHN0cm9rZS13aWR0aD0iMiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgICAgICAgICAgPGNpcmNsZSBpZD0iT3ZhbCIgZmlsbD0iIzEyMTIxMiIgY3g9IjE0IiBjeT0iMTAiIHI9IjQiPjwvY2lyY2xlPg0KICAgICAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgPC9nPg0KICAgICAgICA8L2c+DQogICAgPC9nPg0KPC9zdmc+);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* line 24, resources/assets/styles/components/_icons.scss */

.ic-check:before {
  content: "";
  position: relative;
  display: block;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE0cHgiIGhlaWdodD0iMTFweCIgdmlld0JveD0iMCAwIDE0IDExIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPg0KICAgIDx0aXRsZT5pY19jaGVjazwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+DQogICAgPGRlZnM+DQogICAgICAgIDxwb2x5Z29uIGlkPSJwYXRoLTEiIHBvaW50cz0iNi43NSAxMi4xMjc1IDMuNjIyNSA5IDIuNTU3NSAxMC4wNTc1IDYuNzUgMTQuMjUgMTUuNzUgNS4yNSAxNC42OTI1IDQuMTkyNSI+PC9wb2x5Z29uPg0KICAgICAgICA8cmVjdCBpZD0icGF0aC0zIiB4PSIwIiB5PSIwIiB3aWR0aD0iMzgiIGhlaWdodD0iMzgiPjwvcmVjdD4NCiAgICA8L2RlZnM+DQogICAgPGcgaWQ9IkRlc2t0b3AiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iSGVtaWN5Y2xlX0RUX1BhcnRlbmFpcmVzLXYzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTI1LjAwMDAwMCwgLTI5NTEuMDAwMDAwKSI+DQogICAgICAgICAgICA8ZyBpZD0iRm9ybXVsYWlyZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDE4MzYuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQwMC4wMDAwMDAsIDgwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iRm9ybXVsYWlyZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIwLjAwMDAwMCwgMjI0LjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ik9wdGlucyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDgwNC4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iaWNfY2hlY2siIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMuMDAwMDAwLCAzLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L21hc2s+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJNYXNrIj48L2c+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDb2xvcnMvV2hpdGUiIG1hc2s9InVybCgjbWFzay0yKSI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOS43NTAwMDAsIC05Ljc1MDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTQiIGZpbGw9IndoaXRlIj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0zIj48L3VzZT4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L21hc2s+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSBpZD0iV2hpdGUiIHN0cm9rZT0ibm9uZSIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiB4bGluazpocmVmPSIjcGF0aC0zIj48L3VzZT4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* line 24, resources/assets/styles/components/_icons.scss */

.ic-amphi:before {
  content: "";
  position: relative;
  display: block;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjI4MnB4IiBoZWlnaHQ9IjU2M3B4IiB2aWV3Qm94PSIwIDAgMjgyIDU2MyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4NCiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU1LjIgKDc4MTgxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4NCiAgICA8dGl0bGU+R3JvdXAgMyBDb3B5PC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZyBpZD0iRGVza3RvcCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJIZW1pY3ljbGVfRFRfUGFydGVuYWlyZXMtdjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zOS4wMDAwMDAsIC0xMTU1LjAwMDAwMCkiIHN0cm9rZT0iIzEyMTIxMiI+DQogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMy1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxODAuMDAwMDAwLCAxNDM2LjUwMDAwMCkgcm90YXRlKC05MC4wMDAwMDApIHRyYW5zbGF0ZSgtMTgwLjAwMDAwMCwgLTE0MzYuNTAwMDAwKSB0cmFuc2xhdGUoLTEwMS4wMDAwMDAsIDEyOTYuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPHBhdGggZD0iTTU2MiwyODEgQzU2MiwxMjUuODA3OTg1IDQzNi4xOTIwMTUsMCAyODEsMCBDMTI1LjgwNzk4NSwwIDAsMTI1LjgwNzk4NSAwLDI4MSIgaWQ9Ik92YWwiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNTM0LDI4MSBDNTM0LDE0MS4yNzE5NTggNDIwLjcyODA0MiwyOCAyODEsMjggQzE0MS4yNzE5NTgsMjggMjgsMTQxLjI3MTk1OCAyOCwyODEiIGlkPSJPdmFsLUNvcHktMyI+PC9wYXRoPg0KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01MDYsMjgxIEM1MDYsMTU2LjczNTkzMSA0MDUuMjY0MDY5LDU2IDI4MSw1NiBDMTU2LjczNTkzMSw1NiA1NiwxNTYuNzM1OTMxIDU2LDI4MSIgaWQ9Ik92YWwtQ29weS00Ij48L3BhdGg+DQogICAgICAgICAgICAgICAgPHBhdGggZD0iTTQ3OCwyODEgQzQ3OCwxNzIuMTk5OTA0IDM4OS44MDAwOTYsODQgMjgxLDg0IEMxNzIuMTk5OTA0LDg0IDg0LDE3Mi4xOTk5MDQgODQsMjgxIiBpZD0iT3ZhbC1Db3B5LTUiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNDUwLDI4MSBDNDUwLDE4Ny42NjM4NzcgMzc0LjMzNjEyMywxMTIgMjgxLDExMiBDMTg3LjY2Mzg3NywxMTIgMTEyLDE4Ny42NjM4NzcgMTEyLDI4MSIgaWQ9Ik92YWwtQ29weS02Ij48L3BhdGg+DQogICAgICAgICAgICAgICAgPHBhdGggZD0iTTQyMiwyODEgQzQyMiwyMDMuMTI3ODUgMzU4Ljg3MjE1LDE0MCAyODEsMTQwIEMyMDMuMTI3ODUsMTQwIDE0MCwyMDMuMTI3ODUgMTQwLDI4MSIgaWQ9Ik92YWwtQ29weS03Ij48L3BhdGg+DQogICAgICAgICAgICAgICAgPHBhdGggZD0iTTM5NCwyODEgQzM5NCwyMTguNTkxODIzIDM0My40MDgxNzcsMTY4IDI4MSwxNjggQzIxOC41OTE4MjMsMTY4IDE2OCwyMTguNTkxODIzIDE2OCwyODEiIGlkPSJPdmFsLUNvcHktOCI+PC9wYXRoPg0KICAgICAgICAgICAgPC9nPg0KICAgICAgICA8L2c+DQogICAgPC9nPg0KPC9zdmc+);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* line 1, resources/assets/styles/components/_form.scss */

label {
  font-family: "Poppins";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #121212;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

label {
  font-size: 0.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  label {
    font-size: calc(12px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  label {
    font-size: 0.875rem;
  }
}

/* line 5, resources/assets/styles/components/_form.scss */

.wpcf7-form-control-wrap,
.field__input,
.login-username,
.login-password {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}

/* line 16, resources/assets/styles/components/_form.scss */

input[type=text],
input[type=tel],
input[type=email],
input[type=password] {
  width: calc(100% - (16px * 2));
  background-color: #ffffff;
  border: none;
  padding: 4px 16px;
  resize: none;
  border-radius: 2px;
  border: solid 1px #e5e5e5;
  font-family: "Poppins";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

input[type=text],
input[type=tel],
input[type=email],
input[type=password] {
  font-size: 0.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password] {
    font-size: calc(12px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password] {
    font-size: 0.875rem;
  }
}

/* line 25, resources/assets/styles/components/_form.scss */

.field--choice__input div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 30, resources/assets/styles/components/_form.scss */

textarea {
  width: calc(100% - (16px * 2));
  background-color: #ffffff;
  border: none;
  padding: 4px 16px;
  resize: none;
  border-radius: 2px;
  border: solid 1px #e5e5e5;
  font-family: "Poppins";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

textarea {
  font-size: 0.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  textarea {
    font-size: calc(12px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  textarea {
    font-size: 0.875rem;
  }
}

/* line 38, resources/assets/styles/components/_form.scss */

.field__input__choice__wrapper--radio.is--checked label:before,
.field--checkbox.is--checked label:before {
  background-color: #3ea6ff;
}

/* line 41, resources/assets/styles/components/_form.scss */

.field__input__choice__wrapper--radio.is--checked label:after,
.field--checkbox.is--checked label:after {
  opacity: 1;
}

/* line 49, resources/assets/styles/components/_form.scss */

.field__input__choice__wrapper--radio label {
  position: relative;
  margin-right: 16px;
}

/* line 374, resources/assets/styles/common/_mixins.scss */

.field__input__choice__wrapper--radio label:before,
.field__input__choice__wrapper--radio label:after {
  border: solid 1px #e5e5e5;
  background-color: #ffffff;
}

/* line 384, resources/assets/styles/common/_mixins.scss */

.field__input__choice__wrapper--radio label:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
  border: solid 1px #e5e5e5;
  background-color: #ffffff;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

/* line 401, resources/assets/styles/common/_mixins.scss */

.field__input__choice__wrapper--radio label:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: calc(50%);
  left: 8px;
  right: auto;
  bottom: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

/* line 56, resources/assets/styles/components/_form.scss */

.field--checkbox label {
  position: relative;
  padding-left: 32px;
  display: block;
}

/* line 384, resources/assets/styles/common/_mixins.scss */

.field--checkbox label:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  top: -1px;
  left: 0;
  right: auto;
  bottom: auto;
  margin-right: 8px;
  vertical-align: middle;
  border: solid 1px #e5e5e5;
  background-color: #ffffff;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

/* line 401, resources/assets/styles/common/_mixins.scss */

.field--checkbox label:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 5px;
  left: 4px;
  right: auto;
  bottom: auto;
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE0cHgiIGhlaWdodD0iMTFweCIgdmlld0JveD0iMCAwIDE0IDExIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPg0KICAgIDx0aXRsZT5pY19jaGVjazwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+DQogICAgPGRlZnM+DQogICAgICAgIDxwb2x5Z29uIGlkPSJwYXRoLTEiIHBvaW50cz0iNi43NSAxMi4xMjc1IDMuNjIyNSA5IDIuNTU3NSAxMC4wNTc1IDYuNzUgMTQuMjUgMTUuNzUgNS4yNSAxNC42OTI1IDQuMTkyNSI+PC9wb2x5Z29uPg0KICAgICAgICA8cmVjdCBpZD0icGF0aC0zIiB4PSIwIiB5PSIwIiB3aWR0aD0iMzgiIGhlaWdodD0iMzgiPjwvcmVjdD4NCiAgICA8L2RlZnM+DQogICAgPGcgaWQ9IkRlc2t0b3AiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iSGVtaWN5Y2xlX0RUX1BhcnRlbmFpcmVzLXYzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTI1LjAwMDAwMCwgLTI5NTEuMDAwMDAwKSI+DQogICAgICAgICAgICA8ZyBpZD0iRm9ybXVsYWlyZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDE4MzYuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQwMC4wMDAwMDAsIDgwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iRm9ybXVsYWlyZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIwLjAwMDAwMCwgMjI0LjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ik9wdGlucyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDgwNC4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iaWNfY2hlY2siIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMuMDAwMDAwLCAzLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L21hc2s+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJNYXNrIj48L2c+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDb2xvcnMvV2hpdGUiIG1hc2s9InVybCgjbWFzay0yKSI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOS43NTAwMDAsIC05Ljc1MDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTQiIGZpbGw9IndoaXRlIj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0zIj48L3VzZT4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L21hc2s+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSBpZD0iV2hpdGUiIHN0cm9rZT0ibm9uZSIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiB4bGluazpocmVmPSIjcGF0aC0zIj48L3VzZT4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

/* line 62, resources/assets/styles/components/_form.scss */

.select {
  position: relative;
  width: calc(100% - (16px * 2));
  background-color: #ffffff;
  border: none;
  padding: 4px 16px;
  resize: none;
  border-radius: 2px;
  border: solid 1px #e5e5e5;
  font-family: "Poppins";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  margin-bottom: 16px;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.select {
  font-size: 0.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .select {
    font-size: calc(12px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .select {
    font-size: 0.875rem;
  }
}

/* line 66, resources/assets/styles/components/_form.scss */

.select .wpcf7-form-control-wrap {
  margin-bottom: 0;
}

/* line 70, resources/assets/styles/components/_form.scss */

.select:after {
  content: "";
  position: absolute;
  display: block;
  top: 13px;
  right: 17px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #3ea6ff;
  z-index: 0;
}

/* line 83, resources/assets/styles/components/_form.scss */

select {
  position: relative;
  width: 100%;
  border: none;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 2;
}

/* line 92, resources/assets/styles/components/_form.scss */

input[type=radio] {
  position: absolute;
  visibility: hidden;
}

/* line 427, resources/assets/styles/common/_mixins.scss */

input[type=radio]:checked + span:before,
input[type=radio]:checked + label:before {
  background-color: #3ea6ff;
}

/* line 430, resources/assets/styles/common/_mixins.scss */

input[type=radio]:checked + span:after,
input[type=radio]:checked + label:after {
  opacity: 1;
}

/* line 435, resources/assets/styles/common/_mixins.scss */

input[type=radio] + span,
input[type=radio] + label {
  position: relative;
  margin-right: 16px;
}

/* line 374, resources/assets/styles/common/_mixins.scss */

input[type=radio] + span:before,
input[type=radio] + span:after,
input[type=radio] + label:before,
input[type=radio] + label:after {
  border: solid 1px #e5e5e5;
  background-color: #ffffff;
}

/* line 384, resources/assets/styles/common/_mixins.scss */

input[type=radio] + span:before,
input[type=radio] + label:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
  border: solid 1px #e5e5e5;
  background-color: #ffffff;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

/* line 401, resources/assets/styles/common/_mixins.scss */

input[type=radio] + span:after,
input[type=radio] + label:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: calc(50%);
  left: 8px;
  right: auto;
  bottom: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

/* line 96, resources/assets/styles/components/_form.scss */

input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}

/* line 427, resources/assets/styles/common/_mixins.scss */

input[type=checkbox]:checked + span:before,
input[type=checkbox]:checked + label:before {
  background-color: #3ea6ff;
}

/* line 430, resources/assets/styles/common/_mixins.scss */

input[type=checkbox]:checked + span:after,
input[type=checkbox]:checked + label:after {
  opacity: 1;
}

/* line 435, resources/assets/styles/common/_mixins.scss */

input[type=checkbox] + span,
input[type=checkbox] + label {
  position: relative;
  padding-left: 32px;
  display: block;
}

/* line 384, resources/assets/styles/common/_mixins.scss */

input[type=checkbox] + span:before,
input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  top: -1px;
  left: 0;
  right: auto;
  bottom: auto;
  margin-right: 8px;
  vertical-align: middle;
  border: solid 1px #e5e5e5;
  background-color: #ffffff;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

/* line 401, resources/assets/styles/common/_mixins.scss */

input[type=checkbox] + span:after,
input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 5px;
  left: 4px;
  right: auto;
  bottom: auto;
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE0cHgiIGhlaWdodD0iMTFweCIgdmlld0JveD0iMCAwIDE0IDExIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPg0KICAgIDx0aXRsZT5pY19jaGVjazwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+DQogICAgPGRlZnM+DQogICAgICAgIDxwb2x5Z29uIGlkPSJwYXRoLTEiIHBvaW50cz0iNi43NSAxMi4xMjc1IDMuNjIyNSA5IDIuNTU3NSAxMC4wNTc1IDYuNzUgMTQuMjUgMTUuNzUgNS4yNSAxNC42OTI1IDQuMTkyNSI+PC9wb2x5Z29uPg0KICAgICAgICA8cmVjdCBpZD0icGF0aC0zIiB4PSIwIiB5PSIwIiB3aWR0aD0iMzgiIGhlaWdodD0iMzgiPjwvcmVjdD4NCiAgICA8L2RlZnM+DQogICAgPGcgaWQ9IkRlc2t0b3AiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iSGVtaWN5Y2xlX0RUX1BhcnRlbmFpcmVzLXYzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTI1LjAwMDAwMCwgLTI5NTEuMDAwMDAwKSI+DQogICAgICAgICAgICA8ZyBpZD0iRm9ybXVsYWlyZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDE4MzYuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQwMC4wMDAwMDAsIDgwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iRm9ybXVsYWlyZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIwLjAwMDAwMCwgMjI0LjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ik9wdGlucyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDgwNC4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iaWNfY2hlY2siIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMuMDAwMDAwLCAzLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L21hc2s+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJNYXNrIj48L2c+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDb2xvcnMvV2hpdGUiIG1hc2s9InVybCgjbWFzay0yKSI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOS43NTAwMDAsIC05Ljc1MDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTQiIGZpbGw9IndoaXRlIj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0zIj48L3VzZT4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L21hc2s+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSBpZD0iV2hpdGUiIHN0cm9rZT0ibm9uZSIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiB4bGluazpocmVmPSIjcGF0aC0zIj48L3VzZT4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

/* line 101, resources/assets/styles/components/_form.scss */

.field-required {
  font-family: "Poppins";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: right;
  margin-bottom: 32px;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.field-required {
  font-size: 0.625rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .field-required {
    font-size: calc(10px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .field-required {
    font-size: 0.75rem;
  }
}

/* line 107, resources/assets/styles/components/_form.scss */

.wpcf7-radio,
.wpcf7-acceptance {
  display: block;
  margin-bottom: 16px;
}

/* line 111, resources/assets/styles/components/_form.scss */

.wpcf7-radio > span,
.wpcf7-acceptance > span {
  margin: 0;
}

/* line 116, resources/assets/styles/components/_form.scss */

.submit {
  position: relative;
}

/* line 119, resources/assets/styles/components/_form.scss */

button[type=submit],
input[type=submit] {
  cursor: pointer;
  display: block;
  width: 100%;
  max-width: 400px;
  font-family: "Poppins";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff !important;
  background-color: #3ea6ff;
  border: none;
  margin: 0 auto;
  padding: 10px;
  margin-top: 32px;
  text-align: center;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

button[type=submit],
input[type=submit] {
  font-size: 0.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  button[type=submit],
  input[type=submit] {
    font-size: calc(12px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  button[type=submit],
  input[type=submit] {
    font-size: 0.875rem;
  }
}

/* line 123, resources/assets/styles/components/_form.scss */

button[type=submit]:disabled,
input[type=submit]:disabled {
  cursor: not-allowed;
}

/* line 128, resources/assets/styles/components/_form.scss */

.btn-submit {
  margin-top: 32px;
}

/* line 131, resources/assets/styles/components/_form.scss */

.ajax-loader {
  cursor: wait;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  margin-left: 0 !important;
  background-color: #3ea6ff;
  border-radius: 10px;
  display: block;
  background-image: none !important;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

/* line 146, resources/assets/styles/components/_form.scss */

.ajax-loader:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  -webkit-animation-name: 'rotate-forever';
       -o-animation-name: 'rotate-forever';
          animation-name: 'rotate-forever';
  -webkit-animation-duration: 0.75s;
       -o-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border: 2px solid #ffffff;
  border-right-color: transparent;
  border-radius: 50%;
}

@-webkit-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes rotate-forever {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* line 160, resources/assets/styles/components/_form.scss */

.login-submit,
button[type=submit] {
  cursor: pointer;
  position: relative;
}

/* line 165, resources/assets/styles/components/_form.scss */

.login-submit.loading input[type=submit],
button[type=submit].loading input[type=submit] {
  cursor: wait;
}

/* line 168, resources/assets/styles/components/_form.scss */

.login-submit.loading:after,
button[type=submit].loading:after {
  opacity: 1;
}

/* line 172, resources/assets/styles/components/_form.scss */

.login-submit:after,
button[type=submit]:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 12px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  -webkit-animation-name: 'rotate-forever';
       -o-animation-name: 'rotate-forever';
          animation-name: 'rotate-forever';
  -webkit-animation-duration: 0.75s;
       -o-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border: 2px solid #ffffff;
  border-right-color: transparent;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

/* line 185, resources/assets/styles/components/_form.scss */

.wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  margin: 20px 0 !important;
}

/* line 189, resources/assets/styles/components/_form.scss */

.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-acceptance-missing {
  color: #f00;
}

/* line 193, resources/assets/styles/components/_form.scss */

.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #398f14;
}

/* line 201, resources/assets/styles/components/_form.scss */

.tnp-subscription {
  padding: 20px 0;
  margin: 0;
  max-width: none;
  background: #f1f1f1;
}

/* line 206, resources/assets/styles/components/_form.scss */

.tnp-subscription label {
  font-family: "Poppins";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #121212;
  padding: 0;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.tnp-subscription label {
  font-size: 0.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .tnp-subscription label {
    font-size: calc(12px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .tnp-subscription label {
    font-size: 0.875rem;
  }
}

/* line 210, resources/assets/styles/components/_form.scss */

.tnp-subscription .tnp-field-email {
  width: calc(100% - (15px * 2));
}

@media (min-width: 767px) {
  /* line 210, resources/assets/styles/components/_form.scss */

  .tnp-subscription .tnp-field-email {
    width: 400px;
    margin: 0 auto;
  }
}

/* line 216, resources/assets/styles/components/_form.scss */

.tnp-subscription .tnp-field-email input.tnp-email {
  width: calc(100% - (16px * 2));
  background-color: #ffffff;
  border: none;
  padding: 4px 16px;
  resize: none;
  border-radius: 2px;
  border: solid 1px #e5e5e5;
  font-family: "Poppins";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  width: 100%;
  height: auto;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.tnp-subscription .tnp-field-email input.tnp-email {
  font-size: 0.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .tnp-subscription .tnp-field-email input.tnp-email {
    font-size: calc(12px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .tnp-subscription .tnp-field-email input.tnp-email {
    font-size: 0.875rem;
  }
}

/* line 222, resources/assets/styles/components/_form.scss */

.tnp-subscription input.tnp-submit {
  cursor: pointer;
  display: block;
  width: 100%;
  max-width: 400px;
  font-family: "Poppins";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff !important;
  background-color: #3ea6ff;
  border: none;
  margin: 0 auto;
  padding: 10px;
  margin-top: 32px;
  text-align: center;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.tnp-subscription input.tnp-submit {
  font-size: 0.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .tnp-subscription input.tnp-submit {
    font-size: calc(12px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .tnp-subscription input.tnp-submit {
    font-size: 0.875rem;
  }
}

/* line 1, resources/assets/styles/components/_buttons.scss */

.btn {
  display: inline-block;
  font-family: "Poppins";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #121212;
  background-color: #ffffff;
  border: 1px solid #121212;
  padding: 12px 12px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.btn {
  font-size: 0.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .btn {
    font-size: calc(12px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .btn {
    font-size: 0.875rem;
  }
}

@media (min-width: 767px) {
  /* line 1, resources/assets/styles/components/_buttons.scss */

  .btn {
    padding: 12px 32px;
  }
}

/* line 15, resources/assets/styles/components/_buttons.scss */

.btn:hover {
  background-color: #121212;
  color: #ffffff;
}

/* line 19, resources/assets/styles/components/_buttons.scss */

.btn--square {
  padding: 8px 11px;
}

@media (min-width: 992px) {
  /* line 19, resources/assets/styles/components/_buttons.scss */

  .btn--square {
    padding: 11px 14px;
  }
}

/* line 26, resources/assets/styles/components/_buttons.scss */

#link-more-article {
  margin-bottom: 40px;
}

/* line 29, resources/assets/styles/components/_buttons.scss */

.btn-submit {
  display: block;
  width: 100%;
  max-width: 400px;
  font-family: "Poppins";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff !important;
  background-color: #3ea6ff;
  border: none;
  margin: 0 auto;
  padding: 10px;
  margin-top: 32px;
  text-align: center;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.btn-submit {
  font-size: 0.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .btn-submit {
    font-size: calc(12px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .btn-submit {
    font-size: 0.875rem;
  }
}

/* line 31, resources/assets/styles/components/_buttons.scss */

.btn-submit:disabled {
  display: block;
  width: 100%;
  max-width: 400px;
  font-family: "Poppins";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff !important;
  background-color: #3ea6ff;
  border: none;
  margin: 0 auto;
  padding: 10px;
  margin-top: 32px;
  text-align: center;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.btn-submit:disabled {
  font-size: 0.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .btn-submit:disabled {
    font-size: calc(12px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .btn-submit:disabled {
    font-size: 0.875rem;
  }
}

/* line 36, resources/assets/styles/components/_buttons.scss */

.btn--small {
  font-size: 0.625rem;
  padding: 6px;
}

/** Search form */

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

/* line 7, resources/assets/styles/components/_wp-classes.scss */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/* line 14, resources/assets/styles/components/_wp-classes.scss */

.aligncenter {
  display: block;
  margin: 1rem auto;
  height: auto;
}

/* line 20, resources/assets/styles/components/_wp-classes.scss */

.alignleft,
.alignright {
  margin-bottom: 1rem;
  height: auto;
}

@media (min-width: 30rem) {
  /* line 27, resources/assets/styles/components/_wp-classes.scss */

  .alignleft {
    float: left;
    margin-right: 1rem;
  }

  /* line 32, resources/assets/styles/components/_wp-classes.scss */

  .alignright {
    float: right;
    margin-left: 1rem;
  }
}

/** Captions */

/** Text meant only for screen readers */

/* line 45, resources/assets/styles/components/_wp-classes.scss */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background: #fff;
}

/* line 1, resources/assets/styles/components/_newsletter-headband.scss */

.newsletter-headband {
  background-color: #fff582;
  padding: 32px 0;
}

/* line 74, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .container {
  width: calc(100% - (15px * 2));
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .container {
    max-width: 540px;
  }
}

@media (min-width: 767px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .container {
    max-width: 767px;
  }
}

@media (min-width: 992px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .container {
    max-width: 1280px;
  }
}

@media (min-width: 1380px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .container {
    max-width: 1280px;
  }
}

/* line 99, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .row {
  width: calc(100% + (15px * 2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xs-1 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xs-1 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(8.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1% - (15px * 2));
    max-width: calc(8.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xs-1 {
    -ms-flex: 0 0 calc(8.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1%  - (15px * 2));
    max-width: calc(8.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xs-2 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xs-2 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(16.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1% - (15px * 2));
    max-width: calc(16.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xs-2 {
    -ms-flex: 0 0 calc(16.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1%  - (15px * 2));
    max-width: calc(16.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xs-3 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xs-3 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(25* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1% - (15px * 2));
    max-width: calc(25 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xs-3 {
    -ms-flex: 0 0 calc(25* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1%  - (15px * 2));
    max-width: calc(25 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xs-4 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xs-4 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(33.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1% - (15px * 2));
    max-width: calc(33.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xs-4 {
    -ms-flex: 0 0 calc(33.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1%  - (15px * 2));
    max-width: calc(33.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xs-5 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xs-5 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(41.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1% - (15px * 2));
    max-width: calc(41.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xs-5 {
    -ms-flex: 0 0 calc(41.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1%  - (15px * 2));
    max-width: calc(41.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xs-6 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xs-6 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(50* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1% - (15px * 2));
    max-width: calc(50 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xs-6 {
    -ms-flex: 0 0 calc(50* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1%  - (15px * 2));
    max-width: calc(50 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xs-7 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xs-7 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(58.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1% - (15px * 2));
    max-width: calc(58.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xs-7 {
    -ms-flex: 0 0 calc(58.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1%  - (15px * 2));
    max-width: calc(58.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xs-8 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xs-8 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(66.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1% - (15px * 2));
    max-width: calc(66.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xs-8 {
    -ms-flex: 0 0 calc(66.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1%  - (15px * 2));
    max-width: calc(66.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xs-9 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xs-9 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(75* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1% - (15px * 2));
    max-width: calc(75 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xs-9 {
    -ms-flex: 0 0 calc(75* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1%  - (15px * 2));
    max-width: calc(75 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xs-10 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xs-10 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(83.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1% - (15px * 2));
    max-width: calc(83.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xs-10 {
    -ms-flex: 0 0 calc(83.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1%  - (15px * 2));
    max-width: calc(83.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xs-11 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xs-11 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(91.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1% - (15px * 2));
    max-width: calc(91.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xs-11 {
    -ms-flex: 0 0 calc(91.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1%  - (15px * 2));
    max-width: calc(91.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xs-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xs-12 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(100* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1% - (15px * 2));
    max-width: calc(100 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xs-12 {
    -ms-flex: 0 0 calc(100* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1%  - (15px * 2));
    max-width: calc(100 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-sm-1 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-sm-1 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(8.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1% - (15px * 2));
    max-width: calc(8.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-sm-1 {
    -ms-flex: 0 0 calc(8.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1%  - (15px * 2));
    max-width: calc(8.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-sm-2 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-sm-2 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(16.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1% - (15px * 2));
    max-width: calc(16.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-sm-2 {
    -ms-flex: 0 0 calc(16.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1%  - (15px * 2));
    max-width: calc(16.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-sm-3 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-sm-3 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(25* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1% - (15px * 2));
    max-width: calc(25 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-sm-3 {
    -ms-flex: 0 0 calc(25* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1%  - (15px * 2));
    max-width: calc(25 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-sm-4 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-sm-4 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(33.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1% - (15px * 2));
    max-width: calc(33.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-sm-4 {
    -ms-flex: 0 0 calc(33.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1%  - (15px * 2));
    max-width: calc(33.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-sm-5 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-sm-5 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(41.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1% - (15px * 2));
    max-width: calc(41.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-sm-5 {
    -ms-flex: 0 0 calc(41.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1%  - (15px * 2));
    max-width: calc(41.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-sm-6 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-sm-6 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(50* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1% - (15px * 2));
    max-width: calc(50 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-sm-6 {
    -ms-flex: 0 0 calc(50* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1%  - (15px * 2));
    max-width: calc(50 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-sm-7 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-sm-7 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(58.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1% - (15px * 2));
    max-width: calc(58.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-sm-7 {
    -ms-flex: 0 0 calc(58.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1%  - (15px * 2));
    max-width: calc(58.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-sm-8 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-sm-8 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(66.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1% - (15px * 2));
    max-width: calc(66.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-sm-8 {
    -ms-flex: 0 0 calc(66.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1%  - (15px * 2));
    max-width: calc(66.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-sm-9 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-sm-9 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(75* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1% - (15px * 2));
    max-width: calc(75 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-sm-9 {
    -ms-flex: 0 0 calc(75* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1%  - (15px * 2));
    max-width: calc(75 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-sm-10 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-sm-10 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(83.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1% - (15px * 2));
    max-width: calc(83.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-sm-10 {
    -ms-flex: 0 0 calc(83.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1%  - (15px * 2));
    max-width: calc(83.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-sm-11 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-sm-11 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(91.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1% - (15px * 2));
    max-width: calc(91.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-sm-11 {
    -ms-flex: 0 0 calc(91.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1%  - (15px * 2));
    max-width: calc(91.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-sm-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-sm-12 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(100* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1% - (15px * 2));
    max-width: calc(100 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-sm-12 {
    -ms-flex: 0 0 calc(100* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1%  - (15px * 2));
    max-width: calc(100 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-md-1 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-md-1 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(8.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1% - (15px * 2));
    max-width: calc(8.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-md-1 {
    -ms-flex: 0 0 calc(8.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1%  - (15px * 2));
    max-width: calc(8.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-md-2 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-md-2 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(16.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1% - (15px * 2));
    max-width: calc(16.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-md-2 {
    -ms-flex: 0 0 calc(16.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1%  - (15px * 2));
    max-width: calc(16.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-md-3 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-md-3 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(25* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1% - (15px * 2));
    max-width: calc(25 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-md-3 {
    -ms-flex: 0 0 calc(25* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1%  - (15px * 2));
    max-width: calc(25 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-md-4 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-md-4 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(33.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1% - (15px * 2));
    max-width: calc(33.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-md-4 {
    -ms-flex: 0 0 calc(33.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1%  - (15px * 2));
    max-width: calc(33.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-md-5 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-md-5 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(41.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1% - (15px * 2));
    max-width: calc(41.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-md-5 {
    -ms-flex: 0 0 calc(41.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1%  - (15px * 2));
    max-width: calc(41.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-md-6 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-md-6 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(50* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1% - (15px * 2));
    max-width: calc(50 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-md-6 {
    -ms-flex: 0 0 calc(50* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1%  - (15px * 2));
    max-width: calc(50 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-md-7 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-md-7 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(58.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1% - (15px * 2));
    max-width: calc(58.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-md-7 {
    -ms-flex: 0 0 calc(58.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1%  - (15px * 2));
    max-width: calc(58.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-md-8 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-md-8 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(66.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1% - (15px * 2));
    max-width: calc(66.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-md-8 {
    -ms-flex: 0 0 calc(66.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1%  - (15px * 2));
    max-width: calc(66.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-md-9 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-md-9 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(75* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1% - (15px * 2));
    max-width: calc(75 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-md-9 {
    -ms-flex: 0 0 calc(75* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1%  - (15px * 2));
    max-width: calc(75 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-md-10 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-md-10 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(83.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1% - (15px * 2));
    max-width: calc(83.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-md-10 {
    -ms-flex: 0 0 calc(83.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1%  - (15px * 2));
    max-width: calc(83.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-md-11 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-md-11 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(91.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1% - (15px * 2));
    max-width: calc(91.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-md-11 {
    -ms-flex: 0 0 calc(91.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1%  - (15px * 2));
    max-width: calc(91.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-md-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-md-12 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(100* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1% - (15px * 2));
    max-width: calc(100 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-md-12 {
    -ms-flex: 0 0 calc(100* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1%  - (15px * 2));
    max-width: calc(100 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-lg-1 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-lg-1 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(8.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1% - (15px * 2));
    max-width: calc(8.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-lg-1 {
    -ms-flex: 0 0 calc(8.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1%  - (15px * 2));
    max-width: calc(8.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-lg-2 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-lg-2 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(16.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1% - (15px * 2));
    max-width: calc(16.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-lg-2 {
    -ms-flex: 0 0 calc(16.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1%  - (15px * 2));
    max-width: calc(16.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-lg-3 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-lg-3 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(25* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1% - (15px * 2));
    max-width: calc(25 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-lg-3 {
    -ms-flex: 0 0 calc(25* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1%  - (15px * 2));
    max-width: calc(25 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-lg-4 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-lg-4 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(33.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1% - (15px * 2));
    max-width: calc(33.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-lg-4 {
    -ms-flex: 0 0 calc(33.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1%  - (15px * 2));
    max-width: calc(33.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-lg-5 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-lg-5 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(41.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1% - (15px * 2));
    max-width: calc(41.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-lg-5 {
    -ms-flex: 0 0 calc(41.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1%  - (15px * 2));
    max-width: calc(41.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-lg-6 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-lg-6 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(50* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1% - (15px * 2));
    max-width: calc(50 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-lg-6 {
    -ms-flex: 0 0 calc(50* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1%  - (15px * 2));
    max-width: calc(50 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-lg-7 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-lg-7 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(58.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1% - (15px * 2));
    max-width: calc(58.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-lg-7 {
    -ms-flex: 0 0 calc(58.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1%  - (15px * 2));
    max-width: calc(58.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-lg-8 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-lg-8 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(66.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1% - (15px * 2));
    max-width: calc(66.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-lg-8 {
    -ms-flex: 0 0 calc(66.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1%  - (15px * 2));
    max-width: calc(66.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-lg-9 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-lg-9 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(75* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1% - (15px * 2));
    max-width: calc(75 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-lg-9 {
    -ms-flex: 0 0 calc(75* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1%  - (15px * 2));
    max-width: calc(75 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-lg-10 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-lg-10 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(83.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1% - (15px * 2));
    max-width: calc(83.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-lg-10 {
    -ms-flex: 0 0 calc(83.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1%  - (15px * 2));
    max-width: calc(83.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-lg-11 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-lg-11 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(91.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1% - (15px * 2));
    max-width: calc(91.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-lg-11 {
    -ms-flex: 0 0 calc(91.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1%  - (15px * 2));
    max-width: calc(91.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-lg-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-lg-12 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(100* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1% - (15px * 2));
    max-width: calc(100 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-lg-12 {
    -ms-flex: 0 0 calc(100* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1%  - (15px * 2));
    max-width: calc(100 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xl-1 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xl-1 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(8.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1% - (15px * 2));
    max-width: calc(8.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xl-1 {
    -ms-flex: 0 0 calc(8.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1%  - (15px * 2));
    max-width: calc(8.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xl-2 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xl-2 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(16.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1% - (15px * 2));
    max-width: calc(16.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xl-2 {
    -ms-flex: 0 0 calc(16.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1%  - (15px * 2));
    max-width: calc(16.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xl-3 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xl-3 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(25* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1% - (15px * 2));
    max-width: calc(25 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xl-3 {
    -ms-flex: 0 0 calc(25* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1%  - (15px * 2));
    max-width: calc(25 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xl-4 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xl-4 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(33.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1% - (15px * 2));
    max-width: calc(33.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xl-4 {
    -ms-flex: 0 0 calc(33.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1%  - (15px * 2));
    max-width: calc(33.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xl-5 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xl-5 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(41.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1% - (15px * 2));
    max-width: calc(41.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xl-5 {
    -ms-flex: 0 0 calc(41.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1%  - (15px * 2));
    max-width: calc(41.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xl-6 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xl-6 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(50* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1% - (15px * 2));
    max-width: calc(50 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xl-6 {
    -ms-flex: 0 0 calc(50* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1%  - (15px * 2));
    max-width: calc(50 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xl-7 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xl-7 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(58.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1% - (15px * 2));
    max-width: calc(58.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xl-7 {
    -ms-flex: 0 0 calc(58.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1%  - (15px * 2));
    max-width: calc(58.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xl-8 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xl-8 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(66.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1% - (15px * 2));
    max-width: calc(66.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xl-8 {
    -ms-flex: 0 0 calc(66.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1%  - (15px * 2));
    max-width: calc(66.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xl-9 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xl-9 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(75* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1% - (15px * 2));
    max-width: calc(75 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xl-9 {
    -ms-flex: 0 0 calc(75* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1%  - (15px * 2));
    max-width: calc(75 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xl-10 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xl-10 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(83.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1% - (15px * 2));
    max-width: calc(83.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xl-10 {
    -ms-flex: 0 0 calc(83.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1%  - (15px * 2));
    max-width: calc(83.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xl-11 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xl-11 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(91.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1% - (15px * 2));
    max-width: calc(91.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xl-11 {
    -ms-flex: 0 0 calc(91.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1%  - (15px * 2));
    max-width: calc(91.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xl-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xl-12 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(100* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1% - (15px * 2));
    max-width: calc(100 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xl-12 {
    -ms-flex: 0 0 calc(100* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1%  - (15px * 2));
    max-width: calc(100 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xxl-1 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xxl-1 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(8.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1% - (15px * 2));
    max-width: calc(8.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xxl-1 {
    -ms-flex: 0 0 calc(8.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1%  - (15px * 2));
    max-width: calc(8.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xxl-2 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xxl-2 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(16.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1% - (15px * 2));
    max-width: calc(16.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xxl-2 {
    -ms-flex: 0 0 calc(16.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1%  - (15px * 2));
    max-width: calc(16.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xxl-3 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xxl-3 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(25* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1% - (15px * 2));
    max-width: calc(25 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xxl-3 {
    -ms-flex: 0 0 calc(25* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1%  - (15px * 2));
    max-width: calc(25 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xxl-4 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xxl-4 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(33.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1% - (15px * 2));
    max-width: calc(33.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xxl-4 {
    -ms-flex: 0 0 calc(33.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1%  - (15px * 2));
    max-width: calc(33.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xxl-5 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xxl-5 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(41.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1% - (15px * 2));
    max-width: calc(41.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xxl-5 {
    -ms-flex: 0 0 calc(41.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1%  - (15px * 2));
    max-width: calc(41.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xxl-6 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xxl-6 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(50* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1% - (15px * 2));
    max-width: calc(50 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xxl-6 {
    -ms-flex: 0 0 calc(50* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1%  - (15px * 2));
    max-width: calc(50 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xxl-7 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xxl-7 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(58.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1% - (15px * 2));
    max-width: calc(58.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xxl-7 {
    -ms-flex: 0 0 calc(58.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1%  - (15px * 2));
    max-width: calc(58.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xxl-8 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xxl-8 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(66.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1% - (15px * 2));
    max-width: calc(66.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xxl-8 {
    -ms-flex: 0 0 calc(66.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1%  - (15px * 2));
    max-width: calc(66.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xxl-9 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xxl-9 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(75* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1% - (15px * 2));
    max-width: calc(75 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xxl-9 {
    -ms-flex: 0 0 calc(75* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1%  - (15px * 2));
    max-width: calc(75 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xxl-10 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xxl-10 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(83.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1% - (15px * 2));
    max-width: calc(83.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xxl-10 {
    -ms-flex: 0 0 calc(83.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1%  - (15px * 2));
    max-width: calc(83.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xxl-11 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xxl-11 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(91.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1% - (15px * 2));
    max-width: calc(91.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xxl-11 {
    -ms-flex: 0 0 calc(91.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1%  - (15px * 2));
    max-width: calc(91.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-xxl-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xxl-12 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(100* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1% - (15px * 2));
    max-width: calc(100 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-xxl-12 {
    -ms-flex: 0 0 calc(100* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1%  - (15px * 2));
    max-width: calc(100 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-1 {
  width: calc(8.33333% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-1 {
    width: calc(8.33333% - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-2 {
  width: calc(16.66667% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-2 {
    width: calc(16.66667% - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-3 {
  width: calc(25% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-3 {
    width: calc(25% - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-4 {
  width: calc(33.33333% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-4 {
    width: calc(33.33333% - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-5 {
  width: calc(41.66667% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-5 {
    width: calc(41.66667% - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-6 {
  width: calc(50% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-6 {
    width: calc(50% - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-7 {
  width: calc(58.33333% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-7 {
    width: calc(58.33333% - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-8 {
  width: calc(66.66667% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-8 {
    width: calc(66.66667% - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-9 {
  width: calc(75% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-9 {
    width: calc(75% - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-10 {
  width: calc(83.33333% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-10 {
    width: calc(83.33333% - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-11 {
  width: calc(91.66667% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-11 {
    width: calc(91.66667% - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.newsletter-headband .col-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband .col-12 {
    width: calc(100% - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 7, resources/assets/styles/components/_newsletter-headband.scss */

.newsletter-headband__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 767px) {
  /* line 7, resources/assets/styles/components/_newsletter-headband.scss */

  .newsletter-headband__left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 15, resources/assets/styles/components/_newsletter-headband.scss */

.newsletter-headband > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 767px) {
  /* line 15, resources/assets/styles/components/_newsletter-headband.scss */

  .newsletter-headband > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 24, resources/assets/styles/components/_newsletter-headband.scss */

.newsletter-headband h2 {
  font-family: "Poppins";
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-transform: uppercase;
  margin: 0 32px 0 0;
  color: #121212;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.newsletter-headband h2 {
  font-size: 1.625rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband h2 {
    font-size: calc(26px + 6 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband h2 {
    font-size: 2rem;
  }
}

/* line 30, resources/assets/styles/components/_newsletter-headband.scss */

.newsletter-headband p {
  font-family: "Poppins";
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  margin-bottom: 15px;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.newsletter-headband p {
  font-size: 0.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband p {
    font-size: calc(12px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .newsletter-headband p {
    font-size: 0.875rem;
  }
}

@media (min-width: 767px) {
  /* line 30, resources/assets/styles/components/_newsletter-headband.scss */

  .newsletter-headband p {
    margin-bottom: 0;
  }
}

/* line 2, resources/assets/styles/components/_sharelinks.scss */

.sharelinks a {
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

/* line 279, resources/assets/styles/common/_mixins.scss */

.sharelinks a:hover i:before {
  -webkit-filter: invert(1);
          filter: invert(1);
}

/* line 5, resources/assets/styles/components/_sharelinks.scss */

.sharelinks a:not(:last-child) {
  margin-bottom: 24px;
}

/* line 11, resources/assets/styles/components/_sharelinks.scss */

.sharelinks a .ic-twitter:before,
.sharelinks a .ic-facebook:before {
  position: relative;
  top: 2px;
}

/* line 1, resources/assets/styles/components/_article-mini.scss */

.article-mini {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

@media (min-width: 767px) {
  /* line 1, resources/assets/styles/components/_article-mini.scss */

  .article-mini {
    margin-top: 80px;
    height: 100%;
  }
}

/* line 11, resources/assets/styles/components/_article-mini.scss */

.article-mini__header {
  position: relative;
}

/* line 13, resources/assets/styles/components/_article-mini.scss */

.article-mini__header:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 90%;
  height: 2px;
  background-color: #121212;
}

/* line 23, resources/assets/styles/components/_article-mini.scss */

.article-mini__header .extract {
  padding-left: 20px;
  line-height: 1.5;
}

@media (max-width: 576px) {
  /* line 23, resources/assets/styles/components/_article-mini.scss */

  .article-mini__header .extract {
    font-size: 0.875rem;
  }

  /* line 28, resources/assets/styles/components/_article-mini.scss */

  .article-mini__header .extract p {
    font-size: 0.875rem;
  }
}

/* line 32, resources/assets/styles/components/_article-mini.scss */

.article-mini__header .extract b,
.article-mini__header .extract strong {
  font-weight: normal;
}

/* line 36, resources/assets/styles/components/_article-mini.scss */

.article-mini__header .extract p {
  line-height: 1.5;
}

/* line 41, resources/assets/styles/components/_article-mini.scss */

.article-mini__footer {
  position: relative;
  z-index: 2;
}

/* line 45, resources/assets/styles/components/_article-mini.scss */

.article-mini .article-mini-banner {
  position: relative;
  z-index: -1;
  background-color: #fff582;
}

/* line 234, resources/assets/styles/common/_mixins.scss */

.article-mini .article-mini-banner:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.12903%;
}

/* line 240, resources/assets/styles/common/_mixins.scss */

.article-mini .article-mini-banner > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 50, resources/assets/styles/components/_article-mini.scss */

.article-mini:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 2px;
  height: 100%;
  background-color: #121212;
}

@media (min-width: 992px) {
  /* line 50, resources/assets/styles/components/_article-mini.scss */

  .article-mini:before {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
  }
}

/* line 61, resources/assets/styles/components/_article-mini.scss */

.article-mini .link-to-post {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/* line 312, resources/assets/styles/common/_mixins.scss */

.article-mini time {
  margin-right: 10px;
}

@media (min-width: 992px) {
  /* line 312, resources/assets/styles/common/_mixins.scss */

  .article-mini time {
    margin-right: 34px;
  }
}

/* line 318, resources/assets/styles/common/_mixins.scss */

.article-mini .cats p,
.article-mini time {
  font-family: "Poppins";
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.article-mini .cats p,
.article-mini time {
  font-size: 0.875rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .article-mini .cats p,
  .article-mini time {
    font-size: calc(14px + 0 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .article-mini .cats p,
  .article-mini time {
    font-size: 0.875rem;
  }
}

/* line 323, resources/assets/styles/common/_mixins.scss */

.article-mini .cats p {
  display: inline-block;
  vertical-align: top;
  margin-right: 24px;
  margin-bottom: 8px;
  color: #3ea6ff;
}

/* line 330, resources/assets/styles/common/_mixins.scss */

.article-mini .cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  padding: 10px 20px 30px 20px;
}

/* line 76, resources/assets/styles/components/_article-mini.scss */

.article-mini a {
  text-decoration: none;
  color: #121212;
}

.article-mini .bg-image,
.article-highlight .bg-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}


@media (max-width: 767px) {
  .article-mini .bg-image,
  .article-highlight .bg-image {
    background-image: var(--img-mobile, var(--img-desktop, none));
  }
}


/* line 79, resources/assets/styles/components/_article-mini.scss */

.article-mini img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 340, resources/assets/styles/common/_mixins.scss */

.article-mini img.no-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: invert(1);
          filter: invert(1);
}

/* line 87, resources/assets/styles/components/_article-mini.scss */

.article-mini h3 {
  margin-top: 40px;
  margin-bottom: 16px;
  padding-left: 20px;
  text-transform: none;
  font-size: 22px;
}

@media (max-width: 576px) {
  /* line 87, resources/assets/styles/components/_article-mini.scss */

  .article-mini h3 {
    font-size: 1.25rem;
  }
  
  .brand img {
      max-width: 200px !important;
  }
}

/* line 103, resources/assets/styles/components/_article-mini.scss */

.article-mini .share {
  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;
  padding-left: 38px;
}

@media (min-width: 767px) {
  /* line 103, resources/assets/styles/components/_article-mini.scss */

  .article-mini .share {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 0;
  }
}

/* line 112, resources/assets/styles/components/_article-mini.scss */

.article-mini .share p {
  text-transform: uppercase;
  margin-right: 24px;
}

/* line 116, resources/assets/styles/components/_article-mini.scss */

.article-mini .share .sharelinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 118, resources/assets/styles/components/_article-mini.scss */

.article-mini .share .sharelinks a {
  margin: 0 9px;
}

@media (min-width: 992px) {
  /* line 118, resources/assets/styles/components/_article-mini.scss */

  .article-mini .share .sharelinks a {
    margin: 0 12px;
  }
}

/* line 1, resources/assets/styles/components/_article-highlight.scss */

.article-highlight {
  background-color: #fff582;
  padding: 40px 15px;
  margin: 40px 0 40px;
}

@media (min-width: 576px) {
  /* line 1, resources/assets/styles/components/_article-highlight.scss */

  .article-highlight {
    padding: 40px 28px;
  }
}

@media (min-width: 767px) {
  /* line 1, resources/assets/styles/components/_article-highlight.scss */

  .article-highlight {
    margin: 40px 0 80px;
  }
}

@media (min-width: 992px) {
  /* line 1, resources/assets/styles/components/_article-highlight.scss */

  .article-highlight {
    margin: 40px 0 120px;
  }
}

/* line 14, resources/assets/styles/components/_article-highlight.scss */

.article-highlight .article-mini-banner {
  /*border: 15px solid #ffffff;*/
  width: calc(100% - cacl(15px * 2));
  height: calc(100% - (15px * 2));
  position: relative;
}

/* line 234, resources/assets/styles/common/_mixins.scss */

.article-highlight .article-mini-banner:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 240, resources/assets/styles/common/_mixins.scss */

.article-highlight .article-mini-banner > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 992px) {
  /* line 14, resources/assets/styles/components/_article-highlight.scss */

  .article-highlight .article-mini-banner {
    /*border: 18px solid #ffffff;*/
    width: calc(100% - 18px);
    height: calc(100% - (18px * 2));
  }
}

/* line 24, resources/assets/styles/components/_article-highlight.scss */

.article-highlight .article-mini-banner > div {
  width: 100%;
  height: 100%;
}

/* line 29, resources/assets/styles/components/_article-highlight.scss */

.article-highlight__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 1200px) {
  /* line 29, resources/assets/styles/components/_article-highlight.scss */

  .article-highlight__body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 35, resources/assets/styles/components/_article-highlight.scss */

.article-highlight__body > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 85%;
  width: 100%;
}

/* line 44, resources/assets/styles/components/_article-highlight.scss */

.article-highlight img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 312, resources/assets/styles/common/_mixins.scss */

.article-highlight time {
  margin-right: 10px;
}

@media (min-width: 992px) {
  /* line 312, resources/assets/styles/common/_mixins.scss */

  .article-highlight time {
    margin-right: 34px;
  }
}

/* line 318, resources/assets/styles/common/_mixins.scss */

.article-highlight .cats p,
.article-highlight time {
  font-family: "Poppins";
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.article-highlight .cats p,
.article-highlight time {
  font-size: 0.875rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .article-highlight .cats p,
  .article-highlight time {
    font-size: calc(14px + 0 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .article-highlight .cats p,
  .article-highlight time {
    font-size: 0.875rem;
  }
}

/* line 323, resources/assets/styles/common/_mixins.scss */

.article-highlight .cats p {
  display: inline-block;
  vertical-align: top;
  margin-right: 24px;
  margin-bottom: 8px;
  color: #3ea6ff;
}

/* line 330, resources/assets/styles/common/_mixins.scss */

.article-highlight .cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  padding: 10px 38px;
}

/* line 51, resources/assets/styles/components/_article-highlight.scss */

.article-highlight .cats {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0;
  margin-top: 15px;
  padding-right: 0;
  border-bottom: 2px solid #121212;
}

@media (min-width: 767px) {
  /* line 51, resources/assets/styles/components/_article-highlight.scss */

  .article-highlight .cats {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  /* line 51, resources/assets/styles/components/_article-highlight.scss */

  .article-highlight .cats {
    padding-bottom: 0;
  }
}

/* line 63, resources/assets/styles/components/_article-highlight.scss */

.article-highlight .cats p {
  font-family: "Poppins";
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #121212;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.article-highlight .cats p {
  font-size: 1.125rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .article-highlight .cats p {
    font-size: calc(18px + 6 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .article-highlight .cats p {
    font-size: 1.5rem;
  }
}

/* line 68, resources/assets/styles/components/_article-highlight.scss */

.article-highlight h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  text-transform: none;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 68, resources/assets/styles/components/_article-highlight.scss */

  .article-highlight h2 {
    margin-top: 40px;
    margin-bottom: 24px;
  }
}

@media (max-width: 576px) {
  /* line 68, resources/assets/styles/components/_article-highlight.scss */

  .article-highlight h2 {
    font-size: 1.25rem;
  }
}

/* line 82, resources/assets/styles/components/_article-highlight.scss */

.article-highlight .extract {
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  /* line 82, resources/assets/styles/components/_article-highlight.scss */

  .article-highlight .extract {
    font-size: 0.875rem;
  }

  /* line 86, resources/assets/styles/components/_article-highlight.scss */

  .article-highlight .extract p {
    font-size: 0.875rem;
  }
}

/* line 90, resources/assets/styles/components/_article-highlight.scss */

.article-highlight .extract b,
.article-highlight .extract strong {
  font-weight: normal;
}

/* line 94, resources/assets/styles/components/_article-highlight.scss */

.article-highlight .extract p {
  font-size: 1.25rem;
  line-height: 1.4;
}

/* line 99, resources/assets/styles/components/_article-highlight.scss */

.article-highlight .link-bottom {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 576px) {
  /* line 99, resources/assets/styles/components/_article-highlight.scss */

  .article-highlight .link-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 767px) {
  /* line 99, resources/assets/styles/components/_article-highlight.scss */

  .article-highlight .link-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 992px) {
  /* line 99, resources/assets/styles/components/_article-highlight.scss */

  .article-highlight .link-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 116, resources/assets/styles/components/_article-highlight.scss */

.article-highlight .btn {
  background-color: transparent;
  margin-right: 15px;
}

/* line 119, resources/assets/styles/components/_article-highlight.scss */

.article-highlight .btn:hover {
  background-color: #121212;
}

/* line 123, resources/assets/styles/components/_article-highlight.scss */

.article-highlight .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}

@media (min-width: 576px) {
  /* line 123, resources/assets/styles/components/_article-highlight.scss */

  .article-highlight .share {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
  }
}

@media (min-width: 767px) {
  /* line 123, resources/assets/styles/components/_article-highlight.scss */

  .article-highlight .share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  /* line 123, resources/assets/styles/components/_article-highlight.scss */

  .article-highlight .share {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
}

/* line 142, resources/assets/styles/components/_article-highlight.scss */

.article-highlight .share p {
  margin-bottom: 10px;
  margin-right: 18px;
}

@media (min-width: 767px) {
  /* line 142, resources/assets/styles/components/_article-highlight.scss */

  .article-highlight .share p {
    margin-right: 24px;
  }
}

@media (min-width: 992px) {
  /* line 142, resources/assets/styles/components/_article-highlight.scss */

  .article-highlight .share p {
    margin-bottom: 0;
  }
}

/* line 152, resources/assets/styles/components/_article-highlight.scss */

.article-highlight .share .sharelinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 155, resources/assets/styles/components/_article-highlight.scss */

.article-highlight .share .sharelinks a {
  margin-bottom: 0;
}

/* line 157, resources/assets/styles/components/_article-highlight.scss */

.article-highlight .share .sharelinks a:not(:last-child) {
  margin-right: 18px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/components/_article-highlight.scss */

  .article-highlight .share .sharelinks a:not(:last-child) {
    margin-right: 24px;
  }
}

/* line 1, resources/assets/styles/components/_subscribe-to-review.scss */

.subscribe-to-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #3ea6ff;
  color: #ffffff;
  padding: 35px;
}

@media (min-width: 767px) {
  /* line 1, resources/assets/styles/components/_subscribe-to-review.scss */

  .subscribe-to-review {
    padding: 56px;
  }
}

/* line 13, resources/assets/styles/components/_subscribe-to-review.scss */

.subscribe-to-review h2 {
  width: 100%;
  font-family: "Poppins";
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #ffffff;
}

@media (min-width: 767px) {
  /* line 13, resources/assets/styles/components/_subscribe-to-review.scss */

  .subscribe-to-review h2 {
    width: 50%;
  }
}

/* line 25, resources/assets/styles/components/_subscribe-to-review.scss */

.subscribe-to-review p {
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
}

/* line 33, resources/assets/styles/components/_subscribe-to-review.scss */

.subscribe-to-review--default {
  height: calc(100% - (63px * 2));
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 576px) {
  /* line 33, resources/assets/styles/components/_subscribe-to-review.scss */

  .subscribe-to-review--default {
    height: auto;
    margin-bottom: 16px;
  }
}

/* line 41, resources/assets/styles/components/_subscribe-to-review.scss */

.subscribe-to-review--default .subscribe-to-review__body,
.subscribe-to-review--default .subscribe-to-review__cover {
  width: 50%;
}

/* line 46, resources/assets/styles/components/_subscribe-to-review.scss */

.subscribe-to-review--default .subscribe-to-review__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

@media (min-width: 576px) {
  /* line 46, resources/assets/styles/components/_subscribe-to-review.scss */

  .subscribe-to-review--default .subscribe-to-review__body {
    width: 50%;
  }
}

/* line 58, resources/assets/styles/components/_subscribe-to-review.scss */

.subscribe-to-review--default .review-cover {
  max-width: 210px;
  display: none;
}

@media (min-width: 576px) {
  /* line 58, resources/assets/styles/components/_subscribe-to-review.scss */

  .subscribe-to-review--default .review-cover {
    display: block;
  }
}

@media (min-width: 1200px) {
  /* line 58, resources/assets/styles/components/_subscribe-to-review.scss */

  .subscribe-to-review--default .review-cover {
    width: 100%;
    max-width: none;
  }
}

/* line 70, resources/assets/styles/components/_subscribe-to-review.scss */

.subscribe-to-review--default .btn {
  margin-top: 15px;
}

/* line 74, resources/assets/styles/components/_subscribe-to-review.scss */

.subscribe-to-review--offers {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 767px) {
  /* line 74, resources/assets/styles/components/_subscribe-to-review.scss */

  .subscribe-to-review--offers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* line 80, resources/assets/styles/components/_subscribe-to-review.scss */

.subscribe-to-review--offers .review-cover {
  max-width: 100%;
}

@media (min-width: 767px) {
  /* line 80, resources/assets/styles/components/_subscribe-to-review.scss */

  .subscribe-to-review--offers .review-cover {
    max-width: none;
  }
}

/* line 88, resources/assets/styles/components/_subscribe-to-review.scss */

.subscribe-to-review--slide {
  display: none;
  position: relative;
  margin-top: 15px;
  padding: 20px;
}

@media (min-width: 767px) {
  /* line 88, resources/assets/styles/components/_subscribe-to-review.scss */

  .subscribe-to-review--slide {
    display: block;
    max-height: 301px;
    max-width: calc(240px - 56px * 2);
    height: calc(100% - (108px * 2));
    position: relative;
    padding: 56px;
    margin-top: 0;
  }

  /* line 234, resources/assets/styles/common/_mixins.scss */

  .subscribe-to-review--slide:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 132.77974%;
  }

  /* line 240, resources/assets/styles/common/_mixins.scss */

  .subscribe-to-review--slide > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media (min-width: 1200px) {
  /* line 88, resources/assets/styles/components/_subscribe-to-review.scss */

  .subscribe-to-review--slide {
    padding: 70px;
  }
}

/* line 110, resources/assets/styles/components/_subscribe-to-review.scss */

.subscribe-to-review--slide .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 767px) {
  /* line 110, resources/assets/styles/components/_subscribe-to-review.scss */

  .subscribe-to-review--slide .content {
    padding: 32px 24px;
  }
}

/* line 117, resources/assets/styles/components/_subscribe-to-review.scss */

.subscribe-to-review--slide .content a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 122, resources/assets/styles/components/_subscribe-to-review.scss */

.subscribe-to-review--slide h3 {
  font-family: "Poppins";
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  width: 85%;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.subscribe-to-review--slide h3 {
  font-size: 0.875rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .subscribe-to-review--slide h3 {
    font-size: calc(14px + 10 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .subscribe-to-review--slide h3 {
    font-size: 1.5rem;
  }
}

/* line 126, resources/assets/styles/components/_subscribe-to-review.scss */

.subscribe-to-review--slide .review-cover {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 170px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: right;
  display: none;
}

@media (min-width: 992px) {
  /* line 126, resources/assets/styles/components/_subscribe-to-review.scss */

  .subscribe-to-review--slide .review-cover {
    display: block;
    margin-bottom: -30px;
    margin-right: -20px;
  }
}

/* line 143, resources/assets/styles/components/_subscribe-to-review.scss */

.subscribe-to-review--sidebar {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 48px 40px;
  margin-top: 30px;
}

@media (min-width: 992px) {
  /* line 143, resources/assets/styles/components/_subscribe-to-review.scss */

  .subscribe-to-review--sidebar {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* line 153, resources/assets/styles/components/_subscribe-to-review.scss */

.subscribe-to-review--sidebar h2 {
  font-size: 32px;
  width: 85%;
  margin-top: 0;
}

/* line 158, resources/assets/styles/components/_subscribe-to-review.scss */

.subscribe-to-review--sidebar p {
  margin-bottom: 19px;
}

@media (min-width: 767px) {
  /* line 158, resources/assets/styles/components/_subscribe-to-review.scss */

  .subscribe-to-review--sidebar p {
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  /* line 158, resources/assets/styles/components/_subscribe-to-review.scss */

  .subscribe-to-review--sidebar p {
    max-width: 100%;
    font-size: 16px;
  }
}

/* line 168, resources/assets/styles/components/_subscribe-to-review.scss */

.subscribe-to-review--sidebar .review-cover {
  display: none;
  max-width: 205px;
}

@media (min-width: 767px) {
  /* line 168, resources/assets/styles/components/_subscribe-to-review.scss */

  .subscribe-to-review--sidebar .review-cover {
    display: block;
    position: absolute;
    top: 50%;
    left: 65%;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  /* line 168, resources/assets/styles/components/_subscribe-to-review.scss */

  .subscribe-to-review--sidebar .review-cover {
    position: initial;
    width: 100%;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

/* line 193, resources/assets/styles/components/_subscribe-to-review.scss */

.subscribe-to-review--banner {
  background-color: #3ea6ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  margin-top: 60px;
  margin-bottom: 100px;
}

@media (min-width: 767px) {
  /* line 193, resources/assets/styles/components/_subscribe-to-review.scss */

  .subscribe-to-review--banner {
    padding: 0 65px 0 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* line 207, resources/assets/styles/components/_subscribe-to-review.scss */

.subscribe-to-review--banner .subscribe-to-review__body {
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 767px) {
  /* line 207, resources/assets/styles/components/_subscribe-to-review.scss */

  .subscribe-to-review--banner .subscribe-to-review__body {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* line 215, resources/assets/styles/components/_subscribe-to-review.scss */

.subscribe-to-review--banner .subscribe-to-review__body img {
  max-width: 225px;
  display: block;
  margin: 10px auto;
}

@media (min-width: 992px) {
  /* line 215, resources/assets/styles/components/_subscribe-to-review.scss */

  .subscribe-to-review--banner .subscribe-to-review__body img {
    max-width: 270px;
  }
}

/* line 225, resources/assets/styles/components/_subscribe-to-review.scss */

.subscribe-to-review--banner h2 {
  font-family: "Poppins";
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.subscribe-to-review--banner h2 {
  font-size: 1.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .subscribe-to-review--banner h2 {
    font-size: calc(28px + 12 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .subscribe-to-review--banner h2 {
    font-size: 2.5rem;
  }
}

/* line 232, resources/assets/styles/components/_subscribe-to-review.scss */

.subscribe-to-review--banner .review-cover {
  display: none;
  margin-bottom: -80px;
  margin-top: -30px;
}

@media (min-width: 767px) {
  /* line 232, resources/assets/styles/components/_subscribe-to-review.scss */

  .subscribe-to-review--banner .review-cover {
    max-width: 265px;
    display: block;
  }
}

@media (min-width: 992px) {
  /* line 232, resources/assets/styles/components/_subscribe-to-review.scss */

  .subscribe-to-review--banner .review-cover {
    max-width: 317px;
  }
}

/* line 244, resources/assets/styles/components/_subscribe-to-review.scss */

.subscribe-to-review--banner .btn {
  margin: 0 auto;
  margin-top: 22px;
}

@media (min-width: 767px) {
  /* line 244, resources/assets/styles/components/_subscribe-to-review.scss */

  .subscribe-to-review--banner .btn {
    margin: 0;
  }
}

/* line 254, resources/assets/styles/components/_subscribe-to-review.scss */

.subscribe-to-review--headband {
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3ea6ff;
  z-index: 999;
  padding: 4px 0;
}

/* line 74, resources/assets/styles/common/_mixins.scss */

.subscribe-to-review--headband .container {
  width: calc(100% - (15px * 2));
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .subscribe-to-review--headband .container {
    max-width: 540px;
  }
}

@media (min-width: 767px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .subscribe-to-review--headband .container {
    max-width: 767px;
  }
}

@media (min-width: 992px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .subscribe-to-review--headband .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .subscribe-to-review--headband .container {
    max-width: 1120px;
  }
}

@media (min-width: 1380px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .subscribe-to-review--headband .container {
    max-width: 1120px;
  }
}

/* line 261, resources/assets/styles/components/_subscribe-to-review.scss */

.subscribe-to-review--headband.headband-hide {
  display: none;
}

/* line 264, resources/assets/styles/components/_subscribe-to-review.scss */

.subscribe-to-review--headband > div {
  position: relative;
  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;
}

@media (min-width: 767px) {
  /* line 264, resources/assets/styles/components/_subscribe-to-review.scss */

  .subscribe-to-review--headband > div {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/* line 274, resources/assets/styles/components/_subscribe-to-review.scss */

.subscribe-to-review--headband .subscribe-to-review__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 767px) {
  /* line 274, resources/assets/styles/components/_subscribe-to-review.scss */

  .subscribe-to-review--headband .subscribe-to-review__body {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* line 284, resources/assets/styles/components/_subscribe-to-review.scss */

.subscribe-to-review--headband h2 {
  font-family: "Poppins";
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.33;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #ffffff;
  width: auto;
  margin: 0;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.subscribe-to-review--headband h2 {
  font-size: 0.625rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .subscribe-to-review--headband h2 {
    font-size: calc(10px + 14 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .subscribe-to-review--headband h2 {
    font-size: 1.5rem;
  }
}

/* line 292, resources/assets/styles/components/_subscribe-to-review.scss */

.subscribe-to-review--headband .review-cover {
  display: none;
  position: absolute;
  top: -50px;
  left: 0;
  max-width: 156px;
}

@media (min-width: 767px) {
  /* line 292, resources/assets/styles/components/_subscribe-to-review.scss */

  .subscribe-to-review--headband .review-cover {
    display: block;
  }
}

/* line 303, resources/assets/styles/components/_subscribe-to-review.scss */

.subscribe-to-review--headband .brand {
  margin-left: 5px;
  vertical-align: middle;
  max-width: 70px;
}

@media screen and (min-width: 350px) {
  /* line 303, resources/assets/styles/components/_subscribe-to-review.scss */

  .subscribe-to-review--headband .brand {
    margin-top: -5px;
    max-width: 100px;
  }
}

@media (min-width: 767px) {
  /* line 303, resources/assets/styles/components/_subscribe-to-review.scss */

  .subscribe-to-review--headband .brand {
    max-width: 157px;
  }
}

/* line 316, resources/assets/styles/components/_subscribe-to-review.scss */

.subscribe-to-review--headband .btn {
  font-family: "Poppins";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-right: 25px;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.subscribe-to-review--headband .btn {
  font-size: 0.625rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .subscribe-to-review--headband .btn {
    font-size: calc(10px + 4 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .subscribe-to-review--headband .btn {
    font-size: 0.875rem;
  }
}

@media (min-width: 992px) {
  /* line 316, resources/assets/styles/components/_subscribe-to-review.scss */

  .subscribe-to-review--headband .btn {
    margin-right: 0;
  }
}

/* line 287, resources/assets/styles/common/_mixins.scss */

.subscribe-to-review--headband .ic-close {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: none;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 293, resources/assets/styles/common/_mixins.scss */

.subscribe-to-review--headband .ic-close:before,
.subscribe-to-review--headband .ic-close:after {
  content: "";
  position: relative;
  display: block;
  width: 16px;
  height: 2px;
  background-color: #ffffff;
}

/* line 300, resources/assets/styles/common/_mixins.scss */

.subscribe-to-review--headband .ic-close:before {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 303, resources/assets/styles/common/_mixins.scss */

.subscribe-to-review--headband .ic-close:after {
  -webkit-transform: rotate(-45deg) translate(1px, -1px);
       -o-transform: rotate(-45deg) translate(1px, -1px);
          transform: rotate(-45deg) translate(1px, -1px);
}

/* line 1, resources/assets/styles/components/_slider-archive.scss */

.slider-archive {
  padding: 72px 0;
  background-color: #f1f1f1;
}

/* line 5, resources/assets/styles/components/_slider-archive.scss */

.slider-archive > div > div {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 767px) {
  /* line 5, resources/assets/styles/components/_slider-archive.scss */

  .slider-archive > div > div {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  /* line 12, resources/assets/styles/components/_slider-archive.scss */

  .slider-archive .col-1 {
    width: 0;
    padding: 0;
  }
}

/* line 17, resources/assets/styles/components/_slider-archive.scss */

.slider-archive .col-1 > * {
  margin-left: -35px;
}

/* line 21, resources/assets/styles/components/_slider-archive.scss */

.slider-archive h2 {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 20px 20px;
       -o-transform-origin: 20px 20px;
          transform-origin: 20px 20px;
}

/* line 26, resources/assets/styles/components/_slider-archive.scss */

.slider-archive #slider-archive {
  width: calc(100% + (18px * 2));
}

/* line 30, resources/assets/styles/components/_slider-archive.scss */

.slider-archive .slick-arrow {
  border: none;
  z-index: 2;
  background-color: transparent;
  width: 29px;
}

/* line 35, resources/assets/styles/components/_slider-archive.scss */

.slider-archive .slick-arrow.slick-next,
.slider-archive .slick-arrow.slick-prev {
  position: absolute;
  left: auto;
  right: 20px;
}

@media (min-width: 767px) {
  /* line 35, resources/assets/styles/components/_slider-archive.scss */

  .slider-archive .slick-arrow.slick-next,
  .slider-archive .slick-arrow.slick-prev {
    left: -17%;
  }
}

/* line 47, resources/assets/styles/components/_slider-archive.scss */

.slider-archive .slick-arrow.slick-prev {
  bottom: calc(50% + 40px);
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 767px) {
  /* line 47, resources/assets/styles/components/_slider-archive.scss */

  .slider-archive .slick-arrow.slick-prev {
    bottom: 14px;
  }
}

@media (min-width: 992px) {
  /* line 47, resources/assets/styles/components/_slider-archive.scss */

  .slider-archive .slick-arrow.slick-prev {
    bottom: 50px;
  }
}

/* line 57, resources/assets/styles/components/_slider-archive.scss */

.slider-archive .slick-arrow.slick-next {
  bottom: 50%;
}

@media (min-width: 767px) {
  /* line 57, resources/assets/styles/components/_slider-archive.scss */

  .slider-archive .slick-arrow.slick-next {
    bottom: -15px;
  }
}

@media (min-width: 992px) {
  /* line 57, resources/assets/styles/components/_slider-archive.scss */

  .slider-archive .slick-arrow.slick-next {
    bottom: 0;
  }
}

/* line 68, resources/assets/styles/components/_slider-archive.scss */

.slider-archive .slide {
  text-align: center;
  margin-right: 72px;
}

/* line 71, resources/assets/styles/components/_slider-archive.scss */

.slider-archive .slide img {
  max-height: 246px;
  width: auto;
  margin: 0 auto 24px;
}

/* line 77, resources/assets/styles/components/_slider-archive.scss */

.slider-archive .slide .btn {
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  padding: 11px 14px;
}

/* line 279, resources/assets/styles/common/_mixins.scss */

.slider-archive .slide .btn:hover i:before {
  -webkit-filter: invert(1);
          filter: invert(1);
}

@media (min-width: 992px) {
  /* line 77, resources/assets/styles/components/_slider-archive.scss */

  .slider-archive .slide .btn {
    padding: 15px 18px;
  }
}

/* line 85, resources/assets/styles/components/_slider-archive.scss */

.slider-archive .slide .btn i:before {
  -webkit-transform: scale(1.3);
       -o-transform: scale(1.3);
          transform: scale(1.3);
}

/* line 1, resources/assets/styles/components/_add.scss */

.add {
  background-color: #f1f1f1;
}

/* line 3, resources/assets/styles/components/_add.scss */

.add--324 {
  height: 324px;
}

/* line 6, resources/assets/styles/components/_add.scss */

.add--170 {
  height: 170px;
}

/* line 11, resources/assets/styles/components/_add.scss */

.encart-edito {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f1f1f1;
  margin-bottom: 50px;
}

/* line 16, resources/assets/styles/components/_add.scss */

.encart-edito--full {
  padding: 10px 0;
}

/* line 19, resources/assets/styles/components/_add.scss */

.encart-edito > * {
  margin: 0 auto;
}

/* line 22, resources/assets/styles/components/_add.scss */

.encart-edito span {
  font-size: 0.75rem;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-weight: 400;
}

/* line 29, resources/assets/styles/components/_add.scss */

.encart-edito img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
}

/* Slider */

/* line 2, resources/assets/styles/components/_slick.scss */

.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;
}

/* line 21, resources/assets/styles/components/_slick.scss */

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 31, resources/assets/styles/components/_slick.scss */

.slick-list:focus {
  outline: none;
}

/* line 35, resources/assets/styles/components/_slick.scss */

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 41, resources/assets/styles/components/_slick.scss */

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 51, resources/assets/styles/components/_slick.scss */

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 61, resources/assets/styles/components/_slick.scss */

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

/* line 68, resources/assets/styles/components/_slick.scss */

.slick-track:after {
  clear: both;
}

/* line 72, resources/assets/styles/components/_slick.scss */

.slick-loading .slick-track {
  visibility: hidden;
}

/* line 77, resources/assets/styles/components/_slick.scss */

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 85, resources/assets/styles/components/_slick.scss */

[dir='rtl'] .slick-slide {
  float: right;
}

/* line 89, resources/assets/styles/components/_slick.scss */

.slick-slide img {
  display: block;
}

/* line 93, resources/assets/styles/components/_slick.scss */

.slick-slide.slick-loading img {
  display: none;
}

/* line 97, resources/assets/styles/components/_slick.scss */

.slick-slide.dragging img {
  pointer-events: none;
}

/* line 101, resources/assets/styles/components/_slick.scss */

.slick-initialized .slick-slide {
  display: block;
}

/* line 105, resources/assets/styles/components/_slick.scss */

.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 109, resources/assets/styles/components/_slick.scss */

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 117, resources/assets/styles/components/_slick.scss */

.slick-arrow.slick-hidden {
  display: none;
}

/* line 1, resources/assets/styles/components/_feed-twitter.scss */

.have-feed-twitter {
  position: relative;
  margin-bottom: 40px;
}

@media (min-width: 767px) {
  /* line 1, resources/assets/styles/components/_feed-twitter.scss */

  .have-feed-twitter {
    margin-bottom: 80px;
  }
}

/* line 7, resources/assets/styles/components/_feed-twitter.scss */

.have-feed-twitter .article-mini {
  width: 100% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  padding: 0;
  max-width: none;
  margin-bottom: 40px !important;
}

/* line 13, resources/assets/styles/components/_feed-twitter.scss */

.have-feed-twitter .article-mini:before {
  left: 0;
}

/* line 16, resources/assets/styles/components/_feed-twitter.scss */

.have-feed-twitter .article-mini .cats {
  left: calc(0px + 2px);
}

@media (min-width: 767px) {
  /* line 7, resources/assets/styles/components/_feed-twitter.scss */

  .have-feed-twitter .article-mini {
    margin-bottom: 80px !important;
  }
}

/* line 24, resources/assets/styles/components/_feed-twitter.scss */

.feed-twitter {
  background-color: #fff582;
  padding: 42px 42px 24px;
  margin-bottom: 40px;
}

@media (min-width: 767px) {
  /* line 24, resources/assets/styles/components/_feed-twitter.scss */

  .feed-twitter {
    padding: 72px 72px 14px;
    margin-bottom: 15px;
    min-height: calc(100% - 160px);
  }
}

@media (min-width: 767px) {
  /* line 34, resources/assets/styles/components/_feed-twitter.scss */

  .feed-twitter.format-min {
    min-height: 1px;
    padding: 40px 72px 14px;
  }

  /* line 38, resources/assets/styles/components/_feed-twitter.scss */

  .feed-twitter.format-min h2 {
    margin-bottom: 20px;
  }

  /* line 42, resources/assets/styles/components/_feed-twitter.scss */

  .feed-twitter.format-min .tweets_avatar:nth-last-child(2),
  .feed-twitter.format-min .tweets_avatar:last-child {
    display: none;
  }
}

/* line 49, resources/assets/styles/components/_feed-twitter.scss */

.feed-twitter h2 {
  margin-bottom: 35px;
  font-size: 2rem;
}

/* line 52, resources/assets/styles/components/_feed-twitter.scss */

.feed-twitter h2:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 46px;
  height: 37px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjQ4cHgiIGhlaWdodD0iMzhweCIgdmlld0JveD0iMCAwIDQ4IDM4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPg0KICAgIDx0aXRsZT5pY190d2l0dGVyPC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZyBpZD0iRGVza3RvcCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJIZW1pY3ljbGVfRFRfQWNjdWVpbC0wMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTgzMi4wMDAwMDAsIC01MDg2LjAwMDAwMCkiIGZpbGw9IiMzRUE2RkYiPg0KICAgICAgICAgICAgPGcgaWQ9IlNvY2lhbC1XYWxsIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3NTYuMDAwMDAwLCA1MDAyLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgIDxnIGlkPSJpY190d2l0dGVyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3Ni4wMDAwMDAsIDg0LjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNDYuMDQ1NDYyMSwxLjAyMDgyMDE0IEM0NC4xOTYwOTE1LDIuMTAxODIzMTUgNDIuMTQ0NTE4OSwyLjg4NTc0NDc2IDM5Ljk2Mzg0ODEsMy4zMTAzNjg5NiBDMzguMjIwMjQ0NiwxLjQ3ODEwNzc0IDM1LjczMTYwNDYsMC4zMzMzMzMzMzMgMzIuOTc2OTkxMiwwLjMzMzMzMzMzMyBDMjcuNjkwMTg2NSwwLjMzMzMzMzMzMyAyMy40MDM1MDQxLDQuNTUzMTMzNTggMjMuNDAzNTA0MSw5Ljc1NzUwMjAzIEMyMy40MDM1MDQxLDEwLjQ5NjMxNyAyMy40ODkwNTExLDExLjIxMzM1NjQgMjMuNjUwODEyNywxMS45MDM5NTQgQzE1LjY5MzM4NjIsMTEuNTEwNDM3OCA4LjYzOTY0NzE1LDcuNzU4ODEzMDEgMy45MTc0NTI3LDIuMDU4MjcxOTUgQzMuMDk0NjQ2MDksMy40NDg3OTk1NiAyLjYyMDI0OTA5LDUuMDY5NTI2MzggMi42MjAyNDkwOSw2Ljc5NzU3NTggQzIuNjIwMjQ5MDksMTAuMDYzOTE1OCA0LjMxNDA3OTcsMTIuOTQ5MTgyOSA2Ljg4MDQ4OTczLDE0LjYzOTkwMjcgQzUuMzE0MjAxOTEsMTQuNTkwMTI5OSAzLjgzNTAxNjUsMTQuMTY1NTA1NyAyLjU0NDAzNDQ5LDEzLjQ2MDkwOTUgTDIuNTQ0MDM0NDksMTMuNTc5MTE5OSBDMi41NDQwMzQ0OSwxOC4xNDQyMTg5IDUuODQ0NTkzMzIsMjEuOTUzMzkzNSAxMC4yMjYxNTUyLDIyLjgyMTMwNjggQzkuNDIwNDU3OTUsMjMuMDM1OTUyIDguNTc1ODc1NzUsMjMuMTUyNjA3IDcuNzAxNzQwOTQsMjMuMTUyNjA3IEM3LjA4NDI0NzEzLDIzLjE1MjYwNyA2LjQ4NTQxODEyLDIzLjA5MDM5MSA1Ljg5OTAzMjMyLDIyLjk4MTUxMyBDNy4xMjE1NzY3MywyNi43MjM4MDU0IDEwLjY1Mzg5MDIsMjkuNDUwNDIxNiAxNC44NDI1ODI0LDI5LjUyNjYzNjIgQzExLjU2NTM1NDYsMzIuMDU0MTYxMyA3LjQ0MDQzMzczLDMzLjU2MTM0MzkgMi45NTE1NDkyOSwzMy41NjEzNDM5IEMyLjE3Njk2MDA4LDMzLjU2MTM0MzkgMS40MTc5MjQ4NywzMy41MTYyMzczIDAuNjY2NjY2NjY3LDMzLjQyOTEzNDkgQzQuOTA2Njg3MTEsMzYuMTAyODY3NSA5LjkzOTk2MTU2LDM3LjY2MjkzMzcgMTUuMzQ0OTc2NiwzNy42NjI5MzM3IEMzMi45NTUyMTU2LDM3LjY2MjkzMzcgNDIuNTgxNTg2MywyMy4zMDM0ODA4IDQyLjU4MTU4NjMsMTAuODQ5MzkyOCBDNDIuNTgxNTg2MywxMC40NDE4NzggNDIuNTc2OTIwMSwxMC4wMzQzNjMyIDQyLjU1ODI1NTMsOS42Mjk5NTkyMyBDNDQuNDI2MjkwNyw4LjMwMzIwMzAxIDQ2LjA1MTY4MzcsNi42NDIwMzU4IDQ3LjMzMzMzMzMsNC43NTA2NjkzOCBDNDUuNjE3NzI3MSw1LjUwMTkyNzU5IDQzLjc3MzAyMjcsNi4wMDc0MzI1OSA0MS44MzQ5OTQzLDYuMjM0NTIwOTkgQzQzLjgxMTkwNzcsNS4wNjk1MjYzOCA0NS4zMjg0MjI3LDMuMjIzMjY2NTYgNDYuMDQ1NDYyMSwxLjAyMDgyMDE0Ij48L3BhdGg+DQogICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgPC9nPg0KICAgICAgICA8L2c+DQogICAgPC9nPg0KPC9zdmc+);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 23px;
  vertical-align: -2px;
}

/* line 65, resources/assets/styles/components/_feed-twitter.scss */

.feed-twitter .widget-twitter .fetched_tweets .tweets_avatar {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0 !important;
}

@media (min-width: 767px) {
  /* line 65, resources/assets/styles/components/_feed-twitter.scss */

  .feed-twitter .widget-twitter .fetched_tweets .tweets_avatar {
    margin-bottom: 32px;
  }
}

/* line 73, resources/assets/styles/components/_feed-twitter.scss */

.feed-twitter .widget-twitter .fetched_tweets .tweets_avatar .tweet_data {
  font-family: "Poppins";
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #121212;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.feed-twitter .widget-twitter .fetched_tweets .tweets_avatar .tweet_data {
  font-size: 0.875rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .feed-twitter .widget-twitter .fetched_tweets .tweets_avatar .tweet_data {
    font-size: calc(14px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .feed-twitter .widget-twitter .fetched_tweets .tweets_avatar .tweet_data {
    font-size: 1rem;
  }
}

/* line 76, resources/assets/styles/components/_feed-twitter.scss */

.feed-twitter .widget-twitter .fetched_tweets .tweets_avatar .tweet_data a {
  color: #3ea6ff !important;
}

/* line 81, resources/assets/styles/components/_feed-twitter.scss */

.feed-twitter .widget-twitter .fetched_tweets .tweets_avatar .times a {
  font-family: "Poppins";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #121212 !important;
  text-transform: uppercase;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.feed-twitter .widget-twitter .fetched_tweets .tweets_avatar .times a {
  font-size: 0.875rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .feed-twitter .widget-twitter .fetched_tweets .tweets_avatar .times a {
    font-size: calc(14px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .feed-twitter .widget-twitter .fetched_tweets .tweets_avatar .times a {
    font-size: 1rem;
  }
}

/* line 1, resources/assets/styles/components/_cross-articles.scss */

.cross-articles {
  padding: 40px 0 56px;
  background-color: #f1f1f1;
}

/* line 74, resources/assets/styles/common/_mixins.scss */

.cross-articles .container {
  width: calc(100% - (15px * 2));
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .cross-articles .container {
    max-width: 540px;
  }
}

@media (min-width: 767px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .cross-articles .container {
    max-width: 767px;
  }
}

@media (min-width: 992px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .cross-articles .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .cross-articles .container {
    max-width: 1080px;
  }
}

@media (min-width: 1380px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .cross-articles .container {
    max-width: 1080px;
  }
}

/* line 99, resources/assets/styles/common/_mixins.scss */

.cross-articles .row {
  width: calc(100% + (15px * 2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xs-1 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xs-1 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(8.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1% - (15px * 2));
    max-width: calc(8.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xs-1 {
    -ms-flex: 0 0 calc(8.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1%  - (18px * 2));
    max-width: calc(8.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xs-2 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xs-2 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(16.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1% - (15px * 2));
    max-width: calc(16.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xs-2 {
    -ms-flex: 0 0 calc(16.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1%  - (18px * 2));
    max-width: calc(16.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xs-3 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xs-3 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(25* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1% - (15px * 2));
    max-width: calc(25 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xs-3 {
    -ms-flex: 0 0 calc(25* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1%  - (18px * 2));
    max-width: calc(25 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xs-4 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xs-4 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(33.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1% - (15px * 2));
    max-width: calc(33.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xs-4 {
    -ms-flex: 0 0 calc(33.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1%  - (18px * 2));
    max-width: calc(33.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xs-5 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xs-5 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(41.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1% - (15px * 2));
    max-width: calc(41.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xs-5 {
    -ms-flex: 0 0 calc(41.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1%  - (18px * 2));
    max-width: calc(41.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xs-6 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xs-6 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(50* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1% - (15px * 2));
    max-width: calc(50 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xs-6 {
    -ms-flex: 0 0 calc(50* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1%  - (18px * 2));
    max-width: calc(50 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xs-7 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xs-7 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(58.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1% - (15px * 2));
    max-width: calc(58.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xs-7 {
    -ms-flex: 0 0 calc(58.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1%  - (18px * 2));
    max-width: calc(58.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xs-8 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xs-8 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(66.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1% - (15px * 2));
    max-width: calc(66.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xs-8 {
    -ms-flex: 0 0 calc(66.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1%  - (18px * 2));
    max-width: calc(66.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xs-9 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xs-9 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(75* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1% - (15px * 2));
    max-width: calc(75 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xs-9 {
    -ms-flex: 0 0 calc(75* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1%  - (18px * 2));
    max-width: calc(75 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xs-10 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xs-10 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(83.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1% - (15px * 2));
    max-width: calc(83.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xs-10 {
    -ms-flex: 0 0 calc(83.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1%  - (18px * 2));
    max-width: calc(83.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xs-11 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xs-11 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(91.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1% - (15px * 2));
    max-width: calc(91.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xs-11 {
    -ms-flex: 0 0 calc(91.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1%  - (18px * 2));
    max-width: calc(91.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xs-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xs-12 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(100* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1% - (15px * 2));
    max-width: calc(100 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xs-12 {
    -ms-flex: 0 0 calc(100* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1%  - (18px * 2));
    max-width: calc(100 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-sm-1 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-sm-1 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(8.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1% - (15px * 2));
    max-width: calc(8.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-sm-1 {
    -ms-flex: 0 0 calc(8.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1%  - (18px * 2));
    max-width: calc(8.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-sm-2 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-sm-2 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(16.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1% - (15px * 2));
    max-width: calc(16.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-sm-2 {
    -ms-flex: 0 0 calc(16.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1%  - (18px * 2));
    max-width: calc(16.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-sm-3 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-sm-3 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(25* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1% - (15px * 2));
    max-width: calc(25 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-sm-3 {
    -ms-flex: 0 0 calc(25* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1%  - (18px * 2));
    max-width: calc(25 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-sm-4 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-sm-4 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(33.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1% - (15px * 2));
    max-width: calc(33.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-sm-4 {
    -ms-flex: 0 0 calc(33.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1%  - (18px * 2));
    max-width: calc(33.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-sm-5 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-sm-5 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(41.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1% - (15px * 2));
    max-width: calc(41.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-sm-5 {
    -ms-flex: 0 0 calc(41.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1%  - (18px * 2));
    max-width: calc(41.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-sm-6 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-sm-6 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(50* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1% - (15px * 2));
    max-width: calc(50 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-sm-6 {
    -ms-flex: 0 0 calc(50* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1%  - (18px * 2));
    max-width: calc(50 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-sm-7 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-sm-7 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(58.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1% - (15px * 2));
    max-width: calc(58.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-sm-7 {
    -ms-flex: 0 0 calc(58.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1%  - (18px * 2));
    max-width: calc(58.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-sm-8 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-sm-8 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(66.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1% - (15px * 2));
    max-width: calc(66.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-sm-8 {
    -ms-flex: 0 0 calc(66.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1%  - (18px * 2));
    max-width: calc(66.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-sm-9 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-sm-9 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(75* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1% - (15px * 2));
    max-width: calc(75 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-sm-9 {
    -ms-flex: 0 0 calc(75* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1%  - (18px * 2));
    max-width: calc(75 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-sm-10 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-sm-10 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(83.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1% - (15px * 2));
    max-width: calc(83.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-sm-10 {
    -ms-flex: 0 0 calc(83.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1%  - (18px * 2));
    max-width: calc(83.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-sm-11 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-sm-11 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(91.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1% - (15px * 2));
    max-width: calc(91.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-sm-11 {
    -ms-flex: 0 0 calc(91.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1%  - (18px * 2));
    max-width: calc(91.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-sm-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-sm-12 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(100* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1% - (15px * 2));
    max-width: calc(100 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-sm-12 {
    -ms-flex: 0 0 calc(100* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1%  - (18px * 2));
    max-width: calc(100 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-md-1 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-md-1 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(8.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1% - (15px * 2));
    max-width: calc(8.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-md-1 {
    -ms-flex: 0 0 calc(8.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1%  - (18px * 2));
    max-width: calc(8.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-md-2 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-md-2 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(16.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1% - (15px * 2));
    max-width: calc(16.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-md-2 {
    -ms-flex: 0 0 calc(16.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1%  - (18px * 2));
    max-width: calc(16.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-md-3 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-md-3 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(25* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1% - (15px * 2));
    max-width: calc(25 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-md-3 {
    -ms-flex: 0 0 calc(25* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1%  - (18px * 2));
    max-width: calc(25 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-md-4 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-md-4 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(33.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1% - (15px * 2));
    max-width: calc(33.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-md-4 {
    -ms-flex: 0 0 calc(33.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1%  - (18px * 2));
    max-width: calc(33.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-md-5 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-md-5 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(41.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1% - (15px * 2));
    max-width: calc(41.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-md-5 {
    -ms-flex: 0 0 calc(41.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1%  - (18px * 2));
    max-width: calc(41.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-md-6 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-md-6 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(50* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1% - (15px * 2));
    max-width: calc(50 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-md-6 {
    -ms-flex: 0 0 calc(50* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1%  - (18px * 2));
    max-width: calc(50 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-md-7 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-md-7 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(58.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1% - (15px * 2));
    max-width: calc(58.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-md-7 {
    -ms-flex: 0 0 calc(58.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1%  - (18px * 2));
    max-width: calc(58.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-md-8 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-md-8 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(66.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1% - (15px * 2));
    max-width: calc(66.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-md-8 {
    -ms-flex: 0 0 calc(66.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1%  - (18px * 2));
    max-width: calc(66.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-md-9 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-md-9 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(75* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1% - (15px * 2));
    max-width: calc(75 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-md-9 {
    -ms-flex: 0 0 calc(75* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1%  - (18px * 2));
    max-width: calc(75 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-md-10 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-md-10 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(83.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1% - (15px * 2));
    max-width: calc(83.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-md-10 {
    -ms-flex: 0 0 calc(83.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1%  - (18px * 2));
    max-width: calc(83.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-md-11 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-md-11 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(91.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1% - (15px * 2));
    max-width: calc(91.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-md-11 {
    -ms-flex: 0 0 calc(91.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1%  - (18px * 2));
    max-width: calc(91.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-md-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-md-12 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(100* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1% - (15px * 2));
    max-width: calc(100 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-md-12 {
    -ms-flex: 0 0 calc(100* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1%  - (18px * 2));
    max-width: calc(100 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-lg-1 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-lg-1 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(8.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1% - (15px * 2));
    max-width: calc(8.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-lg-1 {
    -ms-flex: 0 0 calc(8.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1%  - (18px * 2));
    max-width: calc(8.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-lg-2 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-lg-2 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(16.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1% - (15px * 2));
    max-width: calc(16.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-lg-2 {
    -ms-flex: 0 0 calc(16.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1%  - (18px * 2));
    max-width: calc(16.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-lg-3 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-lg-3 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(25* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1% - (15px * 2));
    max-width: calc(25 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-lg-3 {
    -ms-flex: 0 0 calc(25* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1%  - (18px * 2));
    max-width: calc(25 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-lg-4 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-lg-4 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(33.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1% - (15px * 2));
    max-width: calc(33.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-lg-4 {
    -ms-flex: 0 0 calc(33.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1%  - (18px * 2));
    max-width: calc(33.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-lg-5 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-lg-5 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(41.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1% - (15px * 2));
    max-width: calc(41.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-lg-5 {
    -ms-flex: 0 0 calc(41.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1%  - (18px * 2));
    max-width: calc(41.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-lg-6 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-lg-6 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(50* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1% - (15px * 2));
    max-width: calc(50 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-lg-6 {
    -ms-flex: 0 0 calc(50* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1%  - (18px * 2));
    max-width: calc(50 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-lg-7 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-lg-7 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(58.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1% - (15px * 2));
    max-width: calc(58.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-lg-7 {
    -ms-flex: 0 0 calc(58.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1%  - (18px * 2));
    max-width: calc(58.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-lg-8 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-lg-8 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(66.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1% - (15px * 2));
    max-width: calc(66.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-lg-8 {
    -ms-flex: 0 0 calc(66.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1%  - (18px * 2));
    max-width: calc(66.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-lg-9 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-lg-9 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(75* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1% - (15px * 2));
    max-width: calc(75 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-lg-9 {
    -ms-flex: 0 0 calc(75* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1%  - (18px * 2));
    max-width: calc(75 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-lg-10 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-lg-10 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(83.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1% - (15px * 2));
    max-width: calc(83.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-lg-10 {
    -ms-flex: 0 0 calc(83.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1%  - (18px * 2));
    max-width: calc(83.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-lg-11 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-lg-11 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(91.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1% - (15px * 2));
    max-width: calc(91.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-lg-11 {
    -ms-flex: 0 0 calc(91.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1%  - (18px * 2));
    max-width: calc(91.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-lg-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-lg-12 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(100* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1% - (15px * 2));
    max-width: calc(100 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-lg-12 {
    -ms-flex: 0 0 calc(100* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1%  - (18px * 2));
    max-width: calc(100 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xl-1 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xl-1 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(8.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1% - (15px * 2));
    max-width: calc(8.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xl-1 {
    -ms-flex: 0 0 calc(8.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1%  - (18px * 2));
    max-width: calc(8.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xl-2 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xl-2 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(16.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1% - (15px * 2));
    max-width: calc(16.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xl-2 {
    -ms-flex: 0 0 calc(16.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1%  - (18px * 2));
    max-width: calc(16.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xl-3 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xl-3 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(25* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1% - (15px * 2));
    max-width: calc(25 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xl-3 {
    -ms-flex: 0 0 calc(25* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1%  - (18px * 2));
    max-width: calc(25 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xl-4 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xl-4 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(33.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1% - (15px * 2));
    max-width: calc(33.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xl-4 {
    -ms-flex: 0 0 calc(33.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1%  - (18px * 2));
    max-width: calc(33.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xl-5 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xl-5 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(41.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1% - (15px * 2));
    max-width: calc(41.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xl-5 {
    -ms-flex: 0 0 calc(41.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1%  - (18px * 2));
    max-width: calc(41.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xl-6 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xl-6 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(50* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1% - (15px * 2));
    max-width: calc(50 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xl-6 {
    -ms-flex: 0 0 calc(50* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1%  - (18px * 2));
    max-width: calc(50 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xl-7 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xl-7 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(58.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1% - (15px * 2));
    max-width: calc(58.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xl-7 {
    -ms-flex: 0 0 calc(58.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1%  - (18px * 2));
    max-width: calc(58.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xl-8 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xl-8 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(66.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1% - (15px * 2));
    max-width: calc(66.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xl-8 {
    -ms-flex: 0 0 calc(66.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1%  - (18px * 2));
    max-width: calc(66.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xl-9 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xl-9 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(75* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1% - (15px * 2));
    max-width: calc(75 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xl-9 {
    -ms-flex: 0 0 calc(75* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1%  - (18px * 2));
    max-width: calc(75 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xl-10 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xl-10 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(83.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1% - (15px * 2));
    max-width: calc(83.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xl-10 {
    -ms-flex: 0 0 calc(83.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1%  - (18px * 2));
    max-width: calc(83.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xl-11 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xl-11 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(91.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1% - (15px * 2));
    max-width: calc(91.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xl-11 {
    -ms-flex: 0 0 calc(91.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1%  - (18px * 2));
    max-width: calc(91.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xl-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xl-12 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(100* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1% - (15px * 2));
    max-width: calc(100 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xl-12 {
    -ms-flex: 0 0 calc(100* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1%  - (18px * 2));
    max-width: calc(100 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xxl-1 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xxl-1 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(8.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1% - (15px * 2));
    max-width: calc(8.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xxl-1 {
    -ms-flex: 0 0 calc(8.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1%  - (18px * 2));
    max-width: calc(8.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xxl-2 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xxl-2 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(16.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1% - (15px * 2));
    max-width: calc(16.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xxl-2 {
    -ms-flex: 0 0 calc(16.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1%  - (18px * 2));
    max-width: calc(16.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xxl-3 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xxl-3 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(25* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1% - (15px * 2));
    max-width: calc(25 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xxl-3 {
    -ms-flex: 0 0 calc(25* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1%  - (18px * 2));
    max-width: calc(25 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xxl-4 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xxl-4 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(33.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1% - (15px * 2));
    max-width: calc(33.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xxl-4 {
    -ms-flex: 0 0 calc(33.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1%  - (18px * 2));
    max-width: calc(33.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xxl-5 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xxl-5 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(41.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1% - (15px * 2));
    max-width: calc(41.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xxl-5 {
    -ms-flex: 0 0 calc(41.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1%  - (18px * 2));
    max-width: calc(41.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xxl-6 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xxl-6 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(50* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1% - (15px * 2));
    max-width: calc(50 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xxl-6 {
    -ms-flex: 0 0 calc(50* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1%  - (18px * 2));
    max-width: calc(50 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xxl-7 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xxl-7 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(58.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1% - (15px * 2));
    max-width: calc(58.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xxl-7 {
    -ms-flex: 0 0 calc(58.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1%  - (18px * 2));
    max-width: calc(58.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xxl-8 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xxl-8 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(66.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1% - (15px * 2));
    max-width: calc(66.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xxl-8 {
    -ms-flex: 0 0 calc(66.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1%  - (18px * 2));
    max-width: calc(66.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xxl-9 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xxl-9 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(75* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1% - (15px * 2));
    max-width: calc(75 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xxl-9 {
    -ms-flex: 0 0 calc(75* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1%  - (18px * 2));
    max-width: calc(75 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xxl-10 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xxl-10 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(83.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1% - (15px * 2));
    max-width: calc(83.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xxl-10 {
    -ms-flex: 0 0 calc(83.33333* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1%  - (18px * 2));
    max-width: calc(83.33333 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xxl-11 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xxl-11 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(91.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1% - (15px * 2));
    max-width: calc(91.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xxl-11 {
    -ms-flex: 0 0 calc(91.66667* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1%  - (18px * 2));
    max-width: calc(91.66667 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-xxl-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xxl-12 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(100* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1% - (15px * 2));
    max-width: calc(100 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-xxl-12 {
    -ms-flex: 0 0 calc(100* 1%  - (18px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1%  - (18px * 2));
    max-width: calc(100 * 1%  - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-1 {
  width: calc(8.33333% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-1 {
    width: calc(8.33333% - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-2 {
  width: calc(16.66667% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-2 {
    width: calc(16.66667% - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-3 {
  width: calc(25% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-3 {
    width: calc(25% - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-4 {
  width: calc(33.33333% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-4 {
    width: calc(33.33333% - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-5 {
  width: calc(41.66667% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-5 {
    width: calc(41.66667% - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-6 {
  width: calc(50% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-6 {
    width: calc(50% - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-7 {
  width: calc(58.33333% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-7 {
    width: calc(58.33333% - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-8 {
  width: calc(66.66667% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-8 {
    width: calc(66.66667% - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-9 {
  width: calc(75% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-9 {
    width: calc(75% - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-10 {
  width: calc(83.33333% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-10 {
    width: calc(83.33333% - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-11 {
  width: calc(91.66667% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-11 {
    width: calc(91.66667% - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.cross-articles .col-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .cross-articles .col-12 {
    width: calc(100% - (18px * 2));
    padding: 0 18px 0 18px;
  }
}

/* line 7, resources/assets/styles/components/_cross-articles.scss */

.cross-articles h2 {
  font-family: "Poppins";
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-transform: uppercase;
  text-align: center;
  color: #121212;
  margin-bottom: 32px;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.cross-articles h2 {
  font-size: 1.625rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .cross-articles h2 {
    font-size: calc(26px + 6 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .cross-articles h2 {
    font-size: 2rem;
  }
}

/* line 14, resources/assets/styles/components/_cross-articles.scss */

.cross-articles .article {
  position: relative;
  border-left: 2px solid #121212;
  margin-bottom: 32px;
}

/* line 19, resources/assets/styles/components/_cross-articles.scss */

.cross-articles .article:before {
  content: "";
  position: absolute;
  display: block;
  top: -2px;
  left: -2px;
  width: 120px;
  height: 2px;
  background-color: #121212;
}

/* line 27, resources/assets/styles/components/_cross-articles.scss */

.cross-articles .article a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

@media (min-width: 767px) {
  /* line 14, resources/assets/styles/components/_cross-articles.scss */

  .cross-articles .article {
    margin-bottom: 0;
  }
}

/* line 35, resources/assets/styles/components/_cross-articles.scss */

.cross-articles .article-banner {
  background-color: #121212;
  position: relative;
}

/* line 234, resources/assets/styles/common/_mixins.scss */

.cross-articles .article-banner:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.09756%;
}

/* line 240, resources/assets/styles/common/_mixins.scss */

.cross-articles .article-banner > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 39, resources/assets/styles/components/_cross-articles.scss */

.cross-articles .article img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 340, resources/assets/styles/common/_mixins.scss */

.cross-articles .article img.no-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: invert(1);
          filter: invert(1);
}

/* line 46, resources/assets/styles/components/_cross-articles.scss */

.cross-articles .article h3 {
  font-family: "Poppins";
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #121212;
  padding: 16px 0 0 22px;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.cross-articles .article h3 {
  font-size: 1.125rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .cross-articles .article h3 {
    font-size: calc(18px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .cross-articles .article h3 {
    font-size: 1.25rem;
  }
}

/* line 2, resources/assets/styles/components/_searchform.scss */

#searchform input[type=text] {
  border-radius: 2px;
  border: solid 2px #e5e5e5;
  font-size: 1.125rem;
  color: #121212;
  padding: 11.5px 24px;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 160px);
}

/* line 12, resources/assets/styles/components/_searchform.scss */

#searchform button {
  margin-top: 0;
  width: auto;
  border-radius: 3px;
  border: solid 1px #e5e5e5;
  background-color: #3ea6ff;
  padding: 17px 31px;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}

/* line 23, resources/assets/styles/components/_searchform.scss */

#searchform button i:before {
  top: 1px;
  width: 16px;
  height: 16px;
}

/* line 1, resources/assets/styles/components/_not-logged-in.scss */

.not-logged-in {
  position: relative;
}

/* line 4, resources/assets/styles/components/_not-logged-in.scss */

.not-logged-in:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 288px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 6;
}

/* line 13, resources/assets/styles/components/_not-logged-in.scss */

.not-logged-in .sign-up,
.not-logged-in .sign-in {
  position: relative;
  text-align: center;
}

/* line 19, resources/assets/styles/components/_not-logged-in.scss */

.not-logged-in .sign-up {
  font-family: "Poppins";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #ffffff;
  padding: 20px 80px;
  background-color: #3ea6ff;
  margin-bottom: 16px;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.not-logged-in .sign-up {
  font-size: 1.125rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .not-logged-in .sign-up {
    font-size: calc(18px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .not-logged-in .sign-up {
    font-size: 1.25rem;
  }
}

/* line 27, resources/assets/styles/components/_not-logged-in.scss */

.not-logged-in .sign-in {
  font-family: "Poppins";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3ea6ff;
  padding: 16px 28px;
  background-color: #f1f1f1;
  text-decoration: underline;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.not-logged-in .sign-in {
  font-size: 0.875rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .not-logged-in .sign-in {
    font-size: calc(14px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .not-logged-in .sign-in {
    font-size: 1rem;
  }
}

/* line 34, resources/assets/styles/components/_not-logged-in.scss */

.not-logged-in a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 1, resources/assets/styles/components/_navigation-page.scss */

.navigation-page {
  margin-top: 56px;
}

/* line 3, resources/assets/styles/components/_navigation-page.scss */

.navigation-page a,
.navigation-page span {
  display: inline-block;
  text-decoration: none;
  color: #121212;
  font-family: "Poppins";
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  border: 2px solid #121212;
  padding: 15px 15px;
  margin-right: 16px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.navigation-page a,
.navigation-page span {
  font-size: 0.875rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .navigation-page a,
  .navigation-page span {
    font-size: calc(14px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .navigation-page a,
  .navigation-page span {
    font-size: 1rem;
  }
}

/* line 13, resources/assets/styles/components/_navigation-page.scss */

.navigation-page a.current,
.navigation-page a:hover,
.navigation-page span.current,
.navigation-page span:hover {
  background-color: #121212;
  color: #ffffff;
}

/* line 18, resources/assets/styles/components/_navigation-page.scss */

.navigation-page a.filter,
.navigation-page span.filter {
  padding: 0;
}

/* line 20, resources/assets/styles/components/_navigation-page.scss */

.navigation-page a.filter span,
.navigation-page span.filter span {
  margin: 0;
}

/* line 1, resources/assets/styles/components/_popin.scss */

.popin {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1000;
}

/* line 7, resources/assets/styles/components/_popin.scss */

.popin-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  max-width: 400px;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 24px 20px 30px;
  border: 1px solid #121212;
  z-index: 1001;
  text-align: center;
  box-sizing: border-box;
}

/* line 287, resources/assets/styles/common/_mixins.scss */

.popin-wrapper .ic-close {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: none;
  padding: 0;
}

/* line 293, resources/assets/styles/common/_mixins.scss */

.popin-wrapper .ic-close:before,
.popin-wrapper .ic-close:after {
  content: "";
  position: relative;
  display: block;
  width: 16px;
  height: 2px;
  background-color: #121212;
}

/* line 300, resources/assets/styles/common/_mixins.scss */

.popin-wrapper .ic-close:before {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 303, resources/assets/styles/common/_mixins.scss */

.popin-wrapper .ic-close:after {
  -webkit-transform: rotate(-45deg) translate(1px, -1px);
       -o-transform: rotate(-45deg) translate(1px, -1px);
          transform: rotate(-45deg) translate(1px, -1px);
}

@media (min-width: 767px) {
  /* line 7, resources/assets/styles/components/_popin.scss */

  .popin-wrapper {
    max-width: 560px;
    width: 100%;
    padding: 32px 40px 40px;
  }
}

/* line 24, resources/assets/styles/components/_popin.scss */

.popin-wrapper .success {
  display: none;
}

/* line 27, resources/assets/styles/components/_popin.scss */

.popin-wrapper .error {
  display: none;
}

/* line 30, resources/assets/styles/components/_popin.scss */

.popin-wrapper .ic-close {
  position: absolute;
  right: 10px;
  top: 15px;
}

/* line 35, resources/assets/styles/components/_popin.scss */

.popin-wrapper img {
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
}

/* line 40, resources/assets/styles/components/_popin.scss */

.popin-wrapper h2 {
  font-family: "Poppins";
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #3ea6ff;
  margin-bottom: 16px;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.popin-wrapper h2 {
  font-size: 1.25rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .popin-wrapper h2 {
    font-size: calc(20px + 0 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .popin-wrapper h2 {
    font-size: 1.25rem;
  }
}

/* line 1, resources/assets/styles/components/_popup-youtube.scss */

.popup-youtube {
  position: fixed;
  bottom: 0;
  right: 0;
  max-width: 330px;
  width: 100%;
  z-index: 999;
}

/* line 8, resources/assets/styles/components/_popup-youtube.scss */

.popup-youtube .actions {
  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: 5px;
}

/* line 13, resources/assets/styles/components/_popup-youtube.scss */

.popup-youtube .actions > div {
  margin-right: 10px;
}

/* line 17, resources/assets/styles/components/_popup-youtube.scss */

.popup-youtube .action-close {
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
}

/* line 23, resources/assets/styles/components/_popup-youtube.scss */

.popup-youtube .action-close:before,
.popup-youtube .action-close:after {
  content: "";
  position: relative;
  display: block;
  width: 16px;
  height: 2px;
  background-color: #121212;
}

/* line 31, resources/assets/styles/components/_popup-youtube.scss */

.popup-youtube .action-close:before {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 34, resources/assets/styles/components/_popup-youtube.scss */

.popup-youtube .action-close:after {
  -webkit-transform: rotate(-45deg) translate(1px, -1px);
       -o-transform: rotate(-45deg) translate(1px, -1px);
          transform: rotate(-45deg) translate(1px, -1px);
}

/* line 38, resources/assets/styles/components/_popup-youtube.scss */

.popup-youtube .iframe {
  width: 100%;
  position: relative;
}

/* line 234, resources/assets/styles/common/_mixins.scss */

.popup-youtube .iframe:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.36364%;
}

/* line 240, resources/assets/styles/common/_mixins.scss */

.popup-youtube .iframe > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 41, resources/assets/styles/components/_popup-youtube.scss */

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

/* line 1, resources/assets/styles/layouts/_header.scss */

.header {
  position: sticky;
  top: 0;
  /*max-height: 88px;*/
  padding: 11px 0;
  border-bottom: 1px solid #f1f1f1;
  background: #ffffff;
  z-index: 999;
}

/* line 74, resources/assets/styles/common/_mixins.scss */

.header .container {
  width: calc(100% - (15px * 2));
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .header .container {
    max-width: 540px;
  }
}

@media (min-width: 767px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .header .container {
    max-width: 767px;
  }
}

@media (min-width: 992px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .header .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .header .container {
    max-width: 1378px;
  }
}

@media (min-width: 1380px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .header .container {
    max-width: 1378px;
  }
}

/* line 10, resources/assets/styles/layouts/_header.scss */

.header__left,
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  width: 100%;
}

/* line 14, resources/assets/styles/layouts/_header.scss */

.header > div {
  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;
}

@media (max-width: 767px) {
  /* line 19, resources/assets/styles/layouts/_header.scss */

  .header .link-tv {
    display: none;
  }
}

/* line 26, resources/assets/styles/layouts/_header.scss */

.header-account {
  padding: 33px 0;
  max-height: none;
}

/* line 29, resources/assets/styles/layouts/_header.scss */

.header-account > div {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 34, resources/assets/styles/layouts/_header.scss */

.header-account .header__left {
  display: block;
  position: absolute;
  left: 15px;
}

@media (min-width: 767px) {
  /* line 34, resources/assets/styles/layouts/_header.scss */

  .header-account .header__left {
    display: none;
  }
}

/* line 74, resources/assets/styles/common/_mixins.scss */

.header-account .container {
  width: calc(100% - (15px * 2));
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .header-account .container {
    max-width: 540px;
  }
}

@media (min-width: 767px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .header-account .container {
    max-width: 767px;
  }
}

@media (min-width: 992px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .header-account .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .header-account .container {
    max-width: 1080px;
  }
}

@media (min-width: 1380px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .header-account .container {
    max-width: 1296px;
  }
}

/* line 45, resources/assets/styles/layouts/_header.scss */

.header-account .brand img {
  max-width: 260px;
}

/* line 49, resources/assets/styles/layouts/_header.scss */

.header-account .header__right {
  position: absolute;
  right: 15px;
}



/* line 53, resources/assets/styles/layouts/_header.scss */

.header-account + .menu-burger {
  top: 162px;
}

/* line 59, resources/assets/styles/layouts/_header.scss */

.burger {
  cursor: pointer;
  position: relative;
  width: 32px;
  height: 18px;
}

.burger .burger-glass {
  display: none;
}

/* line 66, resources/assets/styles/layouts/_header.scss */

.burger span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: auto;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #121212;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

/* line 76, resources/assets/styles/layouts/_header.scss */

.burger:before,
.burger:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #121212;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

/* line 84, resources/assets/styles/layouts/_header.scss */

.burger:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  -webkit-transform-origin: top left;
       -o-transform-origin: top left;
          transform-origin: top left;
}

/* line 88, resources/assets/styles/layouts/_header.scss */

.burger:after {
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform-origin: bottom left;
       -o-transform-origin: bottom left;
          transform-origin: bottom left;
}

/* line 93, resources/assets/styles/layouts/_header.scss */

.burger--close span {
  opacity: 0;
}

/* line 96, resources/assets/styles/layouts/_header.scss */

.burger--close:before {
  -webkit-transform: rotate(45deg) translateY(-4px);
       -o-transform: rotate(45deg) translateY(-4px);
          transform: rotate(45deg) translateY(-4px);
}

/* line 99, resources/assets/styles/layouts/_header.scss */

.burger--close:after {
  -webkit-transform: rotate(-45deg) translateY(4px);
       -o-transform: rotate(-45deg) translateY(4px);
          transform: rotate(-45deg) translateY(4px);
}

/* line 106, resources/assets/styles/layouts/_header.scss */

.social-networks {
  display: none;
}

@media (min-width: 767px) {
  /* line 106, resources/assets/styles/layouts/_header.scss */

  .social-networks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 111, resources/assets/styles/layouts/_header.scss */

.social-networks a {
  margin: 0 10px 0;
}

@media (min-width: 992px) {
  /* line 111, resources/assets/styles/layouts/_header.scss */

  .social-networks a {
    margin: 0 15px 0;
  }
}

/* line 121, resources/assets/styles/layouts/_header.scss */

.brand img {
  max-width: 300px;
  mix-blend-mode: difference;
  -webkit-filter: invert(1);
          filter: invert(1);
}

/* line 126, resources/assets/styles/layouts/_header.scss */

.brand h1,
.brand span {
  position: absolute;
  text-indent: -999px;
  visibility: hidden;
  opacity: 0;
}

/* line 135, resources/assets/styles/layouts/_header.scss */

.account {
  position: relative;
  display: none;
}

@media (min-width: 767px) {
  /* line 135, resources/assets/styles/layouts/_header.scss */

  .account {
    display: block;
  }
}

/* line 142, resources/assets/styles/layouts/_header.scss */

.account:hover .nav-account {
  visibility: visible;
  opacity: 1;
}

/* line 148, resources/assets/styles/layouts/_header.scss */

.account.is-logged-in .nav-account {
  display: block;
}

/* line 153, resources/assets/styles/layouts/_header.scss */

.account .login {
  font-family: "Poppins";
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #3ea6ff;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.account .login {
  font-size: 0.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .account .login {
    font-size: calc(12px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .account .login {
    font-size: 0.875rem;
  }
}

/* line 157, resources/assets/styles/layouts/_header.scss */

.account .login:before {
  vertical-align: middle;
  margin-right: 8px;
}

.account .login.ic-account {
  white-space: nowrap;
}

.account .login a {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #3ea6ff;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .account .login a {
    font-size: 0.875rem;
  }
}

.account .login a:hover {
  text-decoration: underline;
}

.account .login .separator {
  color: #3ea6ff;
  margin: 0 4px;
}

/* Login remember me checkbox */
.login-remember {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.login-remember label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.login-remember input[type="checkbox"] {
  position: relative;
  visibility: visible;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  cursor: pointer;
  accent-color: #3ea6ff;
}

/* line 162, resources/assets/styles/layouts/_header.scss */

.account .nav-account {
  display: block;
  padding: 8px 0 0;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media (min-width: 767px) {
  /* line 162, resources/assets/styles/layouts/_header.scss */

  .account .nav-account {
    display: none;
    position: absolute;
    right: 0;
    opacity: 0;
    width: 240px;
    visibility: hidden;
    border: solid 1px #121212;
    background-color: #ffffff;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    padding: 24px 0 0;
    margin-top: 8px;
  }
}

/* line 179, resources/assets/styles/layouts/_header.scss */

.account .nav-account:before,
.account .nav-account:after {
  content: "";
  position: absolute;
  display: block;
  display: none;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: 70%;
}

@media (min-width: 767px) {
  /* line 179, resources/assets/styles/layouts/_header.scss */

  .account .nav-account:before,
  .account .nav-account:after {
    display: block;
  }
}

/* line 192, resources/assets/styles/layouts/_header.scss */

.account .nav-account:after {
  border-bottom: 8px solid #ffffff;
  top: -7px;
}

/* line 196, resources/assets/styles/layouts/_header.scss */

.account .nav-account:before {
  border-bottom: 8px solid #121212;
  top: -8px;
}

@media (min-width: 767px) {
  /* line 200, resources/assets/styles/layouts/_header.scss */

  .account .nav-account ul {
    margin-bottom: 24px;
  }
}

/* line 204, resources/assets/styles/layouts/_header.scss */

.account .nav-account ul li {
  padding: 0 24px;
  margin-bottom: 8px;
}

/* line 209, resources/assets/styles/layouts/_header.scss */

.account .nav-account .logout {
  display: block;
  width: auto;
  padding: 7px 24px;
  background-color: #ffffff;
  color: #121212;
  font-family: "Poppins";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #121212;
  text-align: center;
  border: none;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.account .nav-account .logout {
  font-size: 0.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .account .nav-account .logout {
    font-size: calc(12px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .account .nav-account .logout {
    font-size: 0.875rem;
  }
}

/* line 220, resources/assets/styles/layouts/_header.scss */

.account .nav-account .logout:hover {
  color: #3ea6ff;
}

@media (min-width: 767px) {
  /* line 209, resources/assets/styles/layouts/_header.scss */

  .account .nav-account .logout {
    margin-top: 24px;
    text-align: left;
    border-top: 1px solid #121212;
  }

  /* line 227, resources/assets/styles/layouts/_header.scss */

  .account .nav-account .logout:hover {
    background-color: #121212;
    color: #ffffff;
  }

  /* line 230, resources/assets/styles/layouts/_header.scss */

  .account .nav-account .logout:hover:before {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}

/* line 244, resources/assets/styles/layouts/_header.scss */

.nav-account ul li.current-menu-item a {
  color: #3ea6ff;
}

/* line 248, resources/assets/styles/layouts/_header.scss */

.nav-account ul li:before {
  vertical-align: middle;
}

/* line 251, resources/assets/styles/layouts/_header.scss */

.nav-account ul li a {
  font-family: "Poppins";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #121212;
  padding-left: 8px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.nav-account ul li a {
  font-size: 0.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .nav-account ul li a {
    font-size: calc(12px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .nav-account ul li a {
    font-size: 0.875rem;
  }
}

/* line 257, resources/assets/styles/layouts/_header.scss */

.nav-account ul li a:hover {
  color: #3ea6ff;
}

/* line 264, resources/assets/styles/layouts/_header.scss */

.nav-account .logout {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

/* line 263, resources/assets/styles/common/_mixins.scss */

.nav-account .logout:before {
  content: "";
  position: relative;
  display: block;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE0cHgiIGhlaWdodD0iMTRweCIgdmlld0JveD0iMCAwIDE0IDE0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPg0KICAgIDx0aXRsZT5pY19leGl0X3RvX2FwcDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+DQogICAgPGRlZnM+DQogICAgICAgIDxwYXRoIGQ9Ik03LjU2NzUsMTEuNjkyNSBMOC42MjUsMTIuNzUgTDEyLjM3NSw5IEw4LjYyNSw1LjI1IEw3LjU2NzUsNi4zMDc1IEw5LjUwMjUsOC4yNSBMMi4yNSw4LjI1IEwyLjI1LDkuNzUgTDkuNTAyNSw5Ljc1IEw3LjU2NzUsMTEuNjkyNSBMNy41Njc1LDExLjY5MjUgWiBNMTQuMjUsMi4yNSBMMy43NSwyLjI1IEMyLjkxNzUsMi4yNSAyLjI1LDIuOTI1IDIuMjUsMy43NSBMMi4yNSw2Ljc1IEwzLjc1LDYuNzUgTDMuNzUsMy43NSBMMTQuMjUsMy43NSBMMTQuMjUsMTQuMjUgTDMuNzUsMTQuMjUgTDMuNzUsMTEuMjUgTDIuMjUsMTEuMjUgTDIuMjUsMTQuMjUgQzIuMjUsMTUuMDc1IDIuOTE3NSwxNS43NSAzLjc1LDE1Ljc1IEwxNC4yNSwxNS43NSBDMTUuMDc1LDE1Ljc1IDE1Ljc1LDE1LjA3NSAxNS43NSwxNC4yNSBMMTUuNzUsMy43NSBDMTUuNzUsMi45MjUgMTUuMDc1LDIuMjUgMTQuMjUsMi4yNSBMMTQuMjUsMi4yNSBaIiBpZD0icGF0aC0xIj48L3BhdGg+DQogICAgICAgIDxyZWN0IGlkPSJwYXRoLTMiIHg9IjAiIHk9IjAiIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCI+PC9yZWN0Pg0KICAgIDwvZGVmcz4NCiAgICA8ZyBpZD0iRGVza3RvcCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJIZW1pY3ljbGVfRFRfQWNjdWVpbC1NZW51Q29tcHRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTE1MS4wMDAwMDAsIC0yMTYuMDAwMDAwKSI+DQogICAgICAgICAgICA8ZyBpZD0iaWNfZXhpdF90b19hcHAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDExNDkuMDAwMDAwLCAyMTQuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPg0KICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPg0KICAgICAgICAgICAgICAgIDwvbWFzaz4NCiAgICAgICAgICAgICAgICA8ZyBpZD0iTWFzayI+PC9nPg0KICAgICAgICAgICAgICAgIDxnIGlkPSJDb2xvcnMvTEhlbWljeWNsZV9CbGFjazIxMjEyMSIgbWFzaz0idXJsKCNtYXNrLTIpIj4NCiAgICAgICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkuNzUwMDAwLCAtOS43NTAwMDApIj4NCiAgICAgICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTQiIGZpbGw9IndoaXRlIj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTMiPjwvdXNlPg0KICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPg0KICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSBpZD0iTEhlbWljeWNsZV9CbHVlM0VBNkZGIiBzdHJva2U9Im5vbmUiIGZpbGw9IiMyMTIxMjEiIGZpbGwtcnVsZT0iZXZlbm9kZCIgeGxpbms6aHJlZj0iI3BhdGgtMyI+PC91c2U+DQogICAgICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICA8L2c+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  border-radius: 0;
  margin-right: 8px;
  vertical-align: -1px;
}

/* line 274, resources/assets/styles/layouts/_header.scss */

.separator-header {
  display: block;
  width: 1px;
  height: revert;
  background-color: #121212;
  margin-right: 15px;
  margin-left: 15px;
}

@media (min-width: 992px) {
  /* line 274, resources/assets/styles/layouts/_header.scss */

  .separator-header {
    margin-right: 32px;
    margin-left: 32px;
  }
}

/* line 288, resources/assets/styles/layouts/_header.scss */

.menu-burger {
  position: fixed;
  top: 88px;
  width: 100%;
  height: calc(100vh - 90px - 32px - 80px);
  background-color: #ffffff;
  padding: 32px 0 80px;
  opacity: 0;
  z-index: -1;
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  text-align: center;
  overflow: scroll;
}

/* line 74, resources/assets/styles/common/_mixins.scss */

.menu-burger .container {
  width: calc(100% - (15px * 2));
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .menu-burger .container {
    max-width: 540px;
  }
}

@media (min-width: 767px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .menu-burger .container {
    max-width: 767px;
  }
}

@media (min-width: 992px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .menu-burger .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .menu-burger .container {
    max-width: 1120px;
  }
}

@media (min-width: 1380px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .menu-burger .container {
    max-width: 1120px;
  }
}

@media (min-width: 767px) {
  /* line 288, resources/assets/styles/layouts/_header.scss */

  .menu-burger {
    height: auto;
    text-align: left;
    overflow: initial;
  }
}

/* line 309, resources/assets/styles/layouts/_header.scss */

.menu-burger--open {
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  z-index: 99;
}

/* line 316, resources/assets/styles/layouts/_header.scss */

.menu-burger ul.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 767px) {
  /* line 316, resources/assets/styles/layouts/_header.scss */

  .menu-burger ul.nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* line 323, resources/assets/styles/layouts/_header.scss */

.menu-burger ul li {
  list-style-type: none;
}

@media (min-width: 767px) {
  /* line 325, resources/assets/styles/layouts/_header.scss */

  .menu-burger ul li.sub-2 {
    width: 30%;
  }
}

@media (min-width: 767px) {
  /* line 329, resources/assets/styles/layouts/_header.scss */

  .menu-burger ul li.sub-2 .sub-menu {

            column-count: 2;
  }

  .menu-burger ul li.sub-2 .sub-menu li:nth-child(3)::after {
    content: "";
    display: block;
    height: 2.68em;
  }
}

@media (min-width: 767px) {
  /* line 335, resources/assets/styles/layouts/_header.scss */

  .menu-burger ul li.sub-3 {
    width: 70%;
  }
}

@media (min-width: 767px) {
  /* line 339, resources/assets/styles/layouts/_header.scss */

  .menu-burger ul li.sub-3 .sub-menu {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

/* line 345, resources/assets/styles/layouts/_header.scss */

.menu-burger ul li a {
  font-family: "Poppins";
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.68;
  letter-spacing: normal;
  text-decoration: none;
  color: #121212;
  text-transform: uppercase;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.menu-burger ul li a {
  font-size: 0.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .menu-burger ul li a {
    font-size: calc(12px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .menu-burger ul li a {
    font-size: 0.875rem;
  }
}

/* line 353, resources/assets/styles/layouts/_header.scss */

.menu-burger ul .sub-menu li a {
  font-family: "Poppins";
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.68;
  letter-spacing: normal;
  text-transform: none;
  color: #121212;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.menu-burger ul .sub-menu li a {
  font-size: 0.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .menu-burger ul .sub-menu li a {
    font-size: calc(12px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .menu-burger ul .sub-menu li a {
    font-size: 0.875rem;
  }
}

/* line 358, resources/assets/styles/layouts/_header.scss */

.menu-burger ul .sub-menu li a:hover {
  color: #3ea6ff;
}


/* line 366, resources/assets/styles/layouts/_header.scss */

.menu-burger .separator-burger {
  margin: 20px 0;
}

/* line 370, resources/assets/styles/layouts/_header.scss */

.menu-burger .account {
  display: block;
}

@media (min-width: 767px) {
  /* line 370, resources/assets/styles/layouts/_header.scss */

  .menu-burger .account {
    display: none;
  }
}

/* line 377, resources/assets/styles/layouts/_header.scss */

.menu-burger .social-networks {
  display: block;
}

@media (min-width: 767px) {
  /* line 377, resources/assets/styles/layouts/_header.scss */

  .menu-burger .social-networks {
    display: none;
  }
}

/* line 1, resources/assets/styles/layouts/_footer.scss */

.footer {
  background-color: #121212;
  color: #ffffff;
  padding-top: 20px;
}

/* line 74, resources/assets/styles/common/_mixins.scss */

.footer .container {
  width: calc(100% - (15px * 2));
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .footer .container {
    max-width: 540px;
  }
}

@media (min-width: 767px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .footer .container {
    max-width: 767px;
  }
}

@media (min-width: 992px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .footer .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .footer .container {
    max-width: 1200px;
  }
}

@media (min-width: 1380px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .footer .container {
    max-width: 1200px;
  }
}

/* line 99, resources/assets/styles/common/_mixins.scss */

.footer .row {
  width: calc(100% + (15px * 2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xs-1 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xs-1 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(8.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1% - (15px * 2));
    max-width: calc(8.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xs-1 {
    -ms-flex: 0 0 calc(8.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1%  - (15px * 2));
    max-width: calc(8.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xs-2 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xs-2 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(16.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1% - (15px * 2));
    max-width: calc(16.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xs-2 {
    -ms-flex: 0 0 calc(16.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1%  - (15px * 2));
    max-width: calc(16.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xs-3 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xs-3 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(25* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1% - (15px * 2));
    max-width: calc(25 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xs-3 {
    -ms-flex: 0 0 calc(25* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1%  - (15px * 2));
    max-width: calc(25 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xs-4 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xs-4 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(33.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1% - (15px * 2));
    max-width: calc(33.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xs-4 {
    -ms-flex: 0 0 calc(33.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1%  - (15px * 2));
    max-width: calc(33.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xs-5 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xs-5 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(41.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1% - (15px * 2));
    max-width: calc(41.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xs-5 {
    -ms-flex: 0 0 calc(41.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1%  - (15px * 2));
    max-width: calc(41.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xs-6 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xs-6 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(50* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1% - (15px * 2));
    max-width: calc(50 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xs-6 {
    -ms-flex: 0 0 calc(50* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1%  - (15px * 2));
    max-width: calc(50 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xs-7 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xs-7 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(58.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1% - (15px * 2));
    max-width: calc(58.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xs-7 {
    -ms-flex: 0 0 calc(58.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1%  - (15px * 2));
    max-width: calc(58.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xs-8 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xs-8 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(66.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1% - (15px * 2));
    max-width: calc(66.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xs-8 {
    -ms-flex: 0 0 calc(66.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1%  - (15px * 2));
    max-width: calc(66.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xs-9 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xs-9 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(75* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1% - (15px * 2));
    max-width: calc(75 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xs-9 {
    -ms-flex: 0 0 calc(75* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1%  - (15px * 2));
    max-width: calc(75 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xs-10 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xs-10 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(83.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1% - (15px * 2));
    max-width: calc(83.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xs-10 {
    -ms-flex: 0 0 calc(83.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1%  - (15px * 2));
    max-width: calc(83.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xs-11 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xs-11 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(91.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1% - (15px * 2));
    max-width: calc(91.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xs-11 {
    -ms-flex: 0 0 calc(91.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1%  - (15px * 2));
    max-width: calc(91.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xs-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xs-12 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(100* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1% - (15px * 2));
    max-width: calc(100 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xs-12 {
    -ms-flex: 0 0 calc(100* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1%  - (15px * 2));
    max-width: calc(100 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-sm-1 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-sm-1 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(8.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1% - (15px * 2));
    max-width: calc(8.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-sm-1 {
    -ms-flex: 0 0 calc(8.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1%  - (15px * 2));
    max-width: calc(8.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-sm-2 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-sm-2 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(16.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1% - (15px * 2));
    max-width: calc(16.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-sm-2 {
    -ms-flex: 0 0 calc(16.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1%  - (15px * 2));
    max-width: calc(16.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-sm-3 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-sm-3 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(25* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1% - (15px * 2));
    max-width: calc(25 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-sm-3 {
    -ms-flex: 0 0 calc(25* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1%  - (15px * 2));
    max-width: calc(25 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-sm-4 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-sm-4 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(33.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1% - (15px * 2));
    max-width: calc(33.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-sm-4 {
    -ms-flex: 0 0 calc(33.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1%  - (15px * 2));
    max-width: calc(33.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-sm-5 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-sm-5 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(41.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1% - (15px * 2));
    max-width: calc(41.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-sm-5 {
    -ms-flex: 0 0 calc(41.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1%  - (15px * 2));
    max-width: calc(41.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-sm-6 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-sm-6 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(50* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1% - (15px * 2));
    max-width: calc(50 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-sm-6 {
    -ms-flex: 0 0 calc(50* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1%  - (15px * 2));
    max-width: calc(50 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-sm-7 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-sm-7 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(58.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1% - (15px * 2));
    max-width: calc(58.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-sm-7 {
    -ms-flex: 0 0 calc(58.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1%  - (15px * 2));
    max-width: calc(58.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-sm-8 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-sm-8 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(66.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1% - (15px * 2));
    max-width: calc(66.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-sm-8 {
    -ms-flex: 0 0 calc(66.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1%  - (15px * 2));
    max-width: calc(66.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-sm-9 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-sm-9 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(75* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1% - (15px * 2));
    max-width: calc(75 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-sm-9 {
    -ms-flex: 0 0 calc(75* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1%  - (15px * 2));
    max-width: calc(75 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-sm-10 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-sm-10 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(83.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1% - (15px * 2));
    max-width: calc(83.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-sm-10 {
    -ms-flex: 0 0 calc(83.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1%  - (15px * 2));
    max-width: calc(83.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-sm-11 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-sm-11 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(91.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1% - (15px * 2));
    max-width: calc(91.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-sm-11 {
    -ms-flex: 0 0 calc(91.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1%  - (15px * 2));
    max-width: calc(91.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-sm-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-sm-12 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(100* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1% - (15px * 2));
    max-width: calc(100 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-sm-12 {
    -ms-flex: 0 0 calc(100* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1%  - (15px * 2));
    max-width: calc(100 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-md-1 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-md-1 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(8.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1% - (15px * 2));
    max-width: calc(8.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-md-1 {
    -ms-flex: 0 0 calc(8.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1%  - (15px * 2));
    max-width: calc(8.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-md-2 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-md-2 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(16.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1% - (15px * 2));
    max-width: calc(16.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-md-2 {
    -ms-flex: 0 0 calc(16.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1%  - (15px * 2));
    max-width: calc(16.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-md-3 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-md-3 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(25* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1% - (15px * 2));
    max-width: calc(25 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-md-3 {
    -ms-flex: 0 0 calc(25* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1%  - (15px * 2));
    max-width: calc(25 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-md-4 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-md-4 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(33.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1% - (15px * 2));
    max-width: calc(33.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-md-4 {
    -ms-flex: 0 0 calc(33.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1%  - (15px * 2));
    max-width: calc(33.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-md-5 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-md-5 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(41.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1% - (15px * 2));
    max-width: calc(41.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-md-5 {
    -ms-flex: 0 0 calc(41.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1%  - (15px * 2));
    max-width: calc(41.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-md-6 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-md-6 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(50* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1% - (15px * 2));
    max-width: calc(50 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-md-6 {
    -ms-flex: 0 0 calc(50* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1%  - (15px * 2));
    max-width: calc(50 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-md-7 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-md-7 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(58.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1% - (15px * 2));
    max-width: calc(58.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-md-7 {
    -ms-flex: 0 0 calc(58.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1%  - (15px * 2));
    max-width: calc(58.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-md-8 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-md-8 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(66.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1% - (15px * 2));
    max-width: calc(66.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-md-8 {
    -ms-flex: 0 0 calc(66.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1%  - (15px * 2));
    max-width: calc(66.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-md-9 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-md-9 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(75* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1% - (15px * 2));
    max-width: calc(75 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-md-9 {
    -ms-flex: 0 0 calc(75* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1%  - (15px * 2));
    max-width: calc(75 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-md-10 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-md-10 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(83.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1% - (15px * 2));
    max-width: calc(83.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-md-10 {
    -ms-flex: 0 0 calc(83.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1%  - (15px * 2));
    max-width: calc(83.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-md-11 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-md-11 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(91.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1% - (15px * 2));
    max-width: calc(91.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-md-11 {
    -ms-flex: 0 0 calc(91.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1%  - (15px * 2));
    max-width: calc(91.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-md-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-md-12 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(100* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1% - (15px * 2));
    max-width: calc(100 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-md-12 {
    -ms-flex: 0 0 calc(100* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1%  - (15px * 2));
    max-width: calc(100 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-lg-1 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-lg-1 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(8.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1% - (15px * 2));
    max-width: calc(8.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-lg-1 {
    -ms-flex: 0 0 calc(8.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1%  - (15px * 2));
    max-width: calc(8.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-lg-2 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-lg-2 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(16.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1% - (15px * 2));
    max-width: calc(16.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-lg-2 {
    -ms-flex: 0 0 calc(16.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1%  - (15px * 2));
    max-width: calc(16.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-lg-3 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-lg-3 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(25* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1% - (15px * 2));
    max-width: calc(25 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-lg-3 {
    -ms-flex: 0 0 calc(25* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1%  - (15px * 2));
    max-width: calc(25 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-lg-4 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-lg-4 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(33.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1% - (15px * 2));
    max-width: calc(33.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-lg-4 {
    -ms-flex: 0 0 calc(33.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1%  - (15px * 2));
    max-width: calc(33.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-lg-5 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-lg-5 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(41.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1% - (15px * 2));
    max-width: calc(41.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-lg-5 {
    -ms-flex: 0 0 calc(41.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1%  - (15px * 2));
    max-width: calc(41.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-lg-6 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-lg-6 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(50* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1% - (15px * 2));
    max-width: calc(50 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-lg-6 {
    -ms-flex: 0 0 calc(50* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1%  - (15px * 2));
    max-width: calc(50 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-lg-7 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-lg-7 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(58.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1% - (15px * 2));
    max-width: calc(58.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-lg-7 {
    -ms-flex: 0 0 calc(58.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1%  - (15px * 2));
    max-width: calc(58.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-lg-8 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-lg-8 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(66.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1% - (15px * 2));
    max-width: calc(66.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-lg-8 {
    -ms-flex: 0 0 calc(66.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1%  - (15px * 2));
    max-width: calc(66.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-lg-9 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-lg-9 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(75* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1% - (15px * 2));
    max-width: calc(75 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-lg-9 {
    -ms-flex: 0 0 calc(75* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1%  - (15px * 2));
    max-width: calc(75 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-lg-10 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-lg-10 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(83.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1% - (15px * 2));
    max-width: calc(83.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-lg-10 {
    -ms-flex: 0 0 calc(83.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1%  - (15px * 2));
    max-width: calc(83.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-lg-11 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-lg-11 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(91.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1% - (15px * 2));
    max-width: calc(91.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-lg-11 {
    -ms-flex: 0 0 calc(91.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1%  - (15px * 2));
    max-width: calc(91.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-lg-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-lg-12 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(100* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1% - (15px * 2));
    max-width: calc(100 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-lg-12 {
    -ms-flex: 0 0 calc(100* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1%  - (15px * 2));
    max-width: calc(100 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xl-1 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xl-1 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(8.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1% - (15px * 2));
    max-width: calc(8.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xl-1 {
    -ms-flex: 0 0 calc(8.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1%  - (15px * 2));
    max-width: calc(8.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xl-2 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xl-2 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(16.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1% - (15px * 2));
    max-width: calc(16.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xl-2 {
    -ms-flex: 0 0 calc(16.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1%  - (15px * 2));
    max-width: calc(16.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xl-3 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xl-3 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(25* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1% - (15px * 2));
    max-width: calc(25 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xl-3 {
    -ms-flex: 0 0 calc(25* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1%  - (15px * 2));
    max-width: calc(25 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xl-4 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xl-4 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(33.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1% - (15px * 2));
    max-width: calc(33.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xl-4 {
    -ms-flex: 0 0 calc(33.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1%  - (15px * 2));
    max-width: calc(33.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xl-5 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xl-5 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(41.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1% - (15px * 2));
    max-width: calc(41.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xl-5 {
    -ms-flex: 0 0 calc(41.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1%  - (15px * 2));
    max-width: calc(41.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xl-6 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xl-6 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(50* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1% - (15px * 2));
    max-width: calc(50 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xl-6 {
    -ms-flex: 0 0 calc(50* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1%  - (15px * 2));
    max-width: calc(50 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xl-7 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xl-7 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(58.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1% - (15px * 2));
    max-width: calc(58.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xl-7 {
    -ms-flex: 0 0 calc(58.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1%  - (15px * 2));
    max-width: calc(58.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xl-8 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xl-8 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(66.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1% - (15px * 2));
    max-width: calc(66.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xl-8 {
    -ms-flex: 0 0 calc(66.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1%  - (15px * 2));
    max-width: calc(66.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xl-9 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xl-9 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(75* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1% - (15px * 2));
    max-width: calc(75 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xl-9 {
    -ms-flex: 0 0 calc(75* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1%  - (15px * 2));
    max-width: calc(75 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xl-10 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xl-10 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(83.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1% - (15px * 2));
    max-width: calc(83.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xl-10 {
    -ms-flex: 0 0 calc(83.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1%  - (15px * 2));
    max-width: calc(83.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xl-11 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xl-11 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(91.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1% - (15px * 2));
    max-width: calc(91.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xl-11 {
    -ms-flex: 0 0 calc(91.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1%  - (15px * 2));
    max-width: calc(91.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xl-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xl-12 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(100* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1% - (15px * 2));
    max-width: calc(100 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xl-12 {
    -ms-flex: 0 0 calc(100* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1%  - (15px * 2));
    max-width: calc(100 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xxl-1 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xxl-1 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(8.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1% - (15px * 2));
    max-width: calc(8.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xxl-1 {
    -ms-flex: 0 0 calc(8.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1%  - (15px * 2));
    max-width: calc(8.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xxl-2 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xxl-2 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(16.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1% - (15px * 2));
    max-width: calc(16.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xxl-2 {
    -ms-flex: 0 0 calc(16.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1%  - (15px * 2));
    max-width: calc(16.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xxl-3 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xxl-3 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(25* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1% - (15px * 2));
    max-width: calc(25 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xxl-3 {
    -ms-flex: 0 0 calc(25* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1%  - (15px * 2));
    max-width: calc(25 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xxl-4 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xxl-4 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(33.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1% - (15px * 2));
    max-width: calc(33.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xxl-4 {
    -ms-flex: 0 0 calc(33.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1%  - (15px * 2));
    max-width: calc(33.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xxl-5 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xxl-5 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(41.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1% - (15px * 2));
    max-width: calc(41.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xxl-5 {
    -ms-flex: 0 0 calc(41.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1%  - (15px * 2));
    max-width: calc(41.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xxl-6 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xxl-6 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(50* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1% - (15px * 2));
    max-width: calc(50 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xxl-6 {
    -ms-flex: 0 0 calc(50* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1%  - (15px * 2));
    max-width: calc(50 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xxl-7 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xxl-7 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(58.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1% - (15px * 2));
    max-width: calc(58.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xxl-7 {
    -ms-flex: 0 0 calc(58.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1%  - (15px * 2));
    max-width: calc(58.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xxl-8 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xxl-8 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(66.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1% - (15px * 2));
    max-width: calc(66.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xxl-8 {
    -ms-flex: 0 0 calc(66.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1%  - (15px * 2));
    max-width: calc(66.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xxl-9 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xxl-9 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(75* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1% - (15px * 2));
    max-width: calc(75 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xxl-9 {
    -ms-flex: 0 0 calc(75* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1%  - (15px * 2));
    max-width: calc(75 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xxl-10 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xxl-10 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(83.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1% - (15px * 2));
    max-width: calc(83.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xxl-10 {
    -ms-flex: 0 0 calc(83.33333* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1%  - (15px * 2));
    max-width: calc(83.33333 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xxl-11 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xxl-11 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(91.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1% - (15px * 2));
    max-width: calc(91.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xxl-11 {
    -ms-flex: 0 0 calc(91.66667* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1%  - (15px * 2));
    max-width: calc(91.66667 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.footer .col-xxl-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xxl-12 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(100* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1% - (15px * 2));
    max-width: calc(100 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .footer .col-xxl-12 {
    -ms-flex: 0 0 calc(100* 1%  - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1%  - (15px * 2));
    max-width: calc(100 * 1%  - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.footer .col-1 {
  width: calc(8.33333% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .footer .col-1 {
    width: calc(8.33333% - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.footer .col-2 {
  width: calc(16.66667% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .footer .col-2 {
    width: calc(16.66667% - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.footer .col-3 {
  width: calc(25% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .footer .col-3 {
    width: calc(25% - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.footer .col-4 {
  width: calc(33.33333% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .footer .col-4 {
    width: calc(33.33333% - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.footer .col-5 {
  width: calc(41.66667% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .footer .col-5 {
    width: calc(41.66667% - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.footer .col-6 {
  width: calc(50% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .footer .col-6 {
    width: calc(50% - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.footer .col-7 {
  width: calc(58.33333% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .footer .col-7 {
    width: calc(58.33333% - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.footer .col-8 {
  width: calc(66.66667% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .footer .col-8 {
    width: calc(66.66667% - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.footer .col-9 {
  width: calc(75% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .footer .col-9 {
    width: calc(75% - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.footer .col-10 {
  width: calc(83.33333% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .footer .col-10 {
    width: calc(83.33333% - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.footer .col-11 {
  width: calc(91.66667% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .footer .col-11 {
    width: calc(91.66667% - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.footer .col-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .footer .col-12 {
    width: calc(100% - (15px * 2));
    padding: 0 15px 0 15px;
  }
}

/* line 12, resources/assets/styles/layouts/_footer.scss */

.footer__header .social-networks a:before {
  -webkit-filter: invert(1);
          filter: invert(1);
}

/* line 17, resources/assets/styles/layouts/_footer.scss */

.footer__header img {
  display: block;
  margin: 15px auto 35px;
  max-width: 269px;
}

/* line 24, resources/assets/styles/layouts/_footer.scss */

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
}

@media (min-width: 767px) {
  /* line 24, resources/assets/styles/layouts/_footer.scss */

  .footer__body {
    text-align: left;
  }
}

/* line 35, resources/assets/styles/layouts/_footer.scss */

.footer__body .nav a {
  line-height: 2.5;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 0;
}

/* line 43, resources/assets/styles/layouts/_footer.scss */

.footer__body a {
  margin-top: 16px;
}

/* line 48, resources/assets/styles/layouts/_footer.scss */

.footer p {
  font-family: "Poppins";
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #ffffff;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.footer p {
  font-size: 0.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .footer p {
    font-size: calc(12px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .footer p {
    font-size: 0.875rem;
  }
}

/* line 54, resources/assets/styles/layouts/_footer.scss */

.footer .contact .name {
  font-weight: 900;
  text-transform: uppercase;
}

/* line 60, resources/assets/styles/layouts/_footer.scss */

.footer .contact,
.footer .advertisers {
  margin-top: 30px;
}

@media (min-width: 767px) {
  /* line 60, resources/assets/styles/layouts/_footer.scss */

  .footer .contact,
  .footer .advertisers {
    margin-top: 0;
  }
}

/* line 68, resources/assets/styles/layouts/_footer.scss */

.footer .title-section {
  font-size: 1rem;
  font-weight: 900;
  line-height: 2.5;
  text-transform: uppercase;
}

/* line 75, resources/assets/styles/layouts/_footer.scss */

.footer a {
  display: inline-block;
  font-family: "Poppins";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-decoration: none;
  color: #3ea6ff;
  font-weight: bold;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.footer a {
  font-size: 0.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .footer a {
    font-size: calc(12px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .footer a {
    font-size: 0.875rem;
  }
}

/* line 82, resources/assets/styles/layouts/_footer.scss */

.footer .social-networks {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 86, resources/assets/styles/layouts/_footer.scss */

.footer .subfooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 0 32px;
  text-align: center;
}

@media (min-width: 767px) {
  /* line 86, resources/assets/styles/layouts/_footer.scss */

  .footer .subfooter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}

/* line 96, resources/assets/styles/layouts/_footer.scss */

.footer .subfooter .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 767px) {
  /* line 96, resources/assets/styles/layouts/_footer.scss */

  .footer .subfooter .nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* line 103, resources/assets/styles/layouts/_footer.scss */

.footer .subfooter .nav li {
  margin-top: 10px;
}

@media (min-width: 767px) {
  /* line 103, resources/assets/styles/layouts/_footer.scss */

  .footer .subfooter .nav li {
    margin-top: 0;
  }

  /* line 108, resources/assets/styles/layouts/_footer.scss */

  .footer .subfooter .nav li:not(:last-child) a {
    margin-right: 48px;
  }
}

/* line 114, resources/assets/styles/layouts/_footer.scss */

.footer .subfooter .nav a {
  display: inline-block;
  font-weight: 500;
  color: #ffffff;
}

/* line 74, resources/assets/styles/common/_mixins.scss */

.footer-account .container {
  width: calc(100% - (15px * 2));
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .footer-account .container {
    max-width: 540px;
  }
}

@media (min-width: 767px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .footer-account .container {
    max-width: 767px;
  }
}

@media (min-width: 992px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .footer-account .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .footer-account .container {
    max-width: 1080px;
  }
}

@media (min-width: 1380px) {
  /* line 74, resources/assets/styles/common/_mixins.scss */

  .footer-account .container {
    max-width: 1200px;
  }
}

/* line 125, resources/assets/styles/layouts/_footer.scss */

.footer-account .subfooter {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

/* line 5, resources/assets/styles/layouts/_pages.scss */

.layout-page.template-tv .main,
.layout-page.tax-category_tv .main {
  margin-bottom: 20px;
}

/* line 9, resources/assets/styles/layouts/_pages.scss */

.layout-page .main {
  margin-top: 73px;
  margin-bottom: 120px;
}

/* line 490, resources/assets/styles/common/_mixins.scss */

.layout-page .sharelinks {
  position: initial;
  top: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 0;
}

@media (min-width: 992px) {
  /* line 490, resources/assets/styles/common/_mixins.scss */

  .layout-page .sharelinks {
    position: sticky;
  }
}

/* line 500, resources/assets/styles/common/_mixins.scss */

.layout-page .sharelinks a {
  margin-right: 15px;
}

@media (min-width: 992px) {
  /* line 500, resources/assets/styles/common/_mixins.scss */

  .layout-page .sharelinks a {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  /* line 490, resources/assets/styles/common/_mixins.scss */

  .layout-page .sharelinks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: -85px;
  }
}

/* line 16, resources/assets/styles/layouts/_pages.scss */

.entry-content {
  position: relative;
  z-index: 5;
}

@media (min-width: 992px) {
  /* line 16, resources/assets/styles/layouts/_pages.scss */

  .entry-content {
    margin-top: -192px;
  }
}

/* line 2, resources/assets/styles/layouts/_posts.scss */

.category .main {
  margin-top: 33px;
  margin-bottom: 52px;
}

@media (min-width: 767px) {
  /* line 2, resources/assets/styles/layouts/_posts.scss */

  .category .main {
    margin-top: 73px;
    margin-bottom: 120px;
  }
}

/* line 1, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce {
  margin: 12px !important;
}

/* line 1, resources/assets/styles/layouts/_homepage.scss */

html {
  overflow-x: hidden;
}

/* line 4, resources/assets/styles/layouts/_homepage.scss */

.template-homepage {
  overflow-x: hidden;
}

@media (min-width: 767px) {
  /* line 8, resources/assets/styles/layouts/_homepage.scss */

  .template-homepage.menu-burger-is-open header {
    padding-bottom: 11px;
  }

  /* line 12, resources/assets/styles/layouts/_homepage.scss */

  .template-homepage.menu-burger-is-open .brand img {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

/* line 18, resources/assets/styles/layouts/_homepage.scss */

.template-homepage header {
  max-height: none;
}

/* line 41, resources/assets/styles/layouts/_homepage.scss */

.template-homepage .articles-auto {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  /* line 41, resources/assets/styles/layouts/_homepage.scss */

  .template-homepage .articles-auto {
    margin-bottom: 80px;
  }
}

.articles-auto .article-mini .article-mini-banner {
    max-height: 258px;
}

/* line 46, resources/assets/styles/layouts/_homepage.scss */

.template-homepage .articles-auto .article-mini {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  /* line 46, resources/assets/styles/layouts/_homepage.scss */

  .template-homepage .articles-auto .article-mini {
    height: 100%;
  }
}

@media (max-width: 992px) {
  /* line 46, resources/assets/styles/layouts/_homepage.scss */

  .template-homepage .articles-auto .article-mini {
    margin-bottom: 40px;
    height: auto;
  }
}

/* line 55, resources/assets/styles/layouts/_homepage.scss */

.template-homepage .articles-auto .article-mini:first-of-type {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  /* line 55, resources/assets/styles/layouts/_homepage.scss */

  .template-homepage .articles-auto .article-mini:first-of-type {
    margin-bottom: 0;
  }
}

/* line 62, resources/assets/styles/layouts/_homepage.scss */

.template-homepage .articles-auto .see-more {
  margin-top: 90px;
  text-align: center;
}

/* line 68, resources/assets/styles/layouts/_homepage.scss */

.template-homepage .article-mini {
  margin-top: 0;
  margin-bottom: 40px;
}

@media (min-width: 767px) {
  /* line 68, resources/assets/styles/layouts/_homepage.scss */

  .template-homepage .article-mini {
    margin-bottom: 80px;
  }

  /* line 73, resources/assets/styles/layouts/_homepage.scss */

  .template-homepage .article-mini:first-child,
  .template-homepage .article-mini:nth-child(2) {
    margin-top: 0;
  }

  /* line 77, resources/assets/styles/layouts/_homepage.scss */

  .template-homepage .article-mini:last-child,
  .template-homepage .article-mini:nth-last-child(2) {
    margin-bottom: 0;
  }
}

/* line 84, resources/assets/styles/layouts/_homepage.scss */

.template-homepage .section {
  margin: 40px auto;
}

@media (min-width: 767px) {
  /* line 84, resources/assets/styles/layouts/_homepage.scss */

  .template-homepage .section {
    margin: 80px auto;
  }
}

@media (min-width: 992px) {
  /* line 84, resources/assets/styles/layouts/_homepage.scss */

  .template-homepage .section {
    margin: 120px auto;
  }
}

/* line 92, resources/assets/styles/layouts/_homepage.scss */

.template-homepage .section-article {
  margin: 40px auto;
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xs-1 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xs-1 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(8.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1% - (15px * 2));
    max-width: calc(8.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xs-1 {
    -ms-flex: 0 0 calc(8.33333* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1%  - (36px * 2));
    max-width: calc(8.33333 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xs-2 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xs-2 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(16.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1% - (15px * 2));
    max-width: calc(16.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xs-2 {
    -ms-flex: 0 0 calc(16.66667* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1%  - (36px * 2));
    max-width: calc(16.66667 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xs-3 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xs-3 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(25* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1% - (15px * 2));
    max-width: calc(25 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xs-3 {
    -ms-flex: 0 0 calc(25* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1%  - (36px * 2));
    max-width: calc(25 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xs-4 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xs-4 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(33.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1% - (15px * 2));
    max-width: calc(33.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xs-4 {
    -ms-flex: 0 0 calc(33.33333* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1%  - (36px * 2));
    max-width: calc(33.33333 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xs-5 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xs-5 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(41.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1% - (15px * 2));
    max-width: calc(41.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xs-5 {
    -ms-flex: 0 0 calc(41.66667* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1%  - (36px * 2));
    max-width: calc(41.66667 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xs-6 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xs-6 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(50* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1% - (15px * 2));
    max-width: calc(50 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xs-6 {
    -ms-flex: 0 0 calc(50* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1%  - (36px * 2));
    max-width: calc(50 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xs-7 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xs-7 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(58.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1% - (15px * 2));
    max-width: calc(58.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xs-7 {
    -ms-flex: 0 0 calc(58.33333* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1%  - (36px * 2));
    max-width: calc(58.33333 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xs-8 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xs-8 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(66.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1% - (15px * 2));
    max-width: calc(66.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xs-8 {
    -ms-flex: 0 0 calc(66.66667* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1%  - (36px * 2));
    max-width: calc(66.66667 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xs-9 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xs-9 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(75* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1% - (15px * 2));
    max-width: calc(75 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xs-9 {
    -ms-flex: 0 0 calc(75* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1%  - (36px * 2));
    max-width: calc(75 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xs-10 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xs-10 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(83.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1% - (15px * 2));
    max-width: calc(83.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xs-10 {
    -ms-flex: 0 0 calc(83.33333* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1%  - (36px * 2));
    max-width: calc(83.33333 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xs-11 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xs-11 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(91.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1% - (15px * 2));
    max-width: calc(91.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xs-11 {
    -ms-flex: 0 0 calc(91.66667* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1%  - (36px * 2));
    max-width: calc(91.66667 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xs-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 360px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xs-12 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(100* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1% - (15px * 2));
    max-width: calc(100 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xs-12 {
    -ms-flex: 0 0 calc(100* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1%  - (36px * 2));
    max-width: calc(100 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-sm-1 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-sm-1 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(8.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1% - (15px * 2));
    max-width: calc(8.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-sm-1 {
    -ms-flex: 0 0 calc(8.33333* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1%  - (36px * 2));
    max-width: calc(8.33333 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-sm-2 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-sm-2 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(16.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1% - (15px * 2));
    max-width: calc(16.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-sm-2 {
    -ms-flex: 0 0 calc(16.66667* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1%  - (36px * 2));
    max-width: calc(16.66667 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-sm-3 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-sm-3 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(25* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1% - (15px * 2));
    max-width: calc(25 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-sm-3 {
    -ms-flex: 0 0 calc(25* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1%  - (36px * 2));
    max-width: calc(25 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-sm-4 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-sm-4 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(33.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1% - (15px * 2));
    max-width: calc(33.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-sm-4 {
    -ms-flex: 0 0 calc(33.33333* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1%  - (36px * 2));
    max-width: calc(33.33333 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-sm-5 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-sm-5 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(41.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1% - (15px * 2));
    max-width: calc(41.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-sm-5 {
    -ms-flex: 0 0 calc(41.66667* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1%  - (36px * 2));
    max-width: calc(41.66667 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-sm-6 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-sm-6 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(50* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1% - (15px * 2));
    max-width: calc(50 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-sm-6 {
    -ms-flex: 0 0 calc(50* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1%  - (36px * 2));
    max-width: calc(50 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-sm-7 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-sm-7 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(58.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1% - (15px * 2));
    max-width: calc(58.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-sm-7 {
    -ms-flex: 0 0 calc(58.33333* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1%  - (36px * 2));
    max-width: calc(58.33333 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-sm-8 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-sm-8 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(66.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1% - (15px * 2));
    max-width: calc(66.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-sm-8 {
    -ms-flex: 0 0 calc(66.66667* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1%  - (36px * 2));
    max-width: calc(66.66667 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-sm-9 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-sm-9 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(75* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1% - (15px * 2));
    max-width: calc(75 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-sm-9 {
    -ms-flex: 0 0 calc(75* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1%  - (36px * 2));
    max-width: calc(75 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-sm-10 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-sm-10 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(83.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1% - (15px * 2));
    max-width: calc(83.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-sm-10 {
    -ms-flex: 0 0 calc(83.33333* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1%  - (36px * 2));
    max-width: calc(83.33333 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-sm-11 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-sm-11 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(91.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1% - (15px * 2));
    max-width: calc(91.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-sm-11 {
    -ms-flex: 0 0 calc(91.66667* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1%  - (36px * 2));
    max-width: calc(91.66667 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-sm-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 576px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-sm-12 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(100* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1% - (15px * 2));
    max-width: calc(100 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-sm-12 {
    -ms-flex: 0 0 calc(100* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1%  - (36px * 2));
    max-width: calc(100 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-md-1 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-md-1 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(8.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1% - (15px * 2));
    max-width: calc(8.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-md-1 {
    -ms-flex: 0 0 calc(8.33333* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1%  - (36px * 2));
    max-width: calc(8.33333 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-md-2 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-md-2 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(16.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1% - (15px * 2));
    max-width: calc(16.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-md-2 {
    -ms-flex: 0 0 calc(16.66667* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1%  - (36px * 2));
    max-width: calc(16.66667 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-md-3 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-md-3 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(25* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1% - (15px * 2));
    max-width: calc(25 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-md-3 {
    -ms-flex: 0 0 calc(25* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1%  - (36px * 2));
    max-width: calc(25 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-md-4 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-md-4 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(33.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1% - (15px * 2));
    max-width: calc(33.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-md-4 {
    -ms-flex: 0 0 calc(33.33333* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1%  - (36px * 2));
    max-width: calc(33.33333 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-md-5 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-md-5 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(41.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1% - (15px * 2));
    max-width: calc(41.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-md-5 {
    -ms-flex: 0 0 calc(41.66667* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1%  - (36px * 2));
    max-width: calc(41.66667 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-md-6 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-md-6 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(50* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1% - (15px * 2));
    max-width: calc(50 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-md-6 {
    -ms-flex: 0 0 calc(50* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1%  - (36px * 2));
    max-width: calc(50 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-md-7 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-md-7 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(58.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1% - (15px * 2));
    max-width: calc(58.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-md-7 {
    -ms-flex: 0 0 calc(58.33333* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1%  - (36px * 2));
    max-width: calc(58.33333 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-md-8 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-md-8 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(66.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1% - (15px * 2));
    max-width: calc(66.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-md-8 {
    -ms-flex: 0 0 calc(66.66667* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1%  - (36px * 2));
    max-width: calc(66.66667 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-md-9 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-md-9 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(75* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1% - (15px * 2));
    max-width: calc(75 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-md-9 {
    -ms-flex: 0 0 calc(75* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1%  - (36px * 2));
    max-width: calc(75 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-md-10 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-md-10 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(83.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1% - (15px * 2));
    max-width: calc(83.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-md-10 {
    -ms-flex: 0 0 calc(83.33333* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1%  - (36px * 2));
    max-width: calc(83.33333 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-md-11 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-md-11 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(91.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1% - (15px * 2));
    max-width: calc(91.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-md-11 {
    -ms-flex: 0 0 calc(91.66667* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1%  - (36px * 2));
    max-width: calc(91.66667 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-md-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 767px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-md-12 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(100* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1% - (15px * 2));
    max-width: calc(100 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-md-12 {
    -ms-flex: 0 0 calc(100* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1%  - (36px * 2));
    max-width: calc(100 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-lg-1 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-lg-1 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(8.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1% - (15px * 2));
    max-width: calc(8.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-lg-1 {
    -ms-flex: 0 0 calc(8.33333* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1%  - (36px * 2));
    max-width: calc(8.33333 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-lg-2 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-lg-2 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(16.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1% - (15px * 2));
    max-width: calc(16.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-lg-2 {
    -ms-flex: 0 0 calc(16.66667* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1%  - (36px * 2));
    max-width: calc(16.66667 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-lg-3 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-lg-3 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(25* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1% - (15px * 2));
    max-width: calc(25 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-lg-3 {
    -ms-flex: 0 0 calc(25* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1%  - (36px * 2));
    max-width: calc(25 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-lg-4 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-lg-4 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(33.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1% - (15px * 2));
    max-width: calc(33.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-lg-4 {
    -ms-flex: 0 0 calc(33.33333* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1%  - (36px * 2));
    max-width: calc(33.33333 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-lg-5 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-lg-5 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(41.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1% - (15px * 2));
    max-width: calc(41.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-lg-5 {
    -ms-flex: 0 0 calc(41.66667* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1%  - (36px * 2));
    max-width: calc(41.66667 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-lg-6 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-lg-6 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(50* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1% - (15px * 2));
    max-width: calc(50 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-lg-6 {
    -ms-flex: 0 0 calc(50* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1%  - (36px * 2));
    max-width: calc(50 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-lg-7 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-lg-7 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(58.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1% - (15px * 2));
    max-width: calc(58.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-lg-7 {
    -ms-flex: 0 0 calc(58.33333* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1%  - (36px * 2));
    max-width: calc(58.33333 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-lg-8 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-lg-8 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(66.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1% - (15px * 2));
    max-width: calc(66.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-lg-8 {
    -ms-flex: 0 0 calc(66.66667* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1%  - (36px * 2));
    max-width: calc(66.66667 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-lg-9 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-lg-9 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(75* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1% - (15px * 2));
    max-width: calc(75 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-lg-9 {
    -ms-flex: 0 0 calc(75* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1%  - (36px * 2));
    max-width: calc(75 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-lg-10 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-lg-10 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(83.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1% - (15px * 2));
    max-width: calc(83.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-lg-10 {
    -ms-flex: 0 0 calc(83.33333* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1%  - (36px * 2));
    max-width: calc(83.33333 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-lg-11 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-lg-11 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(91.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1% - (15px * 2));
    max-width: calc(91.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-lg-11 {
    -ms-flex: 0 0 calc(91.66667* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1%  - (36px * 2));
    max-width: calc(91.66667 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-lg-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-lg-12 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(100* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1% - (15px * 2));
    max-width: calc(100 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-lg-12 {
    -ms-flex: 0 0 calc(100* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1%  - (36px * 2));
    max-width: calc(100 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xl-1 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xl-1 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(8.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1% - (15px * 2));
    max-width: calc(8.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xl-1 {
    -ms-flex: 0 0 calc(8.33333* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1%  - (36px * 2));
    max-width: calc(8.33333 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xl-2 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xl-2 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(16.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1% - (15px * 2));
    max-width: calc(16.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xl-2 {
    -ms-flex: 0 0 calc(16.66667* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1%  - (36px * 2));
    max-width: calc(16.66667 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xl-3 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xl-3 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(25* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1% - (15px * 2));
    max-width: calc(25 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xl-3 {
    -ms-flex: 0 0 calc(25* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1%  - (36px * 2));
    max-width: calc(25 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xl-4 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xl-4 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(33.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1% - (15px * 2));
    max-width: calc(33.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xl-4 {
    -ms-flex: 0 0 calc(33.33333* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1%  - (36px * 2));
    max-width: calc(33.33333 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xl-5 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xl-5 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(41.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1% - (15px * 2));
    max-width: calc(41.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xl-5 {
    -ms-flex: 0 0 calc(41.66667* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1%  - (36px * 2));
    max-width: calc(41.66667 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xl-6 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xl-6 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(50* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1% - (15px * 2));
    max-width: calc(50 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xl-6 {
    -ms-flex: 0 0 calc(50* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1%  - (36px * 2));
    max-width: calc(50 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xl-7 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xl-7 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(58.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1% - (15px * 2));
    max-width: calc(58.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xl-7 {
    -ms-flex: 0 0 calc(58.33333* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1%  - (36px * 2));
    max-width: calc(58.33333 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xl-8 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xl-8 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(66.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1% - (15px * 2));
    max-width: calc(66.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xl-8 {
    -ms-flex: 0 0 calc(66.66667* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1%  - (36px * 2));
    max-width: calc(66.66667 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xl-9 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xl-9 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(75* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1% - (15px * 2));
    max-width: calc(75 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xl-9 {
    -ms-flex: 0 0 calc(75* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1%  - (36px * 2));
    max-width: calc(75 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xl-10 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xl-10 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(83.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1% - (15px * 2));
    max-width: calc(83.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xl-10 {
    -ms-flex: 0 0 calc(83.33333* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1%  - (36px * 2));
    max-width: calc(83.33333 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xl-11 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xl-11 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(91.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1% - (15px * 2));
    max-width: calc(91.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xl-11 {
    -ms-flex: 0 0 calc(91.66667* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1%  - (36px * 2));
    max-width: calc(91.66667 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xl-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1200px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xl-12 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(100* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1% - (15px * 2));
    max-width: calc(100 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xl-12 {
    -ms-flex: 0 0 calc(100* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1%  - (36px * 2));
    max-width: calc(100 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xxl-1 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xxl-1 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(8.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1% - (15px * 2));
    max-width: calc(8.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xxl-1 {
    -ms-flex: 0 0 calc(8.33333* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(8.33333 * 1%  - (36px * 2));
    max-width: calc(8.33333 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xxl-2 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xxl-2 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(16.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1% - (15px * 2));
    max-width: calc(16.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xxl-2 {
    -ms-flex: 0 0 calc(16.66667* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(16.66667 * 1%  - (36px * 2));
    max-width: calc(16.66667 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xxl-3 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xxl-3 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(25* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1% - (15px * 2));
    max-width: calc(25 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xxl-3 {
    -ms-flex: 0 0 calc(25* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(25 * 1%  - (36px * 2));
    max-width: calc(25 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xxl-4 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xxl-4 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(33.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1% - (15px * 2));
    max-width: calc(33.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xxl-4 {
    -ms-flex: 0 0 calc(33.33333* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(33.33333 * 1%  - (36px * 2));
    max-width: calc(33.33333 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xxl-5 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xxl-5 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(41.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1% - (15px * 2));
    max-width: calc(41.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xxl-5 {
    -ms-flex: 0 0 calc(41.66667* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(41.66667 * 1%  - (36px * 2));
    max-width: calc(41.66667 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xxl-6 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xxl-6 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(50* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1% - (15px * 2));
    max-width: calc(50 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xxl-6 {
    -ms-flex: 0 0 calc(50* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(50 * 1%  - (36px * 2));
    max-width: calc(50 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xxl-7 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xxl-7 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(58.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1% - (15px * 2));
    max-width: calc(58.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xxl-7 {
    -ms-flex: 0 0 calc(58.33333* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(58.33333 * 1%  - (36px * 2));
    max-width: calc(58.33333 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xxl-8 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xxl-8 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(66.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1% - (15px * 2));
    max-width: calc(66.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xxl-8 {
    -ms-flex: 0 0 calc(66.66667* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(66.66667 * 1%  - (36px * 2));
    max-width: calc(66.66667 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xxl-9 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xxl-9 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(75* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1% - (15px * 2));
    max-width: calc(75 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xxl-9 {
    -ms-flex: 0 0 calc(75* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(75 * 1%  - (36px * 2));
    max-width: calc(75 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xxl-10 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xxl-10 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(83.33333* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1% - (15px * 2));
    max-width: calc(83.33333 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xxl-10 {
    -ms-flex: 0 0 calc(83.33333* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(83.33333 * 1%  - (36px * 2));
    max-width: calc(83.33333 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xxl-11 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xxl-11 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(91.66667* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1% - (15px * 2));
    max-width: calc(91.66667 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xxl-11 {
    -ms-flex: 0 0 calc(91.66667* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(91.66667 * 1%  - (36px * 2));
    max-width: calc(91.66667 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 112, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-xxl-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media screen and (min-width: 1380px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xxl-12 {
    padding: 0 15px 0 15px;
    -ms-flex: 0 0 calc(100* 1% - (15px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1% - (15px * 2));
    max-width: calc(100 * 1% - (15px * 2));
  }
}

@media (min-width: 992px) {
  /* line 112, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-xxl-12 {
    -ms-flex: 0 0 calc(100* 1%  - (36px * 2));
    -webkit-box-flex: 0;
            flex: 0 0 calc(100 * 1%  - (36px * 2));
    max-width: calc(100 * 1%  - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-1 {
  width: calc(8.33333% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-1 {
    width: calc(8.33333% - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-2 {
  width: calc(16.66667% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-2 {
    width: calc(16.66667% - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-3 {
  width: calc(25% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-3 {
    width: calc(25% - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-4 {
  width: calc(33.33333% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-4 {
    width: calc(33.33333% - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-5 {
  width: calc(41.66667% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-5 {
    width: calc(41.66667% - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-6 {
  width: calc(50% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-6 {
    width: calc(50% - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-7 {
  width: calc(58.33333% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-7 {
    width: calc(58.33333% - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-8 {
  width: calc(66.66667% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-8 {
    width: calc(66.66667% - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-9 {
  width: calc(75% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-9 {
    width: calc(75% - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-10 {
  width: calc(83.33333% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-10 {
    width: calc(83.33333% - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-11 {
  width: calc(91.66667% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-11 {
    width: calc(91.66667% - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

/* line 157, resources/assets/styles/common/_mixins.scss */

.template-homepage .section-article .col-12 {
  width: calc(100% - (15px * 2));
  padding: 0 15px 0 15px;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/common/_mixins.scss */

  .template-homepage .section-article .col-12 {
    width: calc(100% - (36px * 2));
    padding: 0 36px 0 36px;
  }
}

@media (min-width: 767px) {
  /* line 92, resources/assets/styles/layouts/_homepage.scss */

  .template-homepage .section-article {
    margin: 80px auto;
  }
}

@media (min-width: 992px) {
  /* line 99, resources/assets/styles/layouts/_homepage.scss */

  .template-homepage .section-article .row {
    margin-left: -36px;
    margin-right: -36px;
    width: calc(100% + (36px * 2));
  }
}

/* line 108, resources/assets/styles/layouts/_homepage.scss */

.template-homepage .event-link {
  position: relative;
  margin-bottom: 40px;
}

/* line 234, resources/assets/styles/common/_mixins.scss */

.template-homepage .event-link:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 88.70968%;
}

/* line 240, resources/assets/styles/common/_mixins.scss */

.template-homepage .event-link > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 112, resources/assets/styles/layouts/_homepage.scss */

.template-homepage .event-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 120, resources/assets/styles/layouts/_homepage.scss */

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  margin-bottom: 32px;
  max-width: 1282px !important;
  min-height: 480px;
  position: relative;
}

@media (min-width: 767px) {
  /* line 120, resources/assets/styles/layouts/_homepage.scss */

  .banner {
    margin-bottom: 72px;
  }
}

@media (max-width: 767px) {
  /* line 120, resources/assets/styles/layouts/_homepage.scss */

  .banner {
    background-size: auto 320px !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
  }

  /* line 134, resources/assets/styles/layouts/_homepage.scss */

  .banner .row {
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  /* line 120, resources/assets/styles/layouts/_homepage.scss */

 /* .banner {
    background-size: auto 240px !important;
  }*/
}

/* line 141, resources/assets/styles/layouts/_homepage.scss */

.banner a {
  text-decoration: none;
  color: #121212;
}

/* line 144, resources/assets/styles/layouts/_homepage.scss */

.banner .link-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/* line 149, resources/assets/styles/layouts/_homepage.scss */

.banner .banner-text {
  position: relative;
  background-color: #ffffff;
  margin: 40px 25px;
  padding: 40px 48px;
  min-height: 320px;
  z-index: 2;
}

@media (max-width: 767px) {
  /* line 149, resources/assets/styles/layouts/_homepage.scss */

  .banner .banner-text {
    padding: 0;
    margin: 340px 0 0;
    min-height: 0;
  }
}

@media (max-width: 576px) {
  /* line 149, resources/assets/styles/layouts/_homepage.scss */

  .banner .banner-text {
    margin-top: 264px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

/* line 166, resources/assets/styles/layouts/_homepage.scss */

.banner .banner-text .highlight {
  font-family: "Poppins";
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #121212;
  padding-bottom: 12px;
  border-bottom: 2px solid #121212;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.banner .banner-text .highlight {
  font-size: 1rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .banner .banner-text .highlight {
    font-size: calc(16px + 8 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .banner .banner-text .highlight {
    font-size: 1.5rem;
  }
}

/* line 173, resources/assets/styles/layouts/_homepage.scss */

.banner .banner-text h2 {
  margin-top: 15px;
  margin-bottom: 8px;
  text-transform: none;
  font-size: 2rem;
}

@media (max-width: 767px) {
  /* line 173, resources/assets/styles/layouts/_homepage.scss */

  .banner .banner-text h2 {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  /* line 173, resources/assets/styles/layouts/_homepage.scss */

  .banner .banner-text h2 {
    font-size: 1.25rem;
  }
}

.banner .banner-text .intro {
  margin-bottom: 21px;
  line-height: 20px;
  padding-bottom: 20px;
}

/* line 186, resources/assets/styles/layouts/_homepage.scss */

/*.banner .banner-text .btn {
  position: absolute;
  left: 48px;
  bottom: 40px;
}
*/
@media (max-width: 767px) {
  /* line 186, resources/assets/styles/layouts/_homepage.scss */

  .banner .banner-text .btn {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 30px;
  }
}

/* line 202, resources/assets/styles/layouts/_homepage.scss */

.promote > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 206, resources/assets/styles/layouts/_homepage.scss */

.promote > div > div > div {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  /* line 206, resources/assets/styles/layouts/_homepage.scss */

  .promote > div > div > div {
    margin-bottom: 0;
  }
}

/* line 216, resources/assets/styles/layouts/_homepage.scss */

.quote-review {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  /* line 216, resources/assets/styles/layouts/_homepage.scss */

  .quote-review {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 324px;
  }
}

/* line 225, resources/assets/styles/layouts/_homepage.scss */

.quote-review__header {
  width: 100%;
  height: 150px;
}

@media (min-width: 992px) {
  /* line 225, resources/assets/styles/layouts/_homepage.scss */

  .quote-review__header {
    width: 35%;
    height: 100%;
  }
}

/* line 233, resources/assets/styles/layouts/_homepage.scss */

.quote-review__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% - 12px - 28px);
  padding: 23px 12px 28px 28px;
}

@media (min-width: 992px) {
  /* line 233, resources/assets/styles/layouts/_homepage.scss */

  .quote-review__body {
    width: calc(65% - (48px - 32px));
    padding: 43px 32px 48px 48px;
  }
}

/* line 246, resources/assets/styles/layouts/_homepage.scss */

.quote-review h3 {
  position: relative;
  font-family: "Poppins";
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #153c92;
  margin-bottom: 15px;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.quote-review h3 {
  font-size: 1.125rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .quote-review h3 {
    font-size: calc(18px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .quote-review h3 {
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) {
  /* line 246, resources/assets/styles/layouts/_homepage.scss */

  .quote-review h3 {
    margin-bottom: 0;
  }
}

/* line 254, resources/assets/styles/layouts/_homepage.scss */

.quote-review h3:after {
  content: "";
  position: relative;
  display: block;
  top: auto;
  left: 0;
  right: auto;
  bottom: -5px;
  width: 40px;
  height: 1px;
  background-color: #153c92;
}

/* line 263, resources/assets/styles/layouts/_homepage.scss */

.quote-review p {
  font-family: "PlayfairDisplay";
  font-weight: 900;
  font-stretch: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: normal;
  color: #153c92;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.quote-review p {
  font-size: 1.125rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .quote-review p {
    font-size: calc(18px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .quote-review p {
    font-size: 1.25rem;
  }
}

/* line 268, resources/assets/styles/layouts/_homepage.scss */

.quote-review .btn {
  margin-top: 15px;
}

@media (min-width: 992px) {
  /* line 268, resources/assets/styles/layouts/_homepage.scss */

  .quote-review .btn {
    margin-top: 0;
  }
}

/* line 275, resources/assets/styles/layouts/_homepage.scss */

.quote-review img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 281, resources/assets/styles/layouts/_homepage.scss */

.quote-review:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff582;
  z-index: -1;
}

/* line 289, resources/assets/styles/layouts/_homepage.scss */

.quote-review .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

/* line 299, resources/assets/styles/layouts/_homepage.scss */

#banner-tv {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 302, resources/assets/styles/layouts/_homepage.scss */

#banner-tv .logo {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  /* line 302, resources/assets/styles/layouts/_homepage.scss */

  #banner-tv .logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 310, resources/assets/styles/layouts/_homepage.scss */

#banner-tv .text {
  margin-top: 24px;
  margin-bottom: 24px;
  max-width: 460px;
}

/* line 314, resources/assets/styles/layouts/_homepage.scss */

#banner-tv .text * {
  font-family: "Lora";
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

#banner-tv .text * {
  font-size: 1rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  #banner-tv .text * {
    font-size: calc(16px + 0 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  #banner-tv .text * {
    font-size: 1rem;
  }
}

/* line 319, resources/assets/styles/layouts/_homepage.scss */

#banner-tv .youtube-link {
  font-family: "Poppins";
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 48px;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

#banner-tv .youtube-link {
  font-size: 0.875rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  #banner-tv .youtube-link {
    font-size: calc(14px + 0 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  #banner-tv .youtube-link {
    font-size: 0.875rem;
  }
}

/* line 325, resources/assets/styles/layouts/_homepage.scss */

#banner-tv .youtube-link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMTZDMCAyNC44MzY2IDcuMTYzNDQgMzIgMTYgMzJDMjQuODM2NiAzMiAzMiAyNC44MzY2IDMyIDE2QzMyIDcuMTYzNDQgMjQuODM2NiAwIDE2IDBDNy4xNjM0NCAwIDAgNy4xNjM0NCAwIDE2WiIgZmlsbD0iI0ZGMDAwMCIvPgo8cGF0aCBkPSJNMjMuNiAxMi4xQzIzLjQgMTEuNCAyMi45IDEwLjkgMjIuMiAxMC43QzIxIDEwLjQgMTUuOSAxMC40IDE1LjkgMTAuNEMxNS45IDEwLjQgMTAuOSAxMC40IDkuNjAwMDEgMTAuN0M4LjkwMDAxIDEwLjkgOC40IDExLjQgOC4yIDEyLjFDOCAxMy40IDggMTYgOCAxNkM4IDE2IDggMTguNiA4LjMgMTkuOUM4LjUgMjAuNiA5IDIxLjEgOS43IDIxLjNDMTAuOSAyMS42IDE2IDIxLjYgMTYgMjEuNkMxNiAyMS42IDIxIDIxLjYgMjIuMyAyMS4zQzIzIDIxLjEgMjMuNSAyMC42IDIzLjcgMTkuOUMyNCAxOC42IDI0IDE2IDI0IDE2QzI0IDE2IDI0IDEzLjQgMjMuNiAxMi4xWk0xNC40IDE4LjRWMTMuNkwxOC42IDE2TDE0LjQgMTguNFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 10px;
}

/* line 337, resources/assets/styles/layouts/_homepage.scss */

#banner-tv .category-link {
  position: relative;
  background-color: #ffffff;
  text-align: center;
  padding: 16px;
  border-radius: 8px;
  height: 112px;
  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;
}

@media screen and (max-width: 575px) {
  /* line 337, resources/assets/styles/layouts/_homepage.scss */

  #banner-tv .category-link {
    margin-bottom: 24px;
  }
}

/* line 350, resources/assets/styles/layouts/_homepage.scss */

#banner-tv .category-link img {
  display: inline-block;
  width: 85%;
  height: 85%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 356, resources/assets/styles/layouts/_homepage.scss */

#banner-tv .category-link a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 2, resources/assets/styles/layouts/_team.scss */

#team-page .sharelinks {
  position: sticky;
  top: 162px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: -85px;
}

/* line 10, resources/assets/styles/layouts/_team.scss */

#team-page h1 {
  font-family: "PlayfairDisplay";
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #3ea6ff;
  margin-bottom: 70px;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

#team-page h1 {
  font-size: 1.625rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  #team-page h1 {
    font-size: calc(26px + 6 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  #team-page h1 {
    font-size: 2rem;
  }
}

/* line 15, resources/assets/styles/layouts/_team.scss */

#team-page h2 {
  font-family: "PlayfairDisplay";
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #3ea6ff;
  margin-top: 40px;
  margin-bottom: 45px;
  text-transform: none;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

#team-page h2 {
  font-size: 1.625rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  #team-page h2 {
    font-size: calc(26px + 6 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  #team-page h2 {
    font-size: 2rem;
  }
}

/* line 22, resources/assets/styles/layouts/_team.scss */

#team-page .member-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}

@media (min-width: 767px) {
  /* line 22, resources/assets/styles/layouts/_team.scss */

  #team-page .member-team {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* line 30, resources/assets/styles/layouts/_team.scss */

#team-page .member-team.img-is-empty {
  padding-left: 0;
}

@media (min-width: 767px) {
  /* line 30, resources/assets/styles/layouts/_team.scss */

  #team-page .member-team.img-is-empty {
    padding-left: 160px;
  }
}

/* line 36, resources/assets/styles/layouts/_team.scss */

#team-page .member-team .content {
  border-left: 2px solid #121212;
  padding-left: 24px;
  padding-bottom: 10px;
}

/* line 40, resources/assets/styles/layouts/_team.scss */

#team-page .member-team .content .job {
  display: block;
  font-family: "Poppins";
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.5;
  letter-spacing: normal;
  color: #121212;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

#team-page .member-team .content .job {
  font-size: 1rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  #team-page .member-team .content .job {
    font-size: calc(16px + 0 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  #team-page .member-team .content .job {
    font-size: 1rem;
  }
}

/* line 48, resources/assets/styles/layouts/_team.scss */

#team-page .member-team .content .job:after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background-color: #121212;
  margin-top: 15px;
  margin-left: -25px;
}

/* line 58, resources/assets/styles/layouts/_team.scss */

#team-page .member-team .content .name {
  font-size: 1.25rem;
  font-weight: 900;
  color: #121212;
  margin-bottom: 10px;
}

/* line 64, resources/assets/styles/layouts/_team.scss */

#team-page .member-team .content .text {
  margin-bottom: 25px;
}

/* line 66, resources/assets/styles/layouts/_team.scss */

#team-page .member-team .content .text p {
  font-family: "Lora";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #121212;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

#team-page .member-team .content .text p {
  font-size: 0.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  #team-page .member-team .content .text p {
    font-size: calc(12px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  #team-page .member-team .content .text p {
    font-size: 0.875rem;
  }
}

/* line 73, resources/assets/styles/layouts/_team.scss */

#team-page .member-team .socials a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}

/* line 77, resources/assets/styles/layouts/_team.scss */

#team-page .member-team .socials a:last-of-type() {
  margin-right: 0;
}

/* line 312, resources/assets/styles/common/_mixins.scss */

.single time {
  margin-right: 10px;
}

@media (min-width: 992px) {
  /* line 312, resources/assets/styles/common/_mixins.scss */

  .single time {
    margin-right: 34px;
  }
}

/* line 318, resources/assets/styles/common/_mixins.scss */

.single .cats p,
.single time {
  font-family: "Poppins";
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.single .cats p,
.single time {
  font-size: 0.875rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .single .cats p,
  .single time {
    font-size: calc(14px + 0 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .single .cats p,
  .single time {
    font-size: 0.875rem;
  }
}

/* line 323, resources/assets/styles/common/_mixins.scss */

.single .cats p {
  display: inline-block;
  vertical-align: top;
  margin-right: 24px;
  margin-bottom: 8px;
  color: #3ea6ff;
}

/* line 330, resources/assets/styles/common/_mixins.scss */

.single .cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  padding: 10px 38px;
}

/* line 3, resources/assets/styles/layouts/_single.scss */

.single article {
  margin-top: 32px;
  margin-bottom: 40px;
}

@media (min-width: 767px) {
  /* line 3, resources/assets/styles/layouts/_single.scss */

  .single article {
    margin-top: 72px;
    margin-bottom: 80px;
  }
}

/* line 10, resources/assets/styles/layouts/_single.scss */

.single article header {
  max-width: 100%;
  border-left: 2px solid #121212;
  margin-bottom: 34px;
}

@media (min-width: 767px) {
  /* line 10, resources/assets/styles/layouts/_single.scss */

  .single article header {
    max-width: 65%;
  }
}

@media (min-width: 992px) {
  /* line 10, resources/assets/styles/layouts/_single.scss */

  .single article header {
    margin-bottom: 64px;
  }
}

/* line 20, resources/assets/styles/layouts/_single.scss */

.single article header .cats {
  max-width: 80%;
}

/* line 23, resources/assets/styles/layouts/_single.scss */

.single article header h1,
.single article header .author,
.single article header .entry-date {
  padding-left: 34px;
}

/* line 28, resources/assets/styles/layouts/_single.scss */

.single article header h1 {
  margin-top: 24px;
  margin-bottom: 16px;
}

/* line 35, resources/assets/styles/layouts/_single.scss */

.single .sharelinks {
  position: sticky;
  top: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: -85px;
}

/* line 490, resources/assets/styles/common/_mixins.scss */

.single .sharelinks {
  position: initial;
  top: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 0;
}

@media (min-width: 992px) {
  /* line 490, resources/assets/styles/common/_mixins.scss */

  .single .sharelinks {
    position: sticky;
  }
}

/* line 500, resources/assets/styles/common/_mixins.scss */

.single .sharelinks a {
  margin-right: 15px;
}

@media (min-width: 992px) {
  /* line 500, resources/assets/styles/common/_mixins.scss */

  .single .sharelinks a {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  /* line 490, resources/assets/styles/common/_mixins.scss */

  .single .sharelinks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: -85px;
  }
}

/* line 46, resources/assets/styles/layouts/_single.scss */

.single .author {
  font-family: "Poppins";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #121212;
  opacity: 0.6;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.single .author {
  font-size: 0.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .single .author {
    font-size: calc(12px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .single .author {
    font-size: 0.875rem;
  }
}

/* line 50, resources/assets/styles/layouts/_single.scss */

.single .author a {
  text-decoration: none;
  color: #121212;
}

/* line 55, resources/assets/styles/layouts/_single.scss */

.single .entry-content {
  font-family: "Lora";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.single .entry-content {
  font-size: 1.125rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .single .entry-content {
    font-size: calc(18px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .single .entry-content {
    font-size: 1.25rem;
  }
}

/* line 59, resources/assets/styles/layouts/_single.scss */

.single .entry-content.is-not-logged-in > *:last-child {
  margin-bottom: 0;
}

/* line 64, resources/assets/styles/layouts/_single.scss */

.single .entry-content.is-not-logged-in p:last-of-type {
  margin-bottom: 0;
}

/* line 69, resources/assets/styles/layouts/_single.scss */

.single .entry-content h2 {
  margin-top: 32px;
  margin-bottom: 24px;
}

/* line 73, resources/assets/styles/layouts/_single.scss */

.single .entry-content p {
  margin-bottom: 32px;
}

/* line 76, resources/assets/styles/layouts/_single.scss */

.single .entry-content .leading {
  margin-bottom: 32px;
}

/* line 78, resources/assets/styles/layouts/_single.scss */

.single .entry-content .leading p {
  font-family: "Lora";
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.6;
  letter-spacing: normal;
  color: #121212;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.single .entry-content .leading p {
  font-size: 1.125rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .single .entry-content .leading p {
    font-size: calc(18px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .single .entry-content .leading p {
    font-size: 1.25rem;
  }
}

/* line 84, resources/assets/styles/layouts/_single.scss */

.single .entry-content .wp-block-image img {
  width: auto;
  margin-bottom: 56px;
}

/* line 88, resources/assets/styles/layouts/_single.scss */

.single .entry-content .wp-block-image figcaption {
  font-family: "Lora";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.29;
  letter-spacing: normal;
  color: #121212;
  opacity: 0.6;
  margin-top: -48px;
  padding-bottom: 8px;
  margin-bottom: 48px;
  border-bottom: 1px solid #121212;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.single .entry-content .wp-block-image figcaption {
  font-size: 0.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .single .entry-content .wp-block-image figcaption {
    font-size: calc(12px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .single .entry-content .wp-block-image figcaption {
    font-size: 0.875rem;
  }
}

/* line 99, resources/assets/styles/layouts/_single.scss */

.single .entry-content .thumbnail-main {
  max-width: 100%;
  margin-bottom: 56px;
}

/* line 103, resources/assets/styles/layouts/_single.scss */

.single .entry-content .copyright {
  font-family: "Lora";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.29;
  letter-spacing: normal;
  color: #121212;
  opacity: 0.6;
  margin-top: -48px;
  padding-bottom: 8px;
  margin-bottom: 48px;
  border-bottom: 1px solid #121212;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.single .entry-content .copyright {
  font-size: 0.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .single .entry-content .copyright {
    font-size: calc(12px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .single .entry-content .copyright {
    font-size: 0.875rem;
  }
}

/* line 114, resources/assets/styles/layouts/_single.scss */

.single .author-footer {
  position: relative;
  font-family: "Poppins";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  padding-top: 16px;
  margin-top: 32px;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.single .author-footer {
  font-size: 0.875rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .single .author-footer {
    font-size: calc(14px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .single .author-footer {
    font-size: 1rem;
  }
}

/* line 119, resources/assets/styles/layouts/_single.scss */

.single .author-footer:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 80px;
  height: 1px;
  background-color: #121212;
}

/* line 1, resources/assets/styles/layouts/_searchpage.scss */

#searchpage {
  margin-bottom: 40px;
}

@media (min-width: 767px) {
  /* line 1, resources/assets/styles/layouts/_searchpage.scss */

  #searchpage {
    margin-bottom: 80px;
  }
}

/* line 6, resources/assets/styles/layouts/_searchpage.scss */

#searchpage .wrapper-search {
  margin: auto;
}

/* line 14, resources/assets/styles/layouts/_searchpage.scss */

.search-results .wrap,
.search-no-results .wrap {
  margin-top: 64px;
  margin-bottom: 80px;
}

/* line 18, resources/assets/styles/layouts/_searchpage.scss */

.search-results a,
.search-no-results a {
  text-decoration: none;
  color: #121212;
}

/* line 22, resources/assets/styles/layouts/_searchpage.scss */

.search-results .results-for,
.search-no-results .results-for {
  font-family: "PlayfairDisplay";
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-transform: initial;
  color: #3ea6ff;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.search-results .results-for,
.search-no-results .results-for {
  font-size: 1.25rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .search-results .results-for,
  .search-no-results .results-for {
    font-size: calc(20px + 4 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .search-results .results-for,
  .search-no-results .results-for {
    font-size: 1.5rem;
  }
}

/* line 28, resources/assets/styles/layouts/_searchpage.scss */

.search-results .results-number,
.search-no-results .results-number {
  font-family: "Poppins";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.5;
  letter-spacing: normal;
  margin-bottom: 24px;
  text-transform: uppercase;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.search-results .results-number,
.search-no-results .results-number {
  font-size: 0.875rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .search-results .results-number,
  .search-no-results .results-number {
    font-size: calc(14px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .search-results .results-number,
  .search-no-results .results-number {
    font-size: 1rem;
  }
}

/* line 34, resources/assets/styles/layouts/_searchpage.scss */

.search-results article,
.search-no-results article {
  position: relative;
  padding-top: 22px;
  padding-left: 22px;
  border-left: 2px solid #121212;
  margin-bottom: 32px;
}

/* line 40, resources/assets/styles/layouts/_searchpage.scss */

.search-results article:before,
.search-no-results article:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 120px;
  height: 2px;
  background-color: #121212;
}

/* line 48, resources/assets/styles/layouts/_searchpage.scss */

.search-results article .entry-summary,
.search-no-results article .entry-summary {
  margin-top: 16px;
  word-break: break-word;
}

/* line 52, resources/assets/styles/layouts/_searchpage.scss */

.search-results article .cats,
.search-no-results article .cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

/* line 55, resources/assets/styles/layouts/_searchpage.scss */

.search-results article .cats time,
.search-results article .cats .cat,
.search-no-results article .cats time,
.search-no-results article .cats .cat {
  font-family: "Poppins";
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.8;
  letter-spacing: normal;
  text-transform: uppercase;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.search-results article .cats time,
.search-results article .cats .cat,
.search-no-results article .cats time,
.search-no-results article .cats .cat {
  font-size: 0.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .search-results article .cats time,
  .search-results article .cats .cat,
  .search-no-results article .cats time,
  .search-no-results article .cats .cat {
    font-size: calc(12px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .search-results article .cats time,
  .search-results article .cats .cat,
  .search-no-results article .cats time,
  .search-no-results article .cats .cat {
    font-size: 0.875rem;
  }
}

/* line 60, resources/assets/styles/layouts/_searchpage.scss */

.search-results article .cats .cat,
.search-no-results article .cats .cat {
  margin-right: 15px;
}

/* line 63, resources/assets/styles/layouts/_searchpage.scss */

.search-results article .cats time,
.search-no-results article .cats time {
  margin-right: 32px;
}

/* line 69, resources/assets/styles/layouts/_searchpage.scss */

.search-results .filter-results,
.search-no-results .filter-results {
  position: sticky;
  top: 90px;
}

/* line 72, resources/assets/styles/layouts/_searchpage.scss */

.search-results .filter-results a,
.search-no-results .filter-results a {
  display: block;
  font-family: "Poppins";
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.86;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #B9B9B9;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.search-results .filter-results a,
.search-no-results .filter-results a {
  font-size: 0.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .search-results .filter-results a,
  .search-no-results .filter-results a {
    font-size: calc(12px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .search-results .filter-results a,
  .search-no-results .filter-results a {
    font-size: 0.875rem;
  }
}

/* line 77, resources/assets/styles/layouts/_searchpage.scss */

.search-results .filter-results a.clear-all,
.search-no-results .filter-results a.clear-all {
  color: #3ea6ff;
}

/* line 80, resources/assets/styles/layouts/_searchpage.scss */

.search-results .filter-results a.active,
.search-no-results .filter-results a.active {
  color: #121212;
}

/* line 287, resources/assets/styles/common/_mixins.scss */

.search-results .filter-results .ic-close,
.search-no-results .filter-results .ic-close {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: none;
  padding: 0;
  margin-bottom: -9px;
  margin-left: 10px;
}

/* line 293, resources/assets/styles/common/_mixins.scss */

.search-results .filter-results .ic-close:before,
.search-results .filter-results .ic-close:after,
.search-no-results .filter-results .ic-close:before,
.search-no-results .filter-results .ic-close:after {
  content: "";
  position: relative;
  display: block;
  width: 16px;
  height: 2px;
  background-color: #3ea6ff;
}

/* line 300, resources/assets/styles/common/_mixins.scss */

.search-results .filter-results .ic-close:before,
.search-no-results .filter-results .ic-close:before {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 303, resources/assets/styles/common/_mixins.scss */

.search-results .filter-results .ic-close:after,
.search-no-results .filter-results .ic-close:after {
  -webkit-transform: rotate(-45deg) translate(1px, -1px);
       -o-transform: rotate(-45deg) translate(1px, -1px);
          transform: rotate(-45deg) translate(1px, -1px);
}

/* line 1, resources/assets/styles/layouts/_archives.scss */

.archive-reviews {
  margin-top: 32px;
  margin-left: -15px;
}

@media (min-width: 992px) {
  /* line 1, resources/assets/styles/layouts/_archives.scss */

  .archive-reviews {
    margin-left: -18px;
  }
}

/* line 10, resources/assets/styles/layouts/_archives.scss */

.archive-reviews .review {
  text-align: center;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  /* line 10, resources/assets/styles/layouts/_archives.scss */

  .archive-reviews .review {
    margin-bottom: 0;
  }
}

/* line 16, resources/assets/styles/layouts/_archives.scss */

.archive-reviews .review .number {
  font-family: "Poppins";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 10px;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.archive-reviews .review .number {
  font-size: 0.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .archive-reviews .review .number {
    font-size: calc(12px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .archive-reviews .review .number {
    font-size: 0.875rem;
  }
}

/* line 20, resources/assets/styles/layouts/_archives.scss */

.archive-reviews .review img {
  width: 100%;
  margin-bottom: 24px;
}

/* line 24, resources/assets/styles/layouts/_archives.scss */

.archive-reviews .review a {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

/* line 279, resources/assets/styles/common/_mixins.scss */

.archive-reviews .review a:hover i:before {
  -webkit-filter: invert(1);
          filter: invert(1);
}

/* line 1, resources/assets/styles/layouts/_searchpage.scss */

#searchpage {
  margin-bottom: 40px;
}

@media (min-width: 767px) {
  /* line 1, resources/assets/styles/layouts/_searchpage.scss */

  #searchpage {
    margin-bottom: 80px;
  }
}

/* line 6, resources/assets/styles/layouts/_searchpage.scss */

#searchpage .wrapper-search {
  margin: auto;
}

/* line 14, resources/assets/styles/layouts/_searchpage.scss */

.search-results .wrap,
.search-no-results .wrap {
  margin-top: 64px;
  margin-bottom: 80px;
}

/* line 18, resources/assets/styles/layouts/_searchpage.scss */

.search-results a,
.search-no-results a {
  text-decoration: none;
  color: #121212;
}

/* line 22, resources/assets/styles/layouts/_searchpage.scss */

.search-results .results-for,
.search-no-results .results-for {
  font-family: "PlayfairDisplay";
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-transform: initial;
  color: #3ea6ff;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.search-results .results-for,
.search-no-results .results-for {
  font-size: 1.25rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .search-results .results-for,
  .search-no-results .results-for {
    font-size: calc(20px + 4 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .search-results .results-for,
  .search-no-results .results-for {
    font-size: 1.5rem;
  }
}

/* line 28, resources/assets/styles/layouts/_searchpage.scss */

.search-results .results-number,
.search-no-results .results-number {
  font-family: "Poppins";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.5;
  letter-spacing: normal;
  margin-bottom: 24px;
  text-transform: uppercase;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.search-results .results-number,
.search-no-results .results-number {
  font-size: 0.875rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .search-results .results-number,
  .search-no-results .results-number {
    font-size: calc(14px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .search-results .results-number,
  .search-no-results .results-number {
    font-size: 1rem;
  }
}

/* line 34, resources/assets/styles/layouts/_searchpage.scss */

.search-results article,
.search-no-results article {
  position: relative;
  padding-top: 22px;
  padding-left: 22px;
  border-left: 2px solid #121212;
  margin-bottom: 32px;
}

/* line 40, resources/assets/styles/layouts/_searchpage.scss */

.search-results article:before,
.search-no-results article:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 120px;
  height: 2px;
  background-color: #121212;
}

/* line 48, resources/assets/styles/layouts/_searchpage.scss */

.search-results article .entry-summary,
.search-no-results article .entry-summary {
  margin-top: 16px;
  word-break: break-word;
}

/* line 52, resources/assets/styles/layouts/_searchpage.scss */

.search-results article .cats,
.search-no-results article .cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

/* line 55, resources/assets/styles/layouts/_searchpage.scss */

.search-results article .cats time,
.search-results article .cats .cat,
.search-no-results article .cats time,
.search-no-results article .cats .cat {
  font-family: "Poppins";
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.8;
  letter-spacing: normal;
  text-transform: uppercase;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.search-results article .cats time,
.search-results article .cats .cat,
.search-no-results article .cats time,
.search-no-results article .cats .cat {
  font-size: 0.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .search-results article .cats time,
  .search-results article .cats .cat,
  .search-no-results article .cats time,
  .search-no-results article .cats .cat {
    font-size: calc(12px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .search-results article .cats time,
  .search-results article .cats .cat,
  .search-no-results article .cats time,
  .search-no-results article .cats .cat {
    font-size: 0.875rem;
  }
}

/* line 60, resources/assets/styles/layouts/_searchpage.scss */

.search-results article .cats .cat,
.search-no-results article .cats .cat {
  margin-right: 15px;
}

/* line 63, resources/assets/styles/layouts/_searchpage.scss */

.search-results article .cats time,
.search-no-results article .cats time {
  margin-right: 32px;
}

/* line 69, resources/assets/styles/layouts/_searchpage.scss */

.search-results .filter-results,
.search-no-results .filter-results {
  position: sticky;
  top: 90px;
}

/* line 72, resources/assets/styles/layouts/_searchpage.scss */

.search-results .filter-results a,
.search-no-results .filter-results a {
  display: block;
  font-family: "Poppins";
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.86;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #B9B9B9;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.search-results .filter-results a,
.search-no-results .filter-results a {
  font-size: 0.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .search-results .filter-results a,
  .search-no-results .filter-results a {
    font-size: calc(12px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .search-results .filter-results a,
  .search-no-results .filter-results a {
    font-size: 0.875rem;
  }
}

/* line 77, resources/assets/styles/layouts/_searchpage.scss */

.search-results .filter-results a.clear-all,
.search-no-results .filter-results a.clear-all {
  color: #3ea6ff;
}

/* line 80, resources/assets/styles/layouts/_searchpage.scss */

.search-results .filter-results a.active,
.search-no-results .filter-results a.active {
  color: #121212;
}

/* line 287, resources/assets/styles/common/_mixins.scss */

.search-results .filter-results .ic-close,
.search-no-results .filter-results .ic-close {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: none;
  padding: 0;
  margin-bottom: -9px;
  margin-left: 10px;
}

/* line 293, resources/assets/styles/common/_mixins.scss */

.search-results .filter-results .ic-close:before,
.search-results .filter-results .ic-close:after,
.search-no-results .filter-results .ic-close:before,
.search-no-results .filter-results .ic-close:after {
  content: "";
  position: relative;
  display: block;
  width: 16px;
  height: 2px;
  background-color: #3ea6ff;
}

/* line 300, resources/assets/styles/common/_mixins.scss */

.search-results .filter-results .ic-close:before,
.search-no-results .filter-results .ic-close:before {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 303, resources/assets/styles/common/_mixins.scss */

.search-results .filter-results .ic-close:after,
.search-no-results .filter-results .ic-close:after {
  -webkit-transform: rotate(-45deg) translate(1px, -1px);
       -o-transform: rotate(-45deg) translate(1px, -1px);
          transform: rotate(-45deg) translate(1px, -1px);
}

/* line 1, resources/assets/styles/layouts/_partnership.scss */

.partnership-presentation {
  background-color: #fff582;
  padding-top: 104px;
  padding-bottom: calc(120px - 32px);
}

/* line 5, resources/assets/styles/layouts/_partnership.scss */

.partnership-presentation .entry-content {
  position: initial;
}

/* line 8, resources/assets/styles/layouts/_partnership.scss */

.partnership-presentation .sharelinks {
  position: sticky;
  top: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: -165px;
  z-index: 3;
}

/* line 16, resources/assets/styles/layouts/_partnership.scss */

.partnership-presentation .sharelinks a {
  background-color: #fff582;
}

/* line 18, resources/assets/styles/layouts/_partnership.scss */

.partnership-presentation .sharelinks a:hover {
  background-color: #121212;
}

/* line 23, resources/assets/styles/layouts/_partnership.scss */

.partnership-presentation h1 {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #153c92;
  margin-top: -246px;
}

/* line 29, resources/assets/styles/layouts/_partnership.scss */

.partnership-presentation h1 em {
  display: inline-block;
  font-family: "PlayfairDisplay";
  font-weight: 900;
  font-stretch: normal;
  font-style: italic;
  line-height: 1;
  letter-spacing: normal;
  text-transform: initial;
  margin-bottom: 12px;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.partnership-presentation h1 em {
  font-size: 2.375rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .partnership-presentation h1 em {
    font-size: calc(38px + 18 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .partnership-presentation h1 em {
    font-size: 3.5rem;
  }
}

/* line 37, resources/assets/styles/layouts/_partnership.scss */

.partnership-presentation h2 {
  font-family: "PlayfairDisplay";
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #153c92;
  margin-bottom: 30px;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.partnership-presentation h2 {
  font-size: 1.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .partnership-presentation h2 {
    font-size: calc(28px + 12 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .partnership-presentation h2 {
    font-size: 2.5rem;
  }
}

@media (min-width: 767px) {
  /* line 37, resources/assets/styles/layouts/_partnership.scss */

  .partnership-presentation h2 {
    margin-bottom: 48px;
  }
}

@media (min-width: 767px) {
  /* line 46, resources/assets/styles/layouts/_partnership.scss */

  .partnership-presentation .text {
    max-width: 400px;
  }
}

/* line 52, resources/assets/styles/layouts/_partnership.scss */

.partnership-presentation .media-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 96px;
}

@media (min-width: 767px) {
  /* line 52, resources/assets/styles/layouts/_partnership.scss */

  .partnership-presentation .media-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 767px) {
  /* line 59, resources/assets/styles/layouts/_partnership.scss */

  .partnership-presentation .media-text .media,
  .partnership-presentation .media-text .text {
    width: 50%;
  }
}

/* line 66, resources/assets/styles/layouts/_partnership.scss */

.partnership-presentation .media-text .media {
  position: relative;
  margin-left: 22px;
}

@media (min-width: 767px) {
  /* line 66, resources/assets/styles/layouts/_partnership.scss */

  .partnership-presentation .media-text .media {
    margin-left: 0;
  }
}

/* line 72, resources/assets/styles/layouts/_partnership.scss */

.partnership-presentation .media-text .media img {
  width: 50%;
}

/* line 74, resources/assets/styles/layouts/_partnership.scss */

.partnership-presentation .media-text .media img:nth-child(2) {
  position: relative;
  top: 30px;
  margin-left: -30px;
}

@media (min-width: 767px) {
  /* line 72, resources/assets/styles/layouts/_partnership.scss */

  .partnership-presentation .media-text .media img {
    position: absolute;
    width: auto;
    z-index: 2;
  }

  /* line 83, resources/assets/styles/layouts/_partnership.scss */

  .partnership-presentation .media-text .media img:nth-child(1) {
    top: -187px;
    left: 0;
  }

  /* line 87, resources/assets/styles/layouts/_partnership.scss */

  .partnership-presentation .media-text .media img:nth-child(2) {
    position: absolute;
    margin-top: 0;
    margin-left: 0;
    right: -43px;
    -webkit-transform: translateY(30%);
         -o-transform: translateY(30%);
            transform: translateY(30%);
  }
}

/* line 98, resources/assets/styles/layouts/_partnership.scss */

.partnership-presentation .media-text .text {
  position: relative;
  padding-left: 22px;
  margin-bottom: 30px;
}

@media (min-width: 767px) {
  /* line 98, resources/assets/styles/layouts/_partnership.scss */

  .partnership-presentation .media-text .text {
    margin-bottom: 80px;
  }
}

/* line 106, resources/assets/styles/layouts/_partnership.scss */

.partnership-presentation .media-text .text:before,
.partnership-presentation .media-text .text:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #121212;
  top: -22px;
  z-index: 1;
}

/* line 113, resources/assets/styles/layouts/_partnership.scss */

.partnership-presentation .media-text .text:before {
  left: 0;
  width: 120px;
  height: 2px;
}

/* line 118, resources/assets/styles/layouts/_partnership.scss */

.partnership-presentation .media-text .text:after {
  width: 2px;
  height: 100%;
  left: 0;
}

/* line 123, resources/assets/styles/layouts/_partnership.scss */

.partnership-presentation .media-text .text p {
  position: relative;
  z-index: 3;
}

/* line 130, resources/assets/styles/layouts/_partnership.scss */

.partnership-presentation .text-media {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (min-width: 767px) {
  /* line 130, resources/assets/styles/layouts/_partnership.scss */

  .partnership-presentation .text-media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 54%;
  }
}

/* line 141, resources/assets/styles/layouts/_partnership.scss */

.partnership-presentation .text-media .text {
  position: relative;
}

/* line 143, resources/assets/styles/layouts/_partnership.scss */

.partnership-presentation .text-media .text:before {
  display: none;
  content: "";
  position: absolute;
  display: none;
  top: 0;
  left: -30px;
  width: 310px;
  height: 142%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjI4MnB4IiBoZWlnaHQ9IjU2M3B4IiB2aWV3Qm94PSIwIDAgMjgyIDU2MyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4NCiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU1LjIgKDc4MTgxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4NCiAgICA8dGl0bGU+R3JvdXAgMyBDb3B5PC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZyBpZD0iRGVza3RvcCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJIZW1pY3ljbGVfRFRfUGFydGVuYWlyZXMtdjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zOS4wMDAwMDAsIC0xMTU1LjAwMDAwMCkiIHN0cm9rZT0iIzEyMTIxMiI+DQogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMy1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxODAuMDAwMDAwLCAxNDM2LjUwMDAwMCkgcm90YXRlKC05MC4wMDAwMDApIHRyYW5zbGF0ZSgtMTgwLjAwMDAwMCwgLTE0MzYuNTAwMDAwKSB0cmFuc2xhdGUoLTEwMS4wMDAwMDAsIDEyOTYuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPHBhdGggZD0iTTU2MiwyODEgQzU2MiwxMjUuODA3OTg1IDQzNi4xOTIwMTUsMCAyODEsMCBDMTI1LjgwNzk4NSwwIDAsMTI1LjgwNzk4NSAwLDI4MSIgaWQ9Ik92YWwiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNTM0LDI4MSBDNTM0LDE0MS4yNzE5NTggNDIwLjcyODA0MiwyOCAyODEsMjggQzE0MS4yNzE5NTgsMjggMjgsMTQxLjI3MTk1OCAyOCwyODEiIGlkPSJPdmFsLUNvcHktMyI+PC9wYXRoPg0KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01MDYsMjgxIEM1MDYsMTU2LjczNTkzMSA0MDUuMjY0MDY5LDU2IDI4MSw1NiBDMTU2LjczNTkzMSw1NiA1NiwxNTYuNzM1OTMxIDU2LDI4MSIgaWQ9Ik92YWwtQ29weS00Ij48L3BhdGg+DQogICAgICAgICAgICAgICAgPHBhdGggZD0iTTQ3OCwyODEgQzQ3OCwxNzIuMTk5OTA0IDM4OS44MDAwOTYsODQgMjgxLDg0IEMxNzIuMTk5OTA0LDg0IDg0LDE3Mi4xOTk5MDQgODQsMjgxIiBpZD0iT3ZhbC1Db3B5LTUiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNDUwLDI4MSBDNDUwLDE4Ny42NjM4NzcgMzc0LjMzNjEyMywxMTIgMjgxLDExMiBDMTg3LjY2Mzg3NywxMTIgMTEyLDE4Ny42NjM4NzcgMTEyLDI4MSIgaWQ9Ik92YWwtQ29weS02Ij48L3BhdGg+DQogICAgICAgICAgICAgICAgPHBhdGggZD0iTTQyMiwyODEgQzQyMiwyMDMuMTI3ODUgMzU4Ljg3MjE1LDE0MCAyODEsMTQwIEMyMDMuMTI3ODUsMTQwIDE0MCwyMDMuMTI3ODUgMTQwLDI4MSIgaWQ9Ik92YWwtQ29weS03Ij48L3BhdGg+DQogICAgICAgICAgICAgICAgPHBhdGggZD0iTTM5NCwyODEgQzM5NCwyMTguNTkxODIzIDM0My40MDgxNzcsMTY4IDI4MSwxNjggQzIxOC41OTE4MjMsMTY4IDE2OCwyMTguNTkxODIzIDE2OCwyODEiIGlkPSJPdmFsLUNvcHktOCI+PC9wYXRoPg0KICAgICAgICAgICAgPC9nPg0KICAgICAgICA8L2c+DQogICAgPC9nPg0KPC9zdmc+);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}

@media (min-width: 767px) {
  /* line 143, resources/assets/styles/layouts/_partnership.scss */

  .partnership-presentation .text-media .text:before {
    display: block;
  }
}

/* line 159, resources/assets/styles/layouts/_partnership.scss */

.partnership-presentation .text-media .media {
  margin-top: 30px;
}

@media (min-width: 767px) {
  /* line 159, resources/assets/styles/layouts/_partnership.scss */

  .partnership-presentation .text-media .media {
    margin-top: 0;
  }
}

/* line 164, resources/assets/styles/layouts/_partnership.scss */

.partnership-presentation .text-media .media:before {
  content: "";
  position: absolute;
  display: none;
  right: 0;
  margin-top: -25%;
  width: 273px;
  height: 142%;
  max-height: 545px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjI4MnB4IiBoZWlnaHQ9IjU2M3B4IiB2aWV3Qm94PSIwIDAgMjgyIDU2MyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4NCiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU1LjIgKDc4MTgxKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4NCiAgICA8dGl0bGU+R3JvdXAgMyBDb3B5PC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZyBpZD0iRGVza3RvcCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJIZW1pY3ljbGVfRFRfUGFydGVuYWlyZXMtdjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zOS4wMDAwMDAsIC0xMTU1LjAwMDAwMCkiIHN0cm9rZT0iIzEyMTIxMiI+DQogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMy1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxODAuMDAwMDAwLCAxNDM2LjUwMDAwMCkgcm90YXRlKC05MC4wMDAwMDApIHRyYW5zbGF0ZSgtMTgwLjAwMDAwMCwgLTE0MzYuNTAwMDAwKSB0cmFuc2xhdGUoLTEwMS4wMDAwMDAsIDEyOTYuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPHBhdGggZD0iTTU2MiwyODEgQzU2MiwxMjUuODA3OTg1IDQzNi4xOTIwMTUsMCAyODEsMCBDMTI1LjgwNzk4NSwwIDAsMTI1LjgwNzk4NSAwLDI4MSIgaWQ9Ik92YWwiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNTM0LDI4MSBDNTM0LDE0MS4yNzE5NTggNDIwLjcyODA0MiwyOCAyODEsMjggQzE0MS4yNzE5NTgsMjggMjgsMTQxLjI3MTk1OCAyOCwyODEiIGlkPSJPdmFsLUNvcHktMyI+PC9wYXRoPg0KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01MDYsMjgxIEM1MDYsMTU2LjczNTkzMSA0MDUuMjY0MDY5LDU2IDI4MSw1NiBDMTU2LjczNTkzMSw1NiA1NiwxNTYuNzM1OTMxIDU2LDI4MSIgaWQ9Ik92YWwtQ29weS00Ij48L3BhdGg+DQogICAgICAgICAgICAgICAgPHBhdGggZD0iTTQ3OCwyODEgQzQ3OCwxNzIuMTk5OTA0IDM4OS44MDAwOTYsODQgMjgxLDg0IEMxNzIuMTk5OTA0LDg0IDg0LDE3Mi4xOTk5MDQgODQsMjgxIiBpZD0iT3ZhbC1Db3B5LTUiPjwvcGF0aD4NCiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNDUwLDI4MSBDNDUwLDE4Ny42NjM4NzcgMzc0LjMzNjEyMywxMTIgMjgxLDExMiBDMTg3LjY2Mzg3NywxMTIgMTEyLDE4Ny42NjM4NzcgMTEyLDI4MSIgaWQ9Ik92YWwtQ29weS02Ij48L3BhdGg+DQogICAgICAgICAgICAgICAgPHBhdGggZD0iTTQyMiwyODEgQzQyMiwyMDMuMTI3ODUgMzU4Ljg3MjE1LDE0MCAyODEsMTQwIEMyMDMuMTI3ODUsMTQwIDE0MCwyMDMuMTI3ODUgMTQwLDI4MSIgaWQ9Ik92YWwtQ29weS03Ij48L3BhdGg+DQogICAgICAgICAgICAgICAgPHBhdGggZD0iTTM5NCwyODEgQzM5NCwyMTguNTkxODIzIDM0My40MDgxNzcsMTY4IDI4MSwxNjggQzIxOC41OTE4MjMsMTY4IDE2OCwyMTguNTkxODIzIDE2OCwyODEiIGlkPSJPdmFsLUNvcHktOCI+PC9wYXRoPg0KICAgICAgICAgICAgPC9nPg0KICAgICAgICA8L2c+DQogICAgPC9nPg0KPC9zdmc+);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 767px) {
  /* line 164, resources/assets/styles/layouts/_partnership.scss */

  .partnership-presentation .text-media .media:before {
    display: block;
  }
}

/* line 180, resources/assets/styles/layouts/_partnership.scss */

.partnership-presentation .text-media img {
  position: relative;
  width: 100%;
  max-width: 400px;
  z-index: 2;
}

@media (min-width: 767px) {
  /* line 180, resources/assets/styles/layouts/_partnership.scss */

  .partnership-presentation .text-media img {
    position: absolute;
    right: 0;
    margin-top: -80px;
    width: auto;
  }
}

@media (min-width: 992px) {
  /* line 180, resources/assets/styles/layouts/_partnership.scss */

  .partnership-presentation .text-media img {
    max-width: none;
  }
}

/* line 197, resources/assets/styles/layouts/_partnership.scss */

.partnership-presentation .section-addons {
  max-width: 720px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 16px;
}

/* line 202, resources/assets/styles/layouts/_partnership.scss */

.partnership-presentation .section-addons .icon {
  background-color: #153c92;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

/* line 279, resources/assets/styles/common/_mixins.scss */

.partnership-presentation .section-addons .icon:hover i:before {
  -webkit-filter: invert(1);
          filter: invert(1);
}

/* line 209, resources/assets/styles/layouts/_partnership.scss */

.partnership-form {
  padding: 80px 0;
  background-color: #f1f1f1;
}

/* line 212, resources/assets/styles/layouts/_partnership.scss */

.partnership-form__header {
  text-align: center;
}

/* line 215, resources/assets/styles/layouts/_partnership.scss */

.partnership-form h2 {
  max-width: 400px;
  color: #3ea6ff;
  margin: 0 auto;
  margin-bottom: 32px;
}

/* line 221, resources/assets/styles/layouts/_partnership.scss */

.partnership-form .subtitle {
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 32px;
}

/* line 226, resources/assets/styles/layouts/_partnership.scss */

.partnership-form .wrapper {
  max-width: 400px;
  margin: 0 auto;
}

/* line 3, resources/assets/styles/layouts/_404.scss */

.error404 .entry-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
  min-height: 75vh;
  text-align: center;
}

@media (min-width: 992px) {
  /* line 3, resources/assets/styles/layouts/_404.scss */

  .error404 .entry-content {
    padding-top: 220px;
  }
}

/* line 13, resources/assets/styles/layouts/_404.scss */

.error404 .entry-content h1 {
  position: relative;
  font-family: "Poppins";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.error404 .entry-content h1 {
  font-size: 3.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .error404 .entry-content h1 {
    font-size: calc(60px + 52 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .error404 .entry-content h1 {
    font-size: 7rem;
  }
}

/* line 17, resources/assets/styles/layouts/_404.scss */

.error404 .entry-content h1:before {
  content: "";
  position: absolute;
  display: block;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 460px;
  height: 280px;
  background-image: url(/wp-content/themes/hemicycle-v2/dist/images/bg-logo-l-hemicycle.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 767px) {
  /* line 17, resources/assets/styles/layouts/_404.scss */

  .error404 .entry-content h1:before {
    width: 560px;
  }
}

/* line 32, resources/assets/styles/layouts/_404.scss */

.error404 .entry-content p {
  font-family: "Poppins";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  max-width: 180px;
  margin: 0 auto;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.error404 .entry-content p {
  font-size: 0.875rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .error404 .entry-content p {
    font-size: calc(14px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .error404 .entry-content p {
    font-size: 1rem;
  }
}

/* line 38, resources/assets/styles/layouts/_404.scss */

.error404 .entry-content .btn-submit {
  margin-top: 66px;
}

/* line 2, resources/assets/styles/layouts/_account.scss */

.layout-account .wrap {
  margin-top: 47px;
  margin-bottom: 88px;
}

/* line 6, resources/assets/styles/layouts/_account.scss */

@media screen and (min-width: 992px) {
  .layout-account .row {
    align-items: flex-start;
    position: relative;
  }
  .layout-account .wrap .col-lg-5 {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 20px !important;
    align-self: flex-start !important;
    height: auto !important;
    max-height: calc(100vh - 40px) !important;
    z-index: 1 !important;
  }
  .layout-account .wrap .col-lg-5[style*="height"],
  .layout-account .wrap .col-lg-5[style*="height: 100%"] {
    height: auto !important;
  }
  .layout-account .main {
    overflow: visible !important;
  }
  .layout-account .content {
    overflow: visible !important;
  }
}

.layout-account .sidebar,
.layout-account .section,
.layout-account .already-member,
.layout-account .not-member {
  background-color: #f1f1f1;
}

/* line 12, resources/assets/styles/layouts/_account.scss */

.layout-account .section {
  padding: 27px 40px 32px;
  margin-bottom: 10px;
}

/* line 15, resources/assets/styles/layouts/_account.scss */

.layout-account .section .text-title {
  font-family: "Poppins";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  margin-bottom: 16px;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.layout-account .section .text-title {
  font-size: 0.875rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-account .section .text-title {
    font-size: calc(14px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-account .section .text-title {
    font-size: 1rem;
  }
}

/* line 19, resources/assets/styles/layouts/_account.scss */

.layout-account .section h2 {
  margin-bottom: 24px;
}

/* line 22, resources/assets/styles/layouts/_account.scss */

.layout-account .section a {
  color: #3ea6ff;
}

/* line 25, resources/assets/styles/layouts/_account.scss */

.layout-account .section + .section {
  margin-top: 10px;
}

/* line 28, resources/assets/styles/layouts/_account.scss */

.layout-account .section .section-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 32, resources/assets/styles/layouts/_account.scss */

.layout-account .section--blue {
  background-color: #3ea6ff;
  color: #ffffff;
}

/* line 36, resources/assets/styles/layouts/_account.scss */

.layout-account .section--blue .field--checkbox__label label {
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
}

/* line 40, resources/assets/styles/layouts/_account.scss */

.layout-account .section--blue .field--checkbox__label label:before {
  background-color: #ffffff;
}

/* line 43, resources/assets/styles/layouts/_account.scss */

.layout-account .section--blue .field--checkbox__label label:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjE0cHgiIGhlaWdodD0iMTFweCIgdmlld0JveD0iMCAwIDE0IDExIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPg0KICAgIDx0aXRsZT5pY19jaGVjazwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+DQogICAgPGRlZnM+DQogICAgICAgIDxwb2x5Z29uIGlkPSJwYXRoLTEiIHBvaW50cz0iNi43NSAxMi4xMjc1IDMuNjIyNSA5IDIuNTU3NSAxMC4wNTc1IDYuNzUgMTQuMjUgMTUuNzUgNS4yNSAxNC42OTI1IDQuMTkyNSI+PC9wb2x5Z29uPg0KICAgICAgICA8cmVjdCBpZD0icGF0aC0zIiB4PSIwIiB5PSIwIiB3aWR0aD0iMzgiIGhlaWdodD0iMzgiPjwvcmVjdD4NCiAgICA8L2RlZnM+DQogICAgPGcgaWQ9IkRlc2t0b3AiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iSGVtaWN5Y2xlX0RUX1BhcnRlbmFpcmVzLXYzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTI1LjAwMDAwMCwgLTI5NTEuMDAwMDAwKSI+DQogICAgICAgICAgICA8ZyBpZD0iRm9ybXVsYWlyZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDE4MzYuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQwMC4wMDAwMDAsIDgwLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iRm9ybXVsYWlyZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIwLjAwMDAwMCwgMjI0LjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ik9wdGlucyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDgwNC4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iaWNfY2hlY2siIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMuMDAwMDAwLCAzLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L21hc2s+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJNYXNrIj48L2c+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDb2xvcnMvV2hpdGUiIG1hc2s9InVybCgjbWFzay0yKSI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOS43NTAwMDAsIC05Ljc1MDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTQiIGZpbGw9IiMzZWE2ZmYiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTMiPjwvdXNlPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbWFzaz4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIGlkPSJXaGl0ZSIgc3Ryb2tlPSJub25lIiBmaWxsPSIjM2VhNmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHhsaW5rOmhyZWY9IiNwYXRoLTMiPjwvdXNlPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICAgICAgPC9nPg0KICAgICAgICAgICAgPC9nPg0KICAgICAgICA8L2c+DQogICAgPC9nPg0KPC9zdmc+);
}

/* line 47, resources/assets/styles/layouts/_account.scss */

.layout-account .section--blue .field--checkbox__label + .field--checkbox__input {
  margin-bottom: 0;
}

/* line 52, resources/assets/styles/layouts/_account.scss */

.layout-account .section--error,
.layout-account .section--success {
  padding-top: 48px;
  padding-bottom: 80px;
}

/* line 56, resources/assets/styles/layouts/_account.scss */

.layout-account .section--error p,
.layout-account .section--success p {
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  font-family: "Poppins";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

/* line 58, resources/assets/styles/layouts/_account.scss */

.layout-account .section--error p:first-of-type:before,
.layout-account .section--success p:first-of-type:before {
  content: "";
  position: relative;
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  margin-bottom: 24px;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.layout-account .section--error p,
.layout-account .section--success p {
  font-size: 1rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-account .section--error p,
  .layout-account .section--success p {
    font-size: calc(16px + 0 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-account .section--error p,
  .layout-account .section--success p {
    font-size: 1rem;
  }
}

/* line 75, resources/assets/styles/layouts/_account.scss */

.layout-account .section--success p:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NiIgaGVpZ2h0PSI1NiIgdmlld0JveD0iMCAwIDU2IDU2Ij4NCiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBmaWxsPSIjRkZGIj4NCiAgICAgICAgICAgIDxwYXRoIGQ9Ik05MjUuOTAzIDI4OC4zNjRjLjk0MSAxLjI5LjcgMi4zNy0uNTczIDMuMzEtLjEyMS4wOS0uMTg3LjMxMi0uMjAyLjQ4LS4xODcgMi4wNjQtLjc3OCAyLjQ2OS0yLjk3IDIuNjM5LTQuMTMzLjExNi00LjEzMy4yMzItOS44NDMtLjM2MS0uNTI2LS4wNTUtMS4zNzItLjE0Ni0xLjkxNC0uMjA0LS4yOTQtLjAzMi0uNTItLjI3Ny0uNTI2LS41NzMtLjAxMi0uNTg4LS4wMy0xLjUzOS0uMDMyLTIuMDktLjAwNy0yLjYxNy0uMDAzLTUuMjM0LS4wMDMtNy44OTIgMC0uMjU2LjE4LS40NzYuNDMxLS41MjcuNjM4LS4xMy45NjctLjU5NSAxLjI0OC0xLjIyLjg3NC0xLjk0NiAyLjUzNC0zLjU3NCA0LjI0NS00LjgwMiAxLjQzLTEuMDI3IDEuNzg4LTEuOTk0IDEuODU2LTMuNTQ3LjA0LS45MDIuMTgzLTEuNjE4IDEuMTk1LTEuODIgMS4wMTMtLjIwMyAxLjQ3Ny4yNDEgMS44NTMgMS4zMjIuNTU2IDEuNTk3LjI1NyAyLjcwNi0uNDUgNC4xOTQtLjM2Ljc1OC0uNzE3IDEuNTItMS4wMiAyLjMwMS0uMTcyLjQ0Mi0uMTE5LjYyMS0uMDM5Ljc2LjIzNC40MDkuOTU2LjMwNiAyLjc3My4yNjEgMS41OC0uMDM5IDIuMTEzLjAxMiAyLjY3LjExNiAxLjMwNy4yNDQgMS42NzIuNjI2IDEuNzY3LjczNC4zNzMuNDIuNTUxIDEuMDE0LjUyIDEuNzY3LS4wMi41MzYtLjM3NSAxLjA1OC0uNjEzIDEuNjggMS4wODMgMS43MyAxLjA1NyAyLjMwNC0uMzczIDMuNDcyem0tMTYuNjc3IDUuNTA3YzAgLjI3Ni0uMjIzLjQ5OC0uNDk4LjQ5OGgtMy4yNjhjLS4yNzUgMC0uNDk4LS4yMjItLjQ5OC0uNDk4di0xMC4yNDRjMC0uMjc1LjIyMy0uNDk4LjQ5OC0uNDk4aDMuMjY4Yy4yNzUgMCAuNDk4LjIyMy40OTguNDk4djEwLjI0NHptMzQuNzc0LTkuODdsLTQuNjQ1LTQuNjQ2IDIuNTEzLTYuMDctNi4wNy0yLjUxM3YtNi41N2gtNi41N2wtMi41MTMtNi4wNy02LjA3IDIuNTE0TDkxNiAyNTZsLTQuNjQ1IDQuNjQ2LTYuMDctMi41MTQtMi41MTMgNi4wN2gtNi41N3Y2LjU3bC02LjA3IDIuNTEzIDIuNTE0IDYuMDdMODg4IDI4NGw0LjY0NiA0LjY0Ni0yLjUxNCA2LjA3IDYuMDcgMi41MTN2Ni41N2g2LjU3bDIuNTEzIDYuMDcgNi4wNy0yLjUxNEw5MTYgMzEybDQuNjQ2LTQuNjQ1IDYuMDY5IDIuNTEzIDIuNTE0LTYuMDdoNi41N3YtNi41N2w2LjA2OS0yLjUxMy0yLjUxMy02LjA3TDk0NCAyODR6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODg4IC0yNTYpIi8+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4NCg==);
}

/* line 82, resources/assets/styles/layouts/_account.scss */

.layout-account .section--error p:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjU2cHgiIGhlaWdodD0iNTZweCIgdmlld0JveD0iMCAwIDU2IDU2IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTUuMiAoNzgxODEpIC0gaHR0cHM6Ly9za2V0Y2hhcHAuY29tIC0tPg0KICAgIDx0aXRsZT5GaWxsIDE8L3RpdGxlPg0KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPg0KICAgIDxnIGlkPSJEZXNrdG9wIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4NCiAgICAgICAgPGcgaWQ9IkhlbWljeWNsZV9EVF9BYm9ubmVtZW50X0VjaGVjIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODg4LjAwMDAwMCwgLTI1Ni4wMDAwMDApIiBmaWxsPSIjRkZGRkZGIj4NCiAgICAgICAgICAgIDxwYXRoIGQ9Ik05MjEuNTUzNTY5LDI3NC45MTU3ODIgTDkxOC4xMjA3NCwyODguNTU3NzA3IEM5MTcuOTkwNDMxLDI4OS4wNzUwODIgOTE3LjUyNTM5MSwyODkuNDM3NTYgOTE2Ljk5MTY4NCwyODkuNDM3NTYgTDkxNS4wMDgyNDEsMjg5LjQzNzU2IEM5MTQuNDc0NzEsMjg5LjQzNzU2IDkxNC4wMDk0OTQsMjg5LjA3NTA4MiA5MTMuODc5MzYsMjg4LjU1NzcwNyBMOTEwLjQ0NjM1NiwyNzQuOTE1NzgyIEw5MTAuNDUzMDMsMjc0LjkxNTc4MiBDOTEwLjM0NDY3MiwyNzQuNDc2MzgzIDkxMC4yODA5MjMsMjc0LjAxOTQyMiA5MTAuMjgwOTIzLDI3My41NDY0NzkgQzkxMC4yODA5MjMsMjcwLjM4Nzk2NyA5MTIuODQxNDUxLDI2Ny44Mjc0MzkgOTE1Ljk5OTk2MywyNjcuODI3NDM5IEM5MTkuMTU4Mjk5LDI2Ny44Mjc0MzkgOTIxLjcxODgyNywyNzAuMzg3OTY3IDkyMS43MTg4MjcsMjczLjU0NjQ3OSBDOTIxLjcxODgyNywyNzQuMDE5NDIyIDkyMS42NTUyNTMsMjc0LjQ3NjM4MyA5MjEuNTUzNTY5LDI3NC45MTU3ODIgTTkxNS45OTk5NjMsMzAwLjE3MjQ2IEM5MTQuMjM5NTU1LDMwMC4xNzI0NiA5MTIuODEyNDc0LDI5OC43NDUyMDMgOTEyLjgxMjQ3NCwyOTYuOTg0Nzk2IEM5MTIuODEyNDc0LDI5NS4yMjQzODkgOTE0LjIzOTU1NSwyOTMuNzk3MzA3IDkxNS45OTk5NjMsMjkzLjc5NzMwNyBDOTE3Ljc2MDM3LDI5My43OTczMDcgOTE5LjE4NzQ1MSwyOTUuMjI0Mzg5IDkxOS4xODc0NTEsMjk2Ljk4NDc5NiBDOTE5LjE4NzQ1MSwyOTguNzQ1MjAzIDkxNy43NjAzNywzMDAuMTcyNDYgOTE1Ljk5OTk2MywzMDAuMTcyNDYgTTkxNS45NzM5NzEsMjU2IEM5MDAuNjMyOTMsMjU2LjAxNDA2MSA4ODguMDY5MTMxLDI2OC41MzA3OTQgODg4LDI4My44NzE0ODQgQzg4Ny45NzQ0NzIsMjg5LjYyMzcxNiA4ODkuNjg1MDAzLDI5NC45NzQxMzEgODkyLjYzNTQwNiwyOTkuNDMyNDAxIEw4ODguNjY5MDQ2LDMxMC4xODYwOTIgQzg4OC40MDU3OTMsMzEwLjg5OTgwOSA4ODkuMTAwMDE2LDMxMS41OTQyMDcgODg5LjgxMzkwOCwzMTEuMzMwOTU0IEw5MDAuNTY3NTk5LDMwNy4zNjQ1OTQgQzkwNS4wMjU2OTMsMzEwLjMxNDk5NyA5MTAuMzc2Mjg0LDMxMi4wMjU1MjggOTE2LjEyODY5MSwzMTEuOTk5ODI4IEM5MzEuNDY5MjA2LDMxMS45MzA1MTggOTQzLjk4NTc2MywyOTkuMzY2ODk1IDk0NCwyODQuMDI2MjA1IEM5NDQuMDE0MDM4LDI2OC41NDE1MDcgOTMxLjQ1ODQ5MywyNTUuOTg1OTYyIDkxNS45NzM5NzEsMjU2IiBpZD0iRmlsbC0xIj48L3BhdGg+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4=);
}

/* line 88, resources/assets/styles/layouts/_account.scss */

.layout-account .section--action-only a {
  margin-top: 0;
}

/* line 94, resources/assets/styles/layouts/_account.scss */

.layout-account .subscription-container .section {
  padding: 0;
}

/* line 98, resources/assets/styles/layouts/_account.scss */

.layout-account .subscription-container .section.is-open .section__header:after {
  -webkit-transform: translateY(-50%) rotate(0);
       -o-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

/* line 103, resources/assets/styles/layouts/_account.scss */

.layout-account .subscription-container .section__header {
  position: relative;
  padding: 25px 40px;
  background-color: #3ea6ff;
}

/* line 107, resources/assets/styles/layouts/_account.scss */

.layout-account .subscription-container .section__header p {
  font-family: "Poppins";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  cursor: pointer;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.layout-account .subscription-container .section__header p {
  font-size: 1rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-account .subscription-container .section__header p {
    font-size: calc(16px + 0 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-account .subscription-container .section__header p {
    font-size: 1rem;
  }
}

/* line 112, resources/assets/styles/layouts/_account.scss */

.layout-account .subscription-container .section__header:before,
.layout-account .subscription-container .section__header:after {
  content: '';
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

/* line 124, resources/assets/styles/layouts/_account.scss */

.layout-account .subscription-container .section__header:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
       -o-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

/* line 128, resources/assets/styles/layouts/_account.scss */

.layout-account .subscription-container .section__body {
  padding: 25px 40px 32px;
}

/* line 133, resources/assets/styles/layouts/_account.scss */

.layout-account .subscription-cancel {
  display: block;
  font-family: "Poppins";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #3ea6ff;
  margin-top: 16px;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.layout-account .subscription-cancel {
  font-size: 1rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-account .subscription-cancel {
    font-size: calc(16px + 0 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-account .subscription-cancel {
    font-size: 1rem;
  }
}

/* line 139, resources/assets/styles/layouts/_account.scss */

.layout-account .subscription-cancel + .section-date {
  margin-top: 40px;
}

/* line 144, resources/assets/styles/layouts/_account.scss */

.layout-account .shipping-address-different label {
  font-weight: bold;
}

/* line 147, resources/assets/styles/layouts/_account.scss */

.layout-account .shipping-address-different .field--checkbox__input {
  margin-bottom: 0;
}

/* line 152, resources/assets/styles/layouts/_account.scss */

.layout-account .select-subscription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 576px) {
  /* line 152, resources/assets/styles/layouts/_account.scss */

  .layout-account .select-subscription {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* line 161, resources/assets/styles/layouts/_account.scss */

.layout-account .select-subscription p,
.layout-account .select-subscription label,
.layout-account .select-subscription select {
  font-family: "Poppins";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #ffffff;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.layout-account .select-subscription p,
.layout-account .select-subscription label,
.layout-account .select-subscription select {
  font-size: 1rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-account .select-subscription p,
  .layout-account .select-subscription label,
  .layout-account .select-subscription select {
    font-size: calc(16px + 0 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-account .select-subscription p,
  .layout-account .select-subscription label,
  .layout-account .select-subscription select {
    font-size: 1rem;
  }
}

/* line 168, resources/assets/styles/layouts/_account.scss */

.layout-account .select-subscription .field--choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 576px) {
  /* line 168, resources/assets/styles/layouts/_account.scss */

  .layout-account .select-subscription .field--choice {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* line 177, resources/assets/styles/layouts/_account.scss */

.layout-account .select-subscription .field--choice__input {
  position: relative;
  width: auto;
  margin: 0 8px;
  background-color: #ffffff;
}

/* line 182, resources/assets/styles/layouts/_account.scss */

.layout-account .select-subscription .field--choice__input select {
  padding: 2px 16px 2px 8px;
  color: #3ea6ff;
}

/* line 186, resources/assets/styles/layouts/_account.scss */

.layout-account .select-subscription .field--choice__input:after {
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #3ea6ff;
}

/* line 201, resources/assets/styles/layouts/_account.scss */

.layout-account .select-subscription-desc {
  max-width: 79%;
  margin: 16px auto 0;
  font-family: "Poppins";
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.layout-account .select-subscription-desc {
  font-size: 0.875rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-account .select-subscription-desc {
    font-size: calc(14px + 0 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-account .select-subscription-desc {
    font-size: 0.875rem;
  }
}

/* Subscribe steps */

.layout-account .subscribe-steps {
  margin: 24px 0;
}

.layout-account .subscribe-steps .step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}

.layout-account .subscribe-steps .step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  background-color: #3ea6ff;
  color: #fff;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 14px;
  border-radius: 50%;
  margin-right: 12px;
  flex-shrink: 0;
}

.layout-account .subscribe-steps .step p {
  margin: 0;
  padding-top: 3px;
}

/* line 207, resources/assets/styles/layouts/_account.scss */

.layout-account .already-member,
.layout-account .not-member {
  margin-top: 16px;
  text-align: center;
  padding: 16px 24px;
  margin-bottom: 16px;
}

/* line 213, resources/assets/styles/layouts/_account.scss */

.layout-account .already-member a,
.layout-account .not-member a {
  font-family: "Poppins";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3ea6ff;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.layout-account .already-member a,
.layout-account .not-member a {
  font-size: 1rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-account .already-member a,
  .layout-account .not-member a {
    font-size: calc(16px + 0 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-account .already-member a,
  .layout-account .not-member a {
    font-size: 1rem;
  }
}

/* line 219, resources/assets/styles/layouts/_account.scss */

.layout-account .forgot-password {
  display: block;
  font-family: "Poppins";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #3ea6ff;
  margin-top: 24px;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.layout-account .forgot-password {
  font-size: 0.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-account .forgot-password {
    font-size: calc(12px + 0 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-account .forgot-password {
    font-size: 0.75rem;
  }
}

/* line 227, resources/assets/styles/layouts/_account.scss */

.layout-account .sidebar {
  position: relative;
  padding: 30px 40px 40px;
  margin-bottom: 10px;
}

/* line 231, resources/assets/styles/layouts/_account.scss */

.layout-account .sidebar a {
  font-family: "Poppins";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-transform: uppercase;
  text-decoration: none;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.layout-account .sidebar a {
  font-size: 0.875rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-account .sidebar a {
    font-size: calc(14px + 0 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .layout-account .sidebar a {
    font-size: 0.875rem;
  }
}

/* Subscription info box */

.layout-account .subscription-info {
  text-align: left;
}

.layout-account .subscription-info h1 {
  font-family: "Poppins";
  font-size: 1.75rem;
  font-weight: bold;
  color: #3ea6ff;
  margin-bottom: 20px;
}

.layout-account .subscription-info .price {
  font-family: "Poppins";
  font-size: 1rem;
  margin-bottom: 16px;
}

.layout-account .subscription-info .price strong {
  font-size: 2.5rem;
  font-weight: bold;
  color: #3ea6ff;
}

.layout-account .subscription-info > p {
  font-family: "Poppins";
  font-size: 0.9rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 24px;
}

.layout-account .subscription-info .benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  background: #fff;
  padding: 20px 24px;
}

.layout-account .subscription-info .benefits li {
  display: flex;
  align-items: center;
  font-family: "Poppins";
  font-size: 0.95rem;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.layout-account .subscription-info .benefits li:last-child {
  border-bottom: none;
}

.layout-account .subscription-info .benefits li i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #3ea6ff;
  border-radius: 50%;
  margin-right: 12px;
  flex-shrink: 0;
}

.layout-account .subscription-info .benefits li i:before {
  width: 12px;
  height: 12px;
}

/* Stripe checkout styles */

#checkout-container {
  margin: 24px 0;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
}

#checkout {
  min-height: 400px;
}

.checkout-loading {
  padding: 40px;
  text-align: center;
}

.checkout-loading p {
  font-family: "Poppins";
  font-size: 0.95rem;
  color: #666;
}

.secure-payment {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins";
  font-size: 0.85rem;
  color: #666;
  margin-top: 16px;
  padding: 12px 0;
}

.secure-payment i {
  margin-right: 8px;
}

.layout-account .section h2 {
  font-family: "Poppins";
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.layout-account .section > p {
  font-family: "Poppins";
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Login info box */

.layout-account .login-info {
  text-align: left;
}

.layout-account .login-info h1 {
  font-family: "Poppins";
  font-size: 1.75rem;
  font-weight: bold;
  color: #3ea6ff;
  margin-bottom: 20px;
  line-height: 1.3;
}

.layout-account .login-info p {
  font-family: "Poppins";
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}

.layout-account .login-info__subtitle,
.layout-account .subscription-info .login-info__subtitle {
  font-family: "Poppins";
  font-size: 0.95rem;
  font-weight: 500;
  color: #555;
  margin-bottom: 8px;
}

.layout-account .login-info h2,
.layout-account .subscription-info h2 {
  font-family: "Poppins";
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
}

/* line 240, resources/assets/styles/layouts/_account.scss */

.layout-account .main .nav-account ul {
  margin-bottom: 24px;
}

/* line 243, resources/assets/styles/layouts/_account.scss */

.layout-account .main .nav-account li {
  opacity: 0.5;
}

/* line 245, resources/assets/styles/layouts/_account.scss */

.layout-account .main .nav-account li:hover {
  opacity: 1;
}

/* line 247, resources/assets/styles/layouts/_account.scss */

.layout-account .main .nav-account li:hover a {
  color: #121212;
}

/* line 251, resources/assets/styles/layouts/_account.scss */

.layout-account .main .nav-account li.current-menu-item {
  opacity: 1;
}

/* line 253, resources/assets/styles/layouts/_account.scss */

.layout-account .main .nav-account li.current-menu-item a {
  color: #121212;
}

/* line 257, resources/assets/styles/layouts/_account.scss */

.layout-account .main .nav-account li:not(:last-child) {
  margin-bottom: 24px;
}

/* line 263, resources/assets/styles/layouts/_account.scss */

.layout-account .main .logout {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: calc(100% - (5px * 2));
  padding: 10px 5px;
  background: #3ea6ff;
  color: #ffffff;
  text-align: center;
}

/* line 274, resources/assets/styles/layouts/_account.scss */

.layout-account .main .logout:before {
  -webkit-filter: invert(1);
          filter: invert(1);
}

/* line 277, resources/assets/styles/layouts/_account.scss */

.layout-account .main .logout:hover {
  background-color: #121212;
  color: #ffffff;
}

/* line 3, resources/assets/styles/layouts/_event.scss */

.template-event .page-header h1 {
  text-align: center;
  margin-bottom: 0;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.template-event .page-header h1 {
  font-size: 1.875rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .template-event .page-header h1 {
    font-size: calc(30px + 10 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .template-event .page-header h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 992px) {
  /* line 3, resources/assets/styles/layouts/_event.scss */

  .template-event .page-header h1 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  /* line 3, resources/assets/styles/layouts/_event.scss */

  .template-event .page-header h1 {
    text-align: left;
  }
}

/* line 18, resources/assets/styles/layouts/_event.scss */

#event-page .event-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px -7.5px;
}

/* line 22, resources/assets/styles/layouts/_event.scss */

#event-page .event-gallery__item {
  width: calc(100% / 4 - 15px);
  margin: 7.5px 7.5px;
  position: relative;
}

/* line 234, resources/assets/styles/common/_mixins.scss */

#event-page .event-gallery__item:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 58.88889%;
}

/* line 240, resources/assets/styles/common/_mixins.scss */

#event-page .event-gallery__item > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  /* line 22, resources/assets/styles/layouts/_event.scss */

  #event-page .event-gallery__item {
    width: calc(100% / 3 - 15px);
  }
}

@media (max-width: 576px) {
  /* line 22, resources/assets/styles/layouts/_event.scss */

  #event-page .event-gallery__item {
    width: calc(100% / 2 - 15px);
  }
}

/* line 32, resources/assets/styles/layouts/_event.scss */

#event-page .event-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 40, resources/assets/styles/layouts/_event.scss */

#event-page .event-title-videos {
  margin-bottom: 30px;
}

/* line 43, resources/assets/styles/layouts/_event.scss */

#event-page .event-desc-videos {
  margin-bottom: 40px;
}

/* line 47, resources/assets/styles/layouts/_event.scss */

#event-page .event-content {
  margin-top: 40px;
}

/* line 52, resources/assets/styles/layouts/_event.scss */

#event-page .event-videos__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  /* line 52, resources/assets/styles/layouts/_event.scss */

  #event-page .event-videos__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 60, resources/assets/styles/layouts/_event.scss */

#event-page .event-videos .item-video {
  width: 60%;
  margin-right: 30px;
  position: relative;
}

/* line 234, resources/assets/styles/common/_mixins.scss */

#event-page .event-videos .item-video:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 52.63158%;
}

/* line 240, resources/assets/styles/common/_mixins.scss */

#event-page .event-videos .item-video > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  /* line 60, resources/assets/styles/layouts/_event.scss */

  #event-page .event-videos .item-video {
    width: 100%;
    margin-right: 0;
  }
}

/* line 68, resources/assets/styles/layouts/_event.scss */

#event-page .event-videos .item-video iframe {
  width: 100%;
  height: 100%;
}

/* line 73, resources/assets/styles/layouts/_event.scss */

#event-page .event-videos .item-infos {
  width: 40%;
}

@media (max-width: 767px) {
  /* line 73, resources/assets/styles/layouts/_event.scss */

  #event-page .event-videos .item-infos {
    margin-top: 10px;
    width: 100%;
  }
}

/* line 80, resources/assets/styles/layouts/_event.scss */

#event-page .event-videos .item-name {
  font-weight: bold;
}

/* line 83, resources/assets/styles/layouts/_event.scss */

#event-page .event-videos .item-date {
  font-family: "Poppins";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #121212;
  opacity: 0.6;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

#event-page .event-videos .item-date {
  font-size: 0.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  #event-page .event-videos .item-date {
    font-size: calc(12px + 2 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  #event-page .event-videos .item-date {
    font-size: 0.875rem;
  }
}

/* line 88, resources/assets/styles/layouts/_event.scss */

#event-page .event-videos .item-actions {
  display: block;
  margin-top: 10px;
}

/* line 92, resources/assets/styles/layouts/_event.scss */

#event-page .event-videos p {
  font-family: "Poppins";
}

/* line 47, resources/assets/styles/common/_mixins.scss */

#event-page .event-videos p {
  font-size: 1rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  #event-page .event-videos p {
    font-size: calc(16px + 0 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  #event-page .event-videos p {
    font-size: 1rem;
  }
}

/* line 1, resources/assets/styles/layouts/_tv.scss */

.tv-content {
  margin-top: -73px;
}

/* line 3, resources/assets/styles/layouts/_tv.scss */

.tv-content .container {
  max-width: 1120px;
}

/* line 6, resources/assets/styles/layouts/_tv.scss */

.tv-content .intro {
  max-width: 460px;
}

/* line 8, resources/assets/styles/layouts/_tv.scss */

.tv-content .intro * {
  font-family: "Lora";
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.tv-content .intro * {
  font-size: 1rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .tv-content .intro * {
    font-size: calc(16px + 0 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .tv-content .intro * {
    font-size: 1rem;
  }
}

/* line 11, resources/assets/styles/layouts/_tv.scss */

.tv-content .intro p {
  text-align: justify;
}

/* line 15, resources/assets/styles/layouts/_tv.scss */

.tv-content .youtube-link {
  font-family: "Poppins";
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #121212;
  text-decoration: none;
  display: inline-block;
  margin-top: 55px;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.tv-content .youtube-link {
  font-size: 0.875rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .tv-content .youtube-link {
    font-size: calc(14px + 0 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .tv-content .youtube-link {
    font-size: 0.875rem;
  }
}

/* line 21, resources/assets/styles/layouts/_tv.scss */

.tv-content .youtube-link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMTZDMCAyNC44MzY2IDcuMTYzNDQgMzIgMTYgMzJDMjQuODM2NiAzMiAzMiAyNC44MzY2IDMyIDE2QzMyIDcuMTYzNDQgMjQuODM2NiAwIDE2IDBDNy4xNjM0NCAwIDAgNy4xNjM0NCAwIDE2WiIgZmlsbD0iI0ZGMDAwMCIvPgo8cGF0aCBkPSJNMjMuNiAxMi4xQzIzLjQgMTEuNCAyMi45IDEwLjkgMjIuMiAxMC43QzIxIDEwLjQgMTUuOSAxMC40IDE1LjkgMTAuNEMxNS45IDEwLjQgMTAuOSAxMC40IDkuNjAwMDEgMTAuN0M4LjkwMDAxIDEwLjkgOC40IDExLjQgOC4yIDEyLjFDOCAxMy40IDggMTYgOCAxNkM4IDE2IDggMTguNiA4LjMgMTkuOUM4LjUgMjAuNiA5IDIxLjEgOS43IDIxLjNDMTAuOSAyMS42IDE2IDIxLjYgMTYgMjEuNkMxNiAyMS42IDIxIDIxLjYgMjIuMyAyMS4zQzIzIDIxLjEgMjMuNSAyMC42IDIzLjcgMTkuOUMyNCAxOC42IDI0IDE2IDI0IDE2QzI0IDE2IDI0IDEzLjQgMjMuNiAxMi4xWk0xNC40IDE4LjRWMTMuNkwxOC42IDE2TDE0LjQgMTguNFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 10px;
}

/* line 36, resources/assets/styles/layouts/_tv.scss */

#page-tv .page-tv-header {
  background-color: #fff582;
  padding-top: 40px;
  padding-bottom: 45px;
}

@media screen and (max-width: 767px) {
  /* line 36, resources/assets/styles/layouts/_tv.scss */

  #page-tv .page-tv-header {
    margin-bottom: 20px;
  }
}

/* line 43, resources/assets/styles/layouts/_tv.scss */

#page-tv .page-tv-header h1 {
  font-size: 0;
  display: block;
  width: 192px;
  height: 192px;
  background-image: url(/wp-content/themes/hemicycle-v2/dist/images/logo-hemicycle-tv-round.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  /* line 43, resources/assets/styles/layouts/_tv.scss */

  #page-tv .page-tv-header h1 {
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 57, resources/assets/styles/layouts/_tv.scss */

#page-tv .page-tv-header .video-wrapper {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  /* line 57, resources/assets/styles/layouts/_tv.scss */

  #page-tv .page-tv-header .video-wrapper {
    margin-top: 30px;
  }
}

/* line 63, resources/assets/styles/layouts/_tv.scss */

#page-tv .page-tv-header iframe {
  max-width: 100%;
}

/* line 66, resources/assets/styles/layouts/_tv.scss */

#page-tv .page-tv-header .sharelinks {
  position: absolute;
  top: 280px;
}

@media screen and (max-width: 991px) {
  /* line 66, resources/assets/styles/layouts/_tv.scss */

  #page-tv .page-tv-header .sharelinks {
    margin-bottom: 20px;
    display: none;
  }
}

/* line 75, resources/assets/styles/layouts/_tv.scss */

#page-tv h2 {
  font-family: "Poppins";
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

#page-tv h2 {
  font-size: 1.25rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  #page-tv h2 {
    font-size: calc(20px + 12 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  #page-tv h2 {
    font-size: 2rem;
  }
}

/* line 78, resources/assets/styles/layouts/_tv.scss */

#page-tv .link-all {
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}

/* line 84, resources/assets/styles/layouts/_tv.scss */

#page-tv .link-all:after {
  content: "";
  display: inline-block;
  vertical-align: -1px;
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMEw2LjU5IDEuNDFMMTIuMTcgN0gwVjlIMTIuMTdMNi41OSAxNC41OUw4IDE2TDE2IDhMOCAwWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  /* line 96, resources/assets/styles/layouts/_tv.scss */

  #page-tv .text-right {
    text-align: left;
    margin-bottom: 20px;
  }
}

/* line 105, resources/assets/styles/layouts/_tv.scss */

#category-tv .category-tv-header {
  padding-top: 40px;
  margin-bottom: 32px;
}

/* line 108, resources/assets/styles/layouts/_tv.scss */

#category-tv .category-tv-header .row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* line 111, resources/assets/styles/layouts/_tv.scss */

#category-tv .category-tv-header h1 {
  font-size: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
}

/* line 115, resources/assets/styles/layouts/_tv.scss */

#category-tv .category-tv-header h1 img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  /* line 115, resources/assets/styles/layouts/_tv.scss */

  #category-tv .category-tv-header h1 img {
    max-width: 85%;
    margin-top: 30px;
  }
}

/* line 124, resources/assets/styles/layouts/_tv.scss */

#category-tv .category-tv-header .illu-category {
  margin-bottom: -3px;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  /* line 130, resources/assets/styles/layouts/_tv.scss */

  #category-tv .category-tv-header .order {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
}

/* line 137, resources/assets/styles/layouts/_tv.scss */

#category-tv .youtube-link {
  margin-top: 0;
  margin-bottom: 32px;
}

/* line 143, resources/assets/styles/layouts/_tv.scss */

.video-wrapper {
  margin-bottom: 40px;
}

/* line 145, resources/assets/styles/layouts/_tv.scss */

.video-wrapper a {
  text-decoration: none;
}

/* line 148, resources/assets/styles/layouts/_tv.scss */

.video-wrapper .iframe-wrapper {
  width: 100%;
  aspect-ratio: 1.77;
  position: relative;
}

/* line 152, resources/assets/styles/layouts/_tv.scss */

.video-wrapper .iframe-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 157, resources/assets/styles/layouts/_tv.scss */

.video-wrapper .iframe-wrapper .duration {
  position: absolute;
  right: 12px;
  bottom: 12px;
  font-family: "Poppins";
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  background-color: #000;
  padding: 3px;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.video-wrapper .iframe-wrapper .duration {
  font-size: 0.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .video-wrapper .iframe-wrapper .duration {
    font-size: calc(12px + 0 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .video-wrapper .iframe-wrapper .duration {
    font-size: 0.75rem;
  }
}

/* line 167, resources/assets/styles/layouts/_tv.scss */

.video-wrapper .title {
  font-family: "Poppins";
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #121212;
  margin-top: 10px;
  margin-bottom: 5px;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.video-wrapper .title {
  font-size: 1rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .video-wrapper .title {
    font-size: calc(16px + 0 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .video-wrapper .title {
    font-size: 1rem;
  }
}

/* line 173, resources/assets/styles/layouts/_tv.scss */

.video-wrapper .date {
  font-family: "Poppins";
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #666;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.video-wrapper .date {
  font-size: 0.75rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .video-wrapper .date {
    font-size: calc(12px + 0 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .video-wrapper .date {
    font-size: 0.75rem;
  }
}

/* line 179, resources/assets/styles/layouts/_tv.scss */

.search-videos {
  position: relative;
  margin-top: 24px;
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  /* line 179, resources/assets/styles/layouts/_tv.scss */

  .search-videos {
    margin-bottom: 30px;
  }
}

/* line 187, resources/assets/styles/layouts/_tv.scss */

.search-videos.hide-desktop .action-close {
  left: 297px;
}

/* line 191, resources/assets/styles/layouts/_tv.scss */

.search-videos:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDE2IDE2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNiAxNiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8dGl0bGU+UmVjaGVyY2hlPC90aXRsZT4NCjxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPg0KPGcgaWQ9IkRlc2t0b3AiPg0KCTxnIGlkPSJIZW1pY3ljbGVfRFRfQWNjdWVpbC0wMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzOTEuMDAwMDAwLCAtMzYuMDAwMDAwKSI+DQoJCTxnIGlkPSJIZWFkZXIiPg0KCQkJPGcgaWQ9IlJlY2hlcmNoZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM5MC4wMDAwMDAsIDM1LjAwMDAwMCkiPg0KCQkJCTxnIGlkPSJDbGlwLTIiPg0KCQkJCTwvZz4NCgkJCQk8ZGVmcz4NCgkJCQkJPGZpbHRlciBpZD0iQWRvYmVfT3BhY2l0eU1hc2tGaWx0ZXIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMSIgeT0iMSIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ij4NCgkJCQkJCTxmZUNvbG9yTWF0cml4ICB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMSAwIDAgMCAwICAwIDEgMCAwIDAgIDAgMCAxIDAgMCAgMCAwIDAgMSAwIi8+DQoJCQkJCTwvZmlsdGVyPg0KCQkJCTwvZGVmcz4NCgkJCQk8bWFzayBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIxIiB5PSIxIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGlkPSJtYXNrLTIiPg0KCQkJCQk8ZyBmaWx0ZXI9InVybCgjQWRvYmVfT3BhY2l0eU1hc2tGaWx0ZXIpIj4NCgkJCQkJCTxwb2x5Z29uIGlkPSJwYXRoLTEiIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMCwwIDE3Ljk5NywwIDE3Ljk5NywxNy45OTcgMCwxNy45OTcgCQkJCQkJIi8+DQoJCQkJCTwvZz4NCgkJCQk8L21hc2s+DQoJCQkJPHBhdGggaWQ9IkZpbGwtMSIgbWFzaz0idXJsKCNtYXNrLTIpIiBmaWxsPSIjRkZGRkZGIiBkPSJNMi4zNTksNy42OTFjMC0yLjk0LDIuMzkyLTUuMzMyLDUuMzMyLTUuMzMyDQoJCQkJCWMyLjk0LDAsNS4zMzIsMi4zOTIsNS4zMzIsNS4zMzJjMCwyLjk0LTIuMzkyLDUuMzMyLTUuMzMyLDUuMzMyQzQuNzUxLDEzLjAyMywyLjM1OSwxMC42MzIsMi4zNTksNy42OTEgTTE2LjgwMSwxNS44NA0KCQkJCQlsLTMuOTI0LTMuOTI0YzAuOTQxLTEuMTUyLDEuNTA2LTIuNjI0LDEuNTA2LTQuMjI1QzE0LjM4Myw0LjAwMiwxMS4zODEsMSw3LjY5MSwxUzEsNC4wMDIsMSw3LjY5MXMzLjAwMiw2LjY5MSw2LjY5MSw2LjY5MQ0KCQkJCQljMS42MDEsMCwzLjA3Mi0wLjU2NCw0LjIyNS0xLjUwNmwzLjkyNCwzLjkyNEMxNS45NzMsMTYuOTM0LDE2LjE0NiwxNywxNi4zMiwxN3MwLjM0OC0wLjA2NiwwLjQ4LTAuMTk5DQoJCQkJCUMxNy4wNjYsMTYuNTM1LDE3LjA2NiwxNi4xMDUsMTYuODAxLDE1Ljg0Ii8+DQoJCQk8L2c+DQoJCTwvZz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  left: 25px;
  z-index: 3;
  cursor: pointer;
}

/* line 205, resources/assets/styles/layouts/_tv.scss */

.search-videos .action-close {
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  top: calc(50% + 6px);
  left: 371px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
  z-index: 3;
}

/* line 217, resources/assets/styles/layouts/_tv.scss */

.search-videos .action-close:before,
.search-videos .action-close:after {
  content: "";
  position: relative;
  display: block;
  width: 16px;
  height: 2px;
  background-color: #ffffff;
}

/* line 224, resources/assets/styles/layouts/_tv.scss */

.search-videos .action-close:before {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 227, resources/assets/styles/layouts/_tv.scss */

.search-videos .action-close:after {
  -webkit-transform: rotate(-45deg) translate(1px, -1px);
       -o-transform: rotate(-45deg) translate(1px, -1px);
          transform: rotate(-45deg) translate(1px, -1px);
}

/* line 231, resources/assets/styles/layouts/_tv.scss */

.search-videos .search-input,
.search-videos .search-input-mobile {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 110px;
  font-family: "Poppins";
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  background-color: #3ea6ff;
  padding: 12px 32px 12px 56px;
  border-radius: 24px;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.search-videos .search-input,
.search-videos .search-input-mobile {
  font-size: 0.875rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .search-videos .search-input,
  .search-videos .search-input-mobile {
    font-size: calc(14px + 0 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .search-videos .search-input,
  .search-videos .search-input-mobile {
    font-size: 0.875rem;
  }
}

/* line 245, resources/assets/styles/layouts/_tv.scss */

.search-videos .search-input::-webkit-input-placeholder,
.search-videos .search-input-mobile::-webkit-input-placeholder {
  color: #ffffff;
}

.search-videos .search-input::-moz-placeholder,
.search-videos .search-input-mobile::-moz-placeholder {
  color: #ffffff;
}

.search-videos .search-input::-ms-input-placeholder,
.search-videos .search-input-mobile::-ms-input-placeholder {
  color: #ffffff;
}

.search-videos .search-input::placeholder,
.search-videos .search-input-mobile::placeholder {
  color: #ffffff;
}

/* line 248, resources/assets/styles/layouts/_tv.scss */

.search-videos .search-input:focus,
.search-videos .search-input.active,
.search-videos .search-input-mobile:focus,
.search-videos .search-input-mobile.active {
  width: 310px;
}

/* line 254, resources/assets/styles/layouts/_tv.scss */

.search-videos .search-input-mobile:focus {
  width: 240px;
}

/* line 258, resources/assets/styles/layouts/_tv.scss */

.search-videos .suggestions {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  max-height: 140px;
  overflow: auto;
  top: 20px;
  left: 0;
  width: 310px;
  background-color: #ffffff;
  padding: 30px 24px 16px;
  border-radius: 0 0 24px 24px;
  z-index: 1;
}

/* line 271, resources/assets/styles/layouts/_tv.scss */

.search-videos .suggestions li {
  font-family: "Poppins";
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #121212;
  margin: 5px 0;
  cursor: pointer;
}

/* line 47, resources/assets/styles/common/_mixins.scss */

.search-videos .suggestions li {
  font-size: 0.875rem;
}

@media screen and (min-width: 375px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .search-videos .suggestions li {
    font-size: calc(14px + 0 * ((100vw - 375px) / 905));
  }
}

@media screen and (min-width: 1280px) {
  /* line 47, resources/assets/styles/common/_mixins.scss */

  .search-videos .suggestions li {
    font-size: 0.875rem;
  }
}

/* line 278, resources/assets/styles/layouts/_tv.scss */

.search-videos .highlight {
  background-color: #fbc93d;
}

/* line 1, resources/assets/styles/fancybox.css */

.carousel {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 1, resources/assets/styles/fancybox.css */

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

/* line 1, resources/assets/styles/fancybox.css */

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 1, resources/assets/styles/fancybox.css */

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* line 1, resources/assets/styles/fancybox.css */

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

/* line 1, resources/assets/styles/fancybox.css */

.carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 1, resources/assets/styles/fancybox.css */

.carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

/* line 1, resources/assets/styles/fancybox.css */

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

/* line 1, resources/assets/styles/fancybox.css */

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 1, resources/assets/styles/fancybox.css */

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

/* line 1, resources/assets/styles/fancybox.css */

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: .25;
  -webkit-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}

/* line 1, resources/assets/styles/fancybox.css */

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

/* line 1, resources/assets/styles/fancybox.css */

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  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;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
          box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity .15s ease;
  -o-transition: opacity .15s ease;
  transition: opacity .15s ease;
}

/* line 1, resources/assets/styles/fancybox.css */

.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 1, resources/assets/styles/fancybox.css */

.carousel__button.is-prev {
  left: 10px;
}

/* line 1, resources/assets/styles/fancybox.css */

.carousel__button.is-next {
  right: 10px;
}

/* line 1, resources/assets/styles/fancybox.css */

.carousel__button[disabled] {
  cursor: default;
  opacity: .3;
}

/* line 1, resources/assets/styles/fancybox.css */

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
          filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

/* line 1, resources/assets/styles/fancybox.css */

html.with-fancybox {
  scroll-behavior: auto;
}

/* line 1, resources/assets/styles/fancybox.css */

body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
      touch-action: none;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  -webkit-transform-origin: top left;
       -o-transform-origin: top left;
          transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

/* line 1, resources/assets/styles/fancybox.css */

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

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__container :focus {
  outline: none;
}

/* line 1, resources/assets/styles/fancybox.css */

body:not(.is-using-mouse) .fancybox__container :focus {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
          box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  /* line 1, resources/assets/styles/fancybox.css */

  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  /* line 1, resources/assets/styles/fancybox.css */

  .fancybox__slide {
    padding: 64px 100px;
  }
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 20;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__caption {
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow-wrap: anywhere;
}

/* line 1, resources/assets/styles/fancybox.css */

.is-loading .fancybox__caption {
  visibility: hidden;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__nav .carousel__button {
  z-index: 40;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  /* line 1, resources/assets/styles/fancybox.css */

  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  /* line 1, resources/assets/styles/fancybox.css */

  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}

/* line 1, resources/assets/styles/fancybox.css */

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  /* line 1, resources/assets/styles/fancybox.css */

  .carousel__button.is-close {
    right: 40px;
  }
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
       -o-animation: fancybox-rotate 2s linear infinite;
          animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
       -o-animation: fancybox-dash 1.5s ease-in-out infinite;
          animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes fancybox-rotate {
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}

@-o-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: .15s ease backwards fancybox-fadeIn;
       -o-animation: .15s ease backwards fancybox-fadeIn;
          animation: .15s ease backwards fancybox-fadeIn;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: .15s ease both fancybox-fadeOut;
       -o-animation: .15s ease both fancybox-fadeOut;
          animation: .15s ease both fancybox-fadeOut;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox-fadeIn {
  -webkit-animation: .15s ease both fancybox-fadeIn;
       -o-animation: .15s ease both fancybox-fadeIn;
          animation: .15s ease both fancybox-fadeIn;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox-fadeOut {
  -webkit-animation: .1s ease both fancybox-fadeOut;
       -o-animation: .1s ease both fancybox-fadeOut;
          animation: .1s ease both fancybox-fadeOut;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox-zoomInUp {
  -webkit-animation: .2s ease both fancybox-zoomInUp;
       -o-animation: .2s ease both fancybox-zoomInUp;
          animation: .2s ease both fancybox-zoomInUp;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox-zoomOutDown {
  -webkit-animation: .15s ease both fancybox-zoomOutDown;
       -o-animation: .15s ease both fancybox-zoomOutDown;
          animation: .15s ease both fancybox-zoomOutDown;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox-throwOutUp {
  -webkit-animation: .15s ease both fancybox-throwOutUp;
       -o-animation: .15s ease both fancybox-throwOutUp;
          animation: .15s ease both fancybox-throwOutUp;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox-throwOutDown {
  -webkit-animation: .15s ease both fancybox-throwOutDown;
       -o-animation: .15s ease both fancybox-throwOutDown;
          animation: .15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@-o-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-o-keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@-o-keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}

@-o-keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}

@-o-keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__image {
  -webkit-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 1, resources/assets/styles/fancybox.css */

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

/* line 1, resources/assets/styles/fancybox.css */

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

/* line 1, resources/assets/styles/fancybox.css */

.has-image[data-image-fit=contain] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

/* line 1, resources/assets/styles/fancybox.css */

.has-image[data-image-fit=contain] .fancybox__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 1, resources/assets/styles/fancybox.css */

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 1, resources/assets/styles/fancybox.css */

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 1, resources/assets/styles/fancybox.css */

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

/* line 1, resources/assets/styles/fancybox.css */

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

/* line 1, resources/assets/styles/fancybox.css */

.has-image[data-image-fit=cover] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

/* line 1, resources/assets/styles/fancybox.css */

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

/* line 1, resources/assets/styles/fancybox.css */

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__thumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
       -o-animation: .15s ease-in backwards fancybox-fadeIn;
          animation: .15s ease-in backwards fancybox-fadeIn;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  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;
  overflow: visible;
  cursor: pointer;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  -webkit-transition: opacity .15s ease;
  -o-transition: opacity .15s ease;
  transition: opacity .15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: .92;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(8.1%, rgba(0, 0, 0, 0.006)), color-stop(15.5%, rgba(0, 0, 0, 0.021)), color-stop(22.5%, rgba(0, 0, 0, 0.046)), color-stop(29%, rgba(0, 0, 0, 0.077)), color-stop(35.3%, rgba(0, 0, 0, 0.114)), color-stop(41.2%, rgba(0, 0, 0, 0.155)), color-stop(47.1%, rgba(0, 0, 0, 0.198)), color-stop(52.9%, rgba(0, 0, 0, 0.242)), color-stop(58.8%, rgba(0, 0, 0, 0.285)), color-stop(64.7%, rgba(0, 0, 0, 0.326)), color-stop(71%, rgba(0, 0, 0, 0.363)), color-stop(77.5%, rgba(0, 0, 0, 0.394)), color-stop(84.5%, rgba(0, 0, 0, 0.419)), color-stop(91.9%, rgba(0, 0, 0, 0.434)), to(rgba(0, 0, 0, 0.44)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  -ms-touch-action: none;
      touch-action: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  /* line 1, resources/assets/styles/fancybox.css */

  .fancybox__toolbar {
    padding: 8px;
  }
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
       -o-animation: .15s ease-in backwards fancybox-fadeIn;
          animation: .15s ease-in backwards fancybox-fadeIn;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__toolbar__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__toolbar__items--left {
  margin-right: auto;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  /* line 1, resources/assets/styles/fancybox.css */

  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
       -o-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

/* line 1, resources/assets/styles/fancybox.css */

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

/* Custom: Square article cards with truncated excerpt */
.articles-auto .article-mini-banner:before {
  padding-top: 100% !important;
}

.articles-auto .extract {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  /*max-height: 4.5em !important;*/
}

.articles-auto .extract p {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  /*max-height: 4.5em !important;*/
  margin: 0 !important;
  font-size: 16px;
}

.articles-auto .row {
    justify-content: space-between;
    row-gap: 100px;
}

/* Fix: Force 4 columns for dynamically loaded articles */
.ctn-dynamic-article .col-lg-4 {
  width: 100% !important;
  max-width: 344px;
/*  flex: 0 0 25% !important;
  max-width: 25% !important;*/
}

@media (max-width: 991px) {
  .ctn-dynamic-article .col-lg-4 {
    width: 50% !important;
    /*flex: 0 0 50% !important;*/
    max-width: 50% !important;
  }
}


.swiper-button-next:after {
    position: absolute;
    right: 22vw;
}

@media (max-width: 600px) {
    .layout-app .container {
        width: 85%;
        background-size: contain !important;
    }
    .single-post .swiper-horizontal {
        height: 376px;
    }
    .single .entry-content .swiper-horizontal img {
        width: 90% !important;
        height: auto !important;
        margin: 0 auto;
    }
    .wp-block-cb-carousel-v2 .wp-block-image {
        display: flex;
        justify-content: center;
        height: 100%;
    }
    .single .entry-content .leading p {
        margin-bottom: 0;
    }
    .swiper-button-next:after {
        position: absolute;
        right: 22px;
    }
    .swiper-button-prev:after {
        position: absolute;
        left: 22px;
    }
}


@media (max-width: 767px) {
  .ctn-dynamic-article .col-lg-4 {
    width: 100% !important;
    /*flex: 0 0 100% !important;*/
    max-width: 100% !important;
  }
  .banner {
      background-image: var(--banner-mobile) !important;
    }
    .article-mini .bg-image,
  .article-highlight .bg-image {
    background-image: var(--img-mobile, var(--img-desktop, none)) !important;
    
    
  }
  
  .article-highlight .bg-image {
    background-size: contain !important;
  }
  
  .article-mini .bg-image {
    background-size: cover !important;
  }
  
  .article-highlight .article-mini-banner {
      height: 100%;
         
  }
  
  .banner .banner-text {
      padding: 16px 0;
  }
  
  .article-mini .cats {
      margin-top: 14px;
    padding: 10px 20px 8px 20px;
  }
  
  .articles-auto .row {
        row-gap: 20px !important;
    }
}

.header__right {
          display: flex;
    justify-content: end;
}

.banner {
  background-image: var(--banner-desktop);
}

.article-mini .bg-image,
.article-highlight .bg-image {
  background-image: var(--img-desktop, none);
}

/* Form error styling */
.field--errors input,
.field--errors select,
.field--errors textarea {
  border-color: #e00 !important;
  border-width: 2px !important;
}
.field__errors {
  color: #e00;
  font-size: 13px;
  margin-top: 6px;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.4;
}
.field__errors ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*# sourceMappingURL=main.css.map*/
@media (min-width: 960px) {
  .filters {
    position: sticky !important;
    top: 140px !important;
    z-index: 10 !important;
  }
}



/* Paper subscription option */
.paper-subscription-option {
  background: linear-gradient(135deg, #fff5f5 0%, #fee2e2 100%);
  border: 2px solid #dc3545;
  border-radius: 0;
  padding: 16px 16px;
  margin: 16px 0;
}

.paper-subscription-option .field--checkbox {
  margin-bottom: 0;
}

.paper-subscription-option .field--checkbox label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #dc3545;
  padding-left: 40px;
}

.paper-subscription-option .field--checkbox label:before {
  border-color: #dc3545;
}

.paper-subscription-option .field--checkbox label strong {
  color: #dc3545;
  font-weight: 700;
}

.paper-subscription-option .field--checkbox.is--checked label:before {
  background-color: #dc3545;
}

/* Real-time field validation errors */
.field--has-error input {
  border-color: #dc3545 !important;
}
.field-error-msg {
  color: #dc3545;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  margin-top: 4px;
}

/* Mobile header styles - Le Monde style */
@media (max-width: 767px) {
  .header .account {
    display: flex;
    align-items: center;
  }

  .header .account .login {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    position: relative;
  }

  .header .account .login .separator {
    display: inline;
    margin: 0 6px;
  }

  .header .account .login a:first-of-type {
    font-size: 0;
    order: -1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    z-index: 1;
  }

  .header .account .login.ic-account:before {
    font-size: 20px;
    margin-right: 0;
    margin-left: 12px;
    pointer-events: none;
  }

  .header .separator-header {
    display: block;
    height: 24px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .header__left,
  .header__right {
    max-width: none;
    width: auto;
    flex: 0 0 auto;
  }

  .header__right {
    display: flex;
    align-items: center;
    gap: 0;
  }

  .header .brand {
    position: static;
    flex: 1;
    text-align: left;
    margin-left: 15px;
  }

  .header .brand img {
    max-height: 50px;
  }

  .header .burger {
    width: 24px;
    height: 20px;
  }

  /* Magnifying glass on bottom right of burger */
  .header .burger .burger-glass {
    display: block;
    position: absolute;
    right: -8px;
    bottom: -9px;
    width: 18px;
    height: 18px;
    z-index: 10;
  }

  .header .burger.burger--close .burger-glass {
    display: none;
  }

  .header .burger.burger--close:before {
    transform: rotate(45deg) translateX(2px) translateY(-2px);
  }

  .header .burger.burger--close:after {
    transform: rotate(-45deg) translateX(2px) translateY(2px);
  }

  .header .separator-header,
  .header .search-header {
    display: none;
  }

  /* Account header specific fixes */
  .header.header-account {
    padding: 8px 15px;
  }

  .header.header-account .header__left {
    position: static !important;
    left: auto !important;
    display: flex;
    align-items: center;
  }

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

  .header.header-account .brand {
    position: static;
    flex: 1;
    text-align: left;
    margin-left: 15px;
  }

  .header.header-account .header__right {
    display: flex;
    align-items: center;
  }

  .header.header-account .burger {
    width: 24px;
    height: 20px;
  }

  .header.header-account .burger .burger-glass {
    display: block;
    position: absolute;
    right: -8px;
    bottom: -9px;
    width: 18px;
    height: 18px;
    z-index: 10;
  }

  .header.header-account .burger.burger--close .burger-glass {
    display: none;
  }

  .header.header-account .burger.burger--close:before {
    transform: rotate(45deg) translateX(2px) translateY(-2px);
  }

  .header.header-account .burger.burger--close:after {
    transform: rotate(-45deg) translateX(2px) translateY(2px);
  }
}

/* Menu burger search input */
.menu-burger {
  padding-top: 15px !important;
}

.menu-burger__search {
  padding: 0 20px 15px;
}

.menu-burger__search form {
  position: relative;
  background: #f5f5f5;
  border-radius: 2px;
  padding: 9px 40px 9px 15px;
  box-sizing: border-box;
}

.menu-burger__search input[type="search"] {
  border: none !important;
  background: transparent !important;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  outline: none;
  padding: 0;
  width: 100% !important;
  line-height: 18px;
}

.menu-burger__search input[type="search"]::placeholder {
  color: #999;
}

.menu-burger__search button {
  position: absolute !important;
  right: 12px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer;
  padding: 0 !important;
  margin: 0 !important;
  width: 18px !important;
  height: 18px !important;
}

.menu-burger__search button.ic-search:before {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  position: static !important;
}

/* Small search icon next to burger - lines + magnifying glass */
.burger-search {
  display: none;
  width: 36px;
  height: 36px;
  background-color: #2d2d2d;
  border-radius: 6px;
  margin-left: 12px;
  position: relative;
}

@media (max-width: 767px) {
  .burger-search {
    display: block;
  }
}

/* Lines */
.burger-search:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 2px;
  background: #fff;
  box-shadow: 0 -5px 0 #fff, 0 5px 0 #fff;
}

/* Magnifying glass circle + handle */
.burger-search:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 10px;
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 4px 4px 0 -1px #fff;
}

/* Floating search button in menu */
.menu-burger .menu-burger__search-btn {
  position: absolute !important;
  bottom: 100px !important;
  right: 20px !important;
  width: 44px !important;
  height: 44px !important;
  background-color: #2d2d2d !important;
  border-radius: 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25) !important;
  z-index: 9999 !important;
}

.menu-burger .menu-burger__search-btn.ic-search:before {
  width: 20px !important;
  height: 20px !important;
  filter: brightness(0) invert(1) !important;
}

/* ===========================================
   MOBILE ACCOUNT STYLES - Clean Version
   =========================================== */

/* Hide ALL duplicate nav-account elements on mobile */
@media (max-width: 991px) {
  /* Hide in menu-burger */
  .menu-burger .account {
    display: none !important;
  }
  .menu-burger .nav-account {
    display: none !important;
  }
  .menu-burger .login {
    display: none !important;
  }
  .menu-burger .logout {
    display: none !important;
  }
  /* Hide nav-account in header (keep only sidebar nav) */
  .header-account .header__right .nav-account {
    display: none !important;
  }
  .header-account .account.is-logged-in .nav-account {
    display: none !important;
  }
}

/* Page header account navigation - single source of truth */
@media (max-width: 767px) {
  .layout-account .page-header {
    padding: 15px 0;
    text-align: left;
  }
  .layout-account .page-header h1 {
    font-size: 22px !important;
    margin-bottom: 15px;
    color: #3ea6ff;
  }
  .layout-account .nav-account {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .layout-account .nav-account .nav {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .layout-account .page-header h1 {
    margin-bottom: 20px !important;
  }
  .layout-account .sidebar {
    padding-bottom: 10px !important;
  }
  .layout-account .nav-account .nav li {
    margin: 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    margin-bottom: 0 !important;
  }
  .layout-account .nav-account .nav {
    margin-bottom: 0 !important;
  }
  .layout-account .nav-account .nav li:before {
    flex-shrink: 0;
    position: static !important;
    margin: 0 !important;
  }
  .layout-account .nav-account .nav li:last-child {
    border-bottom: none;
  }
  .layout-account .nav-account .nav a {
    display: block;
    padding: 0;
    font-size: 12px;
    color: #333;
    text-decoration: none;
  }
  .layout-account .nav-account .nav li.current-menu-item a {
    color: #3ea6ff;
    font-weight: 600;
  }
  .layout-account .nav-account {
    display: flex;
    flex-direction: column;
  }
  .layout-account .nav-account .menu-menu-compte-container {
    width: 100%;
  }
  .layout-account .page-header {
    position: relative;
  }
  .layout-account .nav-account .logout,
  .layout-account .main .logout {
    position: absolute !important;
    top: 12px !important;
    right: 0 !important;
    left: auto !important;
    bottom: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 1px solid #ccc !important;
    color: #666 !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    font-size: 0 !important;
    text-align: center !important;
  }
  .layout-account .nav-account .logout:before,
  .layout-account .main .logout:before {
    content: "" !important;
    width: 16px !important;
    height: 16px !important;
    padding: 0 !important;
    margin: 0 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4'/%3E%3Cpolyline points='16 17 21 12 16 7'/%3E%3Cline x1='21' y1='12' x2='9' y2='12'/%3E%3C/svg%3E") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}

/* Sub-sidebar desktop/mobile toggle */
.sub-sidebar-mobile {
  display: none;
}
.sub-sidebar-desktop {
  display: block;
}

/* Sidebar layout on mobile */
@media (max-width: 991px) {
  .layout-account {
    overflow-x: hidden;
  }
  .layout-account .wrap .row {
    display: flex;
    flex-direction: column;
  }
  .sub-sidebar-desktop {
    display: none !important;
  }
  .sub-sidebar-mobile {
    display: block !important;
    order: 99;
  }
}

@media (max-width: 767px) {
  .layout-account .sidebar {
    padding: 15px;
    margin-bottom: 10px;
  }
  .layout-account .section {
    padding: 15px;
    margin-bottom: 10px;
  }
  .layout-account .section h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

/* Header account mobile */
@media (max-width: 767px) {
  .header-account .brand img {
    max-height: 40px;
  }
  .header-account .account .login {
    font-size: 12px;
  }
}

/* Fix: Subscribe headband fixed at bottom */
.subscribe-to-review.subscribe-to-review--headband {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  top: auto !important;
  z-index: 9999 !important;
  padding: 15px 0 !important;
  background-color: #3ea6ff;
  border-top: none;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.15);
}
.subscribe-to-review.subscribe-to-review--headband > div {
  min-height: 40px;
}
.subscribe-to-review.subscribe-to-review--headband h2 {
  font-size: 14px !important;
  line-height: 1.4 !important;
  white-space: nowrap;
}
@media (min-width: 767px) {
  .subscribe-to-review.subscribe-to-review--headband h2 {
    font-size: 22px !important;
  }
}
@media (min-width: 1200px) {
  .subscribe-to-review.subscribe-to-review--headband h2 {
    font-size: 26px !important;
  }
}
.subscribe-to-review.subscribe-to-review--headband .review-cover {
  max-width: 130px;
  top: -45px;
}
@media (min-width: 992px) {
  .subscribe-to-review.subscribe-to-review--headband .review-cover {
    max-width: 156px;
    top: -55px;
  }
}
.subscribe-to-review.subscribe-to-review--headband .btn {
  background-color: #ffffff;
  color: #121212;
  padding: 10px 22px;
  font-size: 12px !important;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  border: none;
  margin-right: 30px;
}
@media (min-width: 767px) {
  .subscribe-to-review.subscribe-to-review--headband .btn {
    font-size: 14px !important;
    padding: 12px 28px;
  }
}
.subscribe-to-review.subscribe-to-review--headband .ic-close {
  right: 15px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.subscribe-to-review.subscribe-to-review--headband .ic-close:before,
.subscribe-to-review.subscribe-to-review--headband .ic-close:after {
  width: 18px;
  height: 2px;
}

/* Fix: nav-account menu items - wrapped text aligns with text, not icon */
.nav-account ul li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px;
}
.nav-account ul li:before {
  flex-shrink: 0;
  margin-top: 2px;
}
.nav-account ul li a {
  flex: 1;
  min-width: 0;
}

/* Fix: Show separator between Se connecter / S'abonner */
.account .login .separator {
  display: inline !important;
  margin: 0 6px !important;
  color: #3ea6ff;
}
