@charset "UTF-8";

/*Using same general breakpoints: base_setting.scss */

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

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

img,
embed,
object,
video {
  height: auto;
  max-width: 100%;
}

audio {
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: left;
}

html {
  background-color: white;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  color: #4a4a4a;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #3273dc;
  cursor: pointer;
  text-decoration: none;
}

a strong {
  color: currentColor;
}

a:hover {
  color: #363636;
}

code {
  background-color: whitesmoke;
  color: #ff3860;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  background-color: whitesmoke;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

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

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: #363636;
  font-weight: 700;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #4a4a4a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}

pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

table td,
table th {
  vertical-align: top;
}

table td:not([align]),
table th:not([align]) {
  text-align: left;
}

table th {
  color: #363636;
}

.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

.is-pulled-left {
  float: left !important;
}

.is-pulled-right {
  float: right !important;
}

.is-clipped {
  overflow: hidden !important;
}

.is-size-1 {
  font-size: 3rem !important;
}

.is-size-2 {
  font-size: 2.5rem !important;
}

.is-size-3 {
  font-size: 2rem !important;
}

.is-size-4 {
  font-size: 1.5rem !important;
}

.is-size-5 {
  font-size: 1.25rem !important;
}

.is-size-6 {
  font-size: 1rem !important;
}

.is-size-7 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 639px) {
  .is-size-1-mobile {
    font-size: 3rem !important;
  }

  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }

  .is-size-3-mobile {
    font-size: 2rem !important;
  }

  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }

  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }

  .is-size-6-mobile {
    font-size: 1rem !important;
  }

  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 640px), print {
  .is-size-1-tablet {
    font-size: 3rem !important;
  }

  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }

  .is-size-3-tablet {
    font-size: 2rem !important;
  }

  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }

  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }

  .is-size-6-tablet {
    font-size: 1rem !important;
  }

  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}

@media screen and (max-width: 1137px) {
  .is-size-1-touch {
    font-size: 3rem !important;
  }

  .is-size-2-touch {
    font-size: 2.5rem !important;
  }

  .is-size-3-touch {
    font-size: 2rem !important;
  }

  .is-size-4-touch {
    font-size: 1.5rem !important;
  }

  .is-size-5-touch {
    font-size: 1.25rem !important;
  }

  .is-size-6-touch {
    font-size: 1rem !important;
  }

  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1138px) {
  .is-size-1-desktop {
    font-size: 3rem !important;
  }

  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }

  .is-size-3-desktop {
    font-size: 2rem !important;
  }

  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }

  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }

  .is-size-6-desktop {
    font-size: 1rem !important;
  }

  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}

.has-text-centered {
  text-align: center !important;
}

.has-text-justified {
  text-align: justify !important;
}

.has-text-left {
  text-align: left !important;
}

.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 639px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}

@media screen and (min-width: 640px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}

@media screen and (min-width: 640px) and (max-width: 1137px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}

@media screen and (max-width: 1137px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}

@media screen and (min-width: 1138px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}

@media screen and (max-width: 639px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}

@media screen and (min-width: 640px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}

@media screen and (min-width: 640px) and (max-width: 1137px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}

@media screen and (max-width: 1137px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1138px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}

@media screen and (max-width: 639px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}

@media screen and (min-width: 640px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}

@media screen and (min-width: 640px) and (max-width: 1137px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}

@media screen and (max-width: 1137px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}

@media screen and (min-width: 1138px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}

@media screen and (max-width: 639px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}

@media screen and (min-width: 640px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}

@media screen and (min-width: 640px) and (max-width: 1137px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}

@media screen and (max-width: 1137px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}

@media screen and (min-width: 1138px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}

.is-capitalized {
  text-transform: capitalize !important;
}

.is-lowercase {
  text-transform: lowercase !important;
}

.is-uppercase {
  text-transform: uppercase !important;
}

.is-italic {
  font-style: italic !important;
}

.has-text-white {
  color: white !important;
}

a.has-text-white:hover,
a.has-text-white:focus {
  color: #e6e6e6 !important;
}

.has-background-white {
  background-color: white !important;
}

.has-text-black {
  color: #0a0a0a !important;
}

a.has-text-black:hover,
a.has-text-black:focus {
  color: black !important;
}

.has-background-black {
  background-color: #0a0a0a !important;
}

.has-text-light {
  color: whitesmoke !important;
}

a.has-text-light:hover,
a.has-text-light:focus {
  color: #dbdbdb !important;
}

.has-background-light {
  background-color: whitesmoke !important;
}

.has-text-dark {
  color: #363636 !important;
}

a.has-text-dark:hover,
a.has-text-dark:focus {
  color: #1c1c1c !important;
}

.has-background-dark {
  background-color: #363636 !important;
}

.has-text-primary {
  color: #00d1b2 !important;
}

a.has-text-primary:hover,
a.has-text-primary:focus {
  color: #009e86 !important;
}

.has-background-primary {
  background-color: #00d1b2 !important;
}

.has-text-link {
  color: #3273dc !important;
}

a.has-text-link:hover,
a.has-text-link:focus {
  color: #205bbc !important;
}

.has-background-link {
  background-color: #3273dc !important;
}

.has-text-info {
  color: #209cee !important;
}

a.has-text-info:hover,
a.has-text-info:focus {
  color: #0f81cc !important;
}

.has-background-info {
  background-color: #209cee !important;
}

.has-text-success {
  color: #23d160 !important;
}

a.has-text-success:hover,
a.has-text-success:focus {
  color: #1ca64c !important;
}

.has-background-success {
  background-color: #23d160 !important;
}

.has-text-warning {
  color: #ffdd57 !important;
}

a.has-text-warning:hover,
a.has-text-warning:focus {
  color: #ffd324 !important;
}

.has-background-warning {
  background-color: #ffdd57 !important;
}

.has-text-danger {
  color: #ff3860 !important;
}

a.has-text-danger:hover,
a.has-text-danger:focus {
  color: #ff0537 !important;
}

.has-background-danger {
  background-color: #ff3860 !important;
}

.has-text-black-bis {
  color: #121212 !important;
}

.has-background-black-bis {
  background-color: #121212 !important;
}

.has-text-black-ter {
  color: #242424 !important;
}

.has-background-black-ter {
  background-color: #242424 !important;
}

.has-text-grey-darker {
  color: #363636 !important;
}

.has-background-grey-darker {
  background-color: #363636 !important;
}

.has-text-grey-dark {
  color: #4a4a4a !important;
}

.has-background-grey-dark {
  background-color: #4a4a4a !important;
}

.has-text-grey {
  color: #7a7a7a !important;
}

.has-background-grey {
  background-color: #7a7a7a !important;
}

.has-text-grey-light {
  color: #b5b5b5 !important;
}

.has-background-grey-light {
  background-color: #b5b5b5 !important;
}

.has-text-grey-lighter {
  color: #dbdbdb !important;
}

.has-background-grey-lighter {
  background-color: #dbdbdb !important;
}

.has-text-white-ter {
  color: whitesmoke !important;
}

.has-background-white-ter {
  background-color: whitesmoke !important;
}

.has-text-white-bis {
  color: #fafafa !important;
}

.has-background-white-bis {
  background-color: #fafafa !important;
}

.has-text-weight-light {
  font-weight: 300 !important;
}

.has-text-weight-normal {
  font-weight: 400 !important;
}

.has-text-weight-medium {
  font-weight: 500 !important;
}

.has-text-weight-semibold {
  font-weight: 600 !important;
}

.has-text-weight-bold {
  font-weight: 700 !important;
}

.is-family-primary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-secondary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-sans-serif {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-monospace {
  font-family: monospace !important;
}

.is-family-code {
  font-family: monospace !important;
}

.is-block {
  display: block !important;
}

@media screen and (max-width: 639px) {
  .is-block-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 640px), print {
  .is-block-tablet {
    display: block !important;
  }
}

@media screen and (min-width: 640px) and (max-width: 1137px) {
  .is-block-tablet-only {
    display: block !important;
  }
}

@media screen and (max-width: 1137px) {
  .is-block-touch {
    display: block !important;
  }
}

@media screen and (min-width: 1138px) {
  .is-block-desktop {
    display: block !important;
  }
}

.is-flex {
  display: -webkit-box !important;
  display: flex !important;
}

@media screen and (max-width: 639px) {
  .is-flex-mobile {
    display: -webkit-box !important;
    display: flex !important;
  }
}

@media screen and (min-width: 640px), print {
  .is-flex-tablet {
    display: -webkit-box !important;
    display: flex !important;
  }
}

@media screen and (min-width: 640px) and (max-width: 1137px) {
  .is-flex-tablet-only {
    display: -webkit-box !important;
    display: flex !important;
  }
}

@media screen and (max-width: 1137px) {
  .is-flex-touch {
    display: -webkit-box !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1138px) {
  .is-flex-desktop {
    display: -webkit-box !important;
    display: flex !important;
  }
}

.is-inline {
  display: inline !important;
}

@media screen and (max-width: 639px) {
  .is-inline-mobile {
    display: inline !important;
  }
}

@media screen and (min-width: 640px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}

@media screen and (min-width: 640px) and (max-width: 1137px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}

@media screen and (max-width: 1137px) {
  .is-inline-touch {
    display: inline !important;
  }
}

@media screen and (min-width: 1138px) {
  .is-inline-desktop {
    display: inline !important;
  }
}

.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 639px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}

@media screen and (min-width: 640px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}

@media screen and (min-width: 640px) and (max-width: 1137px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1137px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1138px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}

.is-inline-flex {
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media screen and (max-width: 639px) {
  .is-inline-flex-mobile {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 640px), print {
  .is-inline-flex-tablet {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 640px) and (max-width: 1137px) {
  .is-inline-flex-tablet-only {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media screen and (max-width: 1137px) {
  .is-inline-flex-touch {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1138px) {
  .is-inline-flex-desktop {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

.is-hidden {
  display: none !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 639px) {
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 640px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 640px) and (max-width: 1137px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 1137px) {
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 1138px) {
  .is-hidden-desktop {
    display: none !important;
  }
}

.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 639px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 640px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 640px) and (max-width: 1137px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 1137px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1138px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.is-radiusless {
  border-radius: 0 !important;
}

.is-shadowless {
  box-shadow: none !important;
}

.is-relative {
  position: relative !important;
}

.column {
  display: block;
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
  padding: 10px;
}

.columns.is-mobile > .column.is-narrow {
  -webkit-box-flex: 0;
          flex: none;
}

.columns.is-mobile > .column.is-full {
  -webkit-box-flex: 0;
          flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-three-quarters {
  -webkit-box-flex: 0;
          flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-two-thirds {
  -webkit-box-flex: 0;
          flex: none;
  width: 66.6666%;
}

.columns.is-mobile > .column.is-half {
  -webkit-box-flex: 0;
          flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-one-third {
  -webkit-box-flex: 0;
          flex: none;
  width: 33.3333%;
}

.columns.is-mobile > .column.is-one-quarter {
  -webkit-box-flex: 0;
          flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-one-fifth {
  -webkit-box-flex: 0;
          flex: none;
  width: 20%;
}

.columns.is-mobile > .column.is-two-fifths {
  -webkit-box-flex: 0;
          flex: none;
  width: 40%;
}

.columns.is-mobile > .column.is-three-fifths {
  -webkit-box-flex: 0;
          flex: none;
  width: 60%;
}

.columns.is-mobile > .column.is-four-fifths {
  -webkit-box-flex: 0;
          flex: none;
  width: 80%;
}

.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}

.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}

.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}

.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}

.columns.is-mobile > .column.is-0 {
  -webkit-box-flex: 0;
          flex: none;
  width: 0%;
}

.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}

.columns.is-mobile > .column.is-1 {
  -webkit-box-flex: 0;
          flex: none;
  width: 8.3333333333%;
}

.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.3333333333%;
}

.columns.is-mobile > .column.is-2 {
  -webkit-box-flex: 0;
          flex: none;
  width: 16.6666666667%;
}

.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.6666666667%;
}

.columns.is-mobile > .column.is-3 {
  -webkit-box-flex: 0;
          flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-4 {
  -webkit-box-flex: 0;
          flex: none;
  width: 33.3333333333%;
}

.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.3333333333%;
}

.columns.is-mobile > .column.is-5 {
  -webkit-box-flex: 0;
          flex: none;
  width: 41.6666666667%;
}

.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.6666666667%;
}

.columns.is-mobile > .column.is-6 {
  -webkit-box-flex: 0;
          flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-7 {
  -webkit-box-flex: 0;
          flex: none;
  width: 58.3333333333%;
}

.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.3333333333%;
}

.columns.is-mobile > .column.is-8 {
  -webkit-box-flex: 0;
          flex: none;
  width: 66.6666666667%;
}

.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.6666666667%;
}

.columns.is-mobile > .column.is-9 {
  -webkit-box-flex: 0;
          flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-10 {
  -webkit-box-flex: 0;
          flex: none;
  width: 83.3333333333%;
}

.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.3333333333%;
}

.columns.is-mobile > .column.is-11 {
  -webkit-box-flex: 0;
          flex: none;
  width: 91.6666666667%;
}

.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.6666666667%;
}

.columns.is-mobile > .column.is-12 {
  -webkit-box-flex: 0;
          flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 639px) {
  .column.is-narrow-mobile {
    -webkit-box-flex: 0;
            flex: none;
  }

  .column.is-full-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 50%;
  }

  .column.is-one-third-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 25%;
  }

  .column.is-one-fifth-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 20%;
  }

  .column.is-two-fifths-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 40%;
  }

  .column.is-three-fifths-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 60%;
  }

  .column.is-four-fifths-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-mobile {
    margin-left: 50%;
  }

  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }

  .column.is-0-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 0%;
  }

  .column.is-offset-0-mobile {
    margin-left: 0%;
  }

  .column.is-1-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 8.3333333333%;
  }

  .column.is-offset-1-mobile {
    margin-left: 8.3333333333%;
  }

  .column.is-2-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2-mobile {
    margin-left: 16.6666666667%;
  }

  .column.is-3-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 25%;
  }

  .column.is-offset-3-mobile {
    margin-left: 25%;
  }

  .column.is-4-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4-mobile {
    margin-left: 33.3333333333%;
  }

  .column.is-5-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5-mobile {
    margin-left: 41.6666666667%;
  }

  .column.is-6-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 50%;
  }

  .column.is-offset-6-mobile {
    margin-left: 50%;
  }

  .column.is-7-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7-mobile {
    margin-left: 58.3333333333%;
  }

  .column.is-8-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8-mobile {
    margin-left: 66.6666666667%;
  }

  .column.is-9-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 75%;
  }

  .column.is-offset-9-mobile {
    margin-left: 75%;
  }

  .column.is-10-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10-mobile {
    margin-left: 83.3333333333%;
  }

  .column.is-11-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11-mobile {
    margin-left: 91.6666666667%;
  }

  .column.is-12-mobile {
    -webkit-box-flex: 0;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 640px), print {
  .column.is-narrow,
  .column.is-narrow-tablet {
    -webkit-box-flex: 0;
            flex: none;
  }

  .column.is-full,
  .column.is-full-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters,
  .column.is-three-quarters-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds,
  .column.is-two-thirds-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half,
  .column.is-half-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 50%;
  }

  .column.is-one-third,
  .column.is-one-third-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter,
  .column.is-one-quarter-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 25%;
  }

  .column.is-one-fifth,
  .column.is-one-fifth-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 20%;
  }

  .column.is-two-fifths,
  .column.is-two-fifths-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 40%;
  }

  .column.is-three-fifths,
  .column.is-three-fifths-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 60%;
  }

  .column.is-four-fifths,
  .column.is-four-fifths-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters,
  .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds,
  .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }

  .column.is-offset-half,
  .column.is-offset-half-tablet {
    margin-left: 50%;
  }

  .column.is-offset-one-third,
  .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter,
  .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth,
  .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths,
  .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths,
  .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths,
  .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }

  .column.is-0,
  .column.is-0-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 0%;
  }

  .column.is-offset-0,
  .column.is-offset-0-tablet {
    margin-left: 0%;
  }

  .column.is-1,
  .column.is-1-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 8.3333333333%;
  }

  .column.is-offset-1,
  .column.is-offset-1-tablet {
    margin-left: 8.3333333333%;
  }

  .column.is-2,
  .column.is-2-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2,
  .column.is-offset-2-tablet {
    margin-left: 16.6666666667%;
  }

  .column.is-3,
  .column.is-3-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 25%;
  }

  .column.is-offset-3,
  .column.is-offset-3-tablet {
    margin-left: 25%;
  }

  .column.is-4,
  .column.is-4-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4,
  .column.is-offset-4-tablet {
    margin-left: 33.3333333333%;
  }

  .column.is-5,
  .column.is-5-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5,
  .column.is-offset-5-tablet {
    margin-left: 41.6666666667%;
  }

  .column.is-6,
  .column.is-6-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 50%;
  }

  .column.is-offset-6,
  .column.is-offset-6-tablet {
    margin-left: 50%;
  }

  .column.is-7,
  .column.is-7-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7,
  .column.is-offset-7-tablet {
    margin-left: 58.3333333333%;
  }

  .column.is-8,
  .column.is-8-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8,
  .column.is-offset-8-tablet {
    margin-left: 66.6666666667%;
  }

  .column.is-9,
  .column.is-9-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 75%;
  }

  .column.is-offset-9,
  .column.is-offset-9-tablet {
    margin-left: 75%;
  }

  .column.is-10,
  .column.is-10-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10,
  .column.is-offset-10-tablet {
    margin-left: 83.3333333333%;
  }

  .column.is-11,
  .column.is-11-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11,
  .column.is-offset-11-tablet {
    margin-left: 91.6666666667%;
  }

  .column.is-12,
  .column.is-12-tablet {
    -webkit-box-flex: 0;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12,
  .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1137px) {
  .column.is-narrow-touch {
    -webkit-box-flex: 0;
            flex: none;
  }

  .column.is-full-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 50%;
  }

  .column.is-one-third-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 25%;
  }

  .column.is-one-fifth-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 20%;
  }

  .column.is-two-fifths-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 40%;
  }

  .column.is-three-fifths-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 60%;
  }

  .column.is-four-fifths-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-touch {
    margin-left: 50%;
  }

  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }

  .column.is-0-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 0%;
  }

  .column.is-offset-0-touch {
    margin-left: 0%;
  }

  .column.is-1-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 8.3333333333%;
  }

  .column.is-offset-1-touch {
    margin-left: 8.3333333333%;
  }

  .column.is-2-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2-touch {
    margin-left: 16.6666666667%;
  }

  .column.is-3-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 25%;
  }

  .column.is-offset-3-touch {
    margin-left: 25%;
  }

  .column.is-4-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4-touch {
    margin-left: 33.3333333333%;
  }

  .column.is-5-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5-touch {
    margin-left: 41.6666666667%;
  }

  .column.is-6-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 50%;
  }

  .column.is-offset-6-touch {
    margin-left: 50%;
  }

  .column.is-7-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7-touch {
    margin-left: 58.3333333333%;
  }

  .column.is-8-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8-touch {
    margin-left: 66.6666666667%;
  }

  .column.is-9-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 75%;
  }

  .column.is-offset-9-touch {
    margin-left: 75%;
  }

  .column.is-10-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10-touch {
    margin-left: 83.3333333333%;
  }

  .column.is-11-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11-touch {
    margin-left: 91.6666666667%;
  }

  .column.is-12-touch {
    -webkit-box-flex: 0;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1138px) {
  .column.is-narrow-desktop {
    -webkit-box-flex: 0;
            flex: none;
  }

  .column.is-full-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 100%;
  }

  .column.is-three-quarters-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 75%;
  }

  .column.is-two-thirds-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 66.6666%;
  }

  .column.is-half-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 50%;
  }

  .column.is-one-third-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 25%;
  }

  .column.is-one-fifth-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 20%;
  }

  .column.is-two-fifths-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 40%;
  }

  .column.is-three-fifths-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 60%;
  }

  .column.is-four-fifths-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-desktop {
    margin-left: 50%;
  }

  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }

  .column.is-0-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 0%;
  }

  .column.is-offset-0-desktop {
    margin-left: 0%;
  }

  .column.is-1-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 8.3333333333%;
  }

  .column.is-offset-1-desktop {
    margin-left: 8.3333333333%;
  }

  .column.is-2-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2-desktop {
    margin-left: 16.6666666667%;
  }

  .column.is-3-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 25%;
  }

  .column.is-offset-3-desktop {
    margin-left: 25%;
  }

  .column.is-4-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4-desktop {
    margin-left: 33.3333333333%;
  }

  .column.is-5-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5-desktop {
    margin-left: 41.6666666667%;
  }

  .column.is-6-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 50%;
  }

  .column.is-offset-6-desktop {
    margin-left: 50%;
  }

  .column.is-7-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7-desktop {
    margin-left: 58.3333333333%;
  }

  .column.is-8-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8-desktop {
    margin-left: 66.6666666667%;
  }

  .column.is-9-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 75%;
  }

  .column.is-offset-9-desktop {
    margin-left: 75%;
  }

  .column.is-10-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10-desktop {
    margin-left: 83.3333333333%;
  }

  .column.is-11-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11-desktop {
    margin-left: 91.6666666667%;
  }

  .column.is-12-desktop {
    -webkit-box-flex: 0;
            flex: none;
    width: 100%;
  }

  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
}

.columns:last-child {
  margin-bottom: -10px;
}

.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 10px);
}

.columns.is-centered {
  -webkit-box-pack: center;
          justify-content: center;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

.columns.is-mobile {
  display: -webkit-box;
  display: flex;
}

.columns.is-multiline {
  flex-wrap: wrap;
}

.columns.is-vcentered {
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (min-width: 640px), print {
  .columns:not(.is-desktop) {
    display: -webkit-box;
    display: flex;
  }
}

@media screen and (min-width: 1138px) {
  .columns.is-desktop {
    display: -webkit-box;
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

.columns.is-variable.is-0 {
  --columnGap: 0rem;
}

@media screen and (max-width: 639px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 640px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 640px) and (max-width: 1137px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}

@media screen and (max-width: 1137px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1138px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}

.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}

@media screen and (max-width: 639px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 640px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 640px) and (max-width: 1137px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (max-width: 1137px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1138px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}

.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}

@media screen and (max-width: 639px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 640px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 640px) and (max-width: 1137px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (max-width: 1137px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1138px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}

.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}

@media screen and (max-width: 639px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 640px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 640px) and (max-width: 1137px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (max-width: 1137px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1138px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}

.columns.is-variable.is-4 {
  --columnGap: 1rem;
}

@media screen and (max-width: 639px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 640px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 640px) and (max-width: 1137px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}

@media screen and (max-width: 1137px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1138px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}

.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}

@media screen and (max-width: 639px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 640px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 640px) and (max-width: 1137px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (max-width: 1137px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1138px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}

.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}

@media screen and (max-width: 639px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 640px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 640px) and (max-width: 1137px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (max-width: 1137px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1138px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}

.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}

@media screen and (max-width: 639px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 640px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 640px) and (max-width: 1137px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (max-width: 1137px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1138px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}

.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

@media screen and (max-width: 639px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 640px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 640px) and (max-width: 1137px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}

@media screen and (max-width: 1137px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1138px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}

.tile {
  -webkit-box-align: stretch;
          align-items: stretch;
  display: block;
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}

.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}

.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}

.tile.is-child {
  margin: 0 !important;
}

.tile.is-parent {
  padding: 0.75rem;
}

.tile.is-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 640px), print {
  .tile:not(.is-child) {
    display: -webkit-box;
    display: flex;
  }

  .tile.is-1 {
    -webkit-box-flex: 0;
            flex: none;
    width: 8.3333333333%;
  }

  .tile.is-2 {
    -webkit-box-flex: 0;
            flex: none;
    width: 16.6666666667%;
  }

  .tile.is-3 {
    -webkit-box-flex: 0;
            flex: none;
    width: 25%;
  }

  .tile.is-4 {
    -webkit-box-flex: 0;
            flex: none;
    width: 33.3333333333%;
  }

  .tile.is-5 {
    -webkit-box-flex: 0;
            flex: none;
    width: 41.6666666667%;
  }

  .tile.is-6 {
    -webkit-box-flex: 0;
            flex: none;
    width: 50%;
  }

  .tile.is-7 {
    -webkit-box-flex: 0;
            flex: none;
    width: 58.3333333333%;
  }

  .tile.is-8 {
    -webkit-box-flex: 0;
            flex: none;
    width: 66.6666666667%;
  }

  .tile.is-9 {
    -webkit-box-flex: 0;
            flex: none;
    width: 75%;
  }

  .tile.is-10 {
    -webkit-box-flex: 0;
            flex: none;
    width: 83.3333333333%;
  }

  .tile.is-11 {
    -webkit-box-flex: 0;
            flex: none;
    width: 91.6666666667%;
  }

  .tile.is-12 {
    -webkit-box-flex: 0;
            flex: none;
    width: 100%;
  }
}

.container {
  -webkit-box-flex: 1;
          flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}

@media screen and (min-width: 1138px) {
  .container {
    max-width: 1074px;
  }

  .container.is-fluid {
    margin-left: 32px;
    margin-right: 32px;
    max-width: none;
  }
}

[data-tooltip]:not(.is-loading),
[data-tooltip]:not(.is-disabled),
[data-tooltip]:not([disabled]) {
  cursor: pointer;
  overflow: visible;
  position: relative;
}

[data-tooltip]:not(.is-loading)::before,
[data-tooltip]:not(.is-loading)::after,
[data-tooltip]:not(.is-disabled)::before,
[data-tooltip]:not(.is-disabled)::after,
[data-tooltip]:not([disabled])::before,
[data-tooltip]:not([disabled])::after {
  box-sizing: border-box;
  color: white;
  display: inline-block;
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.75rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  visibility: hidden;
  z-index: 1020;
}

[data-tooltip]:not(.is-loading)::after,
[data-tooltip]:not(.is-disabled)::after,
[data-tooltip]:not([disabled])::after {
  content: "";
  border-style: solid;
  border-width: 6px;
  border-color: rgba(74, 74, 74, 0.7) transparent transparent transparent;
  margin-bottom: -5px;
}

[data-tooltip]:not(.is-loading)::after,
[data-tooltip]:not(.is-disabled)::after,
[data-tooltip]:not([disabled])::after {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-top: -5px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: -5px;
  border-color: rgba(74, 74, 74, 0.7) transparent transparent transparent;
}

[data-tooltip]:not(.is-loading)::before,
[data-tooltip]:not(.is-disabled)::before,
[data-tooltip]:not([disabled])::before {
  background: rgba(74, 74, 74, 0.7);
  border-radius: 2px;
  content: attr(data-tooltip);
  padding: 0.5rem 1rem;
  text-overflow: ellipsis;
  white-space: pre;
}

[data-tooltip]:not(.is-loading)::before,
[data-tooltip]:not(.is-disabled)::before,
[data-tooltip]:not([disabled])::before {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  top: 0;
  margin-top: -5px;
  margin-bottom: auto;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

[data-tooltip]:not(.is-loading).has-tooltip-bottom::after,
[data-tooltip]:not(.is-disabled).has-tooltip-bottom::after,
[data-tooltip]:not([disabled]).has-tooltip-bottom::after {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: -5px;
  margin-left: -5px;
  border-color: transparent transparent rgba(74, 74, 74, 0.7) transparent;
}

[data-tooltip]:not(.is-loading).has-tooltip-bottom::before,
[data-tooltip]:not(.is-disabled).has-tooltip-bottom::before,
[data-tooltip]:not([disabled]).has-tooltip-bottom::before {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  margin-top: auto;
  margin-bottom: -5px;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

[data-tooltip]:not(.is-loading).has-tooltip-left::after,
[data-tooltip]:not(.is-disabled).has-tooltip-left::after,
[data-tooltip]:not([disabled]).has-tooltip-left::after {
  top: auto;
  right: auto;
  bottom: 50%;
  left: 0;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: -6px;
  margin-left: -11px;
  border-color: transparent transparent transparent rgba(74, 74, 74, 0.7);
}

[data-tooltip]:not(.is-loading).has-tooltip-left::before,
[data-tooltip]:not(.is-disabled).has-tooltip-left::before,
[data-tooltip]:not([disabled]).has-tooltip-left::before {
  top: auto;
  right: auto;
  bottom: 50%;
  left: -11px;
  -webkit-transform: translate(-100%, 50%);
          transform: translate(-100%, 50%);
}

[data-tooltip]:not(.is-loading).has-tooltip-right::after,
[data-tooltip]:not(.is-disabled).has-tooltip-right::after,
[data-tooltip]:not([disabled]).has-tooltip-right::after {
  top: auto;
  right: 0;
  bottom: 50%;
  left: auto;
  margin-top: auto;
  margin-right: -11px;
  margin-bottom: -6px;
  margin-left: auto;
  border-color: transparent rgba(74, 74, 74, 0.7) transparent transparent;
}

[data-tooltip]:not(.is-loading).has-tooltip-right::before,
[data-tooltip]:not(.is-disabled).has-tooltip-right::before,
[data-tooltip]:not([disabled]).has-tooltip-right::before {
  top: auto;
  right: -11px;
  bottom: 50%;
  left: auto;
  margin-top: auto;
  -webkit-transform: translate(100%, 50%);
          transform: translate(100%, 50%);
}

[data-tooltip]:not(.is-loading).has-tooltip-multiline::before,
[data-tooltip]:not(.is-disabled).has-tooltip-multiline::before,
[data-tooltip]:not([disabled]).has-tooltip-multiline::before {
  height: auto;
  width: 15rem;
  max-width: 15rem;
  text-overflow: clip;
  white-space: normal;
  word-break: keep-all;
}

[data-tooltip]:not(.is-loading).has-tooltip-white.has-tooltip-bottom::after,
[data-tooltip]:not(.is-disabled).has-tooltip-white.has-tooltip-bottom::after,
[data-tooltip]:not([disabled]).has-tooltip-white.has-tooltip-bottom::after {
  border-color: transparent transparent rgba(255, 255, 255, 0.7) transparent;
}

[data-tooltip]:not(.is-loading).has-tooltip-white.has-tooltip-left::after,
[data-tooltip]:not(.is-disabled).has-tooltip-white.has-tooltip-left::after,
[data-tooltip]:not([disabled]).has-tooltip-white.has-tooltip-left::after {
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.7);
}

[data-tooltip]:not(.is-loading).has-tooltip-white.has-tooltip-right::after,
[data-tooltip]:not(.is-disabled).has-tooltip-white.has-tooltip-right::after,
[data-tooltip]:not([disabled]).has-tooltip-white.has-tooltip-right::after {
  border-color: transparent rgba(255, 255, 255, 0.7) transparent transparent;
}

[data-tooltip]:not(.is-loading).has-tooltip-white:not(.has-tooltip-bottom)::after,
[data-tooltip]:not(.is-loading).has-tooltip-white:not(.has-tooltip-left)::after,
[data-tooltip]:not(.is-loading).has-tooltip-white:not(.has-tooltip-right)::after,
[data-tooltip]:not(.is-disabled).has-tooltip-white:not(.has-tooltip-bottom)::after,
[data-tooltip]:not(.is-disabled).has-tooltip-white:not(.has-tooltip-left)::after,
[data-tooltip]:not(.is-disabled).has-tooltip-white:not(.has-tooltip-right)::after,
[data-tooltip]:not([disabled]).has-tooltip-white:not(.has-tooltip-bottom)::after,
[data-tooltip]:not([disabled]).has-tooltip-white:not(.has-tooltip-left)::after,
[data-tooltip]:not([disabled]).has-tooltip-white:not(.has-tooltip-right)::after {
  border-color: rgba(255, 255, 255, 0.7) transparent transparent transparent;
}

[data-tooltip]:not(.is-loading).has-tooltip-white:before,
[data-tooltip]:not(.is-disabled).has-tooltip-white:before,
[data-tooltip]:not([disabled]).has-tooltip-white:before {
  background-color: rgba(255, 255, 255, 0.7);
  color: #0a0a0a;
}

[data-tooltip]:not(.is-loading).has-tooltip-black.has-tooltip-bottom::after,
[data-tooltip]:not(.is-disabled).has-tooltip-black.has-tooltip-bottom::after,
[data-tooltip]:not([disabled]).has-tooltip-black.has-tooltip-bottom::after {
  border-color: transparent transparent rgba(10, 10, 10, 0.7) transparent;
}

[data-tooltip]:not(.is-loading).has-tooltip-black.has-tooltip-left::after,
[data-tooltip]:not(.is-disabled).has-tooltip-black.has-tooltip-left::after,
[data-tooltip]:not([disabled]).has-tooltip-black.has-tooltip-left::after {
  border-color: transparent transparent transparent rgba(10, 10, 10, 0.7);
}

[data-tooltip]:not(.is-loading).has-tooltip-black.has-tooltip-right::after,
[data-tooltip]:not(.is-disabled).has-tooltip-black.has-tooltip-right::after,
[data-tooltip]:not([disabled]).has-tooltip-black.has-tooltip-right::after {
  border-color: transparent rgba(10, 10, 10, 0.7) transparent transparent;
}

[data-tooltip]:not(.is-loading).has-tooltip-black:not(.has-tooltip-bottom)::after,
[data-tooltip]:not(.is-loading).has-tooltip-black:not(.has-tooltip-left)::after,
[data-tooltip]:not(.is-loading).has-tooltip-black:not(.has-tooltip-right)::after,
[data-tooltip]:not(.is-disabled).has-tooltip-black:not(.has-tooltip-bottom)::after,
[data-tooltip]:not(.is-disabled).has-tooltip-black:not(.has-tooltip-left)::after,
[data-tooltip]:not(.is-disabled).has-tooltip-black:not(.has-tooltip-right)::after,
[data-tooltip]:not([disabled]).has-tooltip-black:not(.has-tooltip-bottom)::after,
[data-tooltip]:not([disabled]).has-tooltip-black:not(.has-tooltip-left)::after,
[data-tooltip]:not([disabled]).has-tooltip-black:not(.has-tooltip-right)::after {
  border-color: rgba(10, 10, 10, 0.7) transparent transparent transparent;
}

[data-tooltip]:not(.is-loading).has-tooltip-black:before,
[data-tooltip]:not(.is-disabled).has-tooltip-black:before,
[data-tooltip]:not([disabled]).has-tooltip-black:before {
  background-color: rgba(10, 10, 10, 0.7);
  color: white;
}

[data-tooltip]:not(.is-loading).has-tooltip-light.has-tooltip-bottom::after,
[data-tooltip]:not(.is-disabled).has-tooltip-light.has-tooltip-bottom::after,
[data-tooltip]:not([disabled]).has-tooltip-light.has-tooltip-bottom::after {
  border-color: transparent transparent rgba(245, 245, 245, 0.7) transparent;
}

[data-tooltip]:not(.is-loading).has-tooltip-light.has-tooltip-left::after,
[data-tooltip]:not(.is-disabled).has-tooltip-light.has-tooltip-left::after,
[data-tooltip]:not([disabled]).has-tooltip-light.has-tooltip-left::after {
  border-color: transparent transparent transparent rgba(245, 245, 245, 0.7);
}

[data-tooltip]:not(.is-loading).has-tooltip-light.has-tooltip-right::after,
[data-tooltip]:not(.is-disabled).has-tooltip-light.has-tooltip-right::after,
[data-tooltip]:not([disabled]).has-tooltip-light.has-tooltip-right::after {
  border-color: transparent rgba(245, 245, 245, 0.7) transparent transparent;
}

[data-tooltip]:not(.is-loading).has-tooltip-light:not(.has-tooltip-bottom)::after,
[data-tooltip]:not(.is-loading).has-tooltip-light:not(.has-tooltip-left)::after,
[data-tooltip]:not(.is-loading).has-tooltip-light:not(.has-tooltip-right)::after,
[data-tooltip]:not(.is-disabled).has-tooltip-light:not(.has-tooltip-bottom)::after,
[data-tooltip]:not(.is-disabled).has-tooltip-light:not(.has-tooltip-left)::after,
[data-tooltip]:not(.is-disabled).has-tooltip-light:not(.has-tooltip-right)::after,
[data-tooltip]:not([disabled]).has-tooltip-light:not(.has-tooltip-bottom)::after,
[data-tooltip]:not([disabled]).has-tooltip-light:not(.has-tooltip-left)::after,
[data-tooltip]:not([disabled]).has-tooltip-light:not(.has-tooltip-right)::after {
  border-color: rgba(245, 245, 245, 0.7) transparent transparent transparent;
}

[data-tooltip]:not(.is-loading).has-tooltip-light:before,
[data-tooltip]:not(.is-disabled).has-tooltip-light:before,
[data-tooltip]:not([disabled]).has-tooltip-light:before {
  background-color: rgba(245, 245, 245, 0.7);
  color: #363636;
}

[data-tooltip]:not(.is-loading).has-tooltip-dark.has-tooltip-bottom::after,
[data-tooltip]:not(.is-disabled).has-tooltip-dark.has-tooltip-bottom::after,
[data-tooltip]:not([disabled]).has-tooltip-dark.has-tooltip-bottom::after {
  border-color: transparent transparent rgba(54, 54, 54, 0.7) transparent;
}

[data-tooltip]:not(.is-loading).has-tooltip-dark.has-tooltip-left::after,
[data-tooltip]:not(.is-disabled).has-tooltip-dark.has-tooltip-left::after,
[data-tooltip]:not([disabled]).has-tooltip-dark.has-tooltip-left::after {
  border-color: transparent transparent transparent rgba(54, 54, 54, 0.7);
}

[data-tooltip]:not(.is-loading).has-tooltip-dark.has-tooltip-right::after,
[data-tooltip]:not(.is-disabled).has-tooltip-dark.has-tooltip-right::after,
[data-tooltip]:not([disabled]).has-tooltip-dark.has-tooltip-right::after {
  border-color: transparent rgba(54, 54, 54, 0.7) transparent transparent;
}

[data-tooltip]:not(.is-loading).has-tooltip-dark:not(.has-tooltip-bottom)::after,
[data-tooltip]:not(.is-loading).has-tooltip-dark:not(.has-tooltip-left)::after,
[data-tooltip]:not(.is-loading).has-tooltip-dark:not(.has-tooltip-right)::after,
[data-tooltip]:not(.is-disabled).has-tooltip-dark:not(.has-tooltip-bottom)::after,
[data-tooltip]:not(.is-disabled).has-tooltip-dark:not(.has-tooltip-left)::after,
[data-tooltip]:not(.is-disabled).has-tooltip-dark:not(.has-tooltip-right)::after,
[data-tooltip]:not([disabled]).has-tooltip-dark:not(.has-tooltip-bottom)::after,
[data-tooltip]:not([disabled]).has-tooltip-dark:not(.has-tooltip-left)::after,
[data-tooltip]:not([disabled]).has-tooltip-dark:not(.has-tooltip-right)::after {
  border-color: rgba(54, 54, 54, 0.7) transparent transparent transparent;
}

[data-tooltip]:not(.is-loading).has-tooltip-dark:before,
[data-tooltip]:not(.is-disabled).has-tooltip-dark:before,
[data-tooltip]:not([disabled]).has-tooltip-dark:before {
  background-color: rgba(54, 54, 54, 0.7);
  color: whitesmoke;
}

[data-tooltip]:not(.is-loading).has-tooltip-primary.has-tooltip-bottom::after,
[data-tooltip]:not(.is-disabled).has-tooltip-primary.has-tooltip-bottom::after,
[data-tooltip]:not([disabled]).has-tooltip-primary.has-tooltip-bottom::after {
  border-color: transparent transparent rgba(0, 209, 178, 0.7) transparent;
}

[data-tooltip]:not(.is-loading).has-tooltip-primary.has-tooltip-left::after,
[data-tooltip]:not(.is-disabled).has-tooltip-primary.has-tooltip-left::after,
[data-tooltip]:not([disabled]).has-tooltip-primary.has-tooltip-left::after {
  border-color: transparent transparent transparent rgba(0, 209, 178, 0.7);
}

[data-tooltip]:not(.is-loading).has-tooltip-primary.has-tooltip-right::after,
[data-tooltip]:not(.is-disabled).has-tooltip-primary.has-tooltip-right::after,
[data-tooltip]:not([disabled]).has-tooltip-primary.has-tooltip-right::after {
  border-color: transparent rgba(0, 209, 178, 0.7) transparent transparent;
}

[data-tooltip]:not(.is-loading).has-tooltip-primary:not(.has-tooltip-bottom)::after,
[data-tooltip]:not(.is-loading).has-tooltip-primary:not(.has-tooltip-left)::after,
[data-tooltip]:not(.is-loading).has-tooltip-primary:not(.has-tooltip-right)::after,
[data-tooltip]:not(.is-disabled).has-tooltip-primary:not(.has-tooltip-bottom)::after,
[data-tooltip]:not(.is-disabled).has-tooltip-primary:not(.has-tooltip-left)::after,
[data-tooltip]:not(.is-disabled).has-tooltip-primary:not(.has-tooltip-right)::after,
[data-tooltip]:not([disabled]).has-tooltip-primary:not(.has-tooltip-bottom)::after,
[data-tooltip]:not([disabled]).has-tooltip-primary:not(.has-tooltip-left)::after,
[data-tooltip]:not([disabled]).has-tooltip-primary:not(.has-tooltip-right)::after {
  border-color: rgba(0, 209, 178, 0.7) transparent transparent transparent;
}

[data-tooltip]:not(.is-loading).has-tooltip-primary:before,
[data-tooltip]:not(.is-disabled).has-tooltip-primary:before,
[data-tooltip]:not([disabled]).has-tooltip-primary:before {
  background-color: rgba(0, 209, 178, 0.7);
  color: #fff;
}

[data-tooltip]:not(.is-loading).has-tooltip-link.has-tooltip-bottom::after,
[data-tooltip]:not(.is-disabled).has-tooltip-link.has-tooltip-bottom::after,
[data-tooltip]:not([disabled]).has-tooltip-link.has-tooltip-bottom::after {
  border-color: transparent transparent rgba(50, 115, 220, 0.7) transparent;
}

[data-tooltip]:not(.is-loading).has-tooltip-link.has-tooltip-left::after,
[data-tooltip]:not(.is-disabled).has-tooltip-link.has-tooltip-left::after,
[data-tooltip]:not([disabled]).has-tooltip-link.has-tooltip-left::after {
  border-color: transparent transparent transparent rgba(50, 115, 220, 0.7);
}

[data-tooltip]:not(.is-loading).has-tooltip-link.has-tooltip-right::after,
[data-tooltip]:not(.is-disabled).has-tooltip-link.has-tooltip-right::after,
[data-tooltip]:not([disabled]).has-tooltip-link.has-tooltip-right::after {
  border-color: transparent rgba(50, 115, 220, 0.7) transparent transparent;
}

[data-tooltip]:not(.is-loading).has-tooltip-link:not(.has-tooltip-bottom)::after,
[data-tooltip]:not(.is-loading).has-tooltip-link:not(.has-tooltip-left)::after,
[data-tooltip]:not(.is-loading).has-tooltip-link:not(.has-tooltip-right)::after,
[data-tooltip]:not(.is-disabled).has-tooltip-link:not(.has-tooltip-bottom)::after,
[data-tooltip]:not(.is-disabled).has-tooltip-link:not(.has-tooltip-left)::after,
[data-tooltip]:not(.is-disabled).has-tooltip-link:not(.has-tooltip-right)::after,
[data-tooltip]:not([disabled]).has-tooltip-link:not(.has-tooltip-bottom)::after,
[data-tooltip]:not([disabled]).has-tooltip-link:not(.has-tooltip-left)::after,
[data-tooltip]:not([disabled]).has-tooltip-link:not(.has-tooltip-right)::after {
  border-color: rgba(50, 115, 220, 0.7) transparent transparent transparent;
}

[data-tooltip]:not(.is-loading).has-tooltip-link:before,
[data-tooltip]:not(.is-disabled).has-tooltip-link:before,
[data-tooltip]:not([disabled]).has-tooltip-link:before {
  background-color: rgba(50, 115, 220, 0.7);
  color: #fff;
}

[data-tooltip]:not(.is-loading).has-tooltip-info.has-tooltip-bottom::after,
[data-tooltip]:not(.is-disabled).has-tooltip-info.has-tooltip-bottom::after,
[data-tooltip]:not([disabled]).has-tooltip-info.has-tooltip-bottom::after {
  border-color: transparent transparent rgba(32, 156, 238, 0.7) transparent;
}

[data-tooltip]:not(.is-loading).has-tooltip-info.has-tooltip-left::after,
[data-tooltip]:not(.is-disabled).has-tooltip-info.has-tooltip-left::after,
[data-tooltip]:not([disabled]).has-tooltip-info.has-tooltip-left::after {
  border-color: transparent transparent transparent rgba(32, 156, 238, 0.7);
}

[data-tooltip]:not(.is-loading).has-tooltip-info.has-tooltip-right::after,
[data-tooltip]:not(.is-disabled).has-tooltip-info.has-tooltip-right::after,
[data-tooltip]:not([disabled]).has-tooltip-info.has-tooltip-right::after {
  border-color: transparent rgba(32, 156, 238, 0.7) transparent transparent;
}

[data-tooltip]:not(.is-loading).has-tooltip-info:not(.has-tooltip-bottom)::after,
[data-tooltip]:not(.is-loading).has-tooltip-info:not(.has-tooltip-left)::after,
[data-tooltip]:not(.is-loading).has-tooltip-info:not(.has-tooltip-right)::after,
[data-tooltip]:not(.is-disabled).has-tooltip-info:not(.has-tooltip-bottom)::after,
[data-tooltip]:not(.is-disabled).has-tooltip-info:not(.has-tooltip-left)::after,
[data-tooltip]:not(.is-disabled).has-tooltip-info:not(.has-tooltip-right)::after,
[data-tooltip]:not([disabled]).has-tooltip-info:not(.has-tooltip-bottom)::after,
[data-tooltip]:not([disabled]).has-tooltip-info:not(.has-tooltip-left)::after,
[data-tooltip]:not([disabled]).has-tooltip-info:not(.has-tooltip-right)::after {
  border-color: rgba(32, 156, 238, 0.7) transparent transparent transparent;
}

[data-tooltip]:not(.is-loading).has-tooltip-info:before,
[data-tooltip]:not(.is-disabled).has-tooltip-info:before,
[data-tooltip]:not([disabled]).has-tooltip-info:before {
  background-color: rgba(32, 156, 238, 0.7);
  color: #fff;
}

[data-tooltip]:not(.is-loading).has-tooltip-success.has-tooltip-bottom::after,
[data-tooltip]:not(.is-disabled).has-tooltip-success.has-tooltip-bottom::after,
[data-tooltip]:not([disabled]).has-tooltip-success.has-tooltip-bottom::after {
  border-color: transparent transparent rgba(35, 209, 96, 0.7) transparent;
}

[data-tooltip]:not(.is-loading).has-tooltip-success.has-tooltip-left::after,
[data-tooltip]:not(.is-disabled).has-tooltip-success.has-tooltip-left::after,
[data-tooltip]:not([disabled]).has-tooltip-success.has-tooltip-left::after {
  border-color: transparent transparent transparent rgba(35, 209, 96, 0.7);
}

[data-tooltip]:not(.is-loading).has-tooltip-success.has-tooltip-right::after,
[data-tooltip]:not(.is-disabled).has-tooltip-success.has-tooltip-right::after,
[data-tooltip]:not([disabled]).has-tooltip-success.has-tooltip-right::after {
  border-color: transparent rgba(35, 209, 96, 0.7) transparent transparent;
}

[data-tooltip]:not(.is-loading).has-tooltip-success:not(.has-tooltip-bottom)::after,
[data-tooltip]:not(.is-loading).has-tooltip-success:not(.has-tooltip-left)::after,
[data-tooltip]:not(.is-loading).has-tooltip-success:not(.has-tooltip-right)::after,
[data-tooltip]:not(.is-disabled).has-tooltip-success:not(.has-tooltip-bottom)::after,
[data-tooltip]:not(.is-disabled).has-tooltip-success:not(.has-tooltip-left)::after,
[data-tooltip]:not(.is-disabled).has-tooltip-success:not(.has-tooltip-right)::after,
[data-tooltip]:not([disabled]).has-tooltip-success:not(.has-tooltip-bottom)::after,
[data-tooltip]:not([disabled]).has-tooltip-success:not(.has-tooltip-left)::after,
[data-tooltip]:not([disabled]).has-tooltip-success:not(.has-tooltip-right)::after {
  border-color: rgba(35, 209, 96, 0.7) transparent transparent transparent;
}

[data-tooltip]:not(.is-loading).has-tooltip-success:before,
[data-tooltip]:not(.is-disabled).has-tooltip-success:before,
[data-tooltip]:not([disabled]).has-tooltip-success:before {
  background-color: rgba(35, 209, 96, 0.7);
  color: #fff;
}

[data-tooltip]:not(.is-loading).has-tooltip-warning.has-tooltip-bottom::after,
[data-tooltip]:not(.is-disabled).has-tooltip-warning.has-tooltip-bottom::after,
[data-tooltip]:not([disabled]).has-tooltip-warning.has-tooltip-bottom::after {
  border-color: transparent transparent rgba(255, 221, 87, 0.7) transparent;
}

[data-tooltip]:not(.is-loading).has-tooltip-warning.has-tooltip-left::after,
[data-tooltip]:not(.is-disabled).has-tooltip-warning.has-tooltip-left::after,
[data-tooltip]:not([disabled]).has-tooltip-warning.has-tooltip-left::after {
  border-color: transparent transparent transparent rgba(255, 221, 87, 0.7);
}

[data-tooltip]:not(.is-loading).has-tooltip-warning.has-tooltip-right::after,
[data-tooltip]:not(.is-disabled).has-tooltip-warning.has-tooltip-right::after,
[data-tooltip]:not([disabled]).has-tooltip-warning.has-tooltip-right::after {
  border-color: transparent rgba(255, 221, 87, 0.7) transparent transparent;
}

[data-tooltip]:not(.is-loading).has-tooltip-warning:not(.has-tooltip-bottom)::after,
[data-tooltip]:not(.is-loading).has-tooltip-warning:not(.has-tooltip-left)::after,
[data-tooltip]:not(.is-loading).has-tooltip-warning:not(.has-tooltip-right)::after,
[data-tooltip]:not(.is-disabled).has-tooltip-warning:not(.has-tooltip-bottom)::after,
[data-tooltip]:not(.is-disabled).has-tooltip-warning:not(.has-tooltip-left)::after,
[data-tooltip]:not(.is-disabled).has-tooltip-warning:not(.has-tooltip-right)::after,
[data-tooltip]:not([disabled]).has-tooltip-warning:not(.has-tooltip-bottom)::after,
[data-tooltip]:not([disabled]).has-tooltip-warning:not(.has-tooltip-left)::after,
[data-tooltip]:not([disabled]).has-tooltip-warning:not(.has-tooltip-right)::after {
  border-color: rgba(255, 221, 87, 0.7) transparent transparent transparent;
}

[data-tooltip]:not(.is-loading).has-tooltip-warning:before,
[data-tooltip]:not(.is-disabled).has-tooltip-warning:before,
[data-tooltip]:not([disabled]).has-tooltip-warning:before {
  background-color: rgba(255, 221, 87, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

[data-tooltip]:not(.is-loading).has-tooltip-danger.has-tooltip-bottom::after,
[data-tooltip]:not(.is-disabled).has-tooltip-danger.has-tooltip-bottom::after,
[data-tooltip]:not([disabled]).has-tooltip-danger.has-tooltip-bottom::after {
  border-color: transparent transparent rgba(255, 56, 96, 0.7) transparent;
}

[data-tooltip]:not(.is-loading).has-tooltip-danger.has-tooltip-left::after,
[data-tooltip]:not(.is-disabled).has-tooltip-danger.has-tooltip-left::after,
[data-tooltip]:not([disabled]).has-tooltip-danger.has-tooltip-left::after {
  border-color: transparent transparent transparent rgba(255, 56, 96, 0.7);
}

[data-tooltip]:not(.is-loading).has-tooltip-danger.has-tooltip-right::after,
[data-tooltip]:not(.is-disabled).has-tooltip-danger.has-tooltip-right::after,
[data-tooltip]:not([disabled]).has-tooltip-danger.has-tooltip-right::after {
  border-color: transparent rgba(255, 56, 96, 0.7) transparent transparent;
}

[data-tooltip]:not(.is-loading).has-tooltip-danger:not(.has-tooltip-bottom)::after,
[data-tooltip]:not(.is-loading).has-tooltip-danger:not(.has-tooltip-left)::after,
[data-tooltip]:not(.is-loading).has-tooltip-danger:not(.has-tooltip-right)::after,
[data-tooltip]:not(.is-disabled).has-tooltip-danger:not(.has-tooltip-bottom)::after,
[data-tooltip]:not(.is-disabled).has-tooltip-danger:not(.has-tooltip-left)::after,
[data-tooltip]:not(.is-disabled).has-tooltip-danger:not(.has-tooltip-right)::after,
[data-tooltip]:not([disabled]).has-tooltip-danger:not(.has-tooltip-bottom)::after,
[data-tooltip]:not([disabled]).has-tooltip-danger:not(.has-tooltip-left)::after,
[data-tooltip]:not([disabled]).has-tooltip-danger:not(.has-tooltip-right)::after {
  border-color: rgba(255, 56, 96, 0.7) transparent transparent transparent;
}

[data-tooltip]:not(.is-loading).has-tooltip-danger:before,
[data-tooltip]:not(.is-disabled).has-tooltip-danger:before,
[data-tooltip]:not([disabled]).has-tooltip-danger:before {
  background-color: rgba(255, 56, 96, 0.7);
  color: #fff;
}

[data-tooltip]:not(.is-loading):focus::before,
[data-tooltip]:not(.is-loading):focus::after,
[data-tooltip]:not(.is-loading):hover::before,
[data-tooltip]:not(.is-loading):hover::after,
[data-tooltip]:not(.is-loading).has-tooltip-active::before,
[data-tooltip]:not(.is-loading).has-tooltip-active::after,
[data-tooltip]:not(.is-disabled):focus::before,
[data-tooltip]:not(.is-disabled):focus::after,
[data-tooltip]:not(.is-disabled):hover::before,
[data-tooltip]:not(.is-disabled):hover::after,
[data-tooltip]:not(.is-disabled).has-tooltip-active::before,
[data-tooltip]:not(.is-disabled).has-tooltip-active::after,
[data-tooltip]:not([disabled]):focus::before,
[data-tooltip]:not([disabled]):focus::after,
[data-tooltip]:not([disabled]):hover::before,
[data-tooltip]:not([disabled]):hover::after,
[data-tooltip]:not([disabled]).has-tooltip-active::before,
[data-tooltip]:not([disabled]).has-tooltip-active::after {
  opacity: 1;
  visibility: visible;
}

[data-tooltip]:not(.is-loading).has-tooltip-fade::before,
[data-tooltip]:not(.is-loading).has-tooltip-fade::after,
[data-tooltip]:not(.is-disabled).has-tooltip-fade::before,
[data-tooltip]:not(.is-disabled).has-tooltip-fade::after,
[data-tooltip]:not([disabled]).has-tooltip-fade::before,
[data-tooltip]:not([disabled]).has-tooltip-fade::after {
  -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
  transition: opacity 0.3s linear, visibility 0.3s linear;
}

@media screen and (max-width: 639px) {
  .has-tooltip-top-mobile::after {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    margin-top: -5px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: -5px;
    border-color: rgba(74, 74, 74, 0.7) transparent transparent transparent;
  }

  .has-tooltip-top-mobile::before {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    top: 0;
    margin-top: -5px;
    margin-bottom: auto;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
}

@media screen and (min-width: 640px), print {
  .has-tooltip-top-tablet::after {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    margin-top: -5px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: -5px;
    border-color: rgba(74, 74, 74, 0.7) transparent transparent transparent;
  }

  .has-tooltip-top-tablet::before {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    top: 0;
    margin-top: -5px;
    margin-bottom: auto;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
}

@media screen and (min-width: 640px) and (max-width: 1137px) {
  .has-tooltip-top-tablet-only::after {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    margin-top: -5px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: -5px;
    border-color: rgba(74, 74, 74, 0.7) transparent transparent transparent;
  }

  .has-tooltip-top-tablet-only::before {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    top: 0;
    margin-top: -5px;
    margin-bottom: auto;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
}

@media screen and (max-width: 1137px) {
  .has-tooltip-top-touch::after {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    margin-top: -5px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: -5px;
    border-color: rgba(74, 74, 74, 0.7) transparent transparent transparent;
  }

  .has-tooltip-top-touch::before {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    top: 0;
    margin-top: -5px;
    margin-bottom: auto;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
}

@media screen and (min-width: 1138px) {
  .has-tooltip-top-desktop::after {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    margin-top: -5px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: -5px;
    border-color: rgba(74, 74, 74, 0.7) transparent transparent transparent;
  }

  .has-tooltip-top-desktop::before {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    top: 0;
    margin-top: -5px;
    margin-bottom: auto;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
}

@media screen and (max-width: 639px) {
  .has-tooltip-right-mobile::after {
    top: auto;
    right: 0;
    bottom: 50%;
    left: auto;
    margin-top: auto;
    margin-right: -11px;
    margin-bottom: -6px;
    margin-left: auto;
    border-color: transparent rgba(74, 74, 74, 0.7) transparent transparent;
  }

  .has-tooltip-right-mobile::before {
    top: auto;
    right: -11px;
    bottom: 50%;
    left: auto;
    margin-top: auto;
    -webkit-transform: translate(100%, 50%);
            transform: translate(100%, 50%);
  }
}

@media screen and (min-width: 640px), print {
  .has-tooltip-right-tablet::after {
    top: auto;
    right: 0;
    bottom: 50%;
    left: auto;
    margin-top: auto;
    margin-right: -11px;
    margin-bottom: -6px;
    margin-left: auto;
    border-color: transparent rgba(74, 74, 74, 0.7) transparent transparent;
  }

  .has-tooltip-right-tablet::before {
    top: auto;
    right: -11px;
    bottom: 50%;
    left: auto;
    margin-top: auto;
    -webkit-transform: translate(100%, 50%);
            transform: translate(100%, 50%);
  }
}

@media screen and (min-width: 640px) and (max-width: 1137px) {
  .has-tooltip-right-tablet-only::after {
    top: auto;
    right: 0;
    bottom: 50%;
    left: auto;
    margin-top: auto;
    margin-right: -11px;
    margin-bottom: -6px;
    margin-left: auto;
    border-color: transparent rgba(74, 74, 74, 0.7) transparent transparent;
  }

  .has-tooltip-right-tablet-only::before {
    top: auto;
    right: -11px;
    bottom: 50%;
    left: auto;
    margin-top: auto;
    -webkit-transform: translate(100%, 50%);
            transform: translate(100%, 50%);
  }
}

@media screen and (max-width: 1137px) {
  .has-tooltip-right-touch::after {
    top: auto;
    right: 0;
    bottom: 50%;
    left: auto;
    margin-top: auto;
    margin-right: -11px;
    margin-bottom: -6px;
    margin-left: auto;
    border-color: transparent rgba(74, 74, 74, 0.7) transparent transparent;
  }

  .has-tooltip-right-touch::before {
    top: auto;
    right: -11px;
    bottom: 50%;
    left: auto;
    margin-top: auto;
    -webkit-transform: translate(100%, 50%);
            transform: translate(100%, 50%);
  }
}

@media screen and (min-width: 1138px) {
  .has-tooltip-right-desktop::after {
    top: auto;
    right: 0;
    bottom: 50%;
    left: auto;
    margin-top: auto;
    margin-right: -11px;
    margin-bottom: -6px;
    margin-left: auto;
    border-color: transparent rgba(74, 74, 74, 0.7) transparent transparent;
  }

  .has-tooltip-right-desktop::before {
    top: auto;
    right: -11px;
    bottom: 50%;
    left: auto;
    margin-top: auto;
    -webkit-transform: translate(100%, 50%);
            transform: translate(100%, 50%);
  }
}

@media screen and (max-width: 639px) {
  .has-tooltip-bottom-mobile::after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: -5px;
    margin-left: -5px;
    border-color: transparent transparent rgba(74, 74, 74, 0.7) transparent;
  }

  .has-tooltip-bottom-mobile::before {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    margin-top: auto;
    margin-bottom: -5px;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
}

@media screen and (min-width: 640px), print {
  .has-tooltip-bottom-tablet::after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: -5px;
    margin-left: -5px;
    border-color: transparent transparent rgba(74, 74, 74, 0.7) transparent;
  }

  .has-tooltip-bottom-tablet::before {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    margin-top: auto;
    margin-bottom: -5px;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
}

@media screen and (min-width: 640px) and (max-width: 1137px) {
  .has-tooltip-bottom-tablet-only::after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: -5px;
    margin-left: -5px;
    border-color: transparent transparent rgba(74, 74, 74, 0.7) transparent;
  }

  .has-tooltip-bottom-tablet-only::before {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    margin-top: auto;
    margin-bottom: -5px;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
}

@media screen and (max-width: 1137px) {
  .has-tooltip-bottom-touch::after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: -5px;
    margin-left: -5px;
    border-color: transparent transparent rgba(74, 74, 74, 0.7) transparent;
  }

  .has-tooltip-bottom-touch::before {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    margin-top: auto;
    margin-bottom: -5px;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
}

@media screen and (min-width: 1138px) {
  .has-tooltip-bottom-desktop::after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: -5px;
    margin-left: -5px;
    border-color: transparent transparent rgba(74, 74, 74, 0.7) transparent;
  }

  .has-tooltip-bottom-desktop::before {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    margin-top: auto;
    margin-bottom: -5px;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
}

@media screen and (max-width: 639px) {
  .has-tooltip-left-mobile::after {
    top: auto;
    right: auto;
    bottom: 50%;
    left: 0;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: -6px;
    margin-left: -11px;
    border-color: transparent transparent transparent rgba(74, 74, 74, 0.7);
  }

  .has-tooltip-left-mobile::before {
    top: auto;
    right: auto;
    bottom: 50%;
    left: -11px;
    -webkit-transform: translate(-100%, 50%);
            transform: translate(-100%, 50%);
  }
}

@media screen and (min-width: 640px), print {
  .has-tooltip-left-tablet::after {
    top: auto;
    right: auto;
    bottom: 50%;
    left: 0;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: -6px;
    margin-left: -11px;
    border-color: transparent transparent transparent rgba(74, 74, 74, 0.7);
  }

  .has-tooltip-left-tablet::before {
    top: auto;
    right: auto;
    bottom: 50%;
    left: -11px;
    -webkit-transform: translate(-100%, 50%);
            transform: translate(-100%, 50%);
  }
}

@media screen and (min-width: 640px) and (max-width: 1137px) {
  .has-tooltip-left-tablet-only::after {
    top: auto;
    right: auto;
    bottom: 50%;
    left: 0;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: -6px;
    margin-left: -11px;
    border-color: transparent transparent transparent rgba(74, 74, 74, 0.7);
  }

  .has-tooltip-left-tablet-only::before {
    top: auto;
    right: auto;
    bottom: 50%;
    left: -11px;
    -webkit-transform: translate(-100%, 50%);
            transform: translate(-100%, 50%);
  }
}

@media screen and (max-width: 1137px) {
  .has-tooltip-left-touch::after {
    top: auto;
    right: auto;
    bottom: 50%;
    left: 0;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: -6px;
    margin-left: -11px;
    border-color: transparent transparent transparent rgba(74, 74, 74, 0.7);
  }

  .has-tooltip-left-touch::before {
    top: auto;
    right: auto;
    bottom: 50%;
    left: -11px;
    -webkit-transform: translate(-100%, 50%);
            transform: translate(-100%, 50%);
  }
}

@media screen and (min-width: 1138px) {
  .has-tooltip-left-desktop::after {
    top: auto;
    right: auto;
    bottom: 50%;
    left: 0;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: -6px;
    margin-left: -11px;
    border-color: transparent transparent transparent rgba(74, 74, 74, 0.7);
  }

  .has-tooltip-left-desktop::before {
    top: auto;
    right: auto;
    bottom: 50%;
    left: -11px;
    -webkit-transform: translate(-100%, 50%);
            transform: translate(-100%, 50%);
  }
}

.switch[type=checkbox] {
  outline: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  position: absolute;
  opacity: 0;
}

.switch[type=checkbox]:focus + label::before,
.switch[type=checkbox]:focus + label:before,
.switch[type=checkbox]:focus + label::after,
.switch[type=checkbox]:focus + label:after {
  outline: 1px dotted #b5b5b5;
}

.switch[type=checkbox][disabled] {
  cursor: not-allowed;
}

.switch[type=checkbox][disabled] + label {
  opacity: 0.5;
}

.switch[type=checkbox][disabled] + label::before,
.switch[type=checkbox][disabled] + label:before {
  opacity: 0.5;
}

.switch[type=checkbox][disabled] + label::after,
.switch[type=checkbox][disabled] + label:after {
  opacity: 0.5;
}

.switch[type=checkbox][disabled] + label:hover {
  cursor: not-allowed;
}

.switch[type=checkbox] + label {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  font-size: 1rem;
  height: 2.25em;
  line-height: 1.5;
  padding-left: 3.5rem;
  padding-top: 0.2rem;
  cursor: pointer;
}

.switch[type=checkbox] + label::before,
.switch[type=checkbox] + label:before {
  position: absolute;
  display: block;
  top: calc( 50% - 1.5rem * 0.5 );
  left: 0;
  width: 3rem;
  height: 1.5rem;
  border: 0.1rem solid transparent;
  border-radius: 4px;
  background: #b5b5b5;
  content: "";
}

.switch[type=checkbox] + label::after,
.switch[type=checkbox] + label:after {
  display: block;
  position: absolute;
  top: calc( 50% - 1rem * 0.5 );
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 4px;
  background: white;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: "";
}

.switch[type=checkbox] + label .switch-active,
.switch[type=checkbox] + label .switch-inactive {
  font-size: 0.9rem;
  z-index: 1;
  margin-top: -4px;
}

.switch[type=checkbox] + label.has-text-inside .switch-inactive {
  margin-left: -1.925rem;
}

.switch[type=checkbox] + label.has-text-inside .switch-active {
  margin-left: -3.25rem;
}

.switch[type=checkbox].is-rtl + label {
  padding-left: 0;
  padding-right: 3.5rem;
}

.switch[type=checkbox].is-rtl + label::before,
.switch[type=checkbox].is-rtl + label:before {
  left: auto;
  right: 0;
}

.switch[type=checkbox].is-rtl + label::after,
.switch[type=checkbox].is-rtl + label:after {
  left: auto;
  right: 1.625rem;
}

.switch[type=checkbox]:checked + label::before,
.switch[type=checkbox]:checked + label:before {
  background: #00d1b2;
}

.switch[type=checkbox]:checked + label::after {
  left: 1.625rem;
}

.switch[type=checkbox]:checked.is-rtl + label::after,
.switch[type=checkbox]:checked.is-rtl + label:after {
  left: auto;
  right: 0.25rem;
}

.switch[type=checkbox].is-outlined + label::before,
.switch[type=checkbox].is-outlined + label:before {
  background-color: transparent;
  border-color: #b5b5b5;
}

.switch[type=checkbox].is-outlined + label::after,
.switch[type=checkbox].is-outlined + label:after {
  background: #b5b5b5;
}

.switch[type=checkbox].is-outlined:checked + label::before,
.switch[type=checkbox].is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #00d1b2;
}

.switch[type=checkbox].is-outlined:checked + label::after,
.switch[type=checkbox].is-outlined:checked + label:after {
  background: #00d1b2;
}

.switch[type=checkbox].is-thin + label::before,
.switch[type=checkbox].is-thin + label:before {
  top: divide(1.5rem, 2.75);
  height: divide(1.5rem, 4);
}

.switch[type=checkbox].is-thin + label::after,
.switch[type=checkbox].is-thin + label:after {
  box-shadow: 0px 0px 3px #7a7a7a;
}

.switch[type=checkbox].is-rounded + label::before,
.switch[type=checkbox].is-rounded + label:before {
  border-radius: 24px;
}

.switch[type=checkbox].is-rounded + label::after,
.switch[type=checkbox].is-rounded + label:after {
  border-radius: 50%;
}

.switch[type=checkbox].is-small + label {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  font-size: 0.75rem;
  height: 2.25em;
  line-height: 1.5;
  padding-left: 2.75rem;
  padding-top: 0.2rem;
  cursor: pointer;
}

.switch[type=checkbox].is-small + label::before,
.switch[type=checkbox].is-small + label:before {
  position: absolute;
  display: block;
  top: calc( 50% - 1.125rem * 0.5 );
  left: 0;
  width: 2.25rem;
  height: 1.125rem;
  border: 0.1rem solid transparent;
  border-radius: 4px;
  background: #b5b5b5;
  content: "";
}

.switch[type=checkbox].is-small + label::after,
.switch[type=checkbox].is-small + label:after {
  display: block;
  position: absolute;
  top: calc( 50% - 0.625rem * 0.5 );
  left: 0.25rem;
  width: 0.625rem;
  height: 0.625rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 4px;
  background: white;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: "";
}

.switch[type=checkbox].is-small + label .switch-active,
.switch[type=checkbox].is-small + label .switch-inactive {
  font-size: 0.65rem;
  z-index: 1;
  margin-top: -4px;
}

.switch[type=checkbox].is-small + label.has-text-inside .switch-inactive {
  margin-left: -1.55rem;
}

.switch[type=checkbox].is-small + label.has-text-inside .switch-active {
  margin-left: -2.5rem;
}

.switch[type=checkbox].is-small.is-rtl + label {
  padding-left: 0;
  padding-right: 2.75rem;
}

.switch[type=checkbox].is-small.is-rtl + label::before,
.switch[type=checkbox].is-small.is-rtl + label:before {
  left: auto;
  right: 0;
}

.switch[type=checkbox].is-small.is-rtl + label::after,
.switch[type=checkbox].is-small.is-rtl + label:after {
  left: auto;
  right: 1.25rem;
}

.switch[type=checkbox].is-small:checked + label::before,
.switch[type=checkbox].is-small:checked + label:before {
  background: #00d1b2;
}

.switch[type=checkbox].is-small:checked + label::after {
  left: 1.25rem;
}

.switch[type=checkbox].is-small:checked.is-rtl + label::after,
.switch[type=checkbox].is-small:checked.is-rtl + label:after {
  left: auto;
  right: 0.25rem;
}

.switch[type=checkbox].is-small.is-outlined + label::before,
.switch[type=checkbox].is-small.is-outlined + label:before {
  background-color: transparent;
  border-color: #b5b5b5;
}

.switch[type=checkbox].is-small.is-outlined + label::after,
.switch[type=checkbox].is-small.is-outlined + label:after {
  background: #b5b5b5;
}

.switch[type=checkbox].is-small.is-outlined:checked + label::before,
.switch[type=checkbox].is-small.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #00d1b2;
}

.switch[type=checkbox].is-small.is-outlined:checked + label::after,
.switch[type=checkbox].is-small.is-outlined:checked + label:after {
  background: #00d1b2;
}

.switch[type=checkbox].is-small.is-thin + label::before,
.switch[type=checkbox].is-small.is-thin + label:before {
  top: divide(1.125rem, 2.75);
  height: divide(1.125rem, 4);
}

.switch[type=checkbox].is-small.is-thin + label::after,
.switch[type=checkbox].is-small.is-thin + label:after {
  box-shadow: 0px 0px 3px #7a7a7a;
}

.switch[type=checkbox].is-small.is-rounded + label::before,
.switch[type=checkbox].is-small.is-rounded + label:before {
  border-radius: 24px;
}

.switch[type=checkbox].is-small.is-rounded + label::after,
.switch[type=checkbox].is-small.is-rounded + label:after {
  border-radius: 50%;
}

.switch[type=checkbox].is-medium + label {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  font-size: 1.25rem;
  height: 2.25em;
  line-height: 1.5;
  padding-left: 4.25rem;
  padding-top: 0.2rem;
  cursor: pointer;
}

.switch[type=checkbox].is-medium + label::before,
.switch[type=checkbox].is-medium + label:before {
  position: absolute;
  display: block;
  top: calc( 50% - 1.875rem * 0.5 );
  left: 0;
  width: 3.75rem;
  height: 1.875rem;
  border: 0.1rem solid transparent;
  border-radius: 4px;
  background: #b5b5b5;
  content: "";
}

.switch[type=checkbox].is-medium + label::after,
.switch[type=checkbox].is-medium + label:after {
  display: block;
  position: absolute;
  top: calc( 50% - 1.375rem * 0.5 );
  left: 0.25rem;
  width: 1.375rem;
  height: 1.375rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 4px;
  background: white;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: "";
}

.switch[type=checkbox].is-medium + label .switch-active,
.switch[type=checkbox].is-medium + label .switch-inactive {
  font-size: 1.15rem;
  z-index: 1;
  margin-top: -4px;
}

.switch[type=checkbox].is-medium + label.has-text-inside .switch-inactive {
  margin-left: -2.3rem;
}

.switch[type=checkbox].is-medium + label.has-text-inside .switch-active {
  margin-left: -4rem;
}

.switch[type=checkbox].is-medium.is-rtl + label {
  padding-left: 0;
  padding-right: 4.25rem;
}

.switch[type=checkbox].is-medium.is-rtl + label::before,
.switch[type=checkbox].is-medium.is-rtl + label:before {
  left: auto;
  right: 0;
}

.switch[type=checkbox].is-medium.is-rtl + label::after,
.switch[type=checkbox].is-medium.is-rtl + label:after {
  left: auto;
  right: 2rem;
}

.switch[type=checkbox].is-medium:checked + label::before,
.switch[type=checkbox].is-medium:checked + label:before {
  background: #00d1b2;
}

.switch[type=checkbox].is-medium:checked + label::after {
  left: 2rem;
}

.switch[type=checkbox].is-medium:checked.is-rtl + label::after,
.switch[type=checkbox].is-medium:checked.is-rtl + label:after {
  left: auto;
  right: 0.25rem;
}

.switch[type=checkbox].is-medium.is-outlined + label::before,
.switch[type=checkbox].is-medium.is-outlined + label:before {
  background-color: transparent;
  border-color: #b5b5b5;
}

.switch[type=checkbox].is-medium.is-outlined + label::after,
.switch[type=checkbox].is-medium.is-outlined + label:after {
  background: #b5b5b5;
}

.switch[type=checkbox].is-medium.is-outlined:checked + label::before,
.switch[type=checkbox].is-medium.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #00d1b2;
}

.switch[type=checkbox].is-medium.is-outlined:checked + label::after,
.switch[type=checkbox].is-medium.is-outlined:checked + label:after {
  background: #00d1b2;
}

.switch[type=checkbox].is-medium.is-thin + label::before,
.switch[type=checkbox].is-medium.is-thin + label:before {
  top: divide(1.875rem, 2.75);
  height: divide(1.875rem, 4);
}

.switch[type=checkbox].is-medium.is-thin + label::after,
.switch[type=checkbox].is-medium.is-thin + label:after {
  box-shadow: 0px 0px 3px #7a7a7a;
}

.switch[type=checkbox].is-medium.is-rounded + label::before,
.switch[type=checkbox].is-medium.is-rounded + label:before {
  border-radius: 24px;
}

.switch[type=checkbox].is-medium.is-rounded + label::after,
.switch[type=checkbox].is-medium.is-rounded + label:after {
  border-radius: 50%;
}

.switch[type=checkbox].is-large + label {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  font-size: 1.5rem;
  height: 2.25em;
  line-height: 1.5;
  padding-left: 5rem;
  padding-top: 0.2rem;
  cursor: pointer;
}

.switch[type=checkbox].is-large + label::before,
.switch[type=checkbox].is-large + label:before {
  position: absolute;
  display: block;
  top: calc( 50% - 2.25rem * 0.5 );
  left: 0;
  width: 4.5rem;
  height: 2.25rem;
  border: 0.1rem solid transparent;
  border-radius: 4px;
  background: #b5b5b5;
  content: "";
}

.switch[type=checkbox].is-large + label::after,
.switch[type=checkbox].is-large + label:after {
  display: block;
  position: absolute;
  top: calc( 50% - 1.75rem * 0.5 );
  left: 0.25rem;
  width: 1.75rem;
  height: 1.75rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 4px;
  background: white;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: "";
}

.switch[type=checkbox].is-large + label .switch-active,
.switch[type=checkbox].is-large + label .switch-inactive {
  font-size: 1.4rem;
  z-index: 1;
  margin-top: -4px;
}

.switch[type=checkbox].is-large + label.has-text-inside .switch-inactive {
  margin-left: -2.675rem;
}

.switch[type=checkbox].is-large + label.has-text-inside .switch-active {
  margin-left: -4.75rem;
}

.switch[type=checkbox].is-large.is-rtl + label {
  padding-left: 0;
  padding-right: 5rem;
}

.switch[type=checkbox].is-large.is-rtl + label::before,
.switch[type=checkbox].is-large.is-rtl + label:before {
  left: auto;
  right: 0;
}

.switch[type=checkbox].is-large.is-rtl + label::after,
.switch[type=checkbox].is-large.is-rtl + label:after {
  left: auto;
  right: 2.375rem;
}

.switch[type=checkbox].is-large:checked + label::before,
.switch[type=checkbox].is-large:checked + label:before {
  background: #00d1b2;
}

.switch[type=checkbox].is-large:checked + label::after {
  left: 2.375rem;
}

.switch[type=checkbox].is-large:checked.is-rtl + label::after,
.switch[type=checkbox].is-large:checked.is-rtl + label:after {
  left: auto;
  right: 0.25rem;
}

.switch[type=checkbox].is-large.is-outlined + label::before,
.switch[type=checkbox].is-large.is-outlined + label:before {
  background-color: transparent;
  border-color: #b5b5b5;
}

.switch[type=checkbox].is-large.is-outlined + label::after,
.switch[type=checkbox].is-large.is-outlined + label:after {
  background: #b5b5b5;
}

.switch[type=checkbox].is-large.is-outlined:checked + label::before,
.switch[type=checkbox].is-large.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #00d1b2;
}

.switch[type=checkbox].is-large.is-outlined:checked + label::after,
.switch[type=checkbox].is-large.is-outlined:checked + label:after {
  background: #00d1b2;
}

.switch[type=checkbox].is-large.is-thin + label::before,
.switch[type=checkbox].is-large.is-thin + label:before {
  top: divide(2.25rem, 2.75);
  height: divide(2.25rem, 4);
}

.switch[type=checkbox].is-large.is-thin + label::after,
.switch[type=checkbox].is-large.is-thin + label:after {
  box-shadow: 0px 0px 3px #7a7a7a;
}

.switch[type=checkbox].is-large.is-rounded + label::before,
.switch[type=checkbox].is-large.is-rounded + label:before {
  border-radius: 24px;
}

.switch[type=checkbox].is-large.is-rounded + label::after,
.switch[type=checkbox].is-large.is-rounded + label:after {
  border-radius: 50%;
}

.switch[type=checkbox].is-white + label .switch-active {
  display: none;
}

.switch[type=checkbox].is-white + label .switch-inactive {
  display: inline-block;
}

.switch[type=checkbox].is-white:checked + label::before,
.switch[type=checkbox].is-white:checked + label:before {
  background: white;
}

.switch[type=checkbox].is-white:checked + label .switch-active {
  display: inline-block;
}

.switch[type=checkbox].is-white:checked + label .switch-inactive {
  display: none;
}

.switch[type=checkbox].is-white.is-outlined:checked + label::before,
.switch[type=checkbox].is-white.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: white !important;
}

.switch[type=checkbox].is-white.is-outlined:checked + label::after,
.switch[type=checkbox].is-white.is-outlined:checked + label:after {
  background: white;
}

.switch[type=checkbox].is-white.is-thin.is-outlined + label::after,
.switch[type=checkbox].is-white.is-thin.is-outlined + label:after {
  box-shadow: none;
}

.switch[type=checkbox].is-unchecked-white + label::before,
.switch[type=checkbox].is-unchecked-white + label:before {
  background: white;
}

.switch[type=checkbox].is-unchecked-white.is-outlined + label::before,
.switch[type=checkbox].is-unchecked-white.is-outlined + label:before {
  background-color: transparent;
  border-color: white !important;
}

.switch[type=checkbox].is-unchecked-white.is-outlined + label::after,
.switch[type=checkbox].is-unchecked-white.is-outlined + label:after {
  background: white;
}

.switch[type=checkbox].is-black + label .switch-active {
  display: none;
}

.switch[type=checkbox].is-black + label .switch-inactive {
  display: inline-block;
}

.switch[type=checkbox].is-black:checked + label::before,
.switch[type=checkbox].is-black:checked + label:before {
  background: #0a0a0a;
}

.switch[type=checkbox].is-black:checked + label .switch-active {
  display: inline-block;
}

.switch[type=checkbox].is-black:checked + label .switch-inactive {
  display: none;
}

.switch[type=checkbox].is-black.is-outlined:checked + label::before,
.switch[type=checkbox].is-black.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #0a0a0a !important;
}

.switch[type=checkbox].is-black.is-outlined:checked + label::after,
.switch[type=checkbox].is-black.is-outlined:checked + label:after {
  background: #0a0a0a;
}

.switch[type=checkbox].is-black.is-thin.is-outlined + label::after,
.switch[type=checkbox].is-black.is-thin.is-outlined + label:after {
  box-shadow: none;
}

.switch[type=checkbox].is-unchecked-black + label::before,
.switch[type=checkbox].is-unchecked-black + label:before {
  background: #0a0a0a;
}

.switch[type=checkbox].is-unchecked-black.is-outlined + label::before,
.switch[type=checkbox].is-unchecked-black.is-outlined + label:before {
  background-color: transparent;
  border-color: #0a0a0a !important;
}

.switch[type=checkbox].is-unchecked-black.is-outlined + label::after,
.switch[type=checkbox].is-unchecked-black.is-outlined + label:after {
  background: #0a0a0a;
}

.switch[type=checkbox].is-light + label .switch-active {
  display: none;
}

.switch[type=checkbox].is-light + label .switch-inactive {
  display: inline-block;
}

.switch[type=checkbox].is-light:checked + label::before,
.switch[type=checkbox].is-light:checked + label:before {
  background: whitesmoke;
}

.switch[type=checkbox].is-light:checked + label .switch-active {
  display: inline-block;
}

.switch[type=checkbox].is-light:checked + label .switch-inactive {
  display: none;
}

.switch[type=checkbox].is-light.is-outlined:checked + label::before,
.switch[type=checkbox].is-light.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: whitesmoke !important;
}

.switch[type=checkbox].is-light.is-outlined:checked + label::after,
.switch[type=checkbox].is-light.is-outlined:checked + label:after {
  background: whitesmoke;
}

.switch[type=checkbox].is-light.is-thin.is-outlined + label::after,
.switch[type=checkbox].is-light.is-thin.is-outlined + label:after {
  box-shadow: none;
}

.switch[type=checkbox].is-unchecked-light + label::before,
.switch[type=checkbox].is-unchecked-light + label:before {
  background: whitesmoke;
}

.switch[type=checkbox].is-unchecked-light.is-outlined + label::before,
.switch[type=checkbox].is-unchecked-light.is-outlined + label:before {
  background-color: transparent;
  border-color: whitesmoke !important;
}

.switch[type=checkbox].is-unchecked-light.is-outlined + label::after,
.switch[type=checkbox].is-unchecked-light.is-outlined + label:after {
  background: whitesmoke;
}

.switch[type=checkbox].is-dark + label .switch-active {
  display: none;
}

.switch[type=checkbox].is-dark + label .switch-inactive {
  display: inline-block;
}

.switch[type=checkbox].is-dark:checked + label::before,
.switch[type=checkbox].is-dark:checked + label:before {
  background: #363636;
}

.switch[type=checkbox].is-dark:checked + label .switch-active {
  display: inline-block;
}

.switch[type=checkbox].is-dark:checked + label .switch-inactive {
  display: none;
}

.switch[type=checkbox].is-dark.is-outlined:checked + label::before,
.switch[type=checkbox].is-dark.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #363636 !important;
}

.switch[type=checkbox].is-dark.is-outlined:checked + label::after,
.switch[type=checkbox].is-dark.is-outlined:checked + label:after {
  background: #363636;
}

.switch[type=checkbox].is-dark.is-thin.is-outlined + label::after,
.switch[type=checkbox].is-dark.is-thin.is-outlined + label:after {
  box-shadow: none;
}

.switch[type=checkbox].is-unchecked-dark + label::before,
.switch[type=checkbox].is-unchecked-dark + label:before {
  background: #363636;
}

.switch[type=checkbox].is-unchecked-dark.is-outlined + label::before,
.switch[type=checkbox].is-unchecked-dark.is-outlined + label:before {
  background-color: transparent;
  border-color: #363636 !important;
}

.switch[type=checkbox].is-unchecked-dark.is-outlined + label::after,
.switch[type=checkbox].is-unchecked-dark.is-outlined + label:after {
  background: #363636;
}

.switch[type=checkbox].is-primary + label .switch-active {
  display: none;
}

.switch[type=checkbox].is-primary + label .switch-inactive {
  display: inline-block;
}

.switch[type=checkbox].is-primary:checked + label::before,
.switch[type=checkbox].is-primary:checked + label:before {
  background: #00d1b2;
}

.switch[type=checkbox].is-primary:checked + label .switch-active {
  display: inline-block;
}

.switch[type=checkbox].is-primary:checked + label .switch-inactive {
  display: none;
}

.switch[type=checkbox].is-primary.is-outlined:checked + label::before,
.switch[type=checkbox].is-primary.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #00d1b2 !important;
}

.switch[type=checkbox].is-primary.is-outlined:checked + label::after,
.switch[type=checkbox].is-primary.is-outlined:checked + label:after {
  background: #00d1b2;
}

.switch[type=checkbox].is-primary.is-thin.is-outlined + label::after,
.switch[type=checkbox].is-primary.is-thin.is-outlined + label:after {
  box-shadow: none;
}

.switch[type=checkbox].is-unchecked-primary + label::before,
.switch[type=checkbox].is-unchecked-primary + label:before {
  background: #00d1b2;
}

.switch[type=checkbox].is-unchecked-primary.is-outlined + label::before,
.switch[type=checkbox].is-unchecked-primary.is-outlined + label:before {
  background-color: transparent;
  border-color: #00d1b2 !important;
}

.switch[type=checkbox].is-unchecked-primary.is-outlined + label::after,
.switch[type=checkbox].is-unchecked-primary.is-outlined + label:after {
  background: #00d1b2;
}

.switch[type=checkbox].is-link + label .switch-active {
  display: none;
}

.switch[type=checkbox].is-link + label .switch-inactive {
  display: inline-block;
}

.switch[type=checkbox].is-link:checked + label::before,
.switch[type=checkbox].is-link:checked + label:before {
  background: #3273dc;
}

.switch[type=checkbox].is-link:checked + label .switch-active {
  display: inline-block;
}

.switch[type=checkbox].is-link:checked + label .switch-inactive {
  display: none;
}

.switch[type=checkbox].is-link.is-outlined:checked + label::before,
.switch[type=checkbox].is-link.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #3273dc !important;
}

.switch[type=checkbox].is-link.is-outlined:checked + label::after,
.switch[type=checkbox].is-link.is-outlined:checked + label:after {
  background: #3273dc;
}

.switch[type=checkbox].is-link.is-thin.is-outlined + label::after,
.switch[type=checkbox].is-link.is-thin.is-outlined + label:after {
  box-shadow: none;
}

.switch[type=checkbox].is-unchecked-link + label::before,
.switch[type=checkbox].is-unchecked-link + label:before {
  background: #3273dc;
}

.switch[type=checkbox].is-unchecked-link.is-outlined + label::before,
.switch[type=checkbox].is-unchecked-link.is-outlined + label:before {
  background-color: transparent;
  border-color: #3273dc !important;
}

.switch[type=checkbox].is-unchecked-link.is-outlined + label::after,
.switch[type=checkbox].is-unchecked-link.is-outlined + label:after {
  background: #3273dc;
}

.switch[type=checkbox].is-info + label .switch-active {
  display: none;
}

.switch[type=checkbox].is-info + label .switch-inactive {
  display: inline-block;
}

.switch[type=checkbox].is-info:checked + label::before,
.switch[type=checkbox].is-info:checked + label:before {
  background: #209cee;
}

.switch[type=checkbox].is-info:checked + label .switch-active {
  display: inline-block;
}

.switch[type=checkbox].is-info:checked + label .switch-inactive {
  display: none;
}

.switch[type=checkbox].is-info.is-outlined:checked + label::before,
.switch[type=checkbox].is-info.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #209cee !important;
}

.switch[type=checkbox].is-info.is-outlined:checked + label::after,
.switch[type=checkbox].is-info.is-outlined:checked + label:after {
  background: #209cee;
}

.switch[type=checkbox].is-info.is-thin.is-outlined + label::after,
.switch[type=checkbox].is-info.is-thin.is-outlined + label:after {
  box-shadow: none;
}

.switch[type=checkbox].is-unchecked-info + label::before,
.switch[type=checkbox].is-unchecked-info + label:before {
  background: #209cee;
}

.switch[type=checkbox].is-unchecked-info.is-outlined + label::before,
.switch[type=checkbox].is-unchecked-info.is-outlined + label:before {
  background-color: transparent;
  border-color: #209cee !important;
}

.switch[type=checkbox].is-unchecked-info.is-outlined + label::after,
.switch[type=checkbox].is-unchecked-info.is-outlined + label:after {
  background: #209cee;
}

.switch[type=checkbox].is-success + label .switch-active {
  display: none;
}

.switch[type=checkbox].is-success + label .switch-inactive {
  display: inline-block;
}

.switch[type=checkbox].is-success:checked + label::before,
.switch[type=checkbox].is-success:checked + label:before {
  background: #23d160;
}

.switch[type=checkbox].is-success:checked + label .switch-active {
  display: inline-block;
}

.switch[type=checkbox].is-success:checked + label .switch-inactive {
  display: none;
}

.switch[type=checkbox].is-success.is-outlined:checked + label::before,
.switch[type=checkbox].is-success.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #23d160 !important;
}

.switch[type=checkbox].is-success.is-outlined:checked + label::after,
.switch[type=checkbox].is-success.is-outlined:checked + label:after {
  background: #23d160;
}

.switch[type=checkbox].is-success.is-thin.is-outlined + label::after,
.switch[type=checkbox].is-success.is-thin.is-outlined + label:after {
  box-shadow: none;
}

.switch[type=checkbox].is-unchecked-success + label::before,
.switch[type=checkbox].is-unchecked-success + label:before {
  background: #23d160;
}

.switch[type=checkbox].is-unchecked-success.is-outlined + label::before,
.switch[type=checkbox].is-unchecked-success.is-outlined + label:before {
  background-color: transparent;
  border-color: #23d160 !important;
}

.switch[type=checkbox].is-unchecked-success.is-outlined + label::after,
.switch[type=checkbox].is-unchecked-success.is-outlined + label:after {
  background: #23d160;
}

.switch[type=checkbox].is-warning + label .switch-active {
  display: none;
}

.switch[type=checkbox].is-warning + label .switch-inactive {
  display: inline-block;
}

.switch[type=checkbox].is-warning:checked + label::before,
.switch[type=checkbox].is-warning:checked + label:before {
  background: #ffdd57;
}

.switch[type=checkbox].is-warning:checked + label .switch-active {
  display: inline-block;
}

.switch[type=checkbox].is-warning:checked + label .switch-inactive {
  display: none;
}

.switch[type=checkbox].is-warning.is-outlined:checked + label::before,
.switch[type=checkbox].is-warning.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #ffdd57 !important;
}

.switch[type=checkbox].is-warning.is-outlined:checked + label::after,
.switch[type=checkbox].is-warning.is-outlined:checked + label:after {
  background: #ffdd57;
}

.switch[type=checkbox].is-warning.is-thin.is-outlined + label::after,
.switch[type=checkbox].is-warning.is-thin.is-outlined + label:after {
  box-shadow: none;
}

.switch[type=checkbox].is-unchecked-warning + label::before,
.switch[type=checkbox].is-unchecked-warning + label:before {
  background: #ffdd57;
}

.switch[type=checkbox].is-unchecked-warning.is-outlined + label::before,
.switch[type=checkbox].is-unchecked-warning.is-outlined + label:before {
  background-color: transparent;
  border-color: #ffdd57 !important;
}

.switch[type=checkbox].is-unchecked-warning.is-outlined + label::after,
.switch[type=checkbox].is-unchecked-warning.is-outlined + label:after {
  background: #ffdd57;
}

.switch[type=checkbox].is-danger + label .switch-active {
  display: none;
}

.switch[type=checkbox].is-danger + label .switch-inactive {
  display: inline-block;
}

.switch[type=checkbox].is-danger:checked + label::before,
.switch[type=checkbox].is-danger:checked + label:before {
  background: #ff3860;
}

.switch[type=checkbox].is-danger:checked + label .switch-active {
  display: inline-block;
}

.switch[type=checkbox].is-danger:checked + label .switch-inactive {
  display: none;
}

.switch[type=checkbox].is-danger.is-outlined:checked + label::before,
.switch[type=checkbox].is-danger.is-outlined:checked + label:before {
  background-color: transparent;
  border-color: #ff3860 !important;
}

.switch[type=checkbox].is-danger.is-outlined:checked + label::after,
.switch[type=checkbox].is-danger.is-outlined:checked + label:after {
  background: #ff3860;
}

.switch[type=checkbox].is-danger.is-thin.is-outlined + label::after,
.switch[type=checkbox].is-danger.is-thin.is-outlined + label:after {
  box-shadow: none;
}

.switch[type=checkbox].is-unchecked-danger + label::before,
.switch[type=checkbox].is-unchecked-danger + label:before {
  background: #ff3860;
}

.switch[type=checkbox].is-unchecked-danger.is-outlined + label::before,
.switch[type=checkbox].is-unchecked-danger.is-outlined + label:before {
  background-color: transparent;
  border-color: #ff3860 !important;
}

.switch[type=checkbox].is-unchecked-danger.is-outlined + label::after,
.switch[type=checkbox].is-unchecked-danger.is-outlined + label:after {
  background: #ff3860;
}

.field-body .switch[type=checkbox] + label {
  margin-top: 0.375em;
}

/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}

.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}

.ql-editor ul > li::before {
  content: "\2022";
}

.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}

.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before {
  content: "\2611";
}

.ql-editor ul[data-checked=false] > li::before {
  content: "\2610";
}

.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}

.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}

.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}

.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}

.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}

.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}

.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}

.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}

.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}

.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}

.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}

.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}

.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}

.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

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

.ql-editor .ql-bg-red {
  background-color: #e60000;
}

.ql-editor .ql-bg-orange {
  background-color: #f90;
}

.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

.ql-editor .ql-bg-green {
  background-color: #008a00;
}

.ql-editor .ql-bg-blue {
  background-color: #06c;
}

.ql-editor .ql-bg-purple {
  background-color: #93f;
}

.ql-editor .ql-color-white {
  color: #fff;
}

.ql-editor .ql-color-red {
  color: #e60000;
}

.ql-editor .ql-color-orange {
  color: #f90;
}

.ql-editor .ql-color-yellow {
  color: #ff0;
}

.ql-editor .ql-color-green {
  color: #008a00;
}

.ql-editor .ql-color-blue {
  color: #06c;
}

.ql-editor .ql-color-purple {
  color: #93f;
}

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-editor .ql-size-small {
  font-size: 0.75em;
}

.ql-editor .ql-size-large {
  font-size: 1.5em;
}

.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

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

.ql-editor .ql-align-justify {
  text-align: justify;
}

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

.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide--rtl {
  direction: rtl;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Breakpoints */

/* Variables */

/* ------------------------ */

/*Prefix*/

/* Base Colors */

/* Sizes */

/* Weights */

/* Breakpoints Map*/

/* Helpers*/

/* Functions */

/* ------------------------ */

/* Mixins */

/* ------------------------ */

* {
  box-sizing: border-box;
}

html.modal-expanded {
  overflow: hidden;
}

body {
  color: #262626;
  font-family: "Darby Sans", "Sans Serif";
  font-weight: 300;
  padding-top: 56px;
  overflow-x: hidden;
}

@media only screen and (min-width: 640px) {
  body {
    overflow-x: visible;
  }
}

@media only screen and (min-width: 1138px) {
  body {
    padding-top: 0;
  }
}

body.mobile-nav-expanded {
  overflow: hidden;
  max-height: 100vh;
}

@media only screen and (min-width: 640px) {
  body.mobile-nav-expanded {
    overflow: visible;
    position: initial;
    max-height: none;
  }
}

@media print {
  body .se-nav,
  body .se-footer,
  body .se-advertisement,
  body .se-header__buttons,
  body .se-share,
  body .se-mobile-searchbox,
  body .is-hidden-print {
    display: none;
  }

  body .has-text-printing {
    color: #000000 !important;
  }

  body .has-text-printing div,
  body .has-text-printing p,
  body .has-text-printing ul,
  body .has-text-printing li,
  body .has-text-printing span,
  body .has-text-printing i,
  body .has-text-printing ::before {
    color: #000000 !important;
  }

  body .has-text-printing div,
  body .has-text-printing .se-box {
    box-shadow: none;
  }
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4 {
  font-family: "ClearfaceTS", "Sans Serif";
  line-height: 1.26;
  margin: 0;
}

strong {
  font-weight: 700;
}

@font-face {
  font-family: "Darby Sans";
  src: url(/fonts/DarbySans-Bold.eot?85c43dc17e5570870f6dff1089474e30);
  src: url(/fonts/DarbySans-Bold.eot?85c43dc17e5570870f6dff1089474e30?#iefix) format("embedded-opentype"), url(/fonts/DarbySans-Bold.woff2?b8050f2098cfae3aff6bc127503096e9) format("woff2"), url(/fonts/DarbySans-Bold.woff?cf44dfb222a976c7d61f84a10d870730) format("woff"), url(/fonts/DarbySans-Bold.svg?b23ad0bf639fa89da958f489aee2136f#DarbySans-Bold) format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Darby Sans";
  src: url(/fonts/DarbySans-Regular.eot?5d9732c748bf1464a047ffc1f74a0e9e);
  src: url(/fonts/DarbySans-Regular.eot?5d9732c748bf1464a047ffc1f74a0e9e?#iefix) format("embedded-opentype"), url(/fonts/DarbySans-Regular.woff2?aa1fb9cd39fa15be4823f790ce22082d) format("woff2"), url(/fonts/DarbySans-Regular.woff?dcbcc9dd04d09c166e2a5076c37309af) format("woff"), url(/fonts/DarbySans-Regular.svg?13a32cd950dce6f320d877f1005cc2cc#DarbySans-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Darby Sans";
  src: url(/fonts/DarbySans-Medium.eot?812d7b4322ab3df32173b2c02016da86);
  src: url(/fonts/DarbySans-Medium.eot?812d7b4322ab3df32173b2c02016da86?#iefix) format("embedded-opentype"), url(/fonts/DarbySans-Medium.woff2?cfb0fa1b105ceb309dcd7b97d2870fda) format("woff2"), url(/fonts/DarbySans-Medium.woff?4e83e010a848084103662c0cf5b903df) format("woff"), url(/fonts/DarbySans-Medium.svg?39e5c22788f838fce8770a71efc508ed#DarbySans-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Darby Sans";
  src: url(/fonts/DarbySans-Light.eot?1cda96e1f5f1eeb4a0166454ad9fef9a);
  src: url(/fonts/DarbySans-Light.eot?1cda96e1f5f1eeb4a0166454ad9fef9a?#iefix) format("embedded-opentype"), url(/fonts/DarbySans-Light.woff2?a817ee3a283748a1aced65c70f3dbc6c) format("woff2"), url(/fonts/DarbySans-Light.woff?34425920b5d7fec4f62190d9f810cabd) format("woff"), url(/fonts/DarbySans-Light.svg?ef6c492e7088f80cb1343ea733a08a60#DarbySans-Light) format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "SwiftEF";
  src: url(/fonts/SwiftEF-Bold.eot?61c17dba1cfe6c3dd89ace4f3448cf94);
  src: url(/fonts/SwiftEF-Bold.eot?61c17dba1cfe6c3dd89ace4f3448cf94?#iefix) format("embedded-opentype"), url(/fonts/SwiftEF-Bold.woff2?f018e3f0c19c0356d3ddaf5ccd956f90) format("woff2"), url(/fonts/SwiftEF-Bold.woff?cd7c84523a391799afe51545400e162a) format("woff"), url(/fonts/SwiftEF-Bold.svg?56f9de9db30f250fd599985f47d05eee#SwiftEF-Bold) format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "SwiftEF";
  src: url(/fonts/SwiftEF-Regular.eot?49d22c0cfec760ce50bd44f30a932297);
  src: url(/fonts/SwiftEF-Regular.eot?49d22c0cfec760ce50bd44f30a932297?#iefix) format("embedded-opentype"), url(/fonts/SwiftEF-Regular.woff2?155a7ccfcb03bd079f4787bc4d354277) format("woff2"), url(/fonts/SwiftEF-Regular.woff?3b67a32012f5fe1a060475d8fa3f3a40) format("woff"), url(/fonts/SwiftEF-Regular.svg?8ff29240ce60151544fa01a1e8617c6c#SwiftEF-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ClearfaceTS";
  src: url(/fonts/ClearfaceTS-Regular.eot?baaec740ff345b5582cb3da9c49f5b15);
  src: url(/fonts/ClearfaceTS-Regular.eot?baaec740ff345b5582cb3da9c49f5b15?#iefix) format("embedded-opentype"), url(/fonts/ClearfaceTS-Regular.woff2?7be2a5cc1aefa996b908b829dc8c3309) format("woff2"), url(/fonts/ClearfaceTS-Regular.woff?87599e05dbdfa1ecb35feb5f0bdb1a73) format("woff"), url(/fonts/ClearfaceTS-Regular.svg?4f2b2e3be7b2778924c7f19bbac057e6#ClearfaceTS-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ClearfaceTS";
  src: url(/fonts/ClearfaceTS-Bold.eot?72fdb8fd2cec6820bc2752fa82613dda);
  src: url(/fonts/ClearfaceTS-Bold.eot?72fdb8fd2cec6820bc2752fa82613dda?#iefix) format("embedded-opentype"), url(/fonts/ClearfaceTS-Bold.woff2?2c0e57e561cad20fe8d25c00b22140cd) format("woff2"), url(/fonts/ClearfaceTS-Bold.woff?3cd906d505bd6d9e5c4bb94621f430a9) format("woff"), url(/fonts/ClearfaceTS-Bold.svg?cc092732980431780d05f367b48c014f#ClearfaceTS-Bold) format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "se";
  src: url(/fonts/se.eot?f16d5f8adda86f6f76c01a3055d5f6c0);
  src: url(/fonts/se.eot?f16d5f8adda86f6f76c01a3055d5f6c0#iefix) format("embedded-opentype"), url(/fonts/se.ttf?934e1654166e3aca12166bdcd5348be0) format("truetype"), url(/fonts/se.woff?0aac4cec9c56e376b80a16eb8b309c98) format("woff"), url(/fonts/se.svg?066a306599737d63347335c9226315e8#se) format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^=se-icon-],
[class*=" se-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "se" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.se-icon-calendar:before {
  content: "\E919";
}

.se-icon-tw:before {
  content: "\E917";
}

.se-icon-wa:before {
  content: "\E918";
}

.se-icon-card:before {
  content: "\E916";
}

.se-icon-marker:before {
  content: "\E915";
}

.se-icon-account:before {
  content: "\E913";
}

.se-icon-logout:before {
  content: "\E914";
}

.se-icon-contact-o:before {
  content: "\E900";
}

.se-icon-fb:before {
  content: "\E901";
}

.se-icon-in:before {
  content: "\E902";
}

.se-icon-tw:before {
  content: "\E917";
}

.se-icon-tag-o {
  margin-right: 0px;
}

.se-icon-tag-o:before {
  content: "\E903";
}

.se-icon-tag:before {
  content: "\E904";
}

.se-icon-minus:before {
  content: "\E905";
}

.se-icon-plus:before {
  content: "\E906";
}

.se-icon-close:before {
  content: "\E907";
}

.se-icon-visa:before {
  content: "\E908";
}

.se-icon-mc:before {
  content: "\E909";
}

.se-icon-check:before {
  content: "\E90A";
}

.se-icon-print:before {
  content: "\E90B";
}

.se-icon-view:before {
  content: "\E90C";
}

.se-icon-arrow-right:before {
  content: "\E90D";
}

.se-icon-arrow-left:before {
  content: "\E90E";
}

.se-icon-ticket:before {
  content: "\E90F";
}

.se-icon-caret-right:before {
  content: "\E910";
}

.se-icon-search:before {
  content: "\E911";
}

.se-icon-clock:before {
  content: "\E912";
}

/* Breakpoints */

/* Variables */

/* ------------------------ */

/*Prefix*/

/* Base Colors */

/* Sizes */

/* Weights */

/* Breakpoints Map*/

/* Helpers*/

/* Functions */

/* ------------------------ */

/* Mixins */

/* ------------------------ */

.fs10 {
  font-size: 0.625rem;
}

.fs11 {
  font-size: 0.6875rem;
}

.fs12 {
  font-size: 0.75rem;
}

.fs13 {
  font-size: 0.8125rem;
}

.fs14 {
  font-size: 0.875rem;
}

.fs15 {
  font-size: 0.9375rem;
}

.fs16 {
  font-size: 1rem;
}

.fs17 {
  font-size: 1.0625rem;
}

.fs18 {
  font-size: 1.125rem;
}

.fs20 {
  font-size: 1.25rem;
}

.fs22 {
  font-size: 1.375rem;
}

.fs24 {
  font-size: 1.5rem;
}

.fs26 {
  font-size: 1.625rem;
}

.fs30 {
  font-size: 1.875rem;
}

.fs40 {
  font-size: 2.5rem;
}

@media only screen and (min-width: 640px) {
  .fs10-md {
    font-size: 0.625rem;
  }
}

@media only screen and (min-width: 640px) {
  .fs11-md {
    font-size: 0.6875rem;
  }
}

@media only screen and (min-width: 640px) {
  .fs12-md {
    font-size: 0.75rem;
  }
}

@media only screen and (min-width: 640px) {
  .fs13-md {
    font-size: 0.8125rem;
  }
}

@media only screen and (min-width: 640px) {
  .fs14-md {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 640px) {
  .fs15-md {
    font-size: 0.9375rem;
  }
}

@media only screen and (min-width: 640px) {
  .fs16-md {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 640px) {
  .fs17-md {
    font-size: 1.0625rem;
  }
}

@media only screen and (min-width: 640px) {
  .fs18-md {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 640px) {
  .fs20-md {
    font-size: 1.25rem;
  }
}

@media only screen and (min-width: 640px) {
  .fs22-md {
    font-size: 1.375rem;
  }
}

@media only screen and (min-width: 640px) {
  .fs24-md {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 640px) {
  .fs26-md {
    font-size: 1.625rem;
  }
}

@media only screen and (min-width: 640px) {
  .fs30-md {
    font-size: 1.875rem;
  }
}

@media only screen and (min-width: 640px) {
  .fs40-md {
    font-size: 2.5rem;
  }
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb14 {
  margin-bottom: 14px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb18 {
  margin-bottom: 18px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb37 {
  margin-bottom: 37px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb54 {
  margin-bottom: 54px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb96 {
  margin-bottom: 96px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb180 {
  margin-bottom: 180px;
}

@media only screen and (min-width: 640px) {
  .mb0-md {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 640px) {
  .mb5-md {
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 640px) {
  .mb8-md {
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 640px) {
  .mb10-md {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 640px) {
  .mb12-md {
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 640px) {
  .mb14-md {
    margin-bottom: 14px;
  }
}

@media only screen and (min-width: 640px) {
  .mb15-md {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 640px) {
  .mb16-md {
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 640px) {
  .mb18-md {
    margin-bottom: 18px;
  }
}

@media only screen and (min-width: 640px) {
  .mb20-md {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 640px) {
  .mb24-md {
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 640px) {
  .mb25-md {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 640px) {
  .mb30-md {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 640px) {
  .mb37-md {
    margin-bottom: 37px;
  }
}

@media only screen and (min-width: 640px) {
  .mb40-md {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 640px) {
  .mb45-md {
    margin-bottom: 45px;
  }
}

@media only screen and (min-width: 640px) {
  .mb50-md {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 640px) {
  .mb54-md {
    margin-bottom: 54px;
  }
}

@media only screen and (min-width: 640px) {
  .mb60-md {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 640px) {
  .mb75-md {
    margin-bottom: 75px;
  }
}

@media only screen and (min-width: 640px) {
  .mb80-md {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 640px) {
  .mb90-md {
    margin-bottom: 90px;
  }
}

@media only screen and (min-width: 640px) {
  .mb96-md {
    margin-bottom: 96px;
  }
}

@media only screen and (min-width: 640px) {
  .mb100-md {
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 640px) {
  .mb110-md {
    margin-bottom: 110px;
  }
}

@media only screen and (min-width: 640px) {
  .mb120-md {
    margin-bottom: 120px;
  }
}

@media only screen and (min-width: 640px) {
  .mb180-md {
    margin-bottom: 180px;
  }
}

.mt0 {
  margin-top: 0px;
}

.mt8 {
  margin-top: 8px;
}

.mt10 {
  margin-top: 10px;
}

.mt12 {
  margin-top: 12px;
}

.mt14 {
  margin-top: 14px;
}

.mt16 {
  margin-top: 16px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt80 {
  margin-top: 80px;
}

@media only screen and (min-width: 640px) {
  .mt0-md {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 640px) {
  .mt8-md {
    margin-top: 8px;
  }
}

@media only screen and (min-width: 640px) {
  .mt10-md {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 640px) {
  .mt12-md {
    margin-top: 12px;
  }
}

@media only screen and (min-width: 640px) {
  .mt14-md {
    margin-top: 14px;
  }
}

@media only screen and (min-width: 640px) {
  .mt16-md {
    margin-top: 16px;
  }
}

@media only screen and (min-width: 640px) {
  .mt20-md {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 640px) {
  .mt30-md {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 640px) {
  .mt80-md {
    margin-top: 80px;
  }
}

.mv0 {
  margin: 0px 0;
}

.mv8 {
  margin: 8px 0;
}

.mv10 {
  margin: 10px 0;
}

.mv14 {
  margin: 14px 0;
}

.mv15 {
  margin: 15px 0;
}

.mv20 {
  margin: 20px 0;
}

.mv30 {
  margin: 30px 0;
}

.mv33 {
  margin: 33px 0;
}

.mv35 {
  margin: 35px 0;
}

.mv40 {
  margin: 40px 0;
}

.mv60 {
  margin: 60px 0;
}

.mv100 {
  margin: 100px 0;
}

@media only screen and (min-width: 640px) {
  .mv0-md {
    margin: 0px 0;
  }
}

@media only screen and (min-width: 640px) {
  .mv8-md {
    margin: 8px 0;
  }
}

@media only screen and (min-width: 640px) {
  .mv10-md {
    margin: 10px 0;
  }
}

@media only screen and (min-width: 640px) {
  .mv14-md {
    margin: 14px 0;
  }
}

@media only screen and (min-width: 640px) {
  .mv15-md {
    margin: 15px 0;
  }
}

@media only screen and (min-width: 640px) {
  .mv20-md {
    margin: 20px 0;
  }
}

@media only screen and (min-width: 640px) {
  .mv30-md {
    margin: 30px 0;
  }
}

@media only screen and (min-width: 640px) {
  .mv33-md {
    margin: 33px 0;
  }
}

@media only screen and (min-width: 640px) {
  .mv35-md {
    margin: 35px 0;
  }
}

@media only screen and (min-width: 640px) {
  .mv40-md {
    margin: 40px 0;
  }
}

@media only screen and (min-width: 640px) {
  .mv60-md {
    margin: 60px 0;
  }
}

@media only screen and (min-width: 640px) {
  .mv100-md {
    margin: 100px 0;
  }
}

.pd0 {
  padding: 0px;
}

.pd14 {
  padding: 14px;
}

.pd15 {
  padding: 15px;
}

.pd20 {
  padding: 20px;
}

.pd24 {
  padding: 24px;
}

.pd30 {
  padding: 30px;
}

.pd35 {
  padding: 35px;
}

.pd40 {
  padding: 40px;
}

@media only screen and (min-width: 640px) {
  .pd0-md {
    padding: 0px;
  }
}

@media only screen and (min-width: 640px) {
  .pd14-md {
    padding: 14px;
  }
}

@media only screen and (min-width: 640px) {
  .pd15-md {
    padding: 15px;
  }
}

@media only screen and (min-width: 640px) {
  .pd20-md {
    padding: 20px;
  }
}

@media only screen and (min-width: 640px) {
  .pd24-md {
    padding: 24px;
  }
}

@media only screen and (min-width: 640px) {
  .pd30-md {
    padding: 30px;
  }
}

@media only screen and (min-width: 640px) {
  .pd35-md {
    padding: 35px;
  }
}

@media only screen and (min-width: 640px) {
  .pd40-md {
    padding: 40px;
  }
}

.pl0 {
  padding-left: 0px;
}

.pl30 {
  padding-left: 30px;
}

.pl50 {
  padding-left: 50px;
}

.pl55 {
  padding-left: 55px;
}

.pl70 {
  padding-left: 70px;
}

@media only screen and (min-width: 640px) {
  .pl0-md {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 640px) {
  .pl30-md {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 640px) {
  .pl50-md {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 640px) {
  .pl55-md {
    padding-left: 55px;
  }
}

@media only screen and (min-width: 640px) {
  .pl70-md {
    padding-left: 70px;
  }
}

.ph0 {
  padding-left: 0px;
  padding-right: 0px;
}

.ph8 {
  padding-left: 8px;
  padding-right: 8px;
}

.ph10 {
  padding-left: 10px;
  padding-right: 10px;
}

.ph15 {
  padding-left: 15px;
  padding-right: 15px;
}

.ph16 {
  padding-left: 16px;
  padding-right: 16px;
}

.ph20 {
  padding-left: 20px;
  padding-right: 20px;
}

.ph24 {
  padding-left: 24px;
  padding-right: 24px;
}

.ph25 {
  padding-left: 25px;
  padding-right: 25px;
}

.ph30 {
  padding-left: 30px;
  padding-right: 30px;
}

.ph31 {
  padding-left: 31px;
  padding-right: 31px;
}

.ph33 {
  padding-left: 33px;
  padding-right: 33px;
}

.ph34 {
  padding-left: 34px;
  padding-right: 34px;
}

.ph35 {
  padding-left: 35px;
  padding-right: 35px;
}

.ph40 {
  padding-left: 40px;
  padding-right: 40px;
}

.ph50 {
  padding-left: 50px;
  padding-right: 50px;
}

.ph55 {
  padding-left: 55px;
  padding-right: 55px;
}

.ph60 {
  padding-left: 60px;
  padding-right: 60px;
}

.ph70 {
  padding-left: 70px;
  padding-right: 70px;
}

.ph80 {
  padding-left: 80px;
  padding-right: 80px;
}

.ph148 {
  padding-left: 148px;
  padding-right: 148px;
}

@media only screen and (min-width: 640px) {
  .ph0-md {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (min-width: 640px) {
  .ph8-md {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media only screen and (min-width: 640px) {
  .ph10-md {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 640px) {
  .ph15-md {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 640px) {
  .ph16-md {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media only screen and (min-width: 640px) {
  .ph20-md {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 640px) {
  .ph24-md {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media only screen and (min-width: 640px) {
  .ph25-md {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (min-width: 640px) {
  .ph30-md {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 640px) {
  .ph31-md {
    padding-left: 31px;
    padding-right: 31px;
  }
}

@media only screen and (min-width: 640px) {
  .ph33-md {
    padding-left: 33px;
    padding-right: 33px;
  }
}

@media only screen and (min-width: 640px) {
  .ph34-md {
    padding-left: 34px;
    padding-right: 34px;
  }
}

@media only screen and (min-width: 640px) {
  .ph35-md {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media only screen and (min-width: 640px) {
  .ph40-md {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 640px) {
  .ph50-md {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 640px) {
  .ph55-md {
    padding-left: 55px;
    padding-right: 55px;
  }
}

@media only screen and (min-width: 640px) {
  .ph60-md {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media only screen and (min-width: 640px) {
  .ph70-md {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media only screen and (min-width: 640px) {
  .ph80-md {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media only screen and (min-width: 640px) {
  .ph148-md {
    padding-left: 148px;
    padding-right: 148px;
  }
}

.pv0 {
  padding-bottom: 0px;
  padding-top: 0px;
}

.pv10 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.pv15 {
  padding-bottom: 15px;
  padding-top: 15px;
}

.pv20 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.pv24 {
  padding-bottom: 24px;
  padding-top: 24px;
}

.pv25 {
  padding-bottom: 25px;
  padding-top: 25px;
}

.pv30 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.pv33 {
  padding-bottom: 33px;
  padding-top: 33px;
}

.pv35 {
  padding-bottom: 35px;
  padding-top: 35px;
}

.pv40 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.pv50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.pv60 {
  padding-bottom: 60px;
  padding-top: 60px;
}

@media only screen and (min-width: 640px) {
  .pv0-md {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}

@media only screen and (min-width: 640px) {
  .pv10-md {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

@media only screen and (min-width: 640px) {
  .pv15-md {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}

@media only screen and (min-width: 640px) {
  .pv20-md {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 640px) {
  .pv24-md {
    padding-bottom: 24px;
    padding-top: 24px;
  }
}

@media only screen and (min-width: 640px) {
  .pv25-md {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}

@media only screen and (min-width: 640px) {
  .pv30-md {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

@media only screen and (min-width: 640px) {
  .pv33-md {
    padding-bottom: 33px;
    padding-top: 33px;
  }
}

@media only screen and (min-width: 640px) {
  .pv35-md {
    padding-bottom: 35px;
    padding-top: 35px;
  }
}

@media only screen and (min-width: 640px) {
  .pv40-md {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

@media only screen and (min-width: 640px) {
  .pv50-md {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

@media only screen and (min-width: 640px) {
  .pv60-md {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

.text-white {
  color: #ffffff;
}

.text-white:hover {
  color: #ffffff;
}

.text-black {
  color: #000000;
}

.text-black:hover {
  color: #000000;
}

.text-red {
  color: #cd1719;
}

.text-red:hover {
  color: #cd1719;
}

.text-lighter-red {
  color: rgba(205, 23, 25, 0.1);
}

.text-lighter-red:hover {
  color: rgba(205, 23, 25, 0.1);
}

.text-violet {
  color: #853688;
}

.text-violet:hover {
  color: #853688;
}

.text-yellow {
  color: #dfa70f;
}

.text-yellow:hover {
  color: #dfa70f;
}

.text-blue {
  color: #3488c9;
}

.text-blue:hover {
  color: #3488c9;
}

.text-sea-blue {
  color: #368288;
}

.text-sea-blue:hover {
  color: #368288;
}

.text-grey {
  color: #999898;
}

.text-grey:hover {
  color: #999898;
}

.text-dark-grey {
  color: #515151;
}

.text-dark-grey:hover {
  color: #515151;
}

.text-darker-grey {
  color: #262626;
}

.text-darker-grey:hover {
  color: #262626;
}

.text-pale-red {
  color: #d75852;
}

.text-pale-red:hover {
  color: #d75852;
}

.text-lighter-grey {
  color: #f1f1f1;
}

.text-lighter-grey:hover {
  color: #f1f1f1;
}

.text-q-white {
  color: white;
}

.text-q-white:hover {
  color: white;
}

.text-q-white-1 {
  color: #bbbbbb;
}

.text-q-white-1:hover {
  color: #bbbbbb;
}

.text-q-white-2 {
  color: #888888;
}

.text-q-white-2:hover {
  color: #888888;
}

.text-q-white-3 {
  color: #444444;
}

.text-q-white-3:hover {
  color: #444444;
}

.text-q-red {
  color: #e64444;
}

.text-q-red:hover {
  color: #e64444;
}

.text-q-red-1 {
  color: #facccc;
}

.text-q-red-1:hover {
  color: #facccc;
}

.text-q-red-2 {
  color: #f06666;
}

.text-q-red-2:hover {
  color: #f06666;
}

.text-q-red-3 {
  color: #a10000;
}

.text-q-red-3:hover {
  color: #a10000;
}

.text-q-red-4 {
  color: #5c0000;
}

.text-q-red-4:hover {
  color: #5c0000;
}

.text-q-orange {
  color: #ff9900;
}

.text-q-orange:hover {
  color: #ff9900;
}

.text-q-orange-1 {
  color: #ffebcc;
}

.text-q-orange-1:hover {
  color: #ffebcc;
}

.text-q-orange-2 {
  color: #ffc266;
}

.text-q-orange-2:hover {
  color: #ffc266;
}

.text-q-orange-3 {
  color: #b26b00;
}

.text-q-orange-3:hover {
  color: #b26b00;
}

.text-q-orange-4 {
  color: #663d00;
}

.text-q-orange-4:hover {
  color: #663d00;
}

.text-q-yellow {
  color: yellow;
}

.text-q-yellow:hover {
  color: yellow;
}

.text-q-yellow-1 {
  color: #ffffcc;
}

.text-q-yellow-1:hover {
  color: #ffffcc;
}

.text-q-yellow-2 {
  color: #ffff66;
}

.text-q-yellow-2:hover {
  color: #ffff66;
}

.text-q-yellow-3 {
  color: #b2b200;
}

.text-q-yellow-3:hover {
  color: #b2b200;
}

.text-q-yellow-4 {
  color: #666600;
}

.text-q-yellow-4:hover {
  color: #666600;
}

.text-q-green {
  color: #008a00;
}

.text-q-green:hover {
  color: #008a00;
}

.text-q-green-1 {
  color: #cce8cc;
}

.text-q-green-1:hover {
  color: #cce8cc;
}

.text-q-green-2 {
  color: #66b966;
}

.text-q-green-2:hover {
  color: #66b966;
}

.text-q-green-3 {
  color: #006100;
}

.text-q-green-3:hover {
  color: #006100;
}

.text-q-green-4 {
  color: #003700;
}

.text-q-green-4:hover {
  color: #003700;
}

.text-q-blue {
  color: #0066cc;
}

.text-q-blue:hover {
  color: #0066cc;
}

.text-q-blue-1 {
  color: #cce0f5;
}

.text-q-blue-1:hover {
  color: #cce0f5;
}

.text-q-blue-2 {
  color: #66a3e0;
}

.text-q-blue-2:hover {
  color: #66a3e0;
}

.text-q-blue-3 {
  color: #0047b2;
}

.text-q-blue-3:hover {
  color: #0047b2;
}

.text-q-blue-4 {
  color: #002966;
}

.text-q-blue-4:hover {
  color: #002966;
}

.text-q-purple {
  color: #9933ff;
}

.text-q-purple:hover {
  color: #9933ff;
}

.text-q-purple-1 {
  color: #ebd6ff;
}

.text-q-purple-1:hover {
  color: #ebd6ff;
}

.text-q-purple-2 {
  color: #c285ff;
}

.text-q-purple-2:hover {
  color: #c285ff;
}

.text-q-purple-3 {
  color: #6b24b2;
}

.text-q-purple-3:hover {
  color: #6b24b2;
}

.text-q-purple-4 {
  color: #3d1466;
}

.text-q-purple-4:hover {
  color: #3d1466;
}

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

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

.bg-red,
.se-footer,
.se-header {
  background-color: #cd1719;
}

.bg-lighter-red {
  background-color: rgba(205, 23, 25, 0.1);
}

.bg-violet {
  background-color: #853688;
}

.bg-yellow {
  background-color: #dfa70f;
}

.bg-blue {
  background-color: #3488c9;
}

.bg-sea-blue {
  background-color: #368288;
}

.bg-grey {
  background-color: #999898;
}

.bg-dark-grey {
  background-color: #515151;
}

.bg-darker-grey {
  background-color: #262626;
}

.bg-pale-red {
  background-color: #d75852;
}

.bg-lighter-grey {
  background-color: #f1f1f1;
}

.bg-q-white {
  background-color: white;
}

.bg-q-white-1 {
  background-color: #bbbbbb;
}

.bg-q-white-2 {
  background-color: #888888;
}

.bg-q-white-3 {
  background-color: #444444;
}

.bg-q-red {
  background-color: #e64444;
}

.bg-q-red-1 {
  background-color: #facccc;
}

.bg-q-red-2 {
  background-color: #f06666;
}

.bg-q-red-3 {
  background-color: #a10000;
}

.bg-q-red-4 {
  background-color: #5c0000;
}

.bg-q-orange {
  background-color: #ff9900;
}

.bg-q-orange-1 {
  background-color: #ffebcc;
}

.bg-q-orange-2 {
  background-color: #ffc266;
}

.bg-q-orange-3 {
  background-color: #b26b00;
}

.bg-q-orange-4 {
  background-color: #663d00;
}

.bg-q-yellow {
  background-color: yellow;
}

.bg-q-yellow-1 {
  background-color: #ffffcc;
}

.bg-q-yellow-2 {
  background-color: #ffff66;
}

.bg-q-yellow-3 {
  background-color: #b2b200;
}

.bg-q-yellow-4 {
  background-color: #666600;
}

.bg-q-green {
  background-color: #008a00;
}

.bg-q-green-1 {
  background-color: #cce8cc;
}

.bg-q-green-2 {
  background-color: #66b966;
}

.bg-q-green-3 {
  background-color: #006100;
}

.bg-q-green-4 {
  background-color: #003700;
}

.bg-q-blue {
  background-color: #0066cc;
}

.bg-q-blue-1 {
  background-color: #cce0f5;
}

.bg-q-blue-2 {
  background-color: #66a3e0;
}

.bg-q-blue-3 {
  background-color: #0047b2;
}

.bg-q-blue-4 {
  background-color: #002966;
}

.bg-q-purple {
  background-color: #9933ff;
}

.bg-q-purple-1 {
  background-color: #ebd6ff;
}

.bg-q-purple-2 {
  background-color: #c285ff;
}

.bg-q-purple-3 {
  background-color: #6b24b2;
}

.bg-q-purple-4 {
  background-color: #3d1466;
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.normal {
  font-weight: 400;
}

.flex-vcentered {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: flex;
}

.darby {
  font-family: "Darby Sans", "Serif";
}

.clearface {
  font-family: "ClearfaceTS", "Sans Serif";
}

.swift {
  font-family: "SwiftEF", "Sans Serif";
}

.border-right {
  border-right: 1px #d75852;
}

.uppercase {
  text-transform: uppercase;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.is-align-items-baseline {
  -webkit-box-align: baseline;
          align-items: baseline;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.se-list__columns {
  margin: 0 -15px;
}

@media only screen and (min-width: 1138px) {
  .se-list__columns {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin: 0 -20px;
  }
}

@media only screen and (min-width: 1138px) {
  .se-list__columns--large {
    margin: 0 -10px;
  }
}

@media only screen and (min-width: 1138px) {
  .se-list__columns--large .se-list__column--left {
    margin: 0 10px;
    width: 666px;
  }

  .se-list__columns--large .se-list__column--left .se-card:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-list__columns--large .se-list__column--right {
    margin: 0 10px;
  }
}

.se-list__column--left {
  margin: 0 15px;
}

@media only screen and (min-width: 1138px) {
  .se-list__column--left {
    margin: 0 20px;
    width: 633px;
  }
}

.se-list__column--right {
  margin: 0 15px;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 1138px) {
  .se-list__column--right {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin: 0 20px;
    width: 300px;
  }

  .se-list__column--right .se-advertisement {
    position: absolute;
    top: 0;
  }
}

@media only screen and (min-width: 1138px) and (min-width: 1138px) {
  .se-list__column--right .se-box {
    position: absolute;
    bottom: 0;
  }
}

.se-list__column--vcentered {
  -webkit-box-pack: center;
          justify-content: center;
}

.se-list__column--start {
  -webkit-box-pack: start;
          justify-content: start;
}

.se-header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*
  TODO: quitar luego del feedback del cliente

  &__username {
    color: $white;
    display: none;
    font-size: toRem(16px);
    font-weight: $medium;
    height: 56px;
  }

  */
  /*
  TODO: quitar luego del feedback del cliente
  .mobile-nav-expanded & {
    .se {
      &-header {
        &__logo {
          display: none;
        }

        &__username {
          @extend .se-header__logo;

          align-items: center;
          display: flex;
          justify-content: left;
          transition: none;
        }
      }
    }
  }
  */
}

@media only screen and (min-width: 1138px) {
  .se-header {
    position: inherit;
    padding: 40px 0 39px;
  }
}

.se-header__logo {
  padding: 19px 0;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.se-header__logo a {
  display: inline-block;
}

.se-header__logo img {
  max-width: 184px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media only screen and (min-width: 1138px) {
  .se-header__logo img {
    max-width: none;
  }
}

@media only screen and (max-width: 639px) {
  .mobile-searchbox-expanded .se-header__logo {
    opacity: 0;
  }
}

.mobile-header-fixed .se-header__logo {
  background-image: url(/images/se-business-mobile-logo-red.svg?b93187c089217cdb880cebb90fce7146);
}

@media only screen and (min-width: 1138px) {
  .se-header__logo {
    padding: 6px 0 0;
  }
}

.se-header__buttons {
  display: none;
}

@media only screen and (min-width: 1138px) {
  .se-header__buttons {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .se-header__buttons a:first-child {
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    margin-right: 22px;
  }
}

.mobile-header-fixed .se-header {
  background-color: #ffffff;
}

@media only screen and (min-width: 1138px) {
  .mobile-header-fixed .se-header {
    background: #cd1719;
  }
}

.mobile-header-fixed .se-header .se-hamburger__bar {
  background-color: #cd1719;
}

@media only screen and (min-width: 1138px) {
  .auth .se-header {
    padding: 27px 0 27px;
  }

  .auth .se-header .se-header__logo img {
    max-width: 263px;
  }
}

.se-nav {
  height: 0;
  overflow: hidden;
}

@media only screen and (min-width: 1138px) {
  .se-nav {
    border-bottom: solid rgba(153, 152, 152, 0.5) 1px;
    height: auto;
    margin-bottom: 30px;
    overflow: visible;
  }

  .no-margin .se-nav {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__inner {
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .se-nav__inner.specials ul.se-nav__menu {
    display: -webkit-box;
    display: flex;
    height: 69px;
    padding-right: 10px;
    width: 100%;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .se-nav__inner.specials ul.se-nav__menu li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    text-align: center;
  }

  .se-nav__inner.specials ul.se-nav__menu li a {
    padding: 0 10px;
    line-height: 1.4;
    max-width: 100px;
  }
}

.se-nav__menu {
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li {
    display: inline-block;
  }
}

.se-nav__menu li a {
  color: #515151;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  opacity: 1;
  padding: 15px 53px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li a {
    padding: 28px 18px 23px;
    font-size: 0.875rem;
  }

  .se-nav__menu li a:hover {
    opacity: 0.75;
  }
}

.se-nav__menu li.active a {
  background-color: rgba(215, 88, 82, 0.09);
  border-left: solid #cd1719 4px;
  color: #cd1719;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.active {
    border-bottom: solid #cd1719 3px;
    background-color: rgba(215, 88, 82, 0.09);
  }

  .se-nav__menu li.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--default.active a {
  border-left: solid #d75852 4px;
  color: #d75852;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--default.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--default.active {
    border-bottom: solid #d75852 3px;
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--default.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--blog.active a {
  background-color: rgba(54, 130, 136, 0.09);
  border-left: solid #368288 4px;
  color: #368288;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--blog.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--blog.active {
    border-bottom: solid #368288 3px;
    background-color: rgba(54, 130, 136, 0.09);
  }

  .se-nav__menu li.se-nav__link--blog.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--white.active a {
  background-color: rgba(255, 255, 255, 0.09);
  border-left: solid #ffffff 4px;
  color: #ffffff;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--white.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--white.active {
    border-bottom: solid #ffffff 3px;
    background-color: rgba(255, 255, 255, 0.09);
  }

  .se-nav__menu li.se-nav__link--white.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--white.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--black.active a {
  background-color: rgba(0, 0, 0, 0.09);
  border-left: solid #000000 4px;
  color: #000000;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--black.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--black.active {
    border-bottom: solid #000000 3px;
    background-color: rgba(0, 0, 0, 0.09);
  }

  .se-nav__menu li.se-nav__link--black.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--black.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--red.active a {
  background-color: rgba(205, 23, 25, 0.09);
  border-left: solid #cd1719 4px;
  color: #cd1719;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--red.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--red.active {
    border-bottom: solid #cd1719 3px;
    background-color: rgba(205, 23, 25, 0.09);
  }

  .se-nav__menu li.se-nav__link--red.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--red.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--lighter-red.active a {
  background-color: rgba(205, 23, 25, 0.09);
  border-left: solid rgba(205, 23, 25, 0.1) 4px;
  color: rgba(205, 23, 25, 0.1);
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--lighter-red.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--lighter-red.active {
    border-bottom: solid rgba(205, 23, 25, 0.1) 3px;
    background-color: rgba(205, 23, 25, 0.09);
  }

  .se-nav__menu li.se-nav__link--lighter-red.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--lighter-red.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--violet.active a {
  background-color: rgba(133, 54, 136, 0.09);
  border-left: solid #853688 4px;
  color: #853688;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--violet.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--violet.active {
    border-bottom: solid #853688 3px;
    background-color: rgba(133, 54, 136, 0.09);
  }

  .se-nav__menu li.se-nav__link--violet.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--violet.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--yellow.active a {
  background-color: rgba(223, 167, 15, 0.09);
  border-left: solid #dfa70f 4px;
  color: #dfa70f;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--yellow.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--yellow.active {
    border-bottom: solid #dfa70f 3px;
    background-color: rgba(223, 167, 15, 0.09);
  }

  .se-nav__menu li.se-nav__link--yellow.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--yellow.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--blue.active a {
  background-color: rgba(52, 136, 201, 0.09);
  border-left: solid #3488c9 4px;
  color: #3488c9;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--blue.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--blue.active {
    border-bottom: solid #3488c9 3px;
    background-color: rgba(52, 136, 201, 0.09);
  }

  .se-nav__menu li.se-nav__link--blue.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--blue.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--sea-blue.active a {
  background-color: rgba(54, 130, 136, 0.09);
  border-left: solid #368288 4px;
  color: #368288;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--sea-blue.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--sea-blue.active {
    border-bottom: solid #368288 3px;
    background-color: rgba(54, 130, 136, 0.09);
  }

  .se-nav__menu li.se-nav__link--sea-blue.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--sea-blue.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--grey.active a {
  background-color: rgba(153, 152, 152, 0.09);
  border-left: solid #999898 4px;
  color: #999898;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--grey.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--grey.active {
    border-bottom: solid #999898 3px;
    background-color: rgba(153, 152, 152, 0.09);
  }

  .se-nav__menu li.se-nav__link--grey.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--grey.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--dark-grey.active a {
  background-color: rgba(81, 81, 81, 0.09);
  border-left: solid #515151 4px;
  color: #515151;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--dark-grey.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--dark-grey.active {
    border-bottom: solid #515151 3px;
    background-color: rgba(81, 81, 81, 0.09);
  }

  .se-nav__menu li.se-nav__link--dark-grey.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--dark-grey.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--darker-grey.active a {
  background-color: rgba(38, 38, 38, 0.09);
  border-left: solid #262626 4px;
  color: #262626;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--darker-grey.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--darker-grey.active {
    border-bottom: solid #262626 3px;
    background-color: rgba(38, 38, 38, 0.09);
  }

  .se-nav__menu li.se-nav__link--darker-grey.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--darker-grey.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--pale-red.active a {
  background-color: rgba(215, 88, 82, 0.09);
  border-left: solid #d75852 4px;
  color: #d75852;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--pale-red.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--pale-red.active {
    border-bottom: solid #d75852 3px;
    background-color: rgba(215, 88, 82, 0.09);
  }

  .se-nav__menu li.se-nav__link--pale-red.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--pale-red.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--lighter-grey.active a {
  background-color: rgba(241, 241, 241, 0.09);
  border-left: solid #f1f1f1 4px;
  color: #f1f1f1;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--lighter-grey.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--lighter-grey.active {
    border-bottom: solid #f1f1f1 3px;
    background-color: rgba(241, 241, 241, 0.09);
  }

  .se-nav__menu li.se-nav__link--lighter-grey.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--lighter-grey.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--q-white.active a {
  background-color: rgba(255, 255, 255, 0.09);
  border-left: solid white 4px;
  color: white;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-white.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-white.active {
    border-bottom: solid white 3px;
    background-color: rgba(255, 255, 255, 0.09);
  }

  .se-nav__menu li.se-nav__link--q-white.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--q-white.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--q-white-1.active a {
  background-color: rgba(187, 187, 187, 0.09);
  border-left: solid #bbbbbb 4px;
  color: #bbbbbb;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-white-1.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-white-1.active {
    border-bottom: solid #bbbbbb 3px;
    background-color: rgba(187, 187, 187, 0.09);
  }

  .se-nav__menu li.se-nav__link--q-white-1.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--q-white-1.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--q-white-2.active a {
  background-color: rgba(136, 136, 136, 0.09);
  border-left: solid #888888 4px;
  color: #888888;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-white-2.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-white-2.active {
    border-bottom: solid #888888 3px;
    background-color: rgba(136, 136, 136, 0.09);
  }

  .se-nav__menu li.se-nav__link--q-white-2.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--q-white-2.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--q-white-3.active a {
  background-color: rgba(68, 68, 68, 0.09);
  border-left: solid #444444 4px;
  color: #444444;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-white-3.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-white-3.active {
    border-bottom: solid #444444 3px;
    background-color: rgba(68, 68, 68, 0.09);
  }

  .se-nav__menu li.se-nav__link--q-white-3.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--q-white-3.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--q-red.active a {
  background-color: rgba(230, 68, 68, 0.09);
  border-left: solid #e64444 4px;
  color: #e64444;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-red.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-red.active {
    border-bottom: solid #e64444 3px;
    background-color: rgba(230, 68, 68, 0.09);
  }

  .se-nav__menu li.se-nav__link--q-red.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--q-red.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--q-red-1.active a {
  background-color: rgba(250, 204, 204, 0.09);
  border-left: solid #facccc 4px;
  color: #facccc;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-red-1.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-red-1.active {
    border-bottom: solid #facccc 3px;
    background-color: rgba(250, 204, 204, 0.09);
  }

  .se-nav__menu li.se-nav__link--q-red-1.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--q-red-1.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--q-red-2.active a {
  background-color: rgba(240, 102, 102, 0.09);
  border-left: solid #f06666 4px;
  color: #f06666;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-red-2.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-red-2.active {
    border-bottom: solid #f06666 3px;
    background-color: rgba(240, 102, 102, 0.09);
  }

  .se-nav__menu li.se-nav__link--q-red-2.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--q-red-2.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--q-red-3.active a {
  background-color: rgba(161, 0, 0, 0.09);
  border-left: solid #a10000 4px;
  color: #a10000;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-red-3.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-red-3.active {
    border-bottom: solid #a10000 3px;
    background-color: rgba(161, 0, 0, 0.09);
  }

  .se-nav__menu li.se-nav__link--q-red-3.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--q-red-3.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--q-red-4.active a {
  background-color: rgba(92, 0, 0, 0.09);
  border-left: solid #5c0000 4px;
  color: #5c0000;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-red-4.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-red-4.active {
    border-bottom: solid #5c0000 3px;
    background-color: rgba(92, 0, 0, 0.09);
  }

  .se-nav__menu li.se-nav__link--q-red-4.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--q-red-4.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--q-orange.active a {
  background-color: rgba(255, 153, 0, 0.09);
  border-left: solid #ff9900 4px;
  color: #ff9900;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-orange.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-orange.active {
    border-bottom: solid #ff9900 3px;
    background-color: rgba(255, 153, 0, 0.09);
  }

  .se-nav__menu li.se-nav__link--q-orange.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--q-orange.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--q-orange-1.active a {
  background-color: rgba(255, 235, 204, 0.09);
  border-left: solid #ffebcc 4px;
  color: #ffebcc;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-orange-1.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-orange-1.active {
    border-bottom: solid #ffebcc 3px;
    background-color: rgba(255, 235, 204, 0.09);
  }

  .se-nav__menu li.se-nav__link--q-orange-1.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--q-orange-1.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--q-orange-2.active a {
  background-color: rgba(255, 194, 102, 0.09);
  border-left: solid #ffc266 4px;
  color: #ffc266;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-orange-2.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-orange-2.active {
    border-bottom: solid #ffc266 3px;
    background-color: rgba(255, 194, 102, 0.09);
  }

  .se-nav__menu li.se-nav__link--q-orange-2.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--q-orange-2.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--q-orange-3.active a {
  background-color: rgba(178, 107, 0, 0.09);
  border-left: solid #b26b00 4px;
  color: #b26b00;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-orange-3.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-orange-3.active {
    border-bottom: solid #b26b00 3px;
    background-color: rgba(178, 107, 0, 0.09);
  }

  .se-nav__menu li.se-nav__link--q-orange-3.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--q-orange-3.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--q-orange-4.active a {
  background-color: rgba(102, 61, 0, 0.09);
  border-left: solid #663d00 4px;
  color: #663d00;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-orange-4.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-orange-4.active {
    border-bottom: solid #663d00 3px;
    background-color: rgba(102, 61, 0, 0.09);
  }

  .se-nav__menu li.se-nav__link--q-orange-4.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--q-orange-4.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--q-yellow.active a {
  background-color: rgba(255, 255, 0, 0.09);
  border-left: solid yellow 4px;
  color: yellow;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-yellow.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-yellow.active {
    border-bottom: solid yellow 3px;
    background-color: rgba(255, 255, 0, 0.09);
  }

  .se-nav__menu li.se-nav__link--q-yellow.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--q-yellow.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--q-yellow-1.active a {
  background-color: rgba(255, 255, 204, 0.09);
  border-left: solid #ffffcc 4px;
  color: #ffffcc;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-yellow-1.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-yellow-1.active {
    border-bottom: solid #ffffcc 3px;
    background-color: rgba(255, 255, 204, 0.09);
  }

  .se-nav__menu li.se-nav__link--q-yellow-1.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--q-yellow-1.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--q-yellow-2.active a {
  background-color: rgba(255, 255, 102, 0.09);
  border-left: solid #ffff66 4px;
  color: #ffff66;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-yellow-2.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-yellow-2.active {
    border-bottom: solid #ffff66 3px;
    background-color: rgba(255, 255, 102, 0.09);
  }

  .se-nav__menu li.se-nav__link--q-yellow-2.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--q-yellow-2.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--q-yellow-3.active a {
  background-color: rgba(178, 178, 0, 0.09);
  border-left: solid #b2b200 4px;
  color: #b2b200;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-yellow-3.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-yellow-3.active {
    border-bottom: solid #b2b200 3px;
    background-color: rgba(178, 178, 0, 0.09);
  }

  .se-nav__menu li.se-nav__link--q-yellow-3.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--q-yellow-3.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--q-yellow-4.active a {
  background-color: rgba(102, 102, 0, 0.09);
  border-left: solid #666600 4px;
  color: #666600;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-yellow-4.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-yellow-4.active {
    border-bottom: solid #666600 3px;
    background-color: rgba(102, 102, 0, 0.09);
  }

  .se-nav__menu li.se-nav__link--q-yellow-4.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--q-yellow-4.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--q-green.active a {
  background-color: rgba(0, 138, 0, 0.09);
  border-left: solid #008a00 4px;
  color: #008a00;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-green.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-green.active {
    border-bottom: solid #008a00 3px;
    background-color: rgba(0, 138, 0, 0.09);
  }

  .se-nav__menu li.se-nav__link--q-green.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--q-green.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--q-green-1.active a {
  background-color: rgba(204, 232, 204, 0.09);
  border-left: solid #cce8cc 4px;
  color: #cce8cc;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-green-1.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-green-1.active {
    border-bottom: solid #cce8cc 3px;
    background-color: rgba(204, 232, 204, 0.09);
  }

  .se-nav__menu li.se-nav__link--q-green-1.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--q-green-1.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--q-green-2.active a {
  background-color: rgba(102, 185, 102, 0.09);
  border-left: solid #66b966 4px;
  color: #66b966;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-green-2.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-green-2.active {
    border-bottom: solid #66b966 3px;
    background-color: rgba(102, 185, 102, 0.09);
  }

  .se-nav__menu li.se-nav__link--q-green-2.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--q-green-2.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--q-green-3.active a {
  background-color: rgba(0, 97, 0, 0.09);
  border-left: solid #006100 4px;
  color: #006100;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-green-3.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-green-3.active {
    border-bottom: solid #006100 3px;
    background-color: rgba(0, 97, 0, 0.09);
  }

  .se-nav__menu li.se-nav__link--q-green-3.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--q-green-3.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--q-green-4.active a {
  background-color: rgba(0, 55, 0, 0.09);
  border-left: solid #003700 4px;
  color: #003700;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-green-4.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-green-4.active {
    border-bottom: solid #003700 3px;
    background-color: rgba(0, 55, 0, 0.09);
  }

  .se-nav__menu li.se-nav__link--q-green-4.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--q-green-4.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--q-blue.active a {
  background-color: rgba(0, 102, 204, 0.09);
  border-left: solid #0066cc 4px;
  color: #0066cc;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-blue.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-blue.active {
    border-bottom: solid #0066cc 3px;
    background-color: rgba(0, 102, 204, 0.09);
  }

  .se-nav__menu li.se-nav__link--q-blue.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--q-blue.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--q-blue-1.active a {
  background-color: rgba(204, 224, 245, 0.09);
  border-left: solid #cce0f5 4px;
  color: #cce0f5;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-blue-1.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-blue-1.active {
    border-bottom: solid #cce0f5 3px;
    background-color: rgba(204, 224, 245, 0.09);
  }

  .se-nav__menu li.se-nav__link--q-blue-1.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--q-blue-1.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--q-blue-2.active a {
  background-color: rgba(102, 163, 224, 0.09);
  border-left: solid #66a3e0 4px;
  color: #66a3e0;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-blue-2.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-blue-2.active {
    border-bottom: solid #66a3e0 3px;
    background-color: rgba(102, 163, 224, 0.09);
  }

  .se-nav__menu li.se-nav__link--q-blue-2.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--q-blue-2.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--q-blue-3.active a {
  background-color: rgba(0, 71, 178, 0.09);
  border-left: solid #0047b2 4px;
  color: #0047b2;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-blue-3.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-blue-3.active {
    border-bottom: solid #0047b2 3px;
    background-color: rgba(0, 71, 178, 0.09);
  }

  .se-nav__menu li.se-nav__link--q-blue-3.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--q-blue-3.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--q-blue-4.active a {
  background-color: rgba(0, 41, 102, 0.09);
  border-left: solid #002966 4px;
  color: #002966;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-blue-4.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-blue-4.active {
    border-bottom: solid #002966 3px;
    background-color: rgba(0, 41, 102, 0.09);
  }

  .se-nav__menu li.se-nav__link--q-blue-4.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--q-blue-4.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--q-purple.active a {
  background-color: rgba(153, 51, 255, 0.09);
  border-left: solid #9933ff 4px;
  color: #9933ff;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-purple.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-purple.active {
    border-bottom: solid #9933ff 3px;
    background-color: rgba(153, 51, 255, 0.09);
  }

  .se-nav__menu li.se-nav__link--q-purple.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--q-purple.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--q-purple-1.active a {
  background-color: rgba(235, 214, 255, 0.09);
  border-left: solid #ebd6ff 4px;
  color: #ebd6ff;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-purple-1.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-purple-1.active {
    border-bottom: solid #ebd6ff 3px;
    background-color: rgba(235, 214, 255, 0.09);
  }

  .se-nav__menu li.se-nav__link--q-purple-1.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--q-purple-1.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--q-purple-2.active a {
  background-color: rgba(194, 133, 255, 0.09);
  border-left: solid #c285ff 4px;
  color: #c285ff;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-purple-2.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-purple-2.active {
    border-bottom: solid #c285ff 3px;
    background-color: rgba(194, 133, 255, 0.09);
  }

  .se-nav__menu li.se-nav__link--q-purple-2.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--q-purple-2.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--q-purple-3.active a {
  background-color: rgba(107, 36, 178, 0.09);
  border-left: solid #6b24b2 4px;
  color: #6b24b2;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-purple-3.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-purple-3.active {
    border-bottom: solid #6b24b2 3px;
    background-color: rgba(107, 36, 178, 0.09);
  }

  .se-nav__menu li.se-nav__link--q-purple-3.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--q-purple-3.active a {
    background-color: transparent;
  }
}

.se-nav__menu li.se-nav__link--q-purple-4.active a {
  background-color: rgba(61, 20, 102, 0.09);
  border-left: solid #3d1466 4px;
  color: #3d1466;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-purple-4.active a {
    border-left: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav__menu li.se-nav__link--q-purple-4.active {
    border-bottom: solid #3d1466 3px;
    background-color: rgba(61, 20, 102, 0.09);
  }

  .se-nav__menu li.se-nav__link--q-purple-4.active.backgroundless {
    background-color: transparent;
  }

  .se-nav__menu li.se-nav__link--q-purple-4.active a {
    background-color: transparent;
  }
}

.mobile-nav-expanded .se-nav {
  background-color: #ffffff;
  height: 100vh;
  position: fixed;
  top: 56px;
  width: 100%;
  z-index: 150;
}

@media only screen and (min-width: 1138px) {
  .mobile-nav-expanded .se-nav {
    height: auto;
    position: static;
  }
}

.se-nav-digital {
  height: 0;
  overflow: hidden;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital {
    height: auto;
    overflow: visible;
  }

  .no-margin .se-nav-digital {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__inner {
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.se-nav-digital__menu {
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li {
    display: inline-block;
  }
}

.se-nav-digital__menu li a {
  color: #515151;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  opacity: 1;
  padding: 15px 53px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li a {
    padding: 28px 18px 23px;
    font-size: 0.875rem;
  }

  .se-nav-digital__menu li a:hover {
    opacity: 0.75;
  }
}

.se-nav-digital__menu li.active a {
  background-color: rgba(215, 88, 82, 0.09);
  border-left: solid #cd1719 4px;
  color: #cd1719;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.active a {
    border-bottom: solid #cd1719 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--blog.active a {
  background-color: rgba(54, 130, 136, 0.09);
  border-left: solid #368288 4px;
  color: #368288;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--blog.active a {
    border-bottom: solid #368288 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--white.active a {
  background-color: rgba(255, 255, 255, 0.09);
  border-left: solid #ffffff 4px;
  color: #ffffff;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--white.active a {
    border-bottom: solid #ffffff 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--black.active a {
  background-color: rgba(0, 0, 0, 0.09);
  border-left: solid #000000 4px;
  color: #000000;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--black.active a {
    border-bottom: solid #000000 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--red.active a {
  background-color: rgba(205, 23, 25, 0.09);
  border-left: solid #cd1719 4px;
  color: #cd1719;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--red.active a {
    border-bottom: solid #cd1719 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--lighter-red.active a {
  background-color: rgba(205, 23, 25, 0.09);
  border-left: solid rgba(205, 23, 25, 0.1) 4px;
  color: rgba(205, 23, 25, 0.1);
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--lighter-red.active a {
    border-bottom: solid rgba(205, 23, 25, 0.1) 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--violet.active a {
  background-color: rgba(133, 54, 136, 0.09);
  border-left: solid #853688 4px;
  color: #853688;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--violet.active a {
    border-bottom: solid #853688 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--yellow.active a {
  background-color: rgba(223, 167, 15, 0.09);
  border-left: solid #dfa70f 4px;
  color: #dfa70f;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--yellow.active a {
    border-bottom: solid #dfa70f 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--blue.active a {
  background-color: rgba(52, 136, 201, 0.09);
  border-left: solid #3488c9 4px;
  color: #3488c9;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--blue.active a {
    border-bottom: solid #3488c9 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--sea-blue.active a {
  background-color: rgba(54, 130, 136, 0.09);
  border-left: solid #368288 4px;
  color: #368288;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--sea-blue.active a {
    border-bottom: solid #368288 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--grey.active a {
  background-color: rgba(153, 152, 152, 0.09);
  border-left: solid #999898 4px;
  color: #999898;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--grey.active a {
    border-bottom: solid #999898 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--dark-grey.active a {
  background-color: rgba(81, 81, 81, 0.09);
  border-left: solid #515151 4px;
  color: #515151;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--dark-grey.active a {
    border-bottom: solid #515151 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--darker-grey.active a {
  background-color: rgba(38, 38, 38, 0.09);
  border-left: solid #262626 4px;
  color: #262626;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--darker-grey.active a {
    border-bottom: solid #262626 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--pale-red.active a {
  background-color: rgba(215, 88, 82, 0.09);
  border-left: solid #d75852 4px;
  color: #d75852;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--pale-red.active a {
    border-bottom: solid #d75852 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--lighter-grey.active a {
  background-color: rgba(241, 241, 241, 0.09);
  border-left: solid #f1f1f1 4px;
  color: #f1f1f1;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--lighter-grey.active a {
    border-bottom: solid #f1f1f1 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--q-white.active a {
  background-color: rgba(255, 255, 255, 0.09);
  border-left: solid white 4px;
  color: white;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--q-white.active a {
    border-bottom: solid white 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--q-white-1.active a {
  background-color: rgba(187, 187, 187, 0.09);
  border-left: solid #bbbbbb 4px;
  color: #bbbbbb;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--q-white-1.active a {
    border-bottom: solid #bbbbbb 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--q-white-2.active a {
  background-color: rgba(136, 136, 136, 0.09);
  border-left: solid #888888 4px;
  color: #888888;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--q-white-2.active a {
    border-bottom: solid #888888 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--q-white-3.active a {
  background-color: rgba(68, 68, 68, 0.09);
  border-left: solid #444444 4px;
  color: #444444;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--q-white-3.active a {
    border-bottom: solid #444444 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--q-red.active a {
  background-color: rgba(230, 68, 68, 0.09);
  border-left: solid #e64444 4px;
  color: #e64444;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--q-red.active a {
    border-bottom: solid #e64444 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--q-red-1.active a {
  background-color: rgba(250, 204, 204, 0.09);
  border-left: solid #facccc 4px;
  color: #facccc;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--q-red-1.active a {
    border-bottom: solid #facccc 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--q-red-2.active a {
  background-color: rgba(240, 102, 102, 0.09);
  border-left: solid #f06666 4px;
  color: #f06666;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--q-red-2.active a {
    border-bottom: solid #f06666 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--q-red-3.active a {
  background-color: rgba(161, 0, 0, 0.09);
  border-left: solid #a10000 4px;
  color: #a10000;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--q-red-3.active a {
    border-bottom: solid #a10000 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--q-red-4.active a {
  background-color: rgba(92, 0, 0, 0.09);
  border-left: solid #5c0000 4px;
  color: #5c0000;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--q-red-4.active a {
    border-bottom: solid #5c0000 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--q-orange.active a {
  background-color: rgba(255, 153, 0, 0.09);
  border-left: solid #ff9900 4px;
  color: #ff9900;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--q-orange.active a {
    border-bottom: solid #ff9900 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--q-orange-1.active a {
  background-color: rgba(255, 235, 204, 0.09);
  border-left: solid #ffebcc 4px;
  color: #ffebcc;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--q-orange-1.active a {
    border-bottom: solid #ffebcc 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--q-orange-2.active a {
  background-color: rgba(255, 194, 102, 0.09);
  border-left: solid #ffc266 4px;
  color: #ffc266;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--q-orange-2.active a {
    border-bottom: solid #ffc266 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--q-orange-3.active a {
  background-color: rgba(178, 107, 0, 0.09);
  border-left: solid #b26b00 4px;
  color: #b26b00;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--q-orange-3.active a {
    border-bottom: solid #b26b00 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--q-orange-4.active a {
  background-color: rgba(102, 61, 0, 0.09);
  border-left: solid #663d00 4px;
  color: #663d00;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--q-orange-4.active a {
    border-bottom: solid #663d00 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--q-yellow.active a {
  background-color: rgba(255, 255, 0, 0.09);
  border-left: solid yellow 4px;
  color: yellow;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--q-yellow.active a {
    border-bottom: solid yellow 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--q-yellow-1.active a {
  background-color: rgba(255, 255, 204, 0.09);
  border-left: solid #ffffcc 4px;
  color: #ffffcc;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--q-yellow-1.active a {
    border-bottom: solid #ffffcc 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--q-yellow-2.active a {
  background-color: rgba(255, 255, 102, 0.09);
  border-left: solid #ffff66 4px;
  color: #ffff66;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--q-yellow-2.active a {
    border-bottom: solid #ffff66 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--q-yellow-3.active a {
  background-color: rgba(178, 178, 0, 0.09);
  border-left: solid #b2b200 4px;
  color: #b2b200;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--q-yellow-3.active a {
    border-bottom: solid #b2b200 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--q-yellow-4.active a {
  background-color: rgba(102, 102, 0, 0.09);
  border-left: solid #666600 4px;
  color: #666600;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--q-yellow-4.active a {
    border-bottom: solid #666600 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--q-green.active a {
  background-color: rgba(0, 138, 0, 0.09);
  border-left: solid #008a00 4px;
  color: #008a00;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--q-green.active a {
    border-bottom: solid #008a00 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--q-green-1.active a {
  background-color: rgba(204, 232, 204, 0.09);
  border-left: solid #cce8cc 4px;
  color: #cce8cc;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--q-green-1.active a {
    border-bottom: solid #cce8cc 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--q-green-2.active a {
  background-color: rgba(102, 185, 102, 0.09);
  border-left: solid #66b966 4px;
  color: #66b966;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--q-green-2.active a {
    border-bottom: solid #66b966 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--q-green-3.active a {
  background-color: rgba(0, 97, 0, 0.09);
  border-left: solid #006100 4px;
  color: #006100;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--q-green-3.active a {
    border-bottom: solid #006100 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--q-green-4.active a {
  background-color: rgba(0, 55, 0, 0.09);
  border-left: solid #003700 4px;
  color: #003700;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--q-green-4.active a {
    border-bottom: solid #003700 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--q-blue.active a {
  background-color: rgba(0, 102, 204, 0.09);
  border-left: solid #0066cc 4px;
  color: #0066cc;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--q-blue.active a {
    border-bottom: solid #0066cc 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--q-blue-1.active a {
  background-color: rgba(204, 224, 245, 0.09);
  border-left: solid #cce0f5 4px;
  color: #cce0f5;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--q-blue-1.active a {
    border-bottom: solid #cce0f5 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--q-blue-2.active a {
  background-color: rgba(102, 163, 224, 0.09);
  border-left: solid #66a3e0 4px;
  color: #66a3e0;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--q-blue-2.active a {
    border-bottom: solid #66a3e0 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--q-blue-3.active a {
  background-color: rgba(0, 71, 178, 0.09);
  border-left: solid #0047b2 4px;
  color: #0047b2;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--q-blue-3.active a {
    border-bottom: solid #0047b2 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--q-blue-4.active a {
  background-color: rgba(0, 41, 102, 0.09);
  border-left: solid #002966 4px;
  color: #002966;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--q-blue-4.active a {
    border-bottom: solid #002966 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--q-purple.active a {
  background-color: rgba(153, 51, 255, 0.09);
  border-left: solid #9933ff 4px;
  color: #9933ff;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--q-purple.active a {
    border-bottom: solid #9933ff 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--q-purple-1.active a {
  background-color: rgba(235, 214, 255, 0.09);
  border-left: solid #ebd6ff 4px;
  color: #ebd6ff;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--q-purple-1.active a {
    border-bottom: solid #ebd6ff 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--q-purple-2.active a {
  background-color: rgba(194, 133, 255, 0.09);
  border-left: solid #c285ff 4px;
  color: #c285ff;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--q-purple-2.active a {
    border-bottom: solid #c285ff 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--q-purple-3.active a {
  background-color: rgba(107, 36, 178, 0.09);
  border-left: solid #6b24b2 4px;
  color: #6b24b2;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--q-purple-3.active a {
    border-bottom: solid #6b24b2 3px;
    border-left: 0;
  }
}

.se-nav-digital__menu li.se-nav__link--q-purple-4.active a {
  background-color: rgba(61, 20, 102, 0.09);
  border-left: solid #3d1466 4px;
  color: #3d1466;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-nav-digital__menu li.se-nav__link--q-purple-4.active a {
    border-bottom: solid #3d1466 3px;
    border-left: 0;
  }
}

.mobile-nav-expanded .se-nav-digital {
  background-color: #ffffff;
  height: 100vh;
  position: fixed;
  top: 56px;
  width: 100%;
  z-index: 150;
}

@media only screen and (min-width: 1138px) {
  .mobile-nav-expanded .se-nav-digital {
    height: auto;
    position: static;
  }
}

.se-hamburger {
  position: absolute;
  left: 5%;
  top: 22px;
  width: 22px;
}

@media only screen and (min-width: 1138px) {
  .se-hamburger {
    display: none;
  }
}

.se-hamburger__bar {
  border-radius: 3px;
  background-color: #ffffff;
  display: block;
  height: 2px;
  margin-bottom: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.se-hamburger__bar:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1137px) {
  .mobile-searchbox-expanded .se-hamburger {
    opacity: 0;
  }
}

.mobile-nav-expanded .se-hamburger__bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate3d(0, -3px, 0);
          transform: rotate(45deg) translate3d(0, -3px, 0);
  -webkit-transform-origin: 0px;
          transform-origin: 0px;
}

.mobile-nav-expanded .se-hamburger__bar:nth-child(2) {
  opacity: 0;
}

.mobile-nav-expanded .se-hamburger__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate3d(0, 3px, 0);
          transform: rotate(-45deg) translate3d(0, 3px, 0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
}

.se-searchbox__options {
  display: none;
  background-color: #ffffff;
  box-shadow: 0 3px 10px 6px rgba(81, 81, 81, 0.05);
  position: absolute;
  z-index: 10;
  width: 100%;
}

.se-searchbox__options h4 {
  background-color: rgba(205, 23, 25, 0.05);
  font-family: "Darby Sans", "Sans Serif";
  font-weight: 500;
  color: #262626;
  line-height: 1;
  padding: 10px 17px;
}

.se-searchbox__options a {
  color: #262626;
  display: block;
  font-family: "Darby Sans", "Sans Serif";
  padding: 5px 17px;
}

.se-searchbox__clear {
  background-color: transparent;
  border: 0;
  opacity: 0;
  outline: none;
  position: absolute;
}

@media only screen and (max-width: 1137px) {
  .se-searchbox {
    height: 42px;
    margin: auto;
    position: fixed;
    right: 5%;
    top: 8px;
    z-index: 100;
  }

  .mobile-searchbox-expanded .se-searchbox {
    width: calc(100% - 10%);
  }

  .se-searchbox__wrapper {
    background: none;
    border-radius: 5px;
    display: -webkit-box;
    display: flex;
    height: 42px;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .mobile-searchbox-expanded .se-searchbox__wrapper {
    background-color: #ffffff;
    max-width: 700px;
    width: calc(100% - 30px);
    opacity: 1;
  }

  .se-searchbox__search {
    background: none;
    border: 0;
    padding: 10px 0;
    outline: none;
  }

  .se-searchbox__search i {
    color: #ffffff;
    font-size: 1.3125rem;
    position: relative;
    right: 0px;
  }

  .mobile-searchbox-expanded .se-searchbox__search {
    padding: 10px;
  }

  .mobile-searchbox-expanded .se-searchbox__search i {
    color: #a8a8a8;
  }

  .se-searchbox__options {
    height: calc(100vh - 58px);
    position: fixed;
    top: 58px;
    left: 0;
    overflow-y: scroll;
  }

  .searchbox-options-expanded .se-searchbox__options {
    display: block;
  }

  .se-searchbox__form {
    border: 0;
    border-radius: 5px;
    height: 42px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .se-searchbox__input {
    border: 0;
    height: 42px;
    padding: 10px 0;
    width: 100%;
    max-width: 0;
    outline: none;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }

  .mobile-searchbox-expanded .se-searchbox__input {
    padding: 10px 15px 10px 0;
    max-width: none;
  }

  .se-searchbox__action {
    background: #ffffff;
    border: solid #ffffff 1px;
    border-radius: 5px;
    color: #cd1719;
    font-size: 0.875rem;
    font-weight: 500;
    outline: none;
    padding: 12px;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
  }

  .mobile-searchbox-expanded .se-searchbox__action {
    display: inline-block;
  }

  .se-searchbox__clear {
    font-size: 1.125rem;
    padding: 0;
    position: absolute;
    left: -30px;
    top: 12px;
  }

  .se-searchbox__clear i {
    color: #ffffff;
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 1137px) and (max-width: 1137px) {
  .mobile-searchbox-expanded .se-searchbox__clear {
    opacity: 1;
  }
}

@media only screen and (min-width: 1138px) {
  .se-searchbox {
    max-width: 214px;
    width: 100%;
    position: relative;
  }

  .se-searchbox__input {
    background-color: #f1f1f1;
    box-sizing: border-box;
    border: solid #f1f1f1 1px;
    border-radius: 5px;
    font-size: 0.75rem;
    line-height: 1;
    outline: none;
    padding: 13px 10px 13px 34px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
  }

  .se-searchbox__action {
    display: none;
  }

  .se-searchbox__search {
    background: none;
    border: 0;
    color: rgba(81, 81, 81, 0.9);
    outline: none;
    padding: 0;
    position: absolute;
    left: 10px;
    top: 14px;
  }
}

@media only screen and (min-width: 1138px) and (min-width: 640px) {
  .se-searchbox__options {
    max-height: 450px;
    overflow-y: scroll;
  }
}

@media only screen and (min-width: 1138px) {
  .se-searchbox__options h4 {
    font-size: 0.8125rem;
    padding: 12px 16px;
  }
}

@media only screen and (min-width: 1138px) {
  .se-searchbox__options a {
    font-size: 0.8125rem;
    padding: 6px 16px;
  }
}

@media only screen and (min-width: 1138px) {
  .searchbox-options-expanded .se-searchbox__options {
    display: block;
  }
}

@media only screen and (min-width: 1138px) {
  .se-searchbox__clear {
    color: #999898;
    font-size: 0.75rem;
    outline: none;
    padding: 0;
    right: 10px;
    top: 15px;
  }
}

@media only screen and (min-width: 1138px) {
  .searchbox-options-expanded .se-searchbox__input {
    background-color: #ffffff;
    border: solid #cd1719 1px;
  }

  .searchbox-options-expanded .se-searchbox__search i {
    color: #cd1719;
  }

  .searchbox-options-expanded .se-searchbox__clear {
    opacity: 1;
  }
}

.se-category__title,
.se-section__title,
.se-page__title,
.se-heading__title {
  font-family: "Darby Sans", "Sans Serif";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

@media only screen and (min-width: 1138px) {
  .se-category__title,
  .se-section__title,
  .se-page__title,
  .se-heading__title {
    font-size: 2rem;
  }
}

.se-heading {
  background-color: #cd1719;
  margin-bottom: 40px;
  padding: 33px 0;
  position: relative;
  text-align: center;
}

.se-heading p {
  color: #ffffff;
}

.se-heading__circle {
  left: calc( 50% - 31px );
  position: absolute;
  top: -30px;
}

.se-heading__box {
  margin-bottom: -80px;
  position: relative;
  top: -140px;
}

.se-heading__title {
  color: #ffffff;
}

.se-heading__description {
  font-size: 0.8125rem;
  margin-top: 12px;
  padding: 0 15px;
}

@media only screen and (min-width: 1138px) {
  .se-heading__datetime {
    font-size: 1.25rem;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1138px) {
  .se-heading__location {
    font-size: 1.125rem;
    font-weight: 400;
  }

  .se-heading__location i {
    font-size: 1.5rem;
    position: relative;
    top: 3px;
  }
}

.se-heading__button-wrapper {
  bottom: -20px;
  position: absolute;
  width: 100%;
}

.se-heading__button-wrapper a {
  font-size: 1rem;
  font-weight: 500;
  padding: 16px 50px;
}

.se-heading__button-wrapper .se-btn {
  width: auto;
  max-width: none;
}

.se-heading--darker-grey {
  background-color: #262626;
  margin-bottom: 50px;
  padding: 50px 0;
}

.se-heading--darker-grey .se-heading__title {
  font-family: "ClearfaceTS", "Serif";
  font-weight: 700;
  margin-bottom: 20px;
}

.se-heading--bg {
  background-color: #262626;
  min-height: 240px;
}

.se-section__title::after {
  content: "\E910";
  display: inline-block;
  font-family: "se" !important;
  font-size: 1.375rem;
  font-weight: 400;
  margin-left: 18px;
  vertical-align: middle;
}

.se-section__title__sufix {
  color: #999898;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 12px;
}

@media only screen and (min-width: 640px) {
  .se-section__title__sufix {
    font-size: 1.125rem;
    font-weight: 500;
    display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: middle;
  }
}

.se-section__title--single::after {
  content: none;
}

.se-section__title--sm {
  border-bottom: solid #999898 2px;
  font-family: "Darby Sans", "Sans Serif";
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.84px;
  padding-bottom: 10px;
}

.se-section__title--sm::after {
  content: none;
}

.se-section__title--white {
  color: #ffffff;
}

.se-section--white .se-section__title {
  background-color: rgba(255, 255, 255, 0.075);
  border-top: solid #ffffff 10px;
  color: #ffffff;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--white .se-section__title {
    border-top: solid #ffffff 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--black .se-section__title {
  background-color: rgba(0, 0, 0, 0.075);
  border-top: solid #000000 10px;
  color: #000000;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--black .se-section__title {
    border-top: solid #000000 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--red .se-section__title {
  background-color: rgba(205, 23, 25, 0.075);
  border-top: solid #cd1719 10px;
  color: #cd1719;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--red .se-section__title {
    border-top: solid #cd1719 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--lighter-red .se-section__title {
  background-color: rgba(205, 23, 25, 0.075);
  border-top: solid rgba(205, 23, 25, 0.1) 10px;
  color: rgba(205, 23, 25, 0.1);
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--lighter-red .se-section__title {
    border-top: solid rgba(205, 23, 25, 0.1) 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--violet .se-section__title {
  background-color: rgba(133, 54, 136, 0.075);
  border-top: solid #853688 10px;
  color: #853688;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--violet .se-section__title {
    border-top: solid #853688 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--yellow .se-section__title {
  background-color: rgba(223, 167, 15, 0.075);
  border-top: solid #dfa70f 10px;
  color: #dfa70f;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--yellow .se-section__title {
    border-top: solid #dfa70f 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--blue .se-section__title {
  background-color: rgba(52, 136, 201, 0.075);
  border-top: solid #3488c9 10px;
  color: #3488c9;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--blue .se-section__title {
    border-top: solid #3488c9 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--sea-blue .se-section__title {
  background-color: rgba(54, 130, 136, 0.075);
  border-top: solid #368288 10px;
  color: #368288;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--sea-blue .se-section__title {
    border-top: solid #368288 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--grey .se-section__title {
  background-color: rgba(153, 152, 152, 0.075);
  border-top: solid #999898 10px;
  color: #999898;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--grey .se-section__title {
    border-top: solid #999898 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--dark-grey .se-section__title {
  background-color: rgba(81, 81, 81, 0.075);
  border-top: solid #515151 10px;
  color: #515151;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--dark-grey .se-section__title {
    border-top: solid #515151 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--darker-grey .se-section__title {
  background-color: rgba(38, 38, 38, 0.075);
  border-top: solid #262626 10px;
  color: #262626;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--darker-grey .se-section__title {
    border-top: solid #262626 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--pale-red .se-section__title {
  background-color: rgba(215, 88, 82, 0.075);
  border-top: solid #d75852 10px;
  color: #d75852;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--pale-red .se-section__title {
    border-top: solid #d75852 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--lighter-grey .se-section__title {
  background-color: rgba(241, 241, 241, 0.075);
  border-top: solid #f1f1f1 10px;
  color: #f1f1f1;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--lighter-grey .se-section__title {
    border-top: solid #f1f1f1 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--q-white .se-section__title {
  background-color: rgba(255, 255, 255, 0.075);
  border-top: solid white 10px;
  color: white;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-white .se-section__title {
    border-top: solid white 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--q-white-1 .se-section__title {
  background-color: rgba(187, 187, 187, 0.075);
  border-top: solid #bbbbbb 10px;
  color: #bbbbbb;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-white-1 .se-section__title {
    border-top: solid #bbbbbb 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--q-white-2 .se-section__title {
  background-color: rgba(136, 136, 136, 0.075);
  border-top: solid #888888 10px;
  color: #888888;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-white-2 .se-section__title {
    border-top: solid #888888 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--q-white-3 .se-section__title {
  background-color: rgba(68, 68, 68, 0.075);
  border-top: solid #444444 10px;
  color: #444444;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-white-3 .se-section__title {
    border-top: solid #444444 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--q-red .se-section__title {
  background-color: rgba(230, 68, 68, 0.075);
  border-top: solid #e64444 10px;
  color: #e64444;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-red .se-section__title {
    border-top: solid #e64444 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--q-red-1 .se-section__title {
  background-color: rgba(250, 204, 204, 0.075);
  border-top: solid #facccc 10px;
  color: #facccc;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-red-1 .se-section__title {
    border-top: solid #facccc 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--q-red-2 .se-section__title {
  background-color: rgba(240, 102, 102, 0.075);
  border-top: solid #f06666 10px;
  color: #f06666;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-red-2 .se-section__title {
    border-top: solid #f06666 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--q-red-3 .se-section__title {
  background-color: rgba(161, 0, 0, 0.075);
  border-top: solid #a10000 10px;
  color: #a10000;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-red-3 .se-section__title {
    border-top: solid #a10000 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--q-red-4 .se-section__title {
  background-color: rgba(92, 0, 0, 0.075);
  border-top: solid #5c0000 10px;
  color: #5c0000;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-red-4 .se-section__title {
    border-top: solid #5c0000 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--q-orange .se-section__title {
  background-color: rgba(255, 153, 0, 0.075);
  border-top: solid #ff9900 10px;
  color: #ff9900;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-orange .se-section__title {
    border-top: solid #ff9900 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--q-orange-1 .se-section__title {
  background-color: rgba(255, 235, 204, 0.075);
  border-top: solid #ffebcc 10px;
  color: #ffebcc;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-orange-1 .se-section__title {
    border-top: solid #ffebcc 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--q-orange-2 .se-section__title {
  background-color: rgba(255, 194, 102, 0.075);
  border-top: solid #ffc266 10px;
  color: #ffc266;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-orange-2 .se-section__title {
    border-top: solid #ffc266 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--q-orange-3 .se-section__title {
  background-color: rgba(178, 107, 0, 0.075);
  border-top: solid #b26b00 10px;
  color: #b26b00;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-orange-3 .se-section__title {
    border-top: solid #b26b00 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--q-orange-4 .se-section__title {
  background-color: rgba(102, 61, 0, 0.075);
  border-top: solid #663d00 10px;
  color: #663d00;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-orange-4 .se-section__title {
    border-top: solid #663d00 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--q-yellow .se-section__title {
  background-color: rgba(255, 255, 0, 0.075);
  border-top: solid yellow 10px;
  color: yellow;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-yellow .se-section__title {
    border-top: solid yellow 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--q-yellow-1 .se-section__title {
  background-color: rgba(255, 255, 204, 0.075);
  border-top: solid #ffffcc 10px;
  color: #ffffcc;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-yellow-1 .se-section__title {
    border-top: solid #ffffcc 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--q-yellow-2 .se-section__title {
  background-color: rgba(255, 255, 102, 0.075);
  border-top: solid #ffff66 10px;
  color: #ffff66;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-yellow-2 .se-section__title {
    border-top: solid #ffff66 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--q-yellow-3 .se-section__title {
  background-color: rgba(178, 178, 0, 0.075);
  border-top: solid #b2b200 10px;
  color: #b2b200;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-yellow-3 .se-section__title {
    border-top: solid #b2b200 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--q-yellow-4 .se-section__title {
  background-color: rgba(102, 102, 0, 0.075);
  border-top: solid #666600 10px;
  color: #666600;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-yellow-4 .se-section__title {
    border-top: solid #666600 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--q-green .se-section__title {
  background-color: rgba(0, 138, 0, 0.075);
  border-top: solid #008a00 10px;
  color: #008a00;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-green .se-section__title {
    border-top: solid #008a00 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--q-green-1 .se-section__title {
  background-color: rgba(204, 232, 204, 0.075);
  border-top: solid #cce8cc 10px;
  color: #cce8cc;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-green-1 .se-section__title {
    border-top: solid #cce8cc 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--q-green-2 .se-section__title {
  background-color: rgba(102, 185, 102, 0.075);
  border-top: solid #66b966 10px;
  color: #66b966;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-green-2 .se-section__title {
    border-top: solid #66b966 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--q-green-3 .se-section__title {
  background-color: rgba(0, 97, 0, 0.075);
  border-top: solid #006100 10px;
  color: #006100;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-green-3 .se-section__title {
    border-top: solid #006100 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--q-green-4 .se-section__title {
  background-color: rgba(0, 55, 0, 0.075);
  border-top: solid #003700 10px;
  color: #003700;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-green-4 .se-section__title {
    border-top: solid #003700 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--q-blue .se-section__title {
  background-color: rgba(0, 102, 204, 0.075);
  border-top: solid #0066cc 10px;
  color: #0066cc;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-blue .se-section__title {
    border-top: solid #0066cc 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--q-blue-1 .se-section__title {
  background-color: rgba(204, 224, 245, 0.075);
  border-top: solid #cce0f5 10px;
  color: #cce0f5;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-blue-1 .se-section__title {
    border-top: solid #cce0f5 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--q-blue-2 .se-section__title {
  background-color: rgba(102, 163, 224, 0.075);
  border-top: solid #66a3e0 10px;
  color: #66a3e0;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-blue-2 .se-section__title {
    border-top: solid #66a3e0 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--q-blue-3 .se-section__title {
  background-color: rgba(0, 71, 178, 0.075);
  border-top: solid #0047b2 10px;
  color: #0047b2;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-blue-3 .se-section__title {
    border-top: solid #0047b2 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--q-blue-4 .se-section__title {
  background-color: rgba(0, 41, 102, 0.075);
  border-top: solid #002966 10px;
  color: #002966;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-blue-4 .se-section__title {
    border-top: solid #002966 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--q-purple .se-section__title {
  background-color: rgba(153, 51, 255, 0.075);
  border-top: solid #9933ff 10px;
  color: #9933ff;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-purple .se-section__title {
    border-top: solid #9933ff 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--q-purple-1 .se-section__title {
  background-color: rgba(235, 214, 255, 0.075);
  border-top: solid #ebd6ff 10px;
  color: #ebd6ff;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-purple-1 .se-section__title {
    border-top: solid #ebd6ff 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--q-purple-2 .se-section__title {
  background-color: rgba(194, 133, 255, 0.075);
  border-top: solid #c285ff 10px;
  color: #c285ff;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-purple-2 .se-section__title {
    border-top: solid #c285ff 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--q-purple-3 .se-section__title {
  background-color: rgba(107, 36, 178, 0.075);
  border-top: solid #6b24b2 10px;
  color: #6b24b2;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-purple-3 .se-section__title {
    border-top: solid #6b24b2 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section--q-purple-4 .se-section__title {
  background-color: rgba(61, 20, 102, 0.075);
  border-top: solid #3d1466 10px;
  color: #3d1466;
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-purple-4 .se-section__title {
    border-top: solid #3d1466 16px;
    line-height: 1;
    padding: 38px 0;
  }
}

.se-section__title--category {
  font-family: "ClearfaceTS", "Sans Serif";
  font-size: 2.75rem;
  font-weight: 700;
}

.se-section__title--category::before {
  content: "";
  display: block;
  height: 11px;
  margin: 0 auto 18px auto;
  width: 155px;
}

.se-section__title--category::after {
  content: none;
}

.se-section--white .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #ffffff;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--white .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--white .se-section__title--category::before {
  background-color: #ffffff;
}

.se-section--black .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #000000;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--black .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--black .se-section__title--category::before {
  background-color: #000000;
}

.se-section--red .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #cd1719;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--red .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--red .se-section__title--category::before {
  background-color: #cd1719;
}

.se-section--lighter-red .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: rgba(205, 23, 25, 0.1);
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--lighter-red .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--lighter-red .se-section__title--category::before {
  background-color: rgba(205, 23, 25, 0.1);
}

.se-section--violet .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #853688;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--violet .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--violet .se-section__title--category::before {
  background-color: #853688;
}

.se-section--yellow .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #dfa70f;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--yellow .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--yellow .se-section__title--category::before {
  background-color: #dfa70f;
}

.se-section--blue .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #3488c9;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--blue .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--blue .se-section__title--category::before {
  background-color: #3488c9;
}

.se-section--sea-blue .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #368288;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--sea-blue .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--sea-blue .se-section__title--category::before {
  background-color: #368288;
}

.se-section--grey .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #999898;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--grey .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--grey .se-section__title--category::before {
  background-color: #999898;
}

.se-section--dark-grey .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #515151;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--dark-grey .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--dark-grey .se-section__title--category::before {
  background-color: #515151;
}

.se-section--darker-grey .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #262626;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--darker-grey .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--darker-grey .se-section__title--category::before {
  background-color: #262626;
}

.se-section--pale-red .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #d75852;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--pale-red .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--pale-red .se-section__title--category::before {
  background-color: #d75852;
}

.se-section--lighter-grey .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #f1f1f1;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--lighter-grey .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--lighter-grey .se-section__title--category::before {
  background-color: #f1f1f1;
}

.se-section--q-white .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: white;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-white .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--q-white .se-section__title--category::before {
  background-color: white;
}

.se-section--q-white-1 .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #bbbbbb;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-white-1 .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--q-white-1 .se-section__title--category::before {
  background-color: #bbbbbb;
}

.se-section--q-white-2 .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #888888;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-white-2 .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--q-white-2 .se-section__title--category::before {
  background-color: #888888;
}

.se-section--q-white-3 .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #444444;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-white-3 .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--q-white-3 .se-section__title--category::before {
  background-color: #444444;
}

.se-section--q-red .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #e64444;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-red .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--q-red .se-section__title--category::before {
  background-color: #e64444;
}

.se-section--q-red-1 .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #facccc;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-red-1 .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--q-red-1 .se-section__title--category::before {
  background-color: #facccc;
}

.se-section--q-red-2 .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #f06666;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-red-2 .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--q-red-2 .se-section__title--category::before {
  background-color: #f06666;
}

.se-section--q-red-3 .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #a10000;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-red-3 .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--q-red-3 .se-section__title--category::before {
  background-color: #a10000;
}

.se-section--q-red-4 .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #5c0000;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-red-4 .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--q-red-4 .se-section__title--category::before {
  background-color: #5c0000;
}

.se-section--q-orange .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #ff9900;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-orange .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--q-orange .se-section__title--category::before {
  background-color: #ff9900;
}

.se-section--q-orange-1 .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #ffebcc;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-orange-1 .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--q-orange-1 .se-section__title--category::before {
  background-color: #ffebcc;
}

.se-section--q-orange-2 .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #ffc266;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-orange-2 .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--q-orange-2 .se-section__title--category::before {
  background-color: #ffc266;
}

.se-section--q-orange-3 .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #b26b00;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-orange-3 .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--q-orange-3 .se-section__title--category::before {
  background-color: #b26b00;
}

.se-section--q-orange-4 .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #663d00;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-orange-4 .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--q-orange-4 .se-section__title--category::before {
  background-color: #663d00;
}

.se-section--q-yellow .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: yellow;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-yellow .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--q-yellow .se-section__title--category::before {
  background-color: yellow;
}

.se-section--q-yellow-1 .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #ffffcc;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-yellow-1 .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--q-yellow-1 .se-section__title--category::before {
  background-color: #ffffcc;
}

.se-section--q-yellow-2 .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #ffff66;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-yellow-2 .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--q-yellow-2 .se-section__title--category::before {
  background-color: #ffff66;
}

.se-section--q-yellow-3 .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #b2b200;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-yellow-3 .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--q-yellow-3 .se-section__title--category::before {
  background-color: #b2b200;
}

.se-section--q-yellow-4 .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #666600;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-yellow-4 .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--q-yellow-4 .se-section__title--category::before {
  background-color: #666600;
}

.se-section--q-green .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #008a00;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-green .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--q-green .se-section__title--category::before {
  background-color: #008a00;
}

.se-section--q-green-1 .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #cce8cc;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-green-1 .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--q-green-1 .se-section__title--category::before {
  background-color: #cce8cc;
}

.se-section--q-green-2 .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #66b966;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-green-2 .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--q-green-2 .se-section__title--category::before {
  background-color: #66b966;
}

.se-section--q-green-3 .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #006100;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-green-3 .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--q-green-3 .se-section__title--category::before {
  background-color: #006100;
}

.se-section--q-green-4 .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #003700;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-green-4 .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--q-green-4 .se-section__title--category::before {
  background-color: #003700;
}

.se-section--q-blue .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #0066cc;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-blue .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--q-blue .se-section__title--category::before {
  background-color: #0066cc;
}

.se-section--q-blue-1 .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #cce0f5;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-blue-1 .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--q-blue-1 .se-section__title--category::before {
  background-color: #cce0f5;
}

.se-section--q-blue-2 .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #66a3e0;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-blue-2 .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--q-blue-2 .se-section__title--category::before {
  background-color: #66a3e0;
}

.se-section--q-blue-3 .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #0047b2;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-blue-3 .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--q-blue-3 .se-section__title--category::before {
  background-color: #0047b2;
}

.se-section--q-blue-4 .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #002966;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-blue-4 .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--q-blue-4 .se-section__title--category::before {
  background-color: #002966;
}

.se-section--q-purple .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #9933ff;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-purple .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--q-purple .se-section__title--category::before {
  background-color: #9933ff;
}

.se-section--q-purple-1 .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #ebd6ff;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-purple-1 .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--q-purple-1 .se-section__title--category::before {
  background-color: #ebd6ff;
}

.se-section--q-purple-2 .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #c285ff;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-purple-2 .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--q-purple-2 .se-section__title--category::before {
  background-color: #c285ff;
}

.se-section--q-purple-3 .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #6b24b2;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-purple-3 .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--q-purple-3 .se-section__title--category::before {
  background-color: #6b24b2;
}

.se-section--q-purple-4 .se-section__title--category {
  background-color: initial;
  border-top: none;
  color: #3d1466;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-section--q-purple-4 .se-section__title--category {
    border-top: none;
    padding: 0;
  }
}

.se-section--q-purple-4 .se-section__title--category::before {
  background-color: #3d1466;
}

.se-section__title--underline::after {
  border: solid 3px #262626;
  content: "";
  display: block;
  left: calc( 50% - 43px );
  margin-left: 0;
  margin-top: 32px;
  position: relative;
  width: 86px;
}

.se-notice {
  font-size: 0.75rem;
  padding: 10px 10px 10px 25px;
  text-align: center;
}

.se-notice a {
  text-decoration: underline;
  color: #515151;
}

@media only screen and (min-width: 1138px) {
  .se-notice {
    font-size: 0.875rem;
  }
}

.se-notice--warning {
  background-color: rgba(223, 167, 15, 0.05);
  border: solid #dfa70f 1px;
  color: #dfa70f;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-notice--upper {
    position: relative;
    top: -30px;
  }
}

.se-card {
  color: #262626;
  display: block;
  opacity: 1;
  position: relative;
  width: 100%;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.se-card:hover {
  opacity: 0.95;
}

.se-card__image,
.se-card__avatar {
  line-height: 1;
  margin-bottom: 20px;
}

.se-card__date {
  color: #999898;
  font-size: 0.875rem;
  color: #999898;
}

.se-card__header--sm .se-tag {
  font-size: 0.6875rem;
}

.se-card .se-card__body--single {
  min-height: auto;
}

@media only screen and (min-width: 640px) {
  .se-card .se-card__body--single .se-card__title {
    margin-bottom: 0;
  }

  .se-card .se-card__body--single .se-card__title a {
    color: #262626;
  }

  .se-card .se-card__body--single .se-card__action {
    position: relative;
  }
}

.se-card__title {
  display: block;
  font-size: 1.1875rem;
  font-weight: 700;
  color: #262626;
  margin-bottom: 11px;
}

.se-card__title a {
  color: #262626;
}

.se-card__excerpt {
  color: #515151;
  margin-bottom: 10px;
  font-size: 0.9375rem;
}

@media only screen and (min-width: 640px) {
  .se-card__excerpt {
    margin-bottom: 20px;
  }
}

.se-card__save {
  background-color: rgba(215, 88, 82, 0.1);
  border: 0;
  border-radius: 3px;
  color: #cd1719;
  cursor: pointer;
  font-family: "Darby Sans", "Sans Serif";
  font-size: 0.875rem;
  font-weight: 500;
  outline: none;
  padding: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.se-card__save.active {
  background-color: #cd1719;
  color: #ffffff;
}

.se-card__save.active i::before {
  content: "\E904";
}

.se-card__save.top-right {
  position: absolute !important;
  right: 0;
  top: 0;
}

.se-card__save i {
  font-size: 0.9375rem;
  vertical-align: text-bottom;
}

.se-card__save span {
  display: inline-block;
}

.se-card__remove {
  background: none;
  border: 0;
  color: #cd1719;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0;
}

.se-card__remove i {
  font-size: 0.625rem;
  font-weight: 700;
}

.se-card__time {
  color: #515151;
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "Darby Sans", "Sans Serif";
}

.se-card__action {
  -webkit-box-align: center;
          align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 640px) {
  .se-card__action {
    position: absolute;
    width: 100%;
    z-index: 5;
  }
}

.se-card__mark {
  background-color: #cd1719;
  border-radius: 0 0 3px 3px;
  color: #ffffff;
  line-height: 1;
  padding: 9px 7px;
  position: absolute;
  right: 15px;
  top: 0;
}

@media only screen and (min-width: 640px) {
  .se-card__mark {
    right: 32px;
  }
}

.se-card__mark i {
  font-size: 1.375rem;
}

.se-card.is-fadeout {
  -webkit-animation: fadeOut 0.5s ease-in-out forwards;
          animation: fadeOut 0.5s ease-in-out forwards;
}

.se-card-event {
  box-shadow: 2px 6px 15px 1px rgba(31, 118, 161, 0.15);
  border-radius: 5px;
  display: block;
  overflow: hidden;
  width: 100%;
}

@media only screen and (min-width: 640px) {
  .se-card-event {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.se-card-event__inner {
  display: block;
}

@media only screen and (min-width: 640px) {
  .se-card-event__body {
    min-height: 200px;
  }
}

.se-card-event__image {
  margin-bottom: 0;
}

.se-card-event__image img {
  width: 100%;
  max-width: none;
}

.se-card-event__title {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Darby Sans", "Sans Serif";
  line-height: 1;
  color: #262626;
}

.se-card-event__date {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  font-family: "SwiftEF", "Serif";
  line-height: 0.9;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  .se-card-event__date {
    text-align: left;
  }
}

.se-card-event__description {
  color: rgba(153, 152, 152, 0.9);
  font-size: 0.875rem;
  line-height: 1.29;
}

.se-card-event--disabled {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.se-card--xsm .se-card__title {
  -webkit-box-align: center;
          align-items: center;
  font-family: "ClearfaceTS", "Sans Serif";
  font-size: 0.875rem;
  line-height: 1.43;
  margin-bottom: 10px;
}

.se-card--xsm .se-card__info {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.se-card--sm {
  width: 100%;
}

.se-card--sm .se-card__title {
  font-size: 1rem;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1138px) {
  .se-card--sm .se-card__title {
    font-size: 1.0625rem;
  }
}

@media only screen and (min-width: 768px) {
  .se-card--sm .se-card__body {
    min-height: 245px;
  }
}

@media only screen and (min-width: 640px) {
  .se-card--sm .se-card__body--single {
    min-height: 115px;
  }
}

@media only screen and (min-width: 640px) and (min-width: 640px) {
  .se-card--sm .se-card__body--single .se-card__action {
    position: absolute;
  }
}

.se-card--sm .se-card__action {
  width: 100%;
}

@media only screen and (min-width: 640px) {
  .se-card--sm .se-card__action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  .se-card--sm .se-card__action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

.se-card--sm .se-card__image img {
  width: 100%;
}

.se-card--sm .se-card__excerpt {
  font-size: 0.875rem;
}

@media only screen and (min-width: 640px) {
  .se-card--sm .se-card__excerpt {
    margin-bottom: 0;
    min-height: 130px;
  }
}

@media only screen and (min-width: 640px) {
  .se-card--sm .se-card__save {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .se-card--sm .se-card__save {
    width: initial;
  }
}

.se-card--md .se-card__title {
  font-size: 1rem;
  line-height: 1.3;
}

@media only screen and (min-width: 1138px) {
  .se-card--md .se-card__title {
    font-size: 1.1875rem;
  }
}

@media only screen and (min-width: 640px) {
  .se-card--md .se-card__body {
    min-height: 304px;
  }
}

.se-card--md .se-card__excerpt {
  font-size: 0.875rem;
}

@media only screen and (min-width: 640px) {
  .se-card--md .se-card__excerpt {
    margin-bottom: 0;
    min-height: 200px;
  }
}

.se-card--md .se-card__image img {
  width: 100%;
}

.se-card--blog {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.se-card--blog .se-card__content {
  width: 60%;
  padding-bottom: 75px;
}

@media only screen and (min-width: 1138px) {
  .se-card--blog .se-card__content {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 640px) {
  .se-card--blog .se-card__body {
    min-height: 315px;
  }
}

@media only screen and (min-width: 768px) {
  .se-card--blog .se-card__body {
    min-height: 223px;
  }
}

.se-card--blog .se-card__action {
  position: absolute;
  width: 100%;
  z-index: 5;
}

.se-card--blog .se-label {
  color: #368288 !important;
}

.se-card--blog .se-tag {
  background-color: #368288 !important;
  border-radius: 0;
}

.se-card--blog .se-avatar--v {
  padding: 60px 0;
}

.se-card--blog .se-avatar--v .se-avatar__label {
  position: absolute;
  left: 0;
  bottom: 52px;
}

@media only screen and (min-width: 640px) {
  .se-card--blog .se-avatar--v .se-avatar__label {
    position: inherit;
  }
}

.se-card--lg .se-card__title {
  font-size: 1.125rem;
  margin-bottom: 16px;
}

@media only screen and (min-width: 640px) {
  .se-card--lg .se-card__title {
    font-size: 1.5625rem;
  }
}

@media only screen and (min-width: 640px) {
  .se-card--lg .se-card__body {
    min-height: 375px;
  }
}

@media only screen and (min-width: 640px) {
  .se-card--lg .se-card__excerpt p {
    font-size: 0.9375rem;
  }
}

.se-card--lg .se-card__image {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

@media only screen and (min-width: 640px) {
  .se-card--lg .se-card__image {
    line-height: 1;
    margin-bottom: 12px;
  }
}

.se-card--lg .se-card__image img {
  width: 100%;
}

@media only screen and (min-width: 640px) {
  .se-card--lg .se-card__image {
    display: block;
  }
}

.se-card--lg .se-card__action {
  width: 100%;
}

@media only screen and (min-width: 640px) {
  .se-card--lg .se-card__action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  .se-card--lg .se-card__action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

@media only screen and (min-width: 640px) {
  .se-card--lg .se-card__save {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .se-card--lg .se-card__save {
    width: initial;
  }
}

.se-card--horizontal {
  border-radius: 5px;
  min-height: 14.6875rem;
  position: relative;
  padding: 16px;
}

.se-list__columns .se-card--horizontal:last-child {
  margin-bottom: 0;
}

.se-card--horizontal .se-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.12px;
  line-height: 1.08;
}

.se-card--horizontal .se-card__image {
  width: 100%;
}

.se-card--horizontal .se-card__image img {
  width: 100%;
}

.se-card--horizontal .se-card__excerpt {
  font-size: 0.9375rem;
  margin-bottom: 16px;
  min-height: 92px;
}

.se-card--horizontal .se-card__action {
  position: initial;
}

.se-card--horizontal--large {
  padding: 16px 19px;
}

@media only screen and (min-width: 640px) {
  .se-card--horizontal--large {
    padding: 24px 32px;
  }
}

.se-card--horizontal--large .se-card__body {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

@media only screen and (min-width: 640px) {
  .se-card--horizontal--large .se-card__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

@media only screen and (min-width: 640px) {
  .se-card--horizontal--large .se-card__content {
    margin-right: 32px;
    max-width: 360px;
  }
}

@media only screen and (min-width: 640px) {
  .se-card--horizontal--large .se-card__image {
    max-width: 240px;
  }
}

@media only screen and (min-width: 768px) {
  .se-card--hero,
  .se-card--hero-article {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 1138px) {
  .se-card--hero,
  .se-card--hero-article {
    padding: 0;
  }
}

.se-card--hero .se-card__columns,
.se-card--hero-article .se-card__columns {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

@media only screen and (min-width: 768px) {
  .se-card--hero .se-card__columns,
  .se-card--hero-article .se-card__columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

.se-card--hero .se-card__column,
.se-card--hero-article .se-card__column {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .se-card--hero .se-card__column:first-child,
  .se-card--hero-article .se-card__column:first-child {
    width: 40%;
  }

  .se-card--hero .se-card__column:last-child,
  .se-card--hero-article .se-card__column:last-child {
    width: 60%;
  }
}

.se-card--hero .se-card__title,
.se-card--hero-article .se-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.25;
}

@media only screen and (min-width: 640px) {
  .se-card--hero .se-card__title,
  .se-card--hero-article .se-card__title {
    font-size: 1.625rem;
    line-height: 1.23;
    margin-bottom: 11px;
  }
}

.se-card--hero .se-card__body,
.se-card--hero-article .se-card__body {
  padding: 15px 15px 20px 15px;
}

@media only screen and (min-width: 640px) {
  .se-card--hero .se-card__body,
  .se-card--hero-article .se-card__body {
    padding: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .se-card--hero .se-card__body,
  .se-card--hero-article .se-card__body {
    padding: 0;
    padding-right: 40px;
  }
}

.se-card--hero .se-card__excerpt,
.se-card--hero-article .se-card__excerpt {
  color: #515151;
  font-size: 0.875rem;
  line-height: 1.63;
}

@media only screen and (min-width: 640px) {
  .se-card--hero .se-card__excerpt,
  .se-card--hero-article .se-card__excerpt {
    font-size: 1rem;
  }
}

.se-card--hero .se-card__time,
.se-card--hero-article .se-card__time {
  color: #515151;
  font-size: 0.75rem;
  z-index: 10;
}

@media only screen and (min-width: 640px) {
  .se-card--hero .se-card__time,
  .se-card--hero-article .se-card__time {
    font-size: 0.875rem;
  }
}

.se-card--hero .se-card__action,
.se-card--hero-article .se-card__action {
  margin-bottom: 0;
}

@media only screen and (min-width: 640px) {
  .se-card--hero .se-card__action,
  .se-card--hero-article .se-card__action {
    position: static;
  }
}

@media only screen and (min-width: 768px) {
  .se-card--hero .se-card__action,
  .se-card--hero-article .se-card__action {
    margin-bottom: 30px;
  }
}

.se-card--hero .se-card__image,
.se-card--hero-article .se-card__image {
  margin: 0;
}

.se-card--hero .se-card__image img,
.se-card--hero-article .se-card__image img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .se-card--hero .se-card__image,
  .se-card--hero-article .se-card__image {
    padding-top: 75px;
    width: auto;
  }
}

.se-card--hero .se-card__related,
.se-card--hero-article .se-card__related {
  background-color: rgba(153, 152, 152, 0.075);
  font-size: 0.8125rem;
  padding: 6px 13px;
}

.se-card--hero .se-card__related p,
.se-card--hero-article .se-card__related p {
  margin: 10px;
}

.se-card--hero .se-card__related a:hover,
.se-card--hero-article .se-card__related a:hover,
.se-card--hero .se-card__related a:visited,
.se-card--hero-article .se-card__related a:visited {
  text-decoration: underline;
}

@media only screen and (min-width: 640px) {
  .se-card--hero-article {
    padding: 45px 50px;
  }
}

.se-card--hero-article .se-card__body {
  margin-bottom: 0;
}

.se-card--hero-article .se-card__excerpt {
  margin-bottom: 30px;
}

@media only screen and (min-width: 640px) {
  .se-card--hero-article .se-card__excerpt {
    margin-bottom: 95px;
  }
}

.se-card--hero-article .se-card__action {
  margin-bottom: 0;
}

@media only screen and (min-width: 640px) {
  .se-card--hero-article .se-card__action {
    bottom: 0;
    padding-right: 40px;
    position: absolute;
  }
}

.se-card--hero-article .se-card__save {
  background-color: #ffffff;
  border: solid #ffffff 1px;
  color: #cd1719;
}

.se-card--hero-article .se-card__save.active {
  background-color: #cd1719;
  border: solid #ffffff 1px;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .se-card--hero-article .se-card__image {
    padding-top: 0;
    width: auto;
  }
}

@media only screen and (min-width: 1138px) {
  .se-card--hero-article--sm .se-card__column:first-child,
  .se-card--hero-article--sm .se-card__column:last-child {
    width: 50%;
  }

  .se-card--hero-article--sm .se-card__image {
    padding-top: 44px;
    width: auto;
  }

  .se-card--hero-article--sm .se-card__body,
  .se-card--hero-article--sm .se-card__action {
    padding-right: 30px;
  }

  .se-card--hero-article--sm .se-card--hero-article {
    padding: 38px 36px;
  }
}

.se-card--highlight {
  color: #ffffff;
  text-decoration: none;
}

.se-card--highlight .se-card__columns {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

@media only screen and (min-width: 640px) {
  .se-card--highlight .se-card__columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

.se-card--highlight .se-card__column {
  position: relative;
}

@media only screen and (min-width: 640px) {
  .se-card--highlight .se-card__column {
    width: 50%;
  }
}

.se-card--highlight .se-card__title {
  color: #ffffff;
}

.se-card--highlight .se-card__image {
  margin-bottom: 0;
  position: relative;
}

@media only screen and (min-width: 640px) {
  .se-card--highlight .se-card__image {
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    height: 100%;
    width: 100%;
  }

  .se-card--highlight .se-card__image img {
    float: left;
    height: auto;
    width: auto;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1138px) {
  .se-card--highlight .se-card__image {
    overflow: hidden;
    min-height: 489px;
  }

  .se-card--highlight .se-card__image img {
    height: auto;
    width: 100%;
  }
}

.se-card--highlight .se-card__image .se-share {
  position: absolute;
  top: 16px;
  right: 16px;
}

@media only screen and (min-width: 640px) {
  .se-card--highlight .se-card__image .se-share {
    top: 50px;
    right: 50px;
  }
}

.se-card--highlight .se-card__meta {
  color: #ffffff;
  margin-bottom: 12px;
}

@media only screen and (min-width: 640px) {
  .se-card--highlight .se-card__meta {
    margin-bottom: 30px;
  }
}

.se-card--highlight .se-card__title {
  font-size: 1.5rem;
  margin-bottom: 15px;
  line-height: 1.25;
}

@media only screen and (min-width: 640px) {
  .se-card--highlight .se-card__title {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}

.se-card--highlight .se-card__body {
  padding: 12px;
}

@media only screen and (min-width: 640px) {
  .se-card--highlight .se-card__body {
    padding: 50px 60px;
  }
}

.se-card--highlight .se-card__excerpt {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.63;
}

@media only screen and (min-width: 640px) {
  .se-card--highlight .se-card__excerpt {
    font-size: 1rem;
    min-height: 159px;
  }
}

@media only screen and (min-width: 640px) {
  .se-card--highlight .se-card__action {
    bottom: 40px;
    width: calc(100% - 120px);
  }
}

.se-card--highlight .se-card__save {
  background-color: #ffffff;
  border: solid #ffffff 1px;
  color: #cd1719;
}

.se-card--highlight .se-card__save.active {
  background-color: #cd1719;
  border: solid #ffffff 1px;
  color: #ffffff;
}

.se-card--highlight .se-card__time {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
}

.se-highlight--white .se-card--highlight {
  background-color: #ffffff;
}

.se-highlight--black .se-card--highlight {
  background-color: #000000;
}

.se-highlight--red .se-card--highlight {
  background-color: #cd1719;
}

.se-highlight--lighter-red .se-card--highlight {
  background-color: rgba(205, 23, 25, 0.1);
}

.se-highlight--violet .se-card--highlight {
  background-color: #853688;
}

.se-highlight--yellow .se-card--highlight {
  background-color: #dfa70f;
}

.se-highlight--blue .se-card--highlight {
  background-color: #3488c9;
}

.se-highlight--sea-blue .se-card--highlight {
  background-color: #368288;
}

.se-highlight--grey .se-card--highlight {
  background-color: #999898;
}

.se-highlight--dark-grey .se-card--highlight {
  background-color: #515151;
}

.se-highlight--darker-grey .se-card--highlight {
  background-color: #262626;
}

.se-highlight--pale-red .se-card--highlight {
  background-color: #d75852;
}

.se-highlight--lighter-grey .se-card--highlight {
  background-color: #f1f1f1;
}

.se-highlight--q-white .se-card--highlight {
  background-color: white;
}

.se-highlight--q-white-1 .se-card--highlight {
  background-color: #bbbbbb;
}

.se-highlight--q-white-2 .se-card--highlight {
  background-color: #888888;
}

.se-highlight--q-white-3 .se-card--highlight {
  background-color: #444444;
}

.se-highlight--q-red .se-card--highlight {
  background-color: #e64444;
}

.se-highlight--q-red-1 .se-card--highlight {
  background-color: #facccc;
}

.se-highlight--q-red-2 .se-card--highlight {
  background-color: #f06666;
}

.se-highlight--q-red-3 .se-card--highlight {
  background-color: #a10000;
}

.se-highlight--q-red-4 .se-card--highlight {
  background-color: #5c0000;
}

.se-highlight--q-orange .se-card--highlight {
  background-color: #ff9900;
}

.se-highlight--q-orange-1 .se-card--highlight {
  background-color: #ffebcc;
}

.se-highlight--q-orange-2 .se-card--highlight {
  background-color: #ffc266;
}

.se-highlight--q-orange-3 .se-card--highlight {
  background-color: #b26b00;
}

.se-highlight--q-orange-4 .se-card--highlight {
  background-color: #663d00;
}

.se-highlight--q-yellow .se-card--highlight {
  background-color: yellow;
}

.se-highlight--q-yellow-1 .se-card--highlight {
  background-color: #ffffcc;
}

.se-highlight--q-yellow-2 .se-card--highlight {
  background-color: #ffff66;
}

.se-highlight--q-yellow-3 .se-card--highlight {
  background-color: #b2b200;
}

.se-highlight--q-yellow-4 .se-card--highlight {
  background-color: #666600;
}

.se-highlight--q-green .se-card--highlight {
  background-color: #008a00;
}

.se-highlight--q-green-1 .se-card--highlight {
  background-color: #cce8cc;
}

.se-highlight--q-green-2 .se-card--highlight {
  background-color: #66b966;
}

.se-highlight--q-green-3 .se-card--highlight {
  background-color: #006100;
}

.se-highlight--q-green-4 .se-card--highlight {
  background-color: #003700;
}

.se-highlight--q-blue .se-card--highlight {
  background-color: #0066cc;
}

.se-highlight--q-blue-1 .se-card--highlight {
  background-color: #cce0f5;
}

.se-highlight--q-blue-2 .se-card--highlight {
  background-color: #66a3e0;
}

.se-highlight--q-blue-3 .se-card--highlight {
  background-color: #0047b2;
}

.se-highlight--q-blue-4 .se-card--highlight {
  background-color: #002966;
}

.se-highlight--q-purple .se-card--highlight {
  background-color: #9933ff;
}

.se-highlight--q-purple-1 .se-card--highlight {
  background-color: #ebd6ff;
}

.se-highlight--q-purple-2 .se-card--highlight {
  background-color: #c285ff;
}

.se-highlight--q-purple-3 .se-card--highlight {
  background-color: #6b24b2;
}

.se-highlight--q-purple-4 .se-card--highlight {
  background-color: #3d1466;
}

.se-section--white .se-card--horizontal {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.se-section--white .se-card--hero-article {
  background-color: rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--white .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--white .se-card .se-label {
  color: #ffffff;
}

.se-section--white .se-card .se-tag {
  background-color: #ffffff;
  border-radius: 0;
}

.se-section--white .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--black .se-card--horizontal {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.se-section--black .se-card--hero-article {
  background-color: rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--black .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--black .se-card .se-label {
  color: #000000;
}

.se-section--black .se-card .se-tag {
  background-color: #000000;
  border-radius: 0;
}

.se-section--black .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--red .se-card--horizontal {
  border: 1px solid rgba(205, 23, 25, 0.3);
}

.se-section--red .se-card--hero-article {
  background-color: rgba(205, 23, 25, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--red .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--red .se-card .se-label {
  color: #cd1719;
}

.se-section--red .se-card .se-tag {
  background-color: #cd1719;
  border-radius: 0;
}

.se-section--red .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--lighter-red .se-card--horizontal {
  border: 1px solid rgba(205, 23, 25, 0.3);
}

.se-section--lighter-red .se-card--hero-article {
  background-color: rgba(205, 23, 25, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--lighter-red .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--lighter-red .se-card .se-label {
  color: rgba(205, 23, 25, 0.1);
}

.se-section--lighter-red .se-card .se-tag {
  background-color: rgba(205, 23, 25, 0.1);
  border-radius: 0;
}

.se-section--lighter-red .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--violet .se-card--horizontal {
  border: 1px solid rgba(133, 54, 136, 0.3);
}

.se-section--violet .se-card--hero-article {
  background-color: rgba(133, 54, 136, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--violet .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--violet .se-card .se-label {
  color: #853688;
}

.se-section--violet .se-card .se-tag {
  background-color: #853688;
  border-radius: 0;
}

.se-section--violet .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--yellow .se-card--horizontal {
  border: 1px solid rgba(223, 167, 15, 0.3);
}

.se-section--yellow .se-card--hero-article {
  background-color: rgba(223, 167, 15, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--yellow .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--yellow .se-card .se-label {
  color: #dfa70f;
}

.se-section--yellow .se-card .se-tag {
  background-color: #dfa70f;
  border-radius: 0;
}

.se-section--yellow .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--blue .se-card--horizontal {
  border: 1px solid rgba(52, 136, 201, 0.3);
}

.se-section--blue .se-card--hero-article {
  background-color: rgba(52, 136, 201, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--blue .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--blue .se-card .se-label {
  color: #3488c9;
}

.se-section--blue .se-card .se-tag {
  background-color: #3488c9;
  border-radius: 0;
}

.se-section--blue .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--sea-blue .se-card--horizontal {
  border: 1px solid rgba(54, 130, 136, 0.3);
}

.se-section--sea-blue .se-card--hero-article {
  background-color: rgba(54, 130, 136, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--sea-blue .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--sea-blue .se-card .se-label {
  color: #368288;
}

.se-section--sea-blue .se-card .se-tag {
  background-color: #368288;
  border-radius: 0;
}

.se-section--sea-blue .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--grey .se-card--horizontal {
  border: 1px solid rgba(153, 152, 152, 0.3);
}

.se-section--grey .se-card--hero-article {
  background-color: rgba(153, 152, 152, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--grey .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--grey .se-card .se-label {
  color: #999898;
}

.se-section--grey .se-card .se-tag {
  background-color: #999898;
  border-radius: 0;
}

.se-section--grey .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--dark-grey .se-card--horizontal {
  border: 1px solid rgba(81, 81, 81, 0.3);
}

.se-section--dark-grey .se-card--hero-article {
  background-color: rgba(81, 81, 81, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--dark-grey .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--dark-grey .se-card .se-label {
  color: #515151;
}

.se-section--dark-grey .se-card .se-tag {
  background-color: #515151;
  border-radius: 0;
}

.se-section--dark-grey .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--darker-grey .se-card--horizontal {
  border: 1px solid rgba(38, 38, 38, 0.3);
}

.se-section--darker-grey .se-card--hero-article {
  background-color: rgba(38, 38, 38, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--darker-grey .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--darker-grey .se-card .se-label {
  color: #262626;
}

.se-section--darker-grey .se-card .se-tag {
  background-color: #262626;
  border-radius: 0;
}

.se-section--darker-grey .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--pale-red .se-card--horizontal {
  border: 1px solid rgba(215, 88, 82, 0.3);
}

.se-section--pale-red .se-card--hero-article {
  background-color: rgba(215, 88, 82, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--pale-red .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--pale-red .se-card .se-label {
  color: #d75852;
}

.se-section--pale-red .se-card .se-tag {
  background-color: #d75852;
  border-radius: 0;
}

.se-section--pale-red .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--lighter-grey .se-card--horizontal {
  border: 1px solid rgba(241, 241, 241, 0.3);
}

.se-section--lighter-grey .se-card--hero-article {
  background-color: rgba(241, 241, 241, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--lighter-grey .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--lighter-grey .se-card .se-label {
  color: #f1f1f1;
}

.se-section--lighter-grey .se-card .se-tag {
  background-color: #f1f1f1;
  border-radius: 0;
}

.se-section--lighter-grey .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--q-white .se-card--horizontal {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.se-section--q-white .se-card--hero-article {
  background-color: rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--q-white .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--q-white .se-card .se-label {
  color: white;
}

.se-section--q-white .se-card .se-tag {
  background-color: white;
  border-radius: 0;
}

.se-section--q-white .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--q-white-1 .se-card--horizontal {
  border: 1px solid rgba(187, 187, 187, 0.3);
}

.se-section--q-white-1 .se-card--hero-article {
  background-color: rgba(187, 187, 187, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--q-white-1 .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--q-white-1 .se-card .se-label {
  color: #bbbbbb;
}

.se-section--q-white-1 .se-card .se-tag {
  background-color: #bbbbbb;
  border-radius: 0;
}

.se-section--q-white-1 .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--q-white-2 .se-card--horizontal {
  border: 1px solid rgba(136, 136, 136, 0.3);
}

.se-section--q-white-2 .se-card--hero-article {
  background-color: rgba(136, 136, 136, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--q-white-2 .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--q-white-2 .se-card .se-label {
  color: #888888;
}

.se-section--q-white-2 .se-card .se-tag {
  background-color: #888888;
  border-radius: 0;
}

.se-section--q-white-2 .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--q-white-3 .se-card--horizontal {
  border: 1px solid rgba(68, 68, 68, 0.3);
}

.se-section--q-white-3 .se-card--hero-article {
  background-color: rgba(68, 68, 68, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--q-white-3 .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--q-white-3 .se-card .se-label {
  color: #444444;
}

.se-section--q-white-3 .se-card .se-tag {
  background-color: #444444;
  border-radius: 0;
}

.se-section--q-white-3 .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--q-red .se-card--horizontal {
  border: 1px solid rgba(230, 68, 68, 0.3);
}

.se-section--q-red .se-card--hero-article {
  background-color: rgba(230, 68, 68, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--q-red .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--q-red .se-card .se-label {
  color: #e64444;
}

.se-section--q-red .se-card .se-tag {
  background-color: #e64444;
  border-radius: 0;
}

.se-section--q-red .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--q-red-1 .se-card--horizontal {
  border: 1px solid rgba(250, 204, 204, 0.3);
}

.se-section--q-red-1 .se-card--hero-article {
  background-color: rgba(250, 204, 204, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--q-red-1 .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--q-red-1 .se-card .se-label {
  color: #facccc;
}

.se-section--q-red-1 .se-card .se-tag {
  background-color: #facccc;
  border-radius: 0;
}

.se-section--q-red-1 .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--q-red-2 .se-card--horizontal {
  border: 1px solid rgba(240, 102, 102, 0.3);
}

.se-section--q-red-2 .se-card--hero-article {
  background-color: rgba(240, 102, 102, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--q-red-2 .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--q-red-2 .se-card .se-label {
  color: #f06666;
}

.se-section--q-red-2 .se-card .se-tag {
  background-color: #f06666;
  border-radius: 0;
}

.se-section--q-red-2 .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--q-red-3 .se-card--horizontal {
  border: 1px solid rgba(161, 0, 0, 0.3);
}

.se-section--q-red-3 .se-card--hero-article {
  background-color: rgba(161, 0, 0, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--q-red-3 .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--q-red-3 .se-card .se-label {
  color: #a10000;
}

.se-section--q-red-3 .se-card .se-tag {
  background-color: #a10000;
  border-radius: 0;
}

.se-section--q-red-3 .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--q-red-4 .se-card--horizontal {
  border: 1px solid rgba(92, 0, 0, 0.3);
}

.se-section--q-red-4 .se-card--hero-article {
  background-color: rgba(92, 0, 0, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--q-red-4 .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--q-red-4 .se-card .se-label {
  color: #5c0000;
}

.se-section--q-red-4 .se-card .se-tag {
  background-color: #5c0000;
  border-radius: 0;
}

.se-section--q-red-4 .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--q-orange .se-card--horizontal {
  border: 1px solid rgba(255, 153, 0, 0.3);
}

.se-section--q-orange .se-card--hero-article {
  background-color: rgba(255, 153, 0, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--q-orange .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--q-orange .se-card .se-label {
  color: #ff9900;
}

.se-section--q-orange .se-card .se-tag {
  background-color: #ff9900;
  border-radius: 0;
}

.se-section--q-orange .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--q-orange-1 .se-card--horizontal {
  border: 1px solid rgba(255, 235, 204, 0.3);
}

.se-section--q-orange-1 .se-card--hero-article {
  background-color: rgba(255, 235, 204, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--q-orange-1 .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--q-orange-1 .se-card .se-label {
  color: #ffebcc;
}

.se-section--q-orange-1 .se-card .se-tag {
  background-color: #ffebcc;
  border-radius: 0;
}

.se-section--q-orange-1 .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--q-orange-2 .se-card--horizontal {
  border: 1px solid rgba(255, 194, 102, 0.3);
}

.se-section--q-orange-2 .se-card--hero-article {
  background-color: rgba(255, 194, 102, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--q-orange-2 .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--q-orange-2 .se-card .se-label {
  color: #ffc266;
}

.se-section--q-orange-2 .se-card .se-tag {
  background-color: #ffc266;
  border-radius: 0;
}

.se-section--q-orange-2 .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--q-orange-3 .se-card--horizontal {
  border: 1px solid rgba(178, 107, 0, 0.3);
}

.se-section--q-orange-3 .se-card--hero-article {
  background-color: rgba(178, 107, 0, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--q-orange-3 .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--q-orange-3 .se-card .se-label {
  color: #b26b00;
}

.se-section--q-orange-3 .se-card .se-tag {
  background-color: #b26b00;
  border-radius: 0;
}

.se-section--q-orange-3 .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--q-orange-4 .se-card--horizontal {
  border: 1px solid rgba(102, 61, 0, 0.3);
}

.se-section--q-orange-4 .se-card--hero-article {
  background-color: rgba(102, 61, 0, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--q-orange-4 .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--q-orange-4 .se-card .se-label {
  color: #663d00;
}

.se-section--q-orange-4 .se-card .se-tag {
  background-color: #663d00;
  border-radius: 0;
}

.se-section--q-orange-4 .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--q-yellow .se-card--horizontal {
  border: 1px solid rgba(255, 255, 0, 0.3);
}

.se-section--q-yellow .se-card--hero-article {
  background-color: rgba(255, 255, 0, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--q-yellow .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--q-yellow .se-card .se-label {
  color: yellow;
}

.se-section--q-yellow .se-card .se-tag {
  background-color: yellow;
  border-radius: 0;
}

.se-section--q-yellow .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--q-yellow-1 .se-card--horizontal {
  border: 1px solid rgba(255, 255, 204, 0.3);
}

.se-section--q-yellow-1 .se-card--hero-article {
  background-color: rgba(255, 255, 204, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--q-yellow-1 .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--q-yellow-1 .se-card .se-label {
  color: #ffffcc;
}

.se-section--q-yellow-1 .se-card .se-tag {
  background-color: #ffffcc;
  border-radius: 0;
}

.se-section--q-yellow-1 .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--q-yellow-2 .se-card--horizontal {
  border: 1px solid rgba(255, 255, 102, 0.3);
}

.se-section--q-yellow-2 .se-card--hero-article {
  background-color: rgba(255, 255, 102, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--q-yellow-2 .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--q-yellow-2 .se-card .se-label {
  color: #ffff66;
}

.se-section--q-yellow-2 .se-card .se-tag {
  background-color: #ffff66;
  border-radius: 0;
}

.se-section--q-yellow-2 .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--q-yellow-3 .se-card--horizontal {
  border: 1px solid rgba(178, 178, 0, 0.3);
}

.se-section--q-yellow-3 .se-card--hero-article {
  background-color: rgba(178, 178, 0, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--q-yellow-3 .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--q-yellow-3 .se-card .se-label {
  color: #b2b200;
}

.se-section--q-yellow-3 .se-card .se-tag {
  background-color: #b2b200;
  border-radius: 0;
}

.se-section--q-yellow-3 .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--q-yellow-4 .se-card--horizontal {
  border: 1px solid rgba(102, 102, 0, 0.3);
}

.se-section--q-yellow-4 .se-card--hero-article {
  background-color: rgba(102, 102, 0, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--q-yellow-4 .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--q-yellow-4 .se-card .se-label {
  color: #666600;
}

.se-section--q-yellow-4 .se-card .se-tag {
  background-color: #666600;
  border-radius: 0;
}

.se-section--q-yellow-4 .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--q-green .se-card--horizontal {
  border: 1px solid rgba(0, 138, 0, 0.3);
}

.se-section--q-green .se-card--hero-article {
  background-color: rgba(0, 138, 0, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--q-green .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--q-green .se-card .se-label {
  color: #008a00;
}

.se-section--q-green .se-card .se-tag {
  background-color: #008a00;
  border-radius: 0;
}

.se-section--q-green .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--q-green-1 .se-card--horizontal {
  border: 1px solid rgba(204, 232, 204, 0.3);
}

.se-section--q-green-1 .se-card--hero-article {
  background-color: rgba(204, 232, 204, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--q-green-1 .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--q-green-1 .se-card .se-label {
  color: #cce8cc;
}

.se-section--q-green-1 .se-card .se-tag {
  background-color: #cce8cc;
  border-radius: 0;
}

.se-section--q-green-1 .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--q-green-2 .se-card--horizontal {
  border: 1px solid rgba(102, 185, 102, 0.3);
}

.se-section--q-green-2 .se-card--hero-article {
  background-color: rgba(102, 185, 102, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--q-green-2 .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--q-green-2 .se-card .se-label {
  color: #66b966;
}

.se-section--q-green-2 .se-card .se-tag {
  background-color: #66b966;
  border-radius: 0;
}

.se-section--q-green-2 .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--q-green-3 .se-card--horizontal {
  border: 1px solid rgba(0, 97, 0, 0.3);
}

.se-section--q-green-3 .se-card--hero-article {
  background-color: rgba(0, 97, 0, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--q-green-3 .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--q-green-3 .se-card .se-label {
  color: #006100;
}

.se-section--q-green-3 .se-card .se-tag {
  background-color: #006100;
  border-radius: 0;
}

.se-section--q-green-3 .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--q-green-4 .se-card--horizontal {
  border: 1px solid rgba(0, 55, 0, 0.3);
}

.se-section--q-green-4 .se-card--hero-article {
  background-color: rgba(0, 55, 0, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--q-green-4 .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--q-green-4 .se-card .se-label {
  color: #003700;
}

.se-section--q-green-4 .se-card .se-tag {
  background-color: #003700;
  border-radius: 0;
}

.se-section--q-green-4 .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--q-blue .se-card--horizontal {
  border: 1px solid rgba(0, 102, 204, 0.3);
}

.se-section--q-blue .se-card--hero-article {
  background-color: rgba(0, 102, 204, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--q-blue .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--q-blue .se-card .se-label {
  color: #0066cc;
}

.se-section--q-blue .se-card .se-tag {
  background-color: #0066cc;
  border-radius: 0;
}

.se-section--q-blue .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--q-blue-1 .se-card--horizontal {
  border: 1px solid rgba(204, 224, 245, 0.3);
}

.se-section--q-blue-1 .se-card--hero-article {
  background-color: rgba(204, 224, 245, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--q-blue-1 .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--q-blue-1 .se-card .se-label {
  color: #cce0f5;
}

.se-section--q-blue-1 .se-card .se-tag {
  background-color: #cce0f5;
  border-radius: 0;
}

.se-section--q-blue-1 .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--q-blue-2 .se-card--horizontal {
  border: 1px solid rgba(102, 163, 224, 0.3);
}

.se-section--q-blue-2 .se-card--hero-article {
  background-color: rgba(102, 163, 224, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--q-blue-2 .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--q-blue-2 .se-card .se-label {
  color: #66a3e0;
}

.se-section--q-blue-2 .se-card .se-tag {
  background-color: #66a3e0;
  border-radius: 0;
}

.se-section--q-blue-2 .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--q-blue-3 .se-card--horizontal {
  border: 1px solid rgba(0, 71, 178, 0.3);
}

.se-section--q-blue-3 .se-card--hero-article {
  background-color: rgba(0, 71, 178, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--q-blue-3 .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--q-blue-3 .se-card .se-label {
  color: #0047b2;
}

.se-section--q-blue-3 .se-card .se-tag {
  background-color: #0047b2;
  border-radius: 0;
}

.se-section--q-blue-3 .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--q-blue-4 .se-card--horizontal {
  border: 1px solid rgba(0, 41, 102, 0.3);
}

.se-section--q-blue-4 .se-card--hero-article {
  background-color: rgba(0, 41, 102, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--q-blue-4 .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--q-blue-4 .se-card .se-label {
  color: #002966;
}

.se-section--q-blue-4 .se-card .se-tag {
  background-color: #002966;
  border-radius: 0;
}

.se-section--q-blue-4 .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--q-purple .se-card--horizontal {
  border: 1px solid rgba(153, 51, 255, 0.3);
}

.se-section--q-purple .se-card--hero-article {
  background-color: rgba(153, 51, 255, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--q-purple .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--q-purple .se-card .se-label {
  color: #9933ff;
}

.se-section--q-purple .se-card .se-tag {
  background-color: #9933ff;
  border-radius: 0;
}

.se-section--q-purple .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--q-purple-1 .se-card--horizontal {
  border: 1px solid rgba(235, 214, 255, 0.3);
}

.se-section--q-purple-1 .se-card--hero-article {
  background-color: rgba(235, 214, 255, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--q-purple-1 .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--q-purple-1 .se-card .se-label {
  color: #ebd6ff;
}

.se-section--q-purple-1 .se-card .se-tag {
  background-color: #ebd6ff;
  border-radius: 0;
}

.se-section--q-purple-1 .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--q-purple-2 .se-card--horizontal {
  border: 1px solid rgba(194, 133, 255, 0.3);
}

.se-section--q-purple-2 .se-card--hero-article {
  background-color: rgba(194, 133, 255, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--q-purple-2 .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--q-purple-2 .se-card .se-label {
  color: #c285ff;
}

.se-section--q-purple-2 .se-card .se-tag {
  background-color: #c285ff;
  border-radius: 0;
}

.se-section--q-purple-2 .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--q-purple-3 .se-card--horizontal {
  border: 1px solid rgba(107, 36, 178, 0.3);
}

.se-section--q-purple-3 .se-card--hero-article {
  background-color: rgba(107, 36, 178, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--q-purple-3 .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--q-purple-3 .se-card .se-label {
  color: #6b24b2;
}

.se-section--q-purple-3 .se-card .se-tag {
  background-color: #6b24b2;
  border-radius: 0;
}

.se-section--q-purple-3 .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-section--q-purple-4 .se-card--horizontal {
  border: 1px solid rgba(61, 20, 102, 0.3);
}

.se-section--q-purple-4 .se-card--hero-article {
  background-color: rgba(61, 20, 102, 0.1);
}

@media only screen and (min-width: 640px) {
  .se-section--q-purple-4 .se-card--hero-article {
    border-radius: 15px;
  }
}

.se-section--q-purple-4 .se-card .se-label {
  color: #3d1466;
}

.se-section--q-purple-4 .se-card .se-tag {
  background-color: #3d1466;
  border-radius: 0;
}

.se-section--q-purple-4 .se-card .se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-avatar {
  -webkit-box-align: center;
          align-items: center;
  color: #368288;
  display: -webkit-box;
  display: flex;
  padding: 13px 0;
}

.se-avatar__figure img {
  border: solid 1px;
  border-radius: 50%;
  vertical-align: middle;
  width: 98px;
}

.se-avatar__figure--white img {
  border-color: rgba(255, 255, 255, 0.5);
}

.se-avatar__figure--black img {
  border-color: rgba(0, 0, 0, 0.5);
}

.se-avatar__figure--red img {
  border-color: rgba(205, 23, 25, 0.5);
}

.se-avatar__figure--lighter-red img {
  border-color: rgba(205, 23, 25, 0.5);
}

.se-avatar__figure--violet img {
  border-color: rgba(133, 54, 136, 0.5);
}

.se-avatar__figure--yellow img {
  border-color: rgba(223, 167, 15, 0.5);
}

.se-avatar__figure--blue img {
  border-color: rgba(52, 136, 201, 0.5);
}

.se-avatar__figure--sea-blue img {
  border-color: rgba(54, 130, 136, 0.5);
}

.se-avatar__figure--grey img {
  border-color: rgba(153, 152, 152, 0.5);
}

.se-avatar__figure--dark-grey img {
  border-color: rgba(81, 81, 81, 0.5);
}

.se-avatar__figure--darker-grey img {
  border-color: rgba(38, 38, 38, 0.5);
}

.se-avatar__figure--pale-red img {
  border-color: rgba(215, 88, 82, 0.5);
}

.se-avatar__figure--lighter-grey img {
  border-color: rgba(241, 241, 241, 0.5);
}

.se-avatar__figure--q-white img {
  border-color: rgba(255, 255, 255, 0.5);
}

.se-avatar__figure--q-white-1 img {
  border-color: rgba(187, 187, 187, 0.5);
}

.se-avatar__figure--q-white-2 img {
  border-color: rgba(136, 136, 136, 0.5);
}

.se-avatar__figure--q-white-3 img {
  border-color: rgba(68, 68, 68, 0.5);
}

.se-avatar__figure--q-red img {
  border-color: rgba(230, 68, 68, 0.5);
}

.se-avatar__figure--q-red-1 img {
  border-color: rgba(250, 204, 204, 0.5);
}

.se-avatar__figure--q-red-2 img {
  border-color: rgba(240, 102, 102, 0.5);
}

.se-avatar__figure--q-red-3 img {
  border-color: rgba(161, 0, 0, 0.5);
}

.se-avatar__figure--q-red-4 img {
  border-color: rgba(92, 0, 0, 0.5);
}

.se-avatar__figure--q-orange img {
  border-color: rgba(255, 153, 0, 0.5);
}

.se-avatar__figure--q-orange-1 img {
  border-color: rgba(255, 235, 204, 0.5);
}

.se-avatar__figure--q-orange-2 img {
  border-color: rgba(255, 194, 102, 0.5);
}

.se-avatar__figure--q-orange-3 img {
  border-color: rgba(178, 107, 0, 0.5);
}

.se-avatar__figure--q-orange-4 img {
  border-color: rgba(102, 61, 0, 0.5);
}

.se-avatar__figure--q-yellow img {
  border-color: rgba(255, 255, 0, 0.5);
}

.se-avatar__figure--q-yellow-1 img {
  border-color: rgba(255, 255, 204, 0.5);
}

.se-avatar__figure--q-yellow-2 img {
  border-color: rgba(255, 255, 102, 0.5);
}

.se-avatar__figure--q-yellow-3 img {
  border-color: rgba(178, 178, 0, 0.5);
}

.se-avatar__figure--q-yellow-4 img {
  border-color: rgba(102, 102, 0, 0.5);
}

.se-avatar__figure--q-green img {
  border-color: rgba(0, 138, 0, 0.5);
}

.se-avatar__figure--q-green-1 img {
  border-color: rgba(204, 232, 204, 0.5);
}

.se-avatar__figure--q-green-2 img {
  border-color: rgba(102, 185, 102, 0.5);
}

.se-avatar__figure--q-green-3 img {
  border-color: rgba(0, 97, 0, 0.5);
}

.se-avatar__figure--q-green-4 img {
  border-color: rgba(0, 55, 0, 0.5);
}

.se-avatar__figure--q-blue img {
  border-color: rgba(0, 102, 204, 0.5);
}

.se-avatar__figure--q-blue-1 img {
  border-color: rgba(204, 224, 245, 0.5);
}

.se-avatar__figure--q-blue-2 img {
  border-color: rgba(102, 163, 224, 0.5);
}

.se-avatar__figure--q-blue-3 img {
  border-color: rgba(0, 71, 178, 0.5);
}

.se-avatar__figure--q-blue-4 img {
  border-color: rgba(0, 41, 102, 0.5);
}

.se-avatar__figure--q-purple img {
  border-color: rgba(153, 51, 255, 0.5);
}

.se-avatar__figure--q-purple-1 img {
  border-color: rgba(235, 214, 255, 0.5);
}

.se-avatar__figure--q-purple-2 img {
  border-color: rgba(194, 133, 255, 0.5);
}

.se-avatar__figure--q-purple-3 img {
  border-color: rgba(107, 36, 178, 0.5);
}

.se-avatar__figure--q-purple-4 img {
  border-color: rgba(61, 20, 102, 0.5);
}

.se-avatar__label {
  color: #368288;
  font-size: 0.9375rem;
  font-weight: 500;
}

.se-avatar__label:hover {
  color: #368288;
}

.se-avatar__label cite {
  display: block;
  font-style: normal;
}

.se-avatar--h .se-avatar__figure {
  margin-right: 0.625rem;
}

.se-avatar--h cite {
  display: block;
}

.se-avatar--v {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.se-avatar--v .se-avatar__figure {
  margin-bottom: 6px;
  margin-right: 0;
}

.se-avatar--v .se-avatar__label {
  line-height: 1.2;
  display: inline;
}

@media only screen and (min-width: 640px) {
  .se-avatar--v .se-avatar__label {
    display: block;
    text-align: center;
  }
}

.se-avatar--v cite {
  display: inline-block;
}

.se-avatar--heading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 0;
}

.se-avatar--heading .se-avatar__figure {
  margin-bottom: 16px;
}

.se-avatar--heading .se-avatar__figure img {
  width: 104px;
  height: 104px;
}

.se-avatar--heading .se-avatar__label {
  font-size: 0.75rem;
  font-weight: 400;
}

.se-avatar--heading cite {
  display: inline;
  font-size: 1rem;
  font-weight: 500;
}

.se-avatar--lg {
  height: 100%;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  .se-avatar--lg .se-avatar__figure {
    margin-bottom: 16px;
  }
}

.se-avatar--lg .se-avatar__figure img {
  width: 160px;
  height: 160px;
}

.se-avatar--lg .se-avatar__label {
  font-size: 1.4375rem;
  font-weight: 400;
}

@media only screen and (min-width: 1138px) {
  .se-avatar--lg .se-avatar__description {
    font-size: 1.25rem;
  }
}

.se-avatar--lg .se-avatar__body {
  text-align: left;
}

@media only screen and (min-width: 1138px) {
  .se-avatar--lg .se-avatar__body {
    text-align: center;
  }
}

.se-avatar--lg cite {
  display: block;
  font-size: 1.875rem;
  font-weight: 500;
}

.se-avatar--article {
  padding: 0;
}

.se-avatar--article .se-avatar__label {
  color: #515151;
  font-size: 1.125rem;
  font-weight: 500;
}

.se-avatar--article .se-avatar__label cite {
  display: inline;
}

.se-avatar--article .se-avatar__figure {
  margin-right: 18px;
}

.se-avatar--article .se-avatar__figure img {
  width: 74px;
  height: 74px;
}

.se-cart {
  box-shadow: 2px 4px 12px 1px rgba(31, 118, 161, 0.15);
  padding: 35px 17px;
}

@media only screen and (min-width: 1138px) {
  .se-cart {
    padding: 45px 90px;
  }
}

.se-cart__heading {
  margin-bottom: 30px;
  text-align: center;
}

.se-cart__title {
  font-size: 1.5rem;
  font-family: "Darby Sans", "Sans Serif";
  font-weight: 500;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1138px) {
  .se-cart__title {
    font-size: 1.8125rem;
    font-weight: 700;
  }
}

.se-cart__notice {
  color: #cd1719;
  font-weight: 400;
}

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

.se-cart__label {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
}

@media only screen and (min-width: 1138px) {
  .se-cart__label {
    font-size: 1.375rem;
  }
}

.se-cart__helptext {
  color: #999898;
  font-size: 0.6875rem;
}

@media only screen and (min-width: 1138px) {
  .se-cart__helptext {
    font-size: 0.9375rem;
  }
}

.se-cart__x {
  display: inline-block;
  color: #cd1719;
  font-size: 0.875rem;
  padding: 0 2px;
}

@media only screen and (min-width: 1138px) {
  .se-cart__x {
    font-size: 1.25rem;
    padding: 0 10px;
  }
}

.se-cart__price {
  display: inline-block;
  font-family: "ClearfaceTS", "Sans Serif";
  font-size: 0.875rem;
  font-weight: 700;
  text-align: right;
}

@media only screen and (min-width: 1138px) {
  .se-cart__price {
    font-size: 1.375rem;
  }
}

.se-cart__counter {
  display: inline-block;
}

.se-cart__counter__inner {
  display: -webkit-box;
  display: flex;
  max-width: 60px;
  padding-bottom: 2px;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-cart__counter__inner {
    max-width: 80px;
    padding-bottom: 5px;
  }
}

.se-cart__counter__input {
  background-color: transparent;
  border: 0;
  color: #515151;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "ClearfaceTS", "Sans Serif";
  outline: none;
  text-align: center;
  width: calc(100% - 32px);
}

@media only screen and (min-width: 1138px) {
  .se-cart__counter__input {
    font-size: 1.25rem;
    font-weight: 400;
    height: 20px;
    width: calc(100% - 44px);
  }
}

.se-cart__counter__btn {
  background: none;
  border: solid #a8a8a8 1px;
  color: #a8a8a8;
  cursor: pointer;
  border-radius: 50%;
  font-size: 0.625rem;
  height: 16px;
  line-height: 0;
  outline: none;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 16px;
}

.se-cart__counter__btn:hover {
  background-color: #cd1719;
  border: solid #cd1719 1px;
  color: #ffffff;
}

@media only screen and (min-width: 1138px) {
  .se-cart__counter__btn {
    font-size: 1rem;
    height: 22px;
    width: 22px;
  }
}

.se-cart__summary {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.se-cart__summary.is-expanded {
  max-height: 300px;
}

@media only screen and (min-width: 640px) {
  .se-cart__summary {
    overflow: visible;
    max-height: none;
  }
}

@media only screen and (min-width: 640px) {
  .se-cart__summary__toggle {
    display: none;
  }
}

.se-cart--sm {
  padding: 35px 17px;
}

.se-cart--sm ul li {
  display: -webkit-box;
  display: flex;
  margin-bottom: 16px;
}

.se-cart--sm ul li:last-child {
  margin-bottom: 0;
}

.se-cart--sm ul li p {
  display: inline-block;
  line-height: 1;
  margin-left: 10px;
}

.se-cart--sm .se-cart__title {
  font-size: 1.125rem;
  margin-bottom: 24px;
}

.se-cart--sm .se-cart__label {
  font-size: 1rem;
  font-weight: 300;
}

.se-cart--sm .se-cart__price {
  font-family: "Darby Sans", "Sans Serif";
  font-size: 1rem;
  font-weight: 300;
}

.se-cart--sm .se-cart__x {
  color: #515151;
  font-family: "Darby Sans", "Sans Serif";
  font-size: 1rem;
  font-weight: 500;
}

.se-cart--sm .se-cart__count {
  font-size: 1rem;
}

.se-cart--sm .se-cart__amount {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  line-height: 1;
}

.se-cart--sm .se-cart__stripe {
  margin-left: -17px;
  margin-right: -17px;
  padding: 0 17px;
}

.se-cart--sm .se-cart__stripe .se-cart__helptext {
  color: #cd1719;
  font-size: 0.75rem;
  font-family: "Darby Sans", "Sans Serif";
}

.se-cart--sm .se-cart__total {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.se-cart--sm .se-cart__total .se-cart__label {
  font-size: 1.25rem;
  font-weight: 500;
}

.se-cart--sm .se-checkbox-slide input:checked + .se-checkbox-slide__field {
  background-color: rgba(205, 23, 25, 0.15);
}

.se-cart--sm .se-checkbox-slide input:checked + .se-checkbox-slide__field::before {
  background-color: #cd1719;
}

.se-cart--sm .se-checkbox-slide__field {
  background-color: rgba(168, 168, 168, 0.15);
}

.se-cart--sm .se-checkbox-slide__field::before {
  background-color: #a8a8a8;
  box-shadow: none;
}

.se-cart--sm .se-btn-o {
  max-width: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.se-plan {
  box-shadow: 2px 5px 15px 1px rgba(31, 118, 161, 0.15);
  font-family: "Darby Sans", "Sans Serif";
  height: 100%;
  max-width: 320px;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 1138px) {
  .se-plan:hover .se-plan__title::before {
    left: 0;
    top: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
  }

  .se-plan:hover .se-plan__action .se-btn {
    box-shadow: 1px 4px 15px 7px rgba(205, 23, 25, 0.15);
  }
}

.se-plan__body {
  padding: 50px 13px 15px;
}

@media only screen and (min-width: 1138px) {
  .se-plan__body {
    padding: 50px;
  }
}

.se-plan__title {
  font-family: "Darby Sans", "Sans Serif";
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  color: #262626;
  margin-bottom: 15px;
  text-align: center;
}

@media only screen and (min-width: 1138px) {
  .se-plan__title {
    font-size: 1.75rem;
  }
}

.se-plan__title::before {
  background-color: #cd1719;
  content: "";
  display: block;
  left: 50%;
  height: 9px;
  margin: auto;
  position: absolute;
  top: 35px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 86px;
}

.se-plan__price {
  margin-bottom: 10px;
}

.se-plan__amount {
  font-family: "ClearfaceTS", "Sans Serif";
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

@media only screen and (min-width: 1138px) {
  .se-plan__amount {
    font-size: 3.75rem;
  }
}

.se-plan__amount::before {
  content: "S/";
  position: absolute;
  bottom: 5px;
  left: -30px;
  width: 1%;
  font-size: 1.3125rem;
  font-family: "SwiftEF", "Serif";
  font-weight: normal;
}

@media only screen and (min-width: 1138px) {
  .se-plan__amount::before {
    font-size: 2.25rem;
  }
}

.se-plan__amount.with-discount::after {
  content: "*";
  position: absolute;
  top: 0;
  right: 0;
  width: 1%;
  font-size: 1.25rem;
  font-family: "Darby Sans", "Sans Serif";
  font-weight: bold;
}

@media only screen and (min-width: 1138px) {
  .se-plan__amount.with-discount::after {
    font-size: 1.5625rem;
  }
}

.se-plan__time {
  color: #999898;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 1.31px;
  text-transform: uppercase;
}

.se-plan__old-monthly-discount {
  font-size: 1rem;
  color: #cd1719;
  font-weight: 500;
  position: relative;
}

@media only screen and (min-width: 1138px) {
  .se-plan__old-monthly-discount {
    font-size: 1.125rem;
  }
}

.se-plan__old-monthly-discount__amount {
  font-weight: bold;
  font-size: 1.125rem;
}

@media only screen and (min-width: 1138px) {
  .se-plan__old-monthly-discount__amount {
    font-size: 1.25rem;
  }
}

.se-plan__old-monthly-discount::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 20%;
  width: 60%;
  border-bottom: 1px solid #cd1719;
}

.se-plan__discount {
  font-size: 0.875rem;
  margin-bottom: 18px;
}

@media only screen and (min-width: 1138px) {
  .se-plan__discount {
    font-size: 1rem;
    margin-bottom: 35px;
  }
}

.se-plan__discount__amount {
  font-weight: bold;
}

.se-plan__discount.crossed {
  position: relative;
  margin-bottom: 0px;
  color: #cd1719;
  font-size: 0.75rem;
}

@media only screen and (min-width: 1138px) {
  .se-plan__discount.crossed {
    font-size: 0.875rem;
  }
}

.se-plan__discount.crossed::before {
  content: " ";
  position: absolute;
  top: 48%;
  left: 8%;
  width: 84%;
  border-bottom: 1px solid #cd1719;
}

.se-plan__description {
  color: #999898;
  font-size: 0.75rem;
  margin-bottom: 25px;
}

.se-plan__features {
  font-size: 0.75rem;
  margin-bottom: 30px;
}

.se-plan__features ul {
  margin: 0;
  padding: 0;
}

.se-plan__features ul li {
  text-align: left;
  margin-bottom: 4px;
  padding-left: 20px;
  position: relative;
}

@media only screen and (min-width: 1138px) {
  .se-plan__features ul li {
    color: #262626;
    font-size: 0.8125rem;
    line-height: 1.08;
    margin-bottom: 13px;
  }

  .se-plan__features ul li:last-child {
    margin-bottom: 0;
  }
}

.se-plan__features ul li::before {
  content: "\E90A";
  font-family: "se" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 0.9375rem;
  color: #cd1719;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -3px;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.se-plan__action {
  margin-bottom: 12px;
}

.se-plan__notice {
  color: #cd1719;
  font-family: "Darby Sans", "Sans Serif";
  font-size: 0.75rem;
  line-height: 1.17;
}

.se-plan__notice p {
  margin-bottom: 5px;
}

.se-plan__label {
  color: #368288;
  font-family: "Darby Sans", "Sans Serif";
  font-size: 0.875rem;
  font-weight: 500;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (min-width: 1138px) {
  .se-plan__label {
    display: none;
  }
}

.se-plan__stripe {
  background-color: rgba(215, 88, 82, 0.09);
  text-align: center;
}

@media only screen and (min-width: 640px) {
  .se-plan__stripe {
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.se-plan__stripe p {
  line-height: 1.2;
}

.se-plan--single {
  width: 100%;
  max-width: none;
}

@media only screen and (min-width: 640px) {
  .se-plan--single {
    max-width: 340px;
  }
}

.se-plan--single .se-plan__body {
  padding: 15px;
}

@media only screen and (min-width: 1138px) {
  .se-plan--single .se-plan__body {
    padding: 50px;
  }
}

.se-plan--single .se-plan__top-title {
  color: #515151;
  font-size: 1.0625rem;
  font-family: "Darby Sans", "Sans Serif";
  font-weight: 500;
  margin-bottom: 15px;
}

@media only screen and (min-width: 1138px) {
  .se-plan--single .se-plan__top-title {
    margin-bottom: 20px;
  }
}

.se-plan--single .se-plan__top-title img {
  vertical-align: middle;
  position: relative;
  top: -5px;
}

.se-plan--single .se-plan__title {
  float: left;
  width: 50%;
  text-align: left;
}

@media only screen and (min-width: 640px) {
  .se-plan--single .se-plan__title {
    float: none;
    width: auto;
    -webkit-box-ordinal-group: 2;
            order: 1;
    text-align: center;
  }
}

.se-plan--single .se-plan__title::before {
  background-color: #262626;
  height: 0;
  left: 0;
  top: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 100%;
}

@media only screen and (min-width: 640px) {
  .se-plan--single .se-plan__title::before {
    height: 9px;
  }
}

.se-plan--single .se-plan__amount {
  font-size: 1.125rem;
}

.se-plan--single .se-plan__amount::before {
  content: "S/";
  bottom: -2px;
  font-size: 1.25rem;
  left: -20px;
}

@media only screen and (min-width: 1138px) {
  .se-plan--single .se-plan__amount::before {
    bottom: 5px;
    font-size: 2.25rem;
    left: -30px;
  }
}

@media only screen and (min-width: 1138px) {
  .se-plan--single .se-plan__amount {
    font-size: 3.75rem;
  }
}

.se-plan--single .se-plan__price {
  line-height: 1;
  margin-bottom: 0;
}

@media only screen and (min-width: 1138px) {
  .se-plan--single .se-plan__price {
    line-height: normal;
  }
}

.se-plan--single .se-plan__time {
  font-size: 0.875rem;
  letter-spacing: 0;
  text-transform: capitalize;
}

@media only screen and (min-width: 1138px) {
  .se-plan--single .se-plan__time {
    font-size: 0.875rem;
    letter-spacing: 1.31px;
    text-transform: uppercase;
  }
}

.se-plan--single .se-plan__abstract {
  overflow: auto;
}

@media only screen and (min-width: 640px) {
  .se-plan--single .se-plan__abstract {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    overflow: visible;
  }
}

.se-plan--single .se-plan__duration {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  margin: 0 auto 15px;
  max-width: 200px;
}

.se-plan--single .se-plan__duration span,
.se-plan--single .se-plan__duration label {
  -webkit-box-flex: 1;
          flex: 1;
  line-height: 1;
}

@media only screen and (min-width: 640px) {
  .se-plan--single .se-plan__duration {
    margin: 0 0 20px;
    -webkit-box-ordinal-group: 3;
            order: 2;
    max-width: none;
  }
}

.se-plan--single .se-plan__product {
  float: right;
  width: 50%;
  text-align: right;
}

@media only screen and (min-width: 640px) {
  .se-plan--single .se-plan__product {
    float: none;
    width: auto;
    -webkit-box-ordinal-group: 4;
            order: 3;
    text-align: center;
  }
}

.se-plan--single .se-plan__summary {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.se-plan--single .se-plan__summary.is-expanded {
  max-height: 300px;
}

@media only screen and (min-width: 640px) {
  .se-plan--single .se-plan__summary {
    max-height: none;
  }
}

.se-plan--single .se-plan__notice {
  margin-bottom: 20px;
}

@media only screen and (min-width: 640px) {
  .se-plan--single .se-plan__notice {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 640px) {
  .se-plan--single .se-plan__toggle-action {
    display: none;
  }
}

.se-plan--h {
  height: auto;
  max-width: none;
}

@media only screen and (min-width: 1138px) {
  .se-plan--h .se-plan__title {
    margin-bottom: 5px;
    font-size: 1.375rem;
  }
}

.se-plan--h .se-plan__title::before {
  background-color: #262626;
  height: 9px;
  left: 0;
  top: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 100%;
}

.se-plan--h .se-plan__body {
  padding: 30px 50px;
}

@media only screen and (min-width: 1138px) {
  .se-plan--h .se-plan__currency--sm {
    font-size: 1.25rem;
    font-weight: 700;
  }
}

@media only screen and (min-width: 1138px) {
  .se-plan--h .se-plan__amount--sm {
    font-size: 1.25rem;
  }
}

.se-plan--h .se-plan__amount--sm::before {
  content: "";
}

.se-plan--h .se-plan__time {
  font-size: 1.25rem;
  font-family: "Darby Sans", "Sans Serif";
  color: #262626;
  font-weight: normal;
  text-transform: lowercase;
}

.se-plan--h .se-plan__features {
  margin-bottom: 0;
}

.se-plan__check {
  background: #ffffff;
  border: 2px solid #cd1719;
  border-radius: 50%;
  box-shadow: 2px 5px 15px 1px rgba(31, 118, 161, 0.15);
  height: 30px;
  margin: auto;
  position: relative;
  top: -45px;
  width: 30px;
  z-index: 9;
}

.se-plan__radio-input {
  display: none;
}

.se-plan__radio-input:checked + .se-plan {
  border: 2px solid #cd1719;
}

.se-plan__radio-input:checked + .se-plan .se-plan__title::before {
  left: 0;
  top: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 100%;
}

.se-plan__radio-input:checked + .se-plan .se-plan__check {
  background: #cd1719;
}

.se-plan__radio-input:checked + .se-plan .se-plan__check::after {
  content: "\E90A";
  color: #ffffff;
  font-family: "se";
  font-size: 1.125rem;
  font-weight: 500;
  display: inline-block;
}

.se-plan--select {
  border: 2px solid #ffffff;
  border-radius: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
  max-width: 280px;
}

.se-plan--select .se-plan__body {
  padding: 32px 20px 12px;
}

@media only screen and (min-width: 640px) {
  .se-plan--select .se-plan__body {
    padding: 32px 32px 12px;
  }
}

.se-plan--select .se-plan__bottom {
  min-height: 100px;
  padding: 0 16px;
}

.se-plan--select .se-plan__features {
  margin-bottom: 0;
}

.se-plan--select .se-btn {
  max-width: 100px;
}

.se-plan--select .se-btn:hover {
  background-color: #cd1719;
  color: #ffffff;
}

@media only screen and (min-width: 1138px) {
  .se-plan--select .se-btn:hover {
    background-color: #ffffff;
    color: #cd1719;
  }
}

.se-tabs {
  border-bottom: solid #999898 1px;
  display: -webkit-box;
  display: flex;
}

.se-tabs__item {
  -webkit-box-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 12px;
  position: relative;
  width: 50%;
}

@media only screen and (min-width: 640px) {
  .se-tabs__item {
    font-size: 1.125rem;
    padding-bottom: 30px;
    width: 33.33%;
  }
}

.se-tabs__item.is-active .se-tabs__number {
  background-color: #cd1719;
}

.se-tabs__item.is-active .se-tabs__label {
  color: #cd1719;
  font-weight: 500;
}

.se-tabs__item.is-active::after {
  background-color: #cd1719;
  bottom: -3px;
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  left: 0;
}

@media only screen and (min-width: 640px) {
  .se-tabs__item.is-active::after {
    height: 6px;
  }
}

.se-tabs__number {
  background-color: #999898;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-family: "SwiftEF", "Serif";
  font-size: 0.75rem;
  height: 17px;
  line-height: 1;
  margin-bottom: 9px;
  padding-top: 2px;
  text-align: center;
  width: 17px;
}

.se-tabs__number i {
  position: relative;
  top: 1px;
  font-size: 0.75rem;
}

@media only screen and (min-width: 640px) {
  .se-tabs__number {
    margin-bottom: 12px;
    line-height: 1.25;
  }
}

.se-tabs__label {
  display: block;
  color: #999898;
  line-height: 1;
}

.se-box {
  box-shadow: 2px 6px 15px 1px rgba(31, 118, 161, 0.15);
  border-radius: 0px;
  display: block;
  overflow: hidden;
  width: 100%;
}

@media only screen and (min-width: 640px) {
  .se-box {
    border-radius: 5px;
  }
}

.se-box__title {
  color: #ffffff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  font-family: "Darby Sans", "Sans Serif";
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}

.se-box__body {
  line-height: 1;
}

.se-box__body--text {
  line-height: 1.67;
}

.se-box--border {
  border: solid rgba(153, 152, 152, 0.5) 1px;
  border-radius: 5px;
  box-shadow: none;
}

.se-box--border:hover {
  border: solid rgba(205, 23, 25, 0.5) 1px;
  box-shadow: 2px 6px 15px 1px rgba(31, 118, 161, 0.15);
}

.se-box--print-edition {
  max-width: 174px;
  margin-left: auto;
  margin-right: auto;
}

.se-box--category .se-card__title {
  color: #262626;
  font-family: "ClearfaceTS", "Sans Serif";
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.24;
}

.se-box--rounded {
  border-radius: 5px;
}

.se-box--shadowless {
  box-shadow: none;
}

.se-share ul {
  margin: 0;
  padding: 0;
}

.se-share ul li {
  margin-bottom: 5px;
}

.se-share ul a {
  -webkit-box-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  color: #cd1719;
  display: -webkit-box;
  display: flex;
  height: 26px;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 26px;
}

.se-share ul a.active {
  color: #cd1719;
}

.se-share ul a.active i::before {
  content: "\E904";
}

@media only screen and (min-width: 640px) {
  .se-share ul a {
    height: 33px;
    width: 33px;
  }
}

.se-share ul a i {
  font-size: 0.9375rem;
}

@media only screen and (min-width: 640px) {
  .se-share ul a i {
    font-size: 1.125rem;
  }
}

.se-share--lg ul {
  text-align: center;
}

.se-share--lg ul li {
  margin-bottom: 12px;
  display: inline-block;
}

@media only screen and (min-width: 1138px) {
  .se-share--lg ul li {
    display: block;
  }
}

.se-share--lg ul li a {
  background-color: rgba(153, 152, 152, 0.2);
  color: #515151;
  height: 34px;
  margin: 0 5px;
  width: 34px;
}

@media only screen and (min-width: 640px) {
  .se-share--lg ul li a {
    background-color: transparent;
  }
}

.se-share--lg ul li a i {
  font-size: 1.125rem;
}

@media only screen and (min-width: 640px) {
  .se-share--lg ul li a i {
    font-size: 1.5rem;
  }
}

.se-fixed-block--fixed {
  position: fixed;
  top: 0;
}

.se-fixed-block--bottom {
  position: absolute;
}

.se-dropdown {
  position: relative;
}

.se-dropdown__target {
  border: solid #999898 1px;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  padding: 15px;
  cursor: pointer;
}

.se-dropdown__target::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #999898;
  content: "";
  float: right;
  display: block;
  height: 0;
  position: relative;
  top: 1px;
  pointer-events: none;
  width: 0;
  z-index: 1;
}

.se-dropdown__list {
  background: #ffffff;
  box-shadow: 2px 5px 15px 1px rgba(31, 118, 161, 0.15);
  border-radius: 4px;
  left: 0;
  opacity: 0;
  padding: 10px 16px;
  position: absolute;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  visibility: hidden;
  white-space: nowrap;
  z-index: 30;
}

.se-dropdown.is-expanded .se-dropdown__list {
  opacity: 1;
  visibility: visible;
}

.se-dropdown--header .se-dropdown__target {
  border: none;
  color: #ffffff;
  padding: 15px 10px;
}

.se-dropdown--header .se-dropdown__target::after {
  border-top: 7px solid #ffffff;
  margin-left: 5px;
  position: relative;
  top: 5px;
}

.se-dropdown--header .se-dropdown__list {
  left: auto;
  min-width: 216px;
  top: 36px;
  right: 10px;
}

.se-dropdown--header .se-dropdown__list li a {
  color: #515151;
  display: block;
  font-size: 0.75rem;
  padding: 8px 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.se-dropdown--header .se-dropdown__list li a:hover {
  opacity: 0.75;
}

.se-dropdown--header .se-dropdown__list li a i {
  font-size: 1rem;
  margin-right: 5px;
  vertical-align: middle;
}

.se-dropdown--header .se-dropdown__list li:last-child a {
  color: #cd1719;
}

.se-dropdown--filter {
  width: 100%;
}

@media only screen and (min-width: 640px) {
  .se-dropdown--filter {
    min-width: 210px;
  }
}

.se-dropdown--filter .se-dropdown__target {
  border: 1px solid #cd1719;
  display: block;
  font-size: 1rem;
  padding: 20px 15px;
}

@media only screen and (min-width: 640px) {
  .se-dropdown--filter .se-dropdown__target {
    max-height: 55px;
  }
}

.se-dropdown--filter .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #cd1719;
  position: relative;
  top: 5px;
}

.se-dropdown--filter .se-dropdown__list {
  padding: 0;
  padding: 5px 0 10px;
  width: 100%;
}

.se-dropdown--filter .se-dropdown__list li {
  display: block;
}

.se-dropdown--filter .se-dropdown__list li label {
  display: block;
  font-size: 0.9375rem;
  padding: 5px 10px;
  position: relative;
}

.se-dropdown--filter .se-dropdown__list li .se-checkbox {
  margin-right: 0;
}

.se-dropdown--filter .se-dropdown__list li .se-checkbox__field {
  margin-right: 5px;
}

.se-dropdown--filter .se-dropdown__list li .se-checkbox input:checked + .se-checkbox__field::before {
  content: "";
  background: rgba(205, 23, 25, 0.1);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.se-dropdown--filter .se-dropdown__actions .se-btn-text,
.se-dropdown--filter .se-dropdown__actions .se-btn {
  max-width: 100px;
}

@media only screen and (min-width: 1138px) {
  .se-dropdown--filter .se-dropdown__actions {
    display: -webkit-box;
    display: flex;
  }
}

.se-dropdown--nav .se-dropdown__target {
  border: none;
  border-radius: 0;
  font-weight: 500;
}

.se-dropdown--nav .se-dropdown__target:after {
  top: 3px;
}

.se-dropdown--nav .se-dropdown__list {
  background-color: rgba(205, 23, 25, 0.03);
  box-shadow: none;
  display: none;
  padding: 0 0 0 15px;
  position: relative;
}

.se-dropdown--nav .se-dropdown__list li i {
  margin-right: 12px;
}

.se-dropdown--nav .se-dropdown__list li:last-child a {
  color: #cd1719;
}

.se-dropdown--nav.is-expanded .se-dropdown__list {
  display: block;
}

.se-dropdown--white .se-dropdown__target {
  border: 1px solid #ffffff;
}

.se-dropdown--white .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #ffffff;
}

.se-dropdown--black .se-dropdown__target {
  border: 1px solid #000000;
}

.se-dropdown--black .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #000000;
}

.se-dropdown--red .se-dropdown__target {
  border: 1px solid #cd1719;
}

.se-dropdown--red .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #cd1719;
}

.se-dropdown--lighter-red .se-dropdown__target {
  border: 1px solid rgba(205, 23, 25, 0.1);
}

.se-dropdown--lighter-red .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid rgba(205, 23, 25, 0.1);
}

.se-dropdown--violet .se-dropdown__target {
  border: 1px solid #853688;
}

.se-dropdown--violet .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #853688;
}

.se-dropdown--yellow .se-dropdown__target {
  border: 1px solid #dfa70f;
}

.se-dropdown--yellow .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #dfa70f;
}

.se-dropdown--blue .se-dropdown__target {
  border: 1px solid #3488c9;
}

.se-dropdown--blue .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #3488c9;
}

.se-dropdown--sea-blue .se-dropdown__target {
  border: 1px solid #368288;
}

.se-dropdown--sea-blue .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #368288;
}

.se-dropdown--grey .se-dropdown__target {
  border: 1px solid #999898;
}

.se-dropdown--grey .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #999898;
}

.se-dropdown--dark-grey .se-dropdown__target {
  border: 1px solid #515151;
}

.se-dropdown--dark-grey .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #515151;
}

.se-dropdown--darker-grey .se-dropdown__target {
  border: 1px solid #262626;
}

.se-dropdown--darker-grey .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #262626;
}

.se-dropdown--pale-red .se-dropdown__target {
  border: 1px solid #d75852;
}

.se-dropdown--pale-red .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #d75852;
}

.se-dropdown--lighter-grey .se-dropdown__target {
  border: 1px solid #f1f1f1;
}

.se-dropdown--lighter-grey .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #f1f1f1;
}

.se-dropdown--q-white .se-dropdown__target {
  border: 1px solid white;
}

.se-dropdown--q-white .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid white;
}

.se-dropdown--q-white-1 .se-dropdown__target {
  border: 1px solid #bbbbbb;
}

.se-dropdown--q-white-1 .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #bbbbbb;
}

.se-dropdown--q-white-2 .se-dropdown__target {
  border: 1px solid #888888;
}

.se-dropdown--q-white-2 .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #888888;
}

.se-dropdown--q-white-3 .se-dropdown__target {
  border: 1px solid #444444;
}

.se-dropdown--q-white-3 .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #444444;
}

.se-dropdown--q-red .se-dropdown__target {
  border: 1px solid #e64444;
}

.se-dropdown--q-red .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #e64444;
}

.se-dropdown--q-red-1 .se-dropdown__target {
  border: 1px solid #facccc;
}

.se-dropdown--q-red-1 .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #facccc;
}

.se-dropdown--q-red-2 .se-dropdown__target {
  border: 1px solid #f06666;
}

.se-dropdown--q-red-2 .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #f06666;
}

.se-dropdown--q-red-3 .se-dropdown__target {
  border: 1px solid #a10000;
}

.se-dropdown--q-red-3 .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #a10000;
}

.se-dropdown--q-red-4 .se-dropdown__target {
  border: 1px solid #5c0000;
}

.se-dropdown--q-red-4 .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #5c0000;
}

.se-dropdown--q-orange .se-dropdown__target {
  border: 1px solid #ff9900;
}

.se-dropdown--q-orange .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #ff9900;
}

.se-dropdown--q-orange-1 .se-dropdown__target {
  border: 1px solid #ffebcc;
}

.se-dropdown--q-orange-1 .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #ffebcc;
}

.se-dropdown--q-orange-2 .se-dropdown__target {
  border: 1px solid #ffc266;
}

.se-dropdown--q-orange-2 .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #ffc266;
}

.se-dropdown--q-orange-3 .se-dropdown__target {
  border: 1px solid #b26b00;
}

.se-dropdown--q-orange-3 .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #b26b00;
}

.se-dropdown--q-orange-4 .se-dropdown__target {
  border: 1px solid #663d00;
}

.se-dropdown--q-orange-4 .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #663d00;
}

.se-dropdown--q-yellow .se-dropdown__target {
  border: 1px solid yellow;
}

.se-dropdown--q-yellow .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid yellow;
}

.se-dropdown--q-yellow-1 .se-dropdown__target {
  border: 1px solid #ffffcc;
}

.se-dropdown--q-yellow-1 .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #ffffcc;
}

.se-dropdown--q-yellow-2 .se-dropdown__target {
  border: 1px solid #ffff66;
}

.se-dropdown--q-yellow-2 .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #ffff66;
}

.se-dropdown--q-yellow-3 .se-dropdown__target {
  border: 1px solid #b2b200;
}

.se-dropdown--q-yellow-3 .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #b2b200;
}

.se-dropdown--q-yellow-4 .se-dropdown__target {
  border: 1px solid #666600;
}

.se-dropdown--q-yellow-4 .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #666600;
}

.se-dropdown--q-green .se-dropdown__target {
  border: 1px solid #008a00;
}

.se-dropdown--q-green .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #008a00;
}

.se-dropdown--q-green-1 .se-dropdown__target {
  border: 1px solid #cce8cc;
}

.se-dropdown--q-green-1 .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #cce8cc;
}

.se-dropdown--q-green-2 .se-dropdown__target {
  border: 1px solid #66b966;
}

.se-dropdown--q-green-2 .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #66b966;
}

.se-dropdown--q-green-3 .se-dropdown__target {
  border: 1px solid #006100;
}

.se-dropdown--q-green-3 .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #006100;
}

.se-dropdown--q-green-4 .se-dropdown__target {
  border: 1px solid #003700;
}

.se-dropdown--q-green-4 .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #003700;
}

.se-dropdown--q-blue .se-dropdown__target {
  border: 1px solid #0066cc;
}

.se-dropdown--q-blue .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #0066cc;
}

.se-dropdown--q-blue-1 .se-dropdown__target {
  border: 1px solid #cce0f5;
}

.se-dropdown--q-blue-1 .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #cce0f5;
}

.se-dropdown--q-blue-2 .se-dropdown__target {
  border: 1px solid #66a3e0;
}

.se-dropdown--q-blue-2 .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #66a3e0;
}

.se-dropdown--q-blue-3 .se-dropdown__target {
  border: 1px solid #0047b2;
}

.se-dropdown--q-blue-3 .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #0047b2;
}

.se-dropdown--q-blue-4 .se-dropdown__target {
  border: 1px solid #002966;
}

.se-dropdown--q-blue-4 .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #002966;
}

.se-dropdown--q-purple .se-dropdown__target {
  border: 1px solid #9933ff;
}

.se-dropdown--q-purple .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #9933ff;
}

.se-dropdown--q-purple-1 .se-dropdown__target {
  border: 1px solid #ebd6ff;
}

.se-dropdown--q-purple-1 .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #ebd6ff;
}

.se-dropdown--q-purple-2 .se-dropdown__target {
  border: 1px solid #c285ff;
}

.se-dropdown--q-purple-2 .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #c285ff;
}

.se-dropdown--q-purple-3 .se-dropdown__target {
  border: 1px solid #6b24b2;
}

.se-dropdown--q-purple-3 .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #6b24b2;
}

.se-dropdown--q-purple-4 .se-dropdown__target {
  border: 1px solid #3d1466;
}

.se-dropdown--q-purple-4 .se-dropdown__target::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #3d1466;
}

@media only screen and (min-width: 1138px) {
  .se-section-gapless30 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .se-section-gapless35 {
    margin-left: -35px;
    margin-right: -35px;
  }

  .se-section-gapless40 {
    margin-left: -40px;
    margin-right: -40px;
  }
}

.se-hr {
  border-bottom: solid rgba(153, 152, 152, 0.3) 1px;
}

.se-hr--pale-red {
  border-bottom: solid rgba(215, 88, 82, 0.3) 1px;
}

.se-section--white .se-hr {
  border-bottom: solid rgba(255, 255, 255, 0.3) 1px;
}

.se-section--black .se-hr {
  border-bottom: solid rgba(0, 0, 0, 0.3) 1px;
}

.se-section--red .se-hr {
  border-bottom: solid rgba(205, 23, 25, 0.3) 1px;
}

.se-section--lighter-red .se-hr {
  border-bottom: solid rgba(205, 23, 25, 0.3) 1px;
}

.se-section--violet .se-hr {
  border-bottom: solid rgba(133, 54, 136, 0.3) 1px;
}

.se-section--yellow .se-hr {
  border-bottom: solid rgba(223, 167, 15, 0.3) 1px;
}

.se-section--blue .se-hr {
  border-bottom: solid rgba(52, 136, 201, 0.3) 1px;
}

.se-section--sea-blue .se-hr {
  border-bottom: solid rgba(54, 130, 136, 0.3) 1px;
}

.se-section--grey .se-hr {
  border-bottom: solid rgba(153, 152, 152, 0.3) 1px;
}

.se-section--dark-grey .se-hr {
  border-bottom: solid rgba(81, 81, 81, 0.3) 1px;
}

.se-section--darker-grey .se-hr {
  border-bottom: solid rgba(38, 38, 38, 0.3) 1px;
}

.se-section--pale-red .se-hr {
  border-bottom: solid rgba(215, 88, 82, 0.3) 1px;
}

.se-section--lighter-grey .se-hr {
  border-bottom: solid rgba(241, 241, 241, 0.3) 1px;
}

.se-section--q-white .se-hr {
  border-bottom: solid rgba(255, 255, 255, 0.3) 1px;
}

.se-section--q-white-1 .se-hr {
  border-bottom: solid rgba(187, 187, 187, 0.3) 1px;
}

.se-section--q-white-2 .se-hr {
  border-bottom: solid rgba(136, 136, 136, 0.3) 1px;
}

.se-section--q-white-3 .se-hr {
  border-bottom: solid rgba(68, 68, 68, 0.3) 1px;
}

.se-section--q-red .se-hr {
  border-bottom: solid rgba(230, 68, 68, 0.3) 1px;
}

.se-section--q-red-1 .se-hr {
  border-bottom: solid rgba(250, 204, 204, 0.3) 1px;
}

.se-section--q-red-2 .se-hr {
  border-bottom: solid rgba(240, 102, 102, 0.3) 1px;
}

.se-section--q-red-3 .se-hr {
  border-bottom: solid rgba(161, 0, 0, 0.3) 1px;
}

.se-section--q-red-4 .se-hr {
  border-bottom: solid rgba(92, 0, 0, 0.3) 1px;
}

.se-section--q-orange .se-hr {
  border-bottom: solid rgba(255, 153, 0, 0.3) 1px;
}

.se-section--q-orange-1 .se-hr {
  border-bottom: solid rgba(255, 235, 204, 0.3) 1px;
}

.se-section--q-orange-2 .se-hr {
  border-bottom: solid rgba(255, 194, 102, 0.3) 1px;
}

.se-section--q-orange-3 .se-hr {
  border-bottom: solid rgba(178, 107, 0, 0.3) 1px;
}

.se-section--q-orange-4 .se-hr {
  border-bottom: solid rgba(102, 61, 0, 0.3) 1px;
}

.se-section--q-yellow .se-hr {
  border-bottom: solid rgba(255, 255, 0, 0.3) 1px;
}

.se-section--q-yellow-1 .se-hr {
  border-bottom: solid rgba(255, 255, 204, 0.3) 1px;
}

.se-section--q-yellow-2 .se-hr {
  border-bottom: solid rgba(255, 255, 102, 0.3) 1px;
}

.se-section--q-yellow-3 .se-hr {
  border-bottom: solid rgba(178, 178, 0, 0.3) 1px;
}

.se-section--q-yellow-4 .se-hr {
  border-bottom: solid rgba(102, 102, 0, 0.3) 1px;
}

.se-section--q-green .se-hr {
  border-bottom: solid rgba(0, 138, 0, 0.3) 1px;
}

.se-section--q-green-1 .se-hr {
  border-bottom: solid rgba(204, 232, 204, 0.3) 1px;
}

.se-section--q-green-2 .se-hr {
  border-bottom: solid rgba(102, 185, 102, 0.3) 1px;
}

.se-section--q-green-3 .se-hr {
  border-bottom: solid rgba(0, 97, 0, 0.3) 1px;
}

.se-section--q-green-4 .se-hr {
  border-bottom: solid rgba(0, 55, 0, 0.3) 1px;
}

.se-section--q-blue .se-hr {
  border-bottom: solid rgba(0, 102, 204, 0.3) 1px;
}

.se-section--q-blue-1 .se-hr {
  border-bottom: solid rgba(204, 224, 245, 0.3) 1px;
}

.se-section--q-blue-2 .se-hr {
  border-bottom: solid rgba(102, 163, 224, 0.3) 1px;
}

.se-section--q-blue-3 .se-hr {
  border-bottom: solid rgba(0, 71, 178, 0.3) 1px;
}

.se-section--q-blue-4 .se-hr {
  border-bottom: solid rgba(0, 41, 102, 0.3) 1px;
}

.se-section--q-purple .se-hr {
  border-bottom: solid rgba(153, 51, 255, 0.3) 1px;
}

.se-section--q-purple-1 .se-hr {
  border-bottom: solid rgba(235, 214, 255, 0.3) 1px;
}

.se-section--q-purple-2 .se-hr {
  border-bottom: solid rgba(194, 133, 255, 0.3) 1px;
}

.se-section--q-purple-3 .se-hr {
  border-bottom: solid rgba(107, 36, 178, 0.3) 1px;
}

.se-section--q-purple-4 .se-hr {
  border-bottom: solid rgba(61, 20, 102, 0.3) 1px;
}

.se-container {
  margin-right: auto;
  margin-left: auto;
}

.se-container--xl {
  max-width: 1280px;
}

.se-container--md {
  max-width: 994px;
}

.se-container--sm {
  max-width: 958px;
}

.se-container--xsm {
  max-width: 600px;
}

.se-tag {
  background-color: rgba(153, 152, 152, 0.5);
  color: #ffffff;
  display: inline-block;
  font-family: "Darby Sans", "Sans Serif";
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  padding: 5px 7px 4px;
}

.se-tag:hover {
  color: #ffffff;
}

.se-tag--lg {
  font-size: 0.9375rem;
  padding: 6px 8px;
}

.se-tag--article {
  background-color: rgba(153, 152, 152, 0.18);
  border-radius: 10px;
  color: #999898;
  font-size: 1rem;
  letter-spacing: normal;
  margin: 0 10px;
  padding: 5px 10px 4px;
}

.se-tag--article:hover {
  color: #999898;
}

.se-tag--white {
  background-color: #ffffff !important;
  color: #ffffff !important;
}

.se-tag--black {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.se-tag--red {
  background-color: #cd1719 !important;
  color: #ffffff !important;
}

.se-tag--lighter-red {
  background-color: rgba(205, 23, 25, 0.1) !important;
  color: #ffffff !important;
}

.se-tag--violet {
  background-color: #853688 !important;
  color: #ffffff !important;
}

.se-tag--yellow {
  background-color: #dfa70f !important;
  color: #ffffff !important;
}

.se-tag--blue {
  background-color: #3488c9 !important;
  color: #ffffff !important;
}

.se-tag--sea-blue {
  background-color: #368288 !important;
  color: #ffffff !important;
}

.se-tag--grey {
  background-color: #999898 !important;
  color: #ffffff !important;
}

.se-tag--dark-grey {
  background-color: #515151 !important;
  color: #ffffff !important;
}

.se-tag--darker-grey {
  background-color: #262626 !important;
  color: #ffffff !important;
}

.se-tag--pale-red {
  background-color: #d75852 !important;
  color: #ffffff !important;
}

.se-tag--lighter-grey {
  background-color: #f1f1f1 !important;
  color: #ffffff !important;
}

.se-tag--q-white {
  background-color: white !important;
  color: #ffffff !important;
}

.se-tag--q-white-1 {
  background-color: #bbbbbb !important;
  color: #ffffff !important;
}

.se-tag--q-white-2 {
  background-color: #888888 !important;
  color: #ffffff !important;
}

.se-tag--q-white-3 {
  background-color: #444444 !important;
  color: #ffffff !important;
}

.se-tag--q-red {
  background-color: #e64444 !important;
  color: #ffffff !important;
}

.se-tag--q-red-1 {
  background-color: #facccc !important;
  color: #ffffff !important;
}

.se-tag--q-red-2 {
  background-color: #f06666 !important;
  color: #ffffff !important;
}

.se-tag--q-red-3 {
  background-color: #a10000 !important;
  color: #ffffff !important;
}

.se-tag--q-red-4 {
  background-color: #5c0000 !important;
  color: #ffffff !important;
}

.se-tag--q-orange {
  background-color: #ff9900 !important;
  color: #ffffff !important;
}

.se-tag--q-orange-1 {
  background-color: #ffebcc !important;
  color: #ffffff !important;
}

.se-tag--q-orange-2 {
  background-color: #ffc266 !important;
  color: #ffffff !important;
}

.se-tag--q-orange-3 {
  background-color: #b26b00 !important;
  color: #ffffff !important;
}

.se-tag--q-orange-4 {
  background-color: #663d00 !important;
  color: #ffffff !important;
}

.se-tag--q-yellow {
  background-color: yellow !important;
  color: #ffffff !important;
}

.se-tag--q-yellow-1 {
  background-color: #ffffcc !important;
  color: #ffffff !important;
}

.se-tag--q-yellow-2 {
  background-color: #ffff66 !important;
  color: #ffffff !important;
}

.se-tag--q-yellow-3 {
  background-color: #b2b200 !important;
  color: #ffffff !important;
}

.se-tag--q-yellow-4 {
  background-color: #666600 !important;
  color: #ffffff !important;
}

.se-tag--q-green {
  background-color: #008a00 !important;
  color: #ffffff !important;
}

.se-tag--q-green-1 {
  background-color: #cce8cc !important;
  color: #ffffff !important;
}

.se-tag--q-green-2 {
  background-color: #66b966 !important;
  color: #ffffff !important;
}

.se-tag--q-green-3 {
  background-color: #006100 !important;
  color: #ffffff !important;
}

.se-tag--q-green-4 {
  background-color: #003700 !important;
  color: #ffffff !important;
}

.se-tag--q-blue {
  background-color: #0066cc !important;
  color: #ffffff !important;
}

.se-tag--q-blue-1 {
  background-color: #cce0f5 !important;
  color: #ffffff !important;
}

.se-tag--q-blue-2 {
  background-color: #66a3e0 !important;
  color: #ffffff !important;
}

.se-tag--q-blue-3 {
  background-color: #0047b2 !important;
  color: #ffffff !important;
}

.se-tag--q-blue-4 {
  background-color: #002966 !important;
  color: #ffffff !important;
}

.se-tag--q-purple {
  background-color: #9933ff !important;
  color: #ffffff !important;
}

.se-tag--q-purple-1 {
  background-color: #ebd6ff !important;
  color: #ffffff !important;
}

.se-tag--q-purple-2 {
  background-color: #c285ff !important;
  color: #ffffff !important;
}

.se-tag--q-purple-3 {
  background-color: #6b24b2 !important;
  color: #ffffff !important;
}

.se-tag--q-purple-4 {
  background-color: #3d1466 !important;
  color: #ffffff !important;
}

.se-tag--light-white {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

.se-tag--light-white:hover {
  color: #ffffff;
}

.se-tag--light-black {
  background-color: rgba(0, 0, 0, 0.15);
  color: #000000;
}

.se-tag--light-black:hover {
  color: #000000;
}

.se-tag--light-red {
  background-color: rgba(205, 23, 25, 0.15);
  color: #cd1719;
}

.se-tag--light-red:hover {
  color: #cd1719;
}

.se-tag--light-lighter-red {
  background-color: rgba(205, 23, 25, 0.15);
  color: rgba(205, 23, 25, 0.1);
}

.se-tag--light-lighter-red:hover {
  color: rgba(205, 23, 25, 0.1);
}

.se-tag--light-violet {
  background-color: rgba(133, 54, 136, 0.15);
  color: #853688;
}

.se-tag--light-violet:hover {
  color: #853688;
}

.se-tag--light-yellow {
  background-color: rgba(223, 167, 15, 0.15);
  color: #dfa70f;
}

.se-tag--light-yellow:hover {
  color: #dfa70f;
}

.se-tag--light-blue {
  background-color: rgba(52, 136, 201, 0.15);
  color: #3488c9;
}

.se-tag--light-blue:hover {
  color: #3488c9;
}

.se-tag--light-sea-blue {
  background-color: rgba(54, 130, 136, 0.15);
  color: #368288;
}

.se-tag--light-sea-blue:hover {
  color: #368288;
}

.se-tag--light-grey {
  background-color: rgba(153, 152, 152, 0.15);
  color: #999898;
}

.se-tag--light-grey:hover {
  color: #999898;
}

.se-tag--light-dark-grey {
  background-color: rgba(81, 81, 81, 0.15);
  color: #515151;
}

.se-tag--light-dark-grey:hover {
  color: #515151;
}

.se-tag--light-darker-grey {
  background-color: rgba(38, 38, 38, 0.15);
  color: #262626;
}

.se-tag--light-darker-grey:hover {
  color: #262626;
}

.se-tag--light-pale-red {
  background-color: rgba(215, 88, 82, 0.15);
  color: #d75852;
}

.se-tag--light-pale-red:hover {
  color: #d75852;
}

.se-tag--light-lighter-grey {
  background-color: rgba(241, 241, 241, 0.15);
  color: #f1f1f1;
}

.se-tag--light-lighter-grey:hover {
  color: #f1f1f1;
}

.se-tag--light-q-white {
  background-color: rgba(255, 255, 255, 0.15);
  color: white;
}

.se-tag--light-q-white:hover {
  color: white;
}

.se-tag--light-q-white-1 {
  background-color: rgba(187, 187, 187, 0.15);
  color: #bbbbbb;
}

.se-tag--light-q-white-1:hover {
  color: #bbbbbb;
}

.se-tag--light-q-white-2 {
  background-color: rgba(136, 136, 136, 0.15);
  color: #888888;
}

.se-tag--light-q-white-2:hover {
  color: #888888;
}

.se-tag--light-q-white-3 {
  background-color: rgba(68, 68, 68, 0.15);
  color: #444444;
}

.se-tag--light-q-white-3:hover {
  color: #444444;
}

.se-tag--light-q-red {
  background-color: rgba(230, 68, 68, 0.15);
  color: #e64444;
}

.se-tag--light-q-red:hover {
  color: #e64444;
}

.se-tag--light-q-red-1 {
  background-color: rgba(250, 204, 204, 0.15);
  color: #facccc;
}

.se-tag--light-q-red-1:hover {
  color: #facccc;
}

.se-tag--light-q-red-2 {
  background-color: rgba(240, 102, 102, 0.15);
  color: #f06666;
}

.se-tag--light-q-red-2:hover {
  color: #f06666;
}

.se-tag--light-q-red-3 {
  background-color: rgba(161, 0, 0, 0.15);
  color: #a10000;
}

.se-tag--light-q-red-3:hover {
  color: #a10000;
}

.se-tag--light-q-red-4 {
  background-color: rgba(92, 0, 0, 0.15);
  color: #5c0000;
}

.se-tag--light-q-red-4:hover {
  color: #5c0000;
}

.se-tag--light-q-orange {
  background-color: rgba(255, 153, 0, 0.15);
  color: #ff9900;
}

.se-tag--light-q-orange:hover {
  color: #ff9900;
}

.se-tag--light-q-orange-1 {
  background-color: rgba(255, 235, 204, 0.15);
  color: #ffebcc;
}

.se-tag--light-q-orange-1:hover {
  color: #ffebcc;
}

.se-tag--light-q-orange-2 {
  background-color: rgba(255, 194, 102, 0.15);
  color: #ffc266;
}

.se-tag--light-q-orange-2:hover {
  color: #ffc266;
}

.se-tag--light-q-orange-3 {
  background-color: rgba(178, 107, 0, 0.15);
  color: #b26b00;
}

.se-tag--light-q-orange-3:hover {
  color: #b26b00;
}

.se-tag--light-q-orange-4 {
  background-color: rgba(102, 61, 0, 0.15);
  color: #663d00;
}

.se-tag--light-q-orange-4:hover {
  color: #663d00;
}

.se-tag--light-q-yellow {
  background-color: rgba(255, 255, 0, 0.15);
  color: yellow;
}

.se-tag--light-q-yellow:hover {
  color: yellow;
}

.se-tag--light-q-yellow-1 {
  background-color: rgba(255, 255, 204, 0.15);
  color: #ffffcc;
}

.se-tag--light-q-yellow-1:hover {
  color: #ffffcc;
}

.se-tag--light-q-yellow-2 {
  background-color: rgba(255, 255, 102, 0.15);
  color: #ffff66;
}

.se-tag--light-q-yellow-2:hover {
  color: #ffff66;
}

.se-tag--light-q-yellow-3 {
  background-color: rgba(178, 178, 0, 0.15);
  color: #b2b200;
}

.se-tag--light-q-yellow-3:hover {
  color: #b2b200;
}

.se-tag--light-q-yellow-4 {
  background-color: rgba(102, 102, 0, 0.15);
  color: #666600;
}

.se-tag--light-q-yellow-4:hover {
  color: #666600;
}

.se-tag--light-q-green {
  background-color: rgba(0, 138, 0, 0.15);
  color: #008a00;
}

.se-tag--light-q-green:hover {
  color: #008a00;
}

.se-tag--light-q-green-1 {
  background-color: rgba(204, 232, 204, 0.15);
  color: #cce8cc;
}

.se-tag--light-q-green-1:hover {
  color: #cce8cc;
}

.se-tag--light-q-green-2 {
  background-color: rgba(102, 185, 102, 0.15);
  color: #66b966;
}

.se-tag--light-q-green-2:hover {
  color: #66b966;
}

.se-tag--light-q-green-3 {
  background-color: rgba(0, 97, 0, 0.15);
  color: #006100;
}

.se-tag--light-q-green-3:hover {
  color: #006100;
}

.se-tag--light-q-green-4 {
  background-color: rgba(0, 55, 0, 0.15);
  color: #003700;
}

.se-tag--light-q-green-4:hover {
  color: #003700;
}

.se-tag--light-q-blue {
  background-color: rgba(0, 102, 204, 0.15);
  color: #0066cc;
}

.se-tag--light-q-blue:hover {
  color: #0066cc;
}

.se-tag--light-q-blue-1 {
  background-color: rgba(204, 224, 245, 0.15);
  color: #cce0f5;
}

.se-tag--light-q-blue-1:hover {
  color: #cce0f5;
}

.se-tag--light-q-blue-2 {
  background-color: rgba(102, 163, 224, 0.15);
  color: #66a3e0;
}

.se-tag--light-q-blue-2:hover {
  color: #66a3e0;
}

.se-tag--light-q-blue-3 {
  background-color: rgba(0, 71, 178, 0.15);
  color: #0047b2;
}

.se-tag--light-q-blue-3:hover {
  color: #0047b2;
}

.se-tag--light-q-blue-4 {
  background-color: rgba(0, 41, 102, 0.15);
  color: #002966;
}

.se-tag--light-q-blue-4:hover {
  color: #002966;
}

.se-tag--light-q-purple {
  background-color: rgba(153, 51, 255, 0.15);
  color: #9933ff;
}

.se-tag--light-q-purple:hover {
  color: #9933ff;
}

.se-tag--light-q-purple-1 {
  background-color: rgba(235, 214, 255, 0.15);
  color: #ebd6ff;
}

.se-tag--light-q-purple-1:hover {
  color: #ebd6ff;
}

.se-tag--light-q-purple-2 {
  background-color: rgba(194, 133, 255, 0.15);
  color: #c285ff;
}

.se-tag--light-q-purple-2:hover {
  color: #c285ff;
}

.se-tag--light-q-purple-3 {
  background-color: rgba(107, 36, 178, 0.15);
  color: #6b24b2;
}

.se-tag--light-q-purple-3:hover {
  color: #6b24b2;
}

.se-tag--light-q-purple-4 {
  background-color: rgba(61, 20, 102, 0.15);
  color: #3d1466;
}

.se-tag--light-q-purple-4:hover {
  color: #3d1466;
}

.se-tag--disabled {
  background-color: transparent;
  color: #999898;
}

.se-tag--disabled:hover {
  color: #999898;
}

.se-tag--white-red {
  background-color: #ffffff;
  color: #cd1719;
}

.se-tag--white-red:hover {
  color: #cd1719;
}

.se-tag--sponsored {
  background-color: #f1f1f1;
  color: rgba(81, 81, 81, 0.8);
}

.se-tag--sponsored:hover {
  color: rgba(81, 81, 81, 0.8);
}

.se-label {
  font-size: 0.9375rem;
  font-weight: 500;
}

.se-share ul {
  margin: 0;
  padding: 0;
}

.se-share ul li {
  margin-bottom: 5px;
}

.se-share ul a {
  -webkit-box-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  color: #cd1719;
  display: -webkit-box;
  display: flex;
  height: 26px;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 26px;
}

@media only screen and (min-width: 640px) {
  .se-share ul a {
    height: 33px;
    width: 33px;
  }
}

.se-share ul a i {
  font-size: 0.9375rem;
}

@media only screen and (min-width: 640px) {
  .se-share ul a i {
    font-size: 1.125rem;
  }
}

.se-banner {
  color: #ffffff;
  background-position: center center;
  background-size: cover;
  padding: 28px;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  .se-banner {
    height: 300px;
    padding: 0;
    text-align: left;
  }
}

.se-banner .se-btn {
  font-weight: 500;
}

@media only screen and (min-width: 640px) {
  .se-banner__info {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    height: 300px;
    max-width: 525px;
    margin: auto;
  }
}

.se-banner__title {
  font-size: 1.375rem;
  font-weight: 700;
  font-family: "Darby Sans", "Sans Serif";
  margin-bottom: 10px;
}

@media only screen and (min-width: 640px) {
  .se-banner__title {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

.se-banner__title::before {
  content: "";
  display: block;
  background-color: #cd1719;
  height: 7px;
  margin: 0 auto 15px;
  width: 38px;
}

@media only screen and (min-width: 640px) {
  .se-banner__title::before {
    display: block;
    margin: 0 0 15px;
  }
}

.se-banner__description {
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.25;
}

@media only screen and (min-width: 640px) {
  .se-banner__description {
    font-size: 1.125rem;
    line-height: 1.22;
    margin-bottom: 0;
  }
}

.se-footer__logo {
  padding: 32px 50px;
}

@media only screen and (min-width: 1138px) {
  .se-footer__logo {
    padding: 32px 0;
  }
}

.se-footer__map {
  padding: 0 50px 20px 50px;
}

@media only screen and (min-width: 640px) {
  .se-footer__wrapper {
    margin: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.se-footer__title {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1px;
  line-height: normal;
  margin-bottom: 0.875rem;
}

.se-footer__links ul li {
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.1px;
  line-height: normal;
  margin-bottom: 0.875rem;
}

.se-footer__links ul li a {
  color: #ffffff;
}

.se-footer__terms {
  padding: 0 50px 20px 50px;
}

@media only screen and (min-width: 1138px) {
  .se-footer__terms {
    text-align: center;
  }
}

.se-footer__terms span {
  color: #ffffff;
}

.se-input::-webkit-input-placeholder,
.se-input::-webkit-input-placeholder,
.se-input::-moz-placeholder,
.se-input:-ms-input-placeholder,
.se-input:-moz-placeholder {
  color: #999898;
}

.se-input::placeholder,
.se-input::-webkit-input-placeholder,
.se-input::-moz-placeholder,
.se-input:-ms-input-placeholder,
.se-input:-moz-placeholder {
  color: #999898;
}

.se-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px white inset;
  -webkit-text-fill-color: #999898;
}

.se-input::-ms-reveal {
  display: none;
}

.se-form__title {
  font-family: "Darby Sans", "Sans Serif";
  font-size: 1.125rem;
  font-weight: 500;
  color: #515151;
  margin-bottom: 24px;
}

.se-form-error-message {
  border: solid #cd1719 1px;
  color: #cd1719;
  font-weight: 500;
  font-size: 0.75rem;
  padding: 10px 10px 10px 25px;
}

.se-form-error-message li {
  list-style: disc;
}

.se-form-success-message {
  border: solid #009900 1px;
  background-color: rgba(0, 153, 0, 0.05);
  color: #009900;
  padding: 10px;
  text-align: center;
}

.se-form-floating-message {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 2px -2px 18px 1px rgba(31, 118, 161, 0.15);
  opacity: 0;
  position: fixed;
  top: auto;
  bottom: 0;
  padding: 20px 50px;
  visibility: hidden;
  z-index: -1;
}

.se-form-floating-message__close {
  line-height: 1;
  position: absolute;
  right: 14px;
  top: 14px;
}

.se-form-floating-message__close i.se-icon-close {
  color: #515151;
  font-size: 0.8125rem;
}

@media only screen and (max-width: 639px) {
  .se-form-floating-message {
    top: auto !important;
    left: 0;
  }
}

@media only screen and (min-width: 640px) {
  .se-form-floating-message {
    bottom: auto;
    box-shadow: 2px 6px 18px 1px rgba(31, 118, 161, 0.15);
    position: absolute;
    margin-left: -60px;
  }
}

.se-form-floating-message__undone {
  background: none;
  border: 0;
  color: #cd1719;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  margin-left: 30px;
  padding: 0;
}

.se-form-floating-message i.se-icon-check {
  display: inline-block;
  margin-right: 10px;
}

.se-form-floating-message.is-visible {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.se-form__actions {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.se-form__actions a,
.se-form__actions button {
  max-width: 140px;
}

@media only screen and (min-width: 640px) {
  .se-form__actions a,
  .se-form__actions button {
    max-width: 240px;
  }
}

.se-field--has-icon {
  position: relative;
}

.se-field--has-icon i,
.se-field--has-icon i[class^=se-icon-] {
  top: 16px;
  color: #999898;
  font-size: 1.25rem;
  position: absolute;
  right: 10px;
}

@media only screen and (min-width: 640px) {
  .se-field--has-icon i,
  .se-field--has-icon i[class^=se-icon-] {
    font-size: 1.3125rem;
    top: 18px;
  }
}

.se-field--has-icon i.is-active,
.se-field--has-icon i[class^=se-icon-].is-active {
  color: #515151;
}

.se-field--has-icon--sm i,
.se-field--has-icon--sm i[class^=se-icon-] {
  top: 12px;
}

.se-field--is-select {
  position: relative;
}

.se-field--is-select .se-select {
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.se-field--is-select .se-select__caret {
  position: absolute;
  right: 17px;
  top: 28px;
  z-index: -1;
}

.se-field-error-message {
  color: #cd1719;
  display: block;
  font-weight: 500;
  font-size: 0.75rem;
  padding-top: 3px;
}

.se-input {
  background-color: #ffffff;
  border: 0;
  border-bottom: solid rgba(153, 152, 152, 0.1) 2px;
  color: #999898;
  font-size: 1rem;
  line-height: 1;
  outline: none;
  padding: 16px 9px 8px;
  width: 100%;
}

@media only screen and (min-width: 640px) {
  .se-input {
    padding: 20px 17px 10px;
  }
}

.se-input:invalid {
  box-shadow: none;
}

.se-input--sm {
  font-size: 1rem;
  line-height: 1;
  outline: none;
  padding: 16px 9px 8px;
}

@media only screen and (min-width: 640px) {
  .se-input--sm {
    font-size: 0.8rem;
    padding: 14px 10px 6px;
  }
}

.se-input--left {
  padding-left: 4px;
}

.se-input.se-field-error {
  border-bottom: solid #cd1719 1px;
}

.se-help {
  color: #262626;
  font-size: 0.75rem;
  line-height: 1;
  text-align: left;
}

.se-select {
  background-color: #ffffff;
  border: 0;
  border-bottom: solid rgba(153, 152, 152, 0.1) 2px;
  color: #999898;
  font-size: 1rem;
  outline: none;
  padding: 16px 9px 8px;
  width: 100%;
}

@media only screen and (min-width: 640px) {
  .se-select {
    padding: 20px 16px 10px;
  }
}

.se-select__caret {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #cd1719;
}

.se-select.se-field-error {
  border-bottom: solid #cd1719 1px;
}

.se-textarea.se-field-error {
  border-bottom: solid #cd1719 1px;
}

.se-checkbox {
  display: inline-block;
  line-height: 1;
  margin-right: 10px;
  vertical-align: middle;
}

.se-checkbox input {
  display: none;
}

.se-checkbox input:checked + .se-checkbox__field {
  background-color: #cd1719;
  padding-top: 2px;
  text-align: center;
}

.se-checkbox input:checked + .se-checkbox__field::after {
  border-radius: 3px;
  content: "\E90A";
  color: #ffffff;
  font-family: "se";
  font-size: 0.9375rem;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
}

@media only screen and (min-width: 640px) {
  .se-checkbox input:checked + .se-checkbox__field::after {
    font-size: 1.25rem;
  }
}

.se-checkbox__field {
  border-radius: 5px;
  border: solid #cd1719 1px;
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

@media only screen and (min-width: 640px) {
  .se-checkbox__field {
    border-radius: 4px;
    height: 24px;
    width: 24px;
  }
}

.se-checkbox--sm {
  margin-right: 4px;
}

.se-checkbox--sm .se-checkbox__field {
  height: 18px;
  width: 18px;
}

@media only screen and (min-width: 640px) {
  .se-checkbox--sm .se-checkbox__field {
    border-radius: 4px;
  }
}

.se-checkbox--sm input {
  display: none;
}

.se-checkbox--sm input:checked + .se-checkbox__field {
  padding-top: 1px;
}

.se-checkbox--sm input:checked + .se-checkbox__field::after {
  font-size: 0.9375rem;
}

.se-checkbox-slide {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.se-checkbox-slide input {
  display: none;
}

.se-checkbox-slide input:checked + .se-checkbox-slide__field::before {
  left: calc(100% - 26px);
}

.se-checkbox-slide__field {
  background-color: rgba(205, 23, 25, 0.15);
  border-radius: 20px;
  display: inline-block;
  height: 28px;
  position: relative;
  text-align: left;
  width: 56px;
}

.se-checkbox-slide__field::before {
  background-color: #cd1719;
  box-shadow: 0 0 5px rgba(205, 23, 25, 0.5);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 22px;
  left: 4px;
  top: 3px;
  position: absolute;
  width: 22px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.se-checkbox-btn {
  cursor: pointer;
  display: inline-block;
  margin: 0 20px 14px 0;
}

.se-checkbox-btn input {
  display: none;
}

.se-checkbox-btn input:checked + .se-checkbox-btn__field {
  background-color: #ffffff;
  border: solid #cd1719 1px;
  color: #cd1719;
}

.se-checkbox-btn input:checked + .se-checkbox-btn__field::after {
  content: "\E90A";
  color: #cd1719;
}

.se-checkbox-btn__field {
  background-color: #f1f1f1;
  border: solid #f1f1f1 1px;
  border-radius: 20px;
  color: #515151;
  display: inline-block;
  font-weight: 500;
  padding: 10px 12px;
  line-height: 1;
  vertical-align: middle;
}

.se-checkbox-btn__field::after {
  content: "\E906";
  display: inline-block;
  font-family: "se" !important;
  font-size: 0.75rem;
  margin-left: 10px;
  vertical-align: middle;
}

.se-checkbox-btn--selected input {
  display: none;
}

.se-checkbox-btn--selected input:checked + .se-checkbox-btn__field {
  background-color: #d75852;
  border: solid #d75852 1px;
  color: #ffffff;
}

.se-checkbox-btn--selected input:checked + .se-checkbox-btn__field::after {
  content: "\E907";
  color: #ffffff;
}

.se-radio {
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
}

@media only screen and (min-width: 1138px) {
  .se-radio {
    margin-right: 10px;
  }
}

.se-radio input {
  display: none;
}

.se-radio input:checked + .se-radio__field::after {
  background-color: #cd1719;
}

.se-radio__field {
  border-radius: 50%;
  border: solid #cd1719 1px;
  display: inline-block;
  height: 28px;
  position: relative;
  width: 28px;
  vertical-align: middle;
}

.se-radio__field::after {
  background-color: #ffffff;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 18px;
  top: 4px;
  left: 4px;
  position: absolute;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 18px;
}

.se-table {
  border-radius: 10px;
  box-shadow: 0 4px 9px 0 rgba(31, 118, 161, 0.15);
  overflow: scroll;
  width: 100%;
}

@media only screen and (min-width: 640px) {
  .se-table {
    overflow: visible;
  }
}

.se-table table {
  width: 100%;
}

.se-table th {
  background-color: rgba(215, 88, 82, 0.06);
  font-weight: 500;
  font-size: 0.9375rem;
  padding: 14px 15px;
  white-space: nowrap;
}

.se-table td {
  border-bottom: solid #f1f1f1 1px;
  font-size: 0.9375rem;
  padding: 20px 15px;
  white-space: nowrap;
}

.se-table__btn {
  background: none;
  border: 0;
  color: #cd1719;
  cursor: pointer;
  outline: none;
  margin: 0 5px;
  vertical-align: middle;
}

.se-table__btn i {
  font-size: 13px;
}

.se-table__btn i.se-icon-view {
  font-size: 19px;
}

.se-btn-text,
.se-btn-o,
.se-btn {
  border-radius: 10px;
  background-position: left center;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  outline: none;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
}

@media only screen and (min-width: 640px) {
  .se-btn-text,
  .se-btn-o,
  .se-btn {
    font-size: 0.8125rem;
    max-width: 100px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

.is-loading.se-btn-text,
.is-loading.se-btn-o,
.is-loading.se-btn {
  background-image: url(/images/spinner.gif?41389307d9dd4d404294da688f611269);
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
}

.se-btn {
  background-color: #cd1719;
  border: solid 1px #cd1719;
  color: #ffffff;
}

.se-btn:hover {
  background-color: #ffffff;
  color: #cd1719;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.se-btn--white {
  background-color: #ffffff;
  border: solid 1px #ffffff;
  color: #cd1719;
}

.se-btn--white:hover {
  background-color: #cd1719;
  color: #ffffff;
}

.se-btn--pink {
  background-color: #ffcfcf;
  border: solid 1px #ffcfcf;
  color: #cd1719;
  padding: 5px 3px 5px 1px;
  width: 77px;
}

.se-btn--pink:hover {
  background-color: #ffcfcf;
  color: #cd1719;
}

.se-btn--disabled,
.se-btn:disabled {
  background-color: #999898;
  border: solid 1px #999898;
  color: #ffffff;
  cursor: auto;
}

.se-btn--disabled:hover,
.se-btn:disabled:hover {
  background-color: #999898;
  border: solid 1px #999898;
  color: #ffffff;
}

.se-btn--lg {
  font-size: 1.125rem;
  max-width: 226px;
  padding: 19px 0;
}

.se-btn--md {
  font-size: 1rem;
  max-width: 240px;
  padding: 16px 0;
}

.se-btn--fluid {
  max-width: none;
}

.se-btn-o {
  background: none;
  border: solid #cd1719 1px;
  color: #cd1719;
}

.se-btn-o:hover {
  background-color: #cd1719;
  color: #ffffff;
}

.se-btn-o--fluid {
  max-width: none;
}

.se-btn-o--white {
  border: solid #ffffff 1px;
  color: #ffffff;
}

.se-btn-o--white:hover {
  background-color: #ffffff;
  color: #cd1719;
}

.se-btn-text {
  background-color: transparent;
  border: solid 1px transparent;
  color: #cd1719;
}

.se-btn-text:hover {
  color: rgba(205, 23, 25, 0.95);
}

.se-btn-switch {
  border-radius: 10px;
  box-shadow: 2px 4px 12px 1px rgba(31, 118, 161, 0.15);
  display: -webkit-box;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 328px;
}

.se-btn-switch .se-btn {
  background: #ffffff;
  border-color: #ffffff;
  color: #262626;
  font-size: 0.8125rem;
  max-width: none;
  padding: 15px 10px;
}

.se-btn-switch .se-btn:hover {
  background: #cd1719;
  border-color: #cd1719;
  color: #ffffff;
}

.se-btn-switch .se-btn:first-child {
  border-radius: 10px 0px 0px 10px;
}

.se-btn-switch .se-btn:last-child {
  border-radius: 0px 10px 10px 0px;
}

.se-btn-switch .se-btn--active {
  background: #cd1719;
  border-color: #cd1719;
  color: #ffffff;
}

.se-advertisement__message {
  color: #bdcff7;
  font-family: "Darby Sans", "Sans Serif";
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 5px;
  padding: 11px 0;
  text-align: center;
}

.se-advertisement img {
  width: 100%;
}

.se-arrows {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
}

.se-arrows__arrow {
  -webkit-box-align: center;
          align-items: center;
  background-color: #cd1719;
  border: solid 1px #cd1719;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  font-size: 1.25rem;
  height: 54px;
  -webkit-box-pack: center;
          justify-content: center;
  width: 54px;
}

.se-arrows__arrow--prev {
  margin-right: 22px;
}

@media only screen and (min-width: 640px) {
  .se-arrows__arrow--prev {
    margin-right: 38px;
  }
}

.se-arrows__arrow--next {
  margin-left: 22px;
}

@media only screen and (min-width: 640px) {
  .se-arrows__arrow--next {
    margin-left: 38px;
  }
}

.se-arrows__arrow:hover {
  background-color: #ffffff;
  color: #cd1719;
}

.se-arrows__arrow:disabled,
.se-arrows__arrow--disabled {
  background-color: #ffffff;
  color: #cd1719;
  cursor: not-allowed;
}

.se-arrows__content {
  color: #262626;
  font-family: "Darby Sans", "Sans Serif";
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  .se-arrows__content {
    font-size: 2rem;
  }
}

.se-arrows__content--double-line p:first-child {
  font-size: 1.25rem;
}

.se-arrows__content--double-line p:last-child {
  color: #999898;
  font-size: 0.9375rem;
  font-weight: 400;
}

.se-arrows__content--light {
  color: #515151;
  font-weight: 400;
}

.se-reading-bar {
  background-color: #E0E0E0;
  height: 100%;
  width: 100%;
}

.se-reading-bar__progress {
  background-color: rgba(205, 23, 25, 0.5);
  height: 5px;
  width: 0%;
}

.se-paywall {
  color: #999898;
  background-color: #ffffff;
  box-shadow: 2px 5px 15px 1px rgba(31, 118, 161, 0.15);
  font-family: "Darby Sans", "Sans Serif";
  font-size: 1.0625rem;
  line-height: 1.29;
  padding: 32px 10px 18px 10px;
  text-align: center;
  width: 100%;
}

@media only screen and (min-width: 640px) {
  .se-paywall {
    margin-top: -15px;
    padding: 44px 94px 52px 94px;
  }
}

.se-paywall__title {
  color: #262626;
  font-family: "Darby Sans", "Sans Serif";
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.33;
}

.se-paywall .se-btn {
  border-radius: 5px;
  max-width: none;
  width: 100%;
}

.se-paywall-pdf {
  color: #999898;
  background-color: #ffffff;
  box-shadow: 2px 5px 15px 1px rgba(31, 118, 161, 0.15);
  font-family: "Darby Sans", "Sans Serif";
  font-size: 1.4375rem;
  line-height: 1.29;
  padding: 32px 10px 18px 10px;
  text-align: center;
  width: 100%;
}

@media only screen and (min-width: 640px) {
  .se-paywall-pdf {
    margin-top: -15px;
    padding: 72px 65px 48px 65px;
  }
}

.se-paywall-pdf__title {
  color: #262626;
  font-family: "Darby Sans", "Sans Serif";
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.33;
}

.se-paywall-pdf .se-btn {
  border-radius: 5px;
  max-width: none;
  width: 45%;
}

.se-stripe {
  background-color: #cd1719;
  color: #ffffff;
  display: block;
  font-size: 0.9375rem;
  font-weight: 400;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
  line-height: 1.27;
  padding: 10px 7px 7px 7px;
  text-align: center;
  width: 100%;
  z-index: 10;
}

@media only screen and (min-width: 640px) {
  .se-stripe {
    display: block;
    text-align: center;
  }
}

.se-stripe__left {
  color: #ffffff;
  font-weight: 500;
}

.se-stripe__link {
  color: #ffffff;
  font-weight: 500;
  text-decoration: underline;
  white-space: nowrap;
}

@media only screen and (min-width: 640px) {
  .se-stripe__link {
    margin-left: 16px;
  }
}

.se-stripe__link:hover {
  color: #ffffff;
}

.se-stripe--fixed {
  bottom: 0;
  position: fixed;
}

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

.se-modal__content {
  background-color: #ffffff;
  box-shadow: 2px 5px 15px 1px rgba(31, 118, 161, 0.15);
  margin: 10px;
  padding: 24px;
  position: relative;
  line-height: 1.25;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media only screen and (min-width: 640px) {
  .se-modal__content {
    margin-left: auto;
    margin-right: auto;
  }
}

.se-modal__close {
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  top: 20px;
  right: 20px;
  max-width: 15px;
}

.se-modal__title {
  font-family: "Darby Sans", "Sans Serif";
  font-size: 1.375rem;
  font-weight: 500;
  color: #262626;
  margin-bottom: 16px;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  .se-modal__title {
    font-size: 1.5625rem;
  }
}

.se-modal__description {
  font-size: 0.875rem;
  margin-bottom: 28px;
  color: #999898;
}

@media only screen and (min-width: 640px) {
  .se-modal__description {
    margin-bottom: 48px;
  }
}

.se-modal__actions {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
}

.se-modal__actions .se-btn,
.se-modal__actions .se-btn-o {
  max-width: 120px;
}

@media only screen and (min-width: 640px) {
  .se-modal__actions .se-btn,
  .se-modal__actions .se-btn-o {
    max-width: 157px;
  }
}

.se-modal--md .se-modal__content {
  padding: 40px;
  max-width: 635px;
}

@media only screen and (min-width: 640px) {
  .se-modal--md .se-modal__content {
    margin: 50px auto;
  }
}

.se-modal--sm .se-modal__content {
  max-width: 436px;
  padding: 25px;
}

@media only screen and (min-width: 640px) {
  .se-modal--sm .se-modal__content {
    margin: 0 auto;
    padding: 44px;
  }
}

.se-modal--vcentered .se-modal__content {
  position: relative;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

@media only screen and (min-width: 640px) {
  .se-modal--vcentered .se-modal__content {
    margin: 0 auto;
  }
}

.se-modal.is-visible {
  display: block;
}

.se-accordion__heading {
  cursor: pointer;
}

.se-accordion__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.se-accordion.is-expanded .se-accordion__body {
  max-height: 650px;
}

.cookie-banner {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 9999;
  background: #fff;
  color: #262626;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.18);
  border-top: 9px solid #cd1719;
  padding: 16px;
}

.cookie-banner .mb10 {
  margin-bottom: 10px;
  color: #262626;
  line-height: 1.45;
}

.cookie-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-box-align: start;
          align-items: start;
}

@media (max-width: 720px) {
  .cookie-grid {
    grid-template-columns: 1fr;
  }
}

.cookie-grid label {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 14px;
}

@media (prefers-color-scheme: light) {
  .cookie-grid label {
    background: #f8fafc;
    border-color: #e2e8f0;
    color: #0f172a;
  }
}

.cookie-grid input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: #cd1719;
}

.cookie-grid input[disabled] {
  opacity: 0.6;
}

.cookie-actions {
  grid-column: 1/-1;
  display: -webkit-box;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  margin-top: 6px;
  flex-wrap: wrap;
}

.cookie-actions .link {
  color: #262626;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-actions .btn {
  border: 0;
  border-radius: 10px;
  padding: 10px 14px;
  cursor: pointer;
  background: #cd1719;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 6px 16px rgba(79, 70, 229, 0.25);
}

.cookie-actions .btn:focus {
  outline: 3px solid rgba(79, 70, 229, 0.45);
  outline-offset: 2px;
}

.cookie-actions .btn.btn--secondary {
  background: #2e2f36;
  color: #f6f7fb;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (prefers-color-scheme: light) {
  .cookie-actions .btn.btn--secondary {
    border-color: #e2e8f0;
  }
}

/* accesibilidad y layout */

#cookie-banner[role=dialog] {
  max-width: 1100px;
  margin-inline: auto;
  border-radius: 14px 14px 0 0;
}

.se-card__wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  -webkit-box-pack: center;
          justify-content: center;
}

.se-card__wrapper--one {
  width: 100%;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

@media only screen and (min-width: 1138px) {
  .se-card__wrapper--one {
    width: 67%;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

.se-card__wrapper--two {
  width: 100%;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

@media only screen and (min-width: 1138px) {
  .se-card__wrapper--two {
    width: 33%;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}

.se-card__wrapper--three {
  width: 100%;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

@media only screen and (min-width: 1138px) {
  .se-card__wrapper--three {
    width: 100%;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
}

@media only screen and (min-width: 640px) {
  .se-card__wrapper--three .se-card__excerpt {
    min-height: 150px;
  }
}

.se-card__wrapper--primary {
  border-radius: 5px;
  height: 100%;
}

.se-card__wrapper--primary .se-card__body {
  min-height: initial;
}

.se-card__wrapper--group .columns {
  width: 100%;
}

@media only screen and (min-width: 640px) {
  .se-card__wrapper--group .se-card__body {
    min-height: 221.5px;
  }
}

.se-card__wrapper--group .se-card__title {
  font-size: 1rem;
}

@media only screen and (min-width: 640px) {
  .se-card__wrapper--group .se-card__title {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 640px) {
  .se-card__wrapper--group .se-card--blog .se-card__body {
    min-height: 181.5px;
  }
}

.se-section--white .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(255, 255, 255, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--white .se-card__wrapper--primary {
    background-color: rgba(255, 255, 255, 0.02);
    border: 1px solid #ffffff;
  }

  .se-section--white .se-card__wrapper--group .column:nth-child(2),
  .se-section--white .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}

.se-section--black .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(0, 0, 0, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--black .se-card__wrapper--primary {
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid #000000;
  }

  .se-section--black .se-card__wrapper--group .column:nth-child(2),
  .se-section--black .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
  }
}

.se-section--red .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(205, 23, 25, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--red .se-card__wrapper--primary {
    background-color: rgba(205, 23, 25, 0.02);
    border: 1px solid #cd1719;
  }

  .se-section--red .se-card__wrapper--group .column:nth-child(2),
  .se-section--red .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(205, 23, 25, 0.3);
  }
}

.se-section--lighter-red .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(205, 23, 25, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--lighter-red .se-card__wrapper--primary {
    background-color: rgba(205, 23, 25, 0.02);
    border: 1px solid rgba(205, 23, 25, 0.1);
  }

  .se-section--lighter-red .se-card__wrapper--group .column:nth-child(2),
  .se-section--lighter-red .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(205, 23, 25, 0.3);
  }
}

.se-section--violet .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(133, 54, 136, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--violet .se-card__wrapper--primary {
    background-color: rgba(133, 54, 136, 0.02);
    border: 1px solid #853688;
  }

  .se-section--violet .se-card__wrapper--group .column:nth-child(2),
  .se-section--violet .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(133, 54, 136, 0.3);
  }
}

.se-section--yellow .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(223, 167, 15, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--yellow .se-card__wrapper--primary {
    background-color: rgba(223, 167, 15, 0.02);
    border: 1px solid #dfa70f;
  }

  .se-section--yellow .se-card__wrapper--group .column:nth-child(2),
  .se-section--yellow .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(223, 167, 15, 0.3);
  }
}

.se-section--blue .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(52, 136, 201, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--blue .se-card__wrapper--primary {
    background-color: rgba(52, 136, 201, 0.02);
    border: 1px solid #3488c9;
  }

  .se-section--blue .se-card__wrapper--group .column:nth-child(2),
  .se-section--blue .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(52, 136, 201, 0.3);
  }
}

.se-section--sea-blue .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(54, 130, 136, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--sea-blue .se-card__wrapper--primary {
    background-color: rgba(54, 130, 136, 0.02);
    border: 1px solid #368288;
  }

  .se-section--sea-blue .se-card__wrapper--group .column:nth-child(2),
  .se-section--sea-blue .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(54, 130, 136, 0.3);
  }
}

.se-section--grey .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(153, 152, 152, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--grey .se-card__wrapper--primary {
    background-color: rgba(153, 152, 152, 0.02);
    border: 1px solid #999898;
  }

  .se-section--grey .se-card__wrapper--group .column:nth-child(2),
  .se-section--grey .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(153, 152, 152, 0.3);
  }
}

.se-section--dark-grey .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(81, 81, 81, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--dark-grey .se-card__wrapper--primary {
    background-color: rgba(81, 81, 81, 0.02);
    border: 1px solid #515151;
  }

  .se-section--dark-grey .se-card__wrapper--group .column:nth-child(2),
  .se-section--dark-grey .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(81, 81, 81, 0.3);
  }
}

.se-section--darker-grey .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(38, 38, 38, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--darker-grey .se-card__wrapper--primary {
    background-color: rgba(38, 38, 38, 0.02);
    border: 1px solid #262626;
  }

  .se-section--darker-grey .se-card__wrapper--group .column:nth-child(2),
  .se-section--darker-grey .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(38, 38, 38, 0.3);
  }
}

.se-section--pale-red .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(215, 88, 82, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--pale-red .se-card__wrapper--primary {
    background-color: rgba(215, 88, 82, 0.02);
    border: 1px solid #d75852;
  }

  .se-section--pale-red .se-card__wrapper--group .column:nth-child(2),
  .se-section--pale-red .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(215, 88, 82, 0.3);
  }
}

.se-section--lighter-grey .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(241, 241, 241, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--lighter-grey .se-card__wrapper--primary {
    background-color: rgba(241, 241, 241, 0.02);
    border: 1px solid #f1f1f1;
  }

  .se-section--lighter-grey .se-card__wrapper--group .column:nth-child(2),
  .se-section--lighter-grey .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(241, 241, 241, 0.3);
  }
}

.se-section--q-white .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(255, 255, 255, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--q-white .se-card__wrapper--primary {
    background-color: rgba(255, 255, 255, 0.02);
    border: 1px solid white;
  }

  .se-section--q-white .se-card__wrapper--group .column:nth-child(2),
  .se-section--q-white .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}

.se-section--q-white-1 .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(187, 187, 187, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--q-white-1 .se-card__wrapper--primary {
    background-color: rgba(187, 187, 187, 0.02);
    border: 1px solid #bbbbbb;
  }

  .se-section--q-white-1 .se-card__wrapper--group .column:nth-child(2),
  .se-section--q-white-1 .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(187, 187, 187, 0.3);
  }
}

.se-section--q-white-2 .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(136, 136, 136, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--q-white-2 .se-card__wrapper--primary {
    background-color: rgba(136, 136, 136, 0.02);
    border: 1px solid #888888;
  }

  .se-section--q-white-2 .se-card__wrapper--group .column:nth-child(2),
  .se-section--q-white-2 .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(136, 136, 136, 0.3);
  }
}

.se-section--q-white-3 .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(68, 68, 68, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--q-white-3 .se-card__wrapper--primary {
    background-color: rgba(68, 68, 68, 0.02);
    border: 1px solid #444444;
  }

  .se-section--q-white-3 .se-card__wrapper--group .column:nth-child(2),
  .se-section--q-white-3 .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(68, 68, 68, 0.3);
  }
}

.se-section--q-red .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(230, 68, 68, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--q-red .se-card__wrapper--primary {
    background-color: rgba(230, 68, 68, 0.02);
    border: 1px solid #e64444;
  }

  .se-section--q-red .se-card__wrapper--group .column:nth-child(2),
  .se-section--q-red .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(230, 68, 68, 0.3);
  }
}

.se-section--q-red-1 .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(250, 204, 204, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--q-red-1 .se-card__wrapper--primary {
    background-color: rgba(250, 204, 204, 0.02);
    border: 1px solid #facccc;
  }

  .se-section--q-red-1 .se-card__wrapper--group .column:nth-child(2),
  .se-section--q-red-1 .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(250, 204, 204, 0.3);
  }
}

.se-section--q-red-2 .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(240, 102, 102, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--q-red-2 .se-card__wrapper--primary {
    background-color: rgba(240, 102, 102, 0.02);
    border: 1px solid #f06666;
  }

  .se-section--q-red-2 .se-card__wrapper--group .column:nth-child(2),
  .se-section--q-red-2 .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(240, 102, 102, 0.3);
  }
}

.se-section--q-red-3 .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(161, 0, 0, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--q-red-3 .se-card__wrapper--primary {
    background-color: rgba(161, 0, 0, 0.02);
    border: 1px solid #a10000;
  }

  .se-section--q-red-3 .se-card__wrapper--group .column:nth-child(2),
  .se-section--q-red-3 .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(161, 0, 0, 0.3);
  }
}

.se-section--q-red-4 .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(92, 0, 0, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--q-red-4 .se-card__wrapper--primary {
    background-color: rgba(92, 0, 0, 0.02);
    border: 1px solid #5c0000;
  }

  .se-section--q-red-4 .se-card__wrapper--group .column:nth-child(2),
  .se-section--q-red-4 .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(92, 0, 0, 0.3);
  }
}

.se-section--q-orange .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(255, 153, 0, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--q-orange .se-card__wrapper--primary {
    background-color: rgba(255, 153, 0, 0.02);
    border: 1px solid #ff9900;
  }

  .se-section--q-orange .se-card__wrapper--group .column:nth-child(2),
  .se-section--q-orange .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(255, 153, 0, 0.3);
  }
}

.se-section--q-orange-1 .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(255, 235, 204, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--q-orange-1 .se-card__wrapper--primary {
    background-color: rgba(255, 235, 204, 0.02);
    border: 1px solid #ffebcc;
  }

  .se-section--q-orange-1 .se-card__wrapper--group .column:nth-child(2),
  .se-section--q-orange-1 .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(255, 235, 204, 0.3);
  }
}

.se-section--q-orange-2 .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(255, 194, 102, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--q-orange-2 .se-card__wrapper--primary {
    background-color: rgba(255, 194, 102, 0.02);
    border: 1px solid #ffc266;
  }

  .se-section--q-orange-2 .se-card__wrapper--group .column:nth-child(2),
  .se-section--q-orange-2 .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(255, 194, 102, 0.3);
  }
}

.se-section--q-orange-3 .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(178, 107, 0, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--q-orange-3 .se-card__wrapper--primary {
    background-color: rgba(178, 107, 0, 0.02);
    border: 1px solid #b26b00;
  }

  .se-section--q-orange-3 .se-card__wrapper--group .column:nth-child(2),
  .se-section--q-orange-3 .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(178, 107, 0, 0.3);
  }
}

.se-section--q-orange-4 .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(102, 61, 0, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--q-orange-4 .se-card__wrapper--primary {
    background-color: rgba(102, 61, 0, 0.02);
    border: 1px solid #663d00;
  }

  .se-section--q-orange-4 .se-card__wrapper--group .column:nth-child(2),
  .se-section--q-orange-4 .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(102, 61, 0, 0.3);
  }
}

.se-section--q-yellow .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(255, 255, 0, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--q-yellow .se-card__wrapper--primary {
    background-color: rgba(255, 255, 0, 0.02);
    border: 1px solid yellow;
  }

  .se-section--q-yellow .se-card__wrapper--group .column:nth-child(2),
  .se-section--q-yellow .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(255, 255, 0, 0.3);
  }
}

.se-section--q-yellow-1 .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(255, 255, 204, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--q-yellow-1 .se-card__wrapper--primary {
    background-color: rgba(255, 255, 204, 0.02);
    border: 1px solid #ffffcc;
  }

  .se-section--q-yellow-1 .se-card__wrapper--group .column:nth-child(2),
  .se-section--q-yellow-1 .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(255, 255, 204, 0.3);
  }
}

.se-section--q-yellow-2 .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(255, 255, 102, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--q-yellow-2 .se-card__wrapper--primary {
    background-color: rgba(255, 255, 102, 0.02);
    border: 1px solid #ffff66;
  }

  .se-section--q-yellow-2 .se-card__wrapper--group .column:nth-child(2),
  .se-section--q-yellow-2 .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(255, 255, 102, 0.3);
  }
}

.se-section--q-yellow-3 .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(178, 178, 0, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--q-yellow-3 .se-card__wrapper--primary {
    background-color: rgba(178, 178, 0, 0.02);
    border: 1px solid #b2b200;
  }

  .se-section--q-yellow-3 .se-card__wrapper--group .column:nth-child(2),
  .se-section--q-yellow-3 .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(178, 178, 0, 0.3);
  }
}

.se-section--q-yellow-4 .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(102, 102, 0, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--q-yellow-4 .se-card__wrapper--primary {
    background-color: rgba(102, 102, 0, 0.02);
    border: 1px solid #666600;
  }

  .se-section--q-yellow-4 .se-card__wrapper--group .column:nth-child(2),
  .se-section--q-yellow-4 .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(102, 102, 0, 0.3);
  }
}

.se-section--q-green .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(0, 138, 0, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--q-green .se-card__wrapper--primary {
    background-color: rgba(0, 138, 0, 0.02);
    border: 1px solid #008a00;
  }

  .se-section--q-green .se-card__wrapper--group .column:nth-child(2),
  .se-section--q-green .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(0, 138, 0, 0.3);
  }
}

.se-section--q-green-1 .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(204, 232, 204, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--q-green-1 .se-card__wrapper--primary {
    background-color: rgba(204, 232, 204, 0.02);
    border: 1px solid #cce8cc;
  }

  .se-section--q-green-1 .se-card__wrapper--group .column:nth-child(2),
  .se-section--q-green-1 .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(204, 232, 204, 0.3);
  }
}

.se-section--q-green-2 .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(102, 185, 102, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--q-green-2 .se-card__wrapper--primary {
    background-color: rgba(102, 185, 102, 0.02);
    border: 1px solid #66b966;
  }

  .se-section--q-green-2 .se-card__wrapper--group .column:nth-child(2),
  .se-section--q-green-2 .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(102, 185, 102, 0.3);
  }
}

.se-section--q-green-3 .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(0, 97, 0, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--q-green-3 .se-card__wrapper--primary {
    background-color: rgba(0, 97, 0, 0.02);
    border: 1px solid #006100;
  }

  .se-section--q-green-3 .se-card__wrapper--group .column:nth-child(2),
  .se-section--q-green-3 .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(0, 97, 0, 0.3);
  }
}

.se-section--q-green-4 .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(0, 55, 0, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--q-green-4 .se-card__wrapper--primary {
    background-color: rgba(0, 55, 0, 0.02);
    border: 1px solid #003700;
  }

  .se-section--q-green-4 .se-card__wrapper--group .column:nth-child(2),
  .se-section--q-green-4 .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(0, 55, 0, 0.3);
  }
}

.se-section--q-blue .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(0, 102, 204, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--q-blue .se-card__wrapper--primary {
    background-color: rgba(0, 102, 204, 0.02);
    border: 1px solid #0066cc;
  }

  .se-section--q-blue .se-card__wrapper--group .column:nth-child(2),
  .se-section--q-blue .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(0, 102, 204, 0.3);
  }
}

.se-section--q-blue-1 .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(204, 224, 245, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--q-blue-1 .se-card__wrapper--primary {
    background-color: rgba(204, 224, 245, 0.02);
    border: 1px solid #cce0f5;
  }

  .se-section--q-blue-1 .se-card__wrapper--group .column:nth-child(2),
  .se-section--q-blue-1 .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(204, 224, 245, 0.3);
  }
}

.se-section--q-blue-2 .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(102, 163, 224, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--q-blue-2 .se-card__wrapper--primary {
    background-color: rgba(102, 163, 224, 0.02);
    border: 1px solid #66a3e0;
  }

  .se-section--q-blue-2 .se-card__wrapper--group .column:nth-child(2),
  .se-section--q-blue-2 .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(102, 163, 224, 0.3);
  }
}

.se-section--q-blue-3 .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(0, 71, 178, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--q-blue-3 .se-card__wrapper--primary {
    background-color: rgba(0, 71, 178, 0.02);
    border: 1px solid #0047b2;
  }

  .se-section--q-blue-3 .se-card__wrapper--group .column:nth-child(2),
  .se-section--q-blue-3 .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(0, 71, 178, 0.3);
  }
}

.se-section--q-blue-4 .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(0, 41, 102, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--q-blue-4 .se-card__wrapper--primary {
    background-color: rgba(0, 41, 102, 0.02);
    border: 1px solid #002966;
  }

  .se-section--q-blue-4 .se-card__wrapper--group .column:nth-child(2),
  .se-section--q-blue-4 .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(0, 41, 102, 0.3);
  }
}

.se-section--q-purple .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(153, 51, 255, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--q-purple .se-card__wrapper--primary {
    background-color: rgba(153, 51, 255, 0.02);
    border: 1px solid #9933ff;
  }

  .se-section--q-purple .se-card__wrapper--group .column:nth-child(2),
  .se-section--q-purple .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(153, 51, 255, 0.3);
  }
}

.se-section--q-purple-1 .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(235, 214, 255, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--q-purple-1 .se-card__wrapper--primary {
    background-color: rgba(235, 214, 255, 0.02);
    border: 1px solid #ebd6ff;
  }

  .se-section--q-purple-1 .se-card__wrapper--group .column:nth-child(2),
  .se-section--q-purple-1 .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(235, 214, 255, 0.3);
  }
}

.se-section--q-purple-2 .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(194, 133, 255, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--q-purple-2 .se-card__wrapper--primary {
    background-color: rgba(194, 133, 255, 0.02);
    border: 1px solid #c285ff;
  }

  .se-section--q-purple-2 .se-card__wrapper--group .column:nth-child(2),
  .se-section--q-purple-2 .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(194, 133, 255, 0.3);
  }
}

.se-section--q-purple-3 .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(107, 36, 178, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--q-purple-3 .se-card__wrapper--primary {
    background-color: rgba(107, 36, 178, 0.02);
    border: 1px solid #6b24b2;
  }

  .se-section--q-purple-3 .se-card__wrapper--group .column:nth-child(2),
  .se-section--q-purple-3 .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(107, 36, 178, 0.3);
  }
}

.se-section--q-purple-4 .se-card__wrapper--group .se-hr {
  border-bottom: solid rgba(61, 20, 102, 0.3) 1px;
}

@media only screen and (min-width: 640px) {
  .se-section--q-purple-4 .se-card__wrapper--primary {
    background-color: rgba(61, 20, 102, 0.02);
    border: 1px solid #3d1466;
  }

  .se-section--q-purple-4 .se-card__wrapper--group .column:nth-child(2),
  .se-section--q-purple-4 .se-card__wrapper--group .column:nth-child(7) {
    border-right: 1px solid rgba(61, 20, 102, 0.3);
  }
}

.se-article__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
  position: relative;
}

@media only screen and (min-width: 1138px) {
  .se-article__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    position: static;
  }
}

.se-article__title {
  font-size: 1.25rem;
  font-family: "ClearfaceTS", "Serif";
  font-weight: 700;
  color: #262626;
  line-height: 1.05;
  margin-bottom: 10px;
}

@media only screen and (min-width: 640px) {
  .se-article__title {
    font-size: 2.75rem;
    margin-bottom: 30px;
  }
}

.se-article__author {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
  margin-bottom: 67px;
}

@media only screen and (min-width: 640px) {
  .se-article__author {
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-bottom: 32px;
  }
}

.se-article__sponsor {
  margin-bottom: 40px;
}

@media only screen and (min-width: 640px) {
  .se-article__sponsor {
    margin-bottom: 0;
    text-align: center;
  }
}

.se-article__sponsor img {
  max-height: 70px;
}

.se-article__excerpt {
  color: #515151;
  font-family: "Darby Sans", "Sans Serif";
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 40px;
}

.type-news .se-article__excerpt {
  margin-bottom: 67px;
}

@media only screen and (min-width: 640px) {
  .se-article__excerpt {
    font-size: 1.5rem;
    margin-bottom: 36px;
  }
}

@media only screen and (min-width: 1138px) {
  .se-article__sidebar {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding-top: 600px;
    padding-bottom: 80px;
  }
}

.se-article__body {
  color: #515151;
  font-family: "SwiftEF", "Serif";
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.1px;
}

.se-article__columns {
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (min-width: 1138px) {
  .se-article__columns {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media only screen and (min-width: 1138px) {
  .se-article__share-and-image {
    position: relative;
  }
}

.se-article__share-and-image .se-share {
  bottom: 52px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

@media only screen and (min-width: 1138px) {
  .se-article__share-and-image .se-share {
    bottom: auto;
    top: 0;
    left: -60px;
  }
}

.mobile-searchbox-expanded .se-article__share-and-image .se-share {
  display: none;
}

@media only screen and (max-width: 639px) {
  .mobile-header-fixed .se-article__share-and-image .se-share {
    bottom: auto;
    left: auto;
    position: fixed;
    right: 10px;
    top: 12px;
    width: auto;
    z-index: 200;
  }

  .mobile-header-fixed .se-article__share-and-image .se-share ul li a {
    background-color: transparent;
    margin: 0 8px;
    width: auto;
  }

  .mobile-header-fixed .se-article__share-and-image .se-share ul li a i {
    font-size: 1.5625rem;
  }

  .mobile-header-fixed .se-article__share-and-image .se-share ul li a i.se-icon-contact-o {
    font-size: 1.75rem;
    position: relative;
    top: 3px;
  }
}

.se-article__image {
  line-height: 1;
}

.se-article__image img {
  width: 100%;
  display: inherit;
}

.se-article__image-signature {
  background-color: #000000;
  color: white;
  display: -webkit-box;
  font-family: "Darby Sans", "Sans Serif";
  font-weight: 400;
  font-size: 0.875rem;
  overflow: hidden;
  padding: 5px 15px;
}

@media only screen and (min-width: 640px) {
  .se-article__image-signature {
    font-size: 0.9375rem;
    padding: 10px;
  }
}

@media only screen and (min-width: 640px) {
  .se-article__image img {
    width: auto;
  }
}

@media only screen and (min-width: 1138px) {
  .se-article__image {
    position: relative;
  }
}

.se-article__quote {
  color: #d75852;
  font-family: "Darby Sans", "Sans Serif";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 640px) {
  .se-article__quote {
    font-size: 1.5rem;
  }
}

.se-article__quote::before {
  background-color: #d75852;
  content: "";
  display: inline-block;
  height: 10px;
  margin-bottom: 6px;
  width: 70px;
}

@media only screen and (min-width: 640px) {
  .se-article__quote::before {
    margin-bottom: 10px;
  }
}

.se-article__quote span {
  background: rgba(215, 88, 82, 0.2);
}

.se-article__quote--white {
  color: #ffffff;
}

.se-article__quote--white::before {
  background-color: #ffffff;
}

.se-article__quote--white span {
  background: rgba(255, 255, 255, 0.2);
}

.se-article__quote--black {
  color: #000000;
}

.se-article__quote--black::before {
  background-color: #000000;
}

.se-article__quote--black span {
  background: rgba(0, 0, 0, 0.2);
}

.se-article__quote--red {
  color: #cd1719;
}

.se-article__quote--red::before {
  background-color: #cd1719;
}

.se-article__quote--red span {
  background: rgba(205, 23, 25, 0.2);
}

.se-article__quote--lighter-red {
  color: rgba(205, 23, 25, 0.1);
}

.se-article__quote--lighter-red::before {
  background-color: rgba(205, 23, 25, 0.1);
}

.se-article__quote--lighter-red span {
  background: rgba(205, 23, 25, 0.2);
}

.se-article__quote--violet {
  color: #853688;
}

.se-article__quote--violet::before {
  background-color: #853688;
}

.se-article__quote--violet span {
  background: rgba(133, 54, 136, 0.2);
}

.se-article__quote--yellow {
  color: #dfa70f;
}

.se-article__quote--yellow::before {
  background-color: #dfa70f;
}

.se-article__quote--yellow span {
  background: rgba(223, 167, 15, 0.2);
}

.se-article__quote--blue {
  color: #3488c9;
}

.se-article__quote--blue::before {
  background-color: #3488c9;
}

.se-article__quote--blue span {
  background: rgba(52, 136, 201, 0.2);
}

.se-article__quote--sea-blue {
  color: #368288;
}

.se-article__quote--sea-blue::before {
  background-color: #368288;
}

.se-article__quote--sea-blue span {
  background: rgba(54, 130, 136, 0.2);
}

.se-article__quote--grey {
  color: #999898;
}

.se-article__quote--grey::before {
  background-color: #999898;
}

.se-article__quote--grey span {
  background: rgba(153, 152, 152, 0.2);
}

.se-article__quote--dark-grey {
  color: #515151;
}

.se-article__quote--dark-grey::before {
  background-color: #515151;
}

.se-article__quote--dark-grey span {
  background: rgba(81, 81, 81, 0.2);
}

.se-article__quote--darker-grey {
  color: #262626;
}

.se-article__quote--darker-grey::before {
  background-color: #262626;
}

.se-article__quote--darker-grey span {
  background: rgba(38, 38, 38, 0.2);
}

.se-article__quote--pale-red {
  color: #d75852;
}

.se-article__quote--pale-red::before {
  background-color: #d75852;
}

.se-article__quote--pale-red span {
  background: rgba(215, 88, 82, 0.2);
}

.se-article__quote--lighter-grey {
  color: #f1f1f1;
}

.se-article__quote--lighter-grey::before {
  background-color: #f1f1f1;
}

.se-article__quote--lighter-grey span {
  background: rgba(241, 241, 241, 0.2);
}

.se-article__quote--q-white {
  color: white;
}

.se-article__quote--q-white::before {
  background-color: white;
}

.se-article__quote--q-white span {
  background: rgba(255, 255, 255, 0.2);
}

.se-article__quote--q-white-1 {
  color: #bbbbbb;
}

.se-article__quote--q-white-1::before {
  background-color: #bbbbbb;
}

.se-article__quote--q-white-1 span {
  background: rgba(187, 187, 187, 0.2);
}

.se-article__quote--q-white-2 {
  color: #888888;
}

.se-article__quote--q-white-2::before {
  background-color: #888888;
}

.se-article__quote--q-white-2 span {
  background: rgba(136, 136, 136, 0.2);
}

.se-article__quote--q-white-3 {
  color: #444444;
}

.se-article__quote--q-white-3::before {
  background-color: #444444;
}

.se-article__quote--q-white-3 span {
  background: rgba(68, 68, 68, 0.2);
}

.se-article__quote--q-red {
  color: #e64444;
}

.se-article__quote--q-red::before {
  background-color: #e64444;
}

.se-article__quote--q-red span {
  background: rgba(230, 68, 68, 0.2);
}

.se-article__quote--q-red-1 {
  color: #facccc;
}

.se-article__quote--q-red-1::before {
  background-color: #facccc;
}

.se-article__quote--q-red-1 span {
  background: rgba(250, 204, 204, 0.2);
}

.se-article__quote--q-red-2 {
  color: #f06666;
}

.se-article__quote--q-red-2::before {
  background-color: #f06666;
}

.se-article__quote--q-red-2 span {
  background: rgba(240, 102, 102, 0.2);
}

.se-article__quote--q-red-3 {
  color: #a10000;
}

.se-article__quote--q-red-3::before {
  background-color: #a10000;
}

.se-article__quote--q-red-3 span {
  background: rgba(161, 0, 0, 0.2);
}

.se-article__quote--q-red-4 {
  color: #5c0000;
}

.se-article__quote--q-red-4::before {
  background-color: #5c0000;
}

.se-article__quote--q-red-4 span {
  background: rgba(92, 0, 0, 0.2);
}

.se-article__quote--q-orange {
  color: #ff9900;
}

.se-article__quote--q-orange::before {
  background-color: #ff9900;
}

.se-article__quote--q-orange span {
  background: rgba(255, 153, 0, 0.2);
}

.se-article__quote--q-orange-1 {
  color: #ffebcc;
}

.se-article__quote--q-orange-1::before {
  background-color: #ffebcc;
}

.se-article__quote--q-orange-1 span {
  background: rgba(255, 235, 204, 0.2);
}

.se-article__quote--q-orange-2 {
  color: #ffc266;
}

.se-article__quote--q-orange-2::before {
  background-color: #ffc266;
}

.se-article__quote--q-orange-2 span {
  background: rgba(255, 194, 102, 0.2);
}

.se-article__quote--q-orange-3 {
  color: #b26b00;
}

.se-article__quote--q-orange-3::before {
  background-color: #b26b00;
}

.se-article__quote--q-orange-3 span {
  background: rgba(178, 107, 0, 0.2);
}

.se-article__quote--q-orange-4 {
  color: #663d00;
}

.se-article__quote--q-orange-4::before {
  background-color: #663d00;
}

.se-article__quote--q-orange-4 span {
  background: rgba(102, 61, 0, 0.2);
}

.se-article__quote--q-yellow {
  color: yellow;
}

.se-article__quote--q-yellow::before {
  background-color: yellow;
}

.se-article__quote--q-yellow span {
  background: rgba(255, 255, 0, 0.2);
}

.se-article__quote--q-yellow-1 {
  color: #ffffcc;
}

.se-article__quote--q-yellow-1::before {
  background-color: #ffffcc;
}

.se-article__quote--q-yellow-1 span {
  background: rgba(255, 255, 204, 0.2);
}

.se-article__quote--q-yellow-2 {
  color: #ffff66;
}

.se-article__quote--q-yellow-2::before {
  background-color: #ffff66;
}

.se-article__quote--q-yellow-2 span {
  background: rgba(255, 255, 102, 0.2);
}

.se-article__quote--q-yellow-3 {
  color: #b2b200;
}

.se-article__quote--q-yellow-3::before {
  background-color: #b2b200;
}

.se-article__quote--q-yellow-3 span {
  background: rgba(178, 178, 0, 0.2);
}

.se-article__quote--q-yellow-4 {
  color: #666600;
}

.se-article__quote--q-yellow-4::before {
  background-color: #666600;
}

.se-article__quote--q-yellow-4 span {
  background: rgba(102, 102, 0, 0.2);
}

.se-article__quote--q-green {
  color: #008a00;
}

.se-article__quote--q-green::before {
  background-color: #008a00;
}

.se-article__quote--q-green span {
  background: rgba(0, 138, 0, 0.2);
}

.se-article__quote--q-green-1 {
  color: #cce8cc;
}

.se-article__quote--q-green-1::before {
  background-color: #cce8cc;
}

.se-article__quote--q-green-1 span {
  background: rgba(204, 232, 204, 0.2);
}

.se-article__quote--q-green-2 {
  color: #66b966;
}

.se-article__quote--q-green-2::before {
  background-color: #66b966;
}

.se-article__quote--q-green-2 span {
  background: rgba(102, 185, 102, 0.2);
}

.se-article__quote--q-green-3 {
  color: #006100;
}

.se-article__quote--q-green-3::before {
  background-color: #006100;
}

.se-article__quote--q-green-3 span {
  background: rgba(0, 97, 0, 0.2);
}

.se-article__quote--q-green-4 {
  color: #003700;
}

.se-article__quote--q-green-4::before {
  background-color: #003700;
}

.se-article__quote--q-green-4 span {
  background: rgba(0, 55, 0, 0.2);
}

.se-article__quote--q-blue {
  color: #0066cc;
}

.se-article__quote--q-blue::before {
  background-color: #0066cc;
}

.se-article__quote--q-blue span {
  background: rgba(0, 102, 204, 0.2);
}

.se-article__quote--q-blue-1 {
  color: #cce0f5;
}

.se-article__quote--q-blue-1::before {
  background-color: #cce0f5;
}

.se-article__quote--q-blue-1 span {
  background: rgba(204, 224, 245, 0.2);
}

.se-article__quote--q-blue-2 {
  color: #66a3e0;
}

.se-article__quote--q-blue-2::before {
  background-color: #66a3e0;
}

.se-article__quote--q-blue-2 span {
  background: rgba(102, 163, 224, 0.2);
}

.se-article__quote--q-blue-3 {
  color: #0047b2;
}

.se-article__quote--q-blue-3::before {
  background-color: #0047b2;
}

.se-article__quote--q-blue-3 span {
  background: rgba(0, 71, 178, 0.2);
}

.se-article__quote--q-blue-4 {
  color: #002966;
}

.se-article__quote--q-blue-4::before {
  background-color: #002966;
}

.se-article__quote--q-blue-4 span {
  background: rgba(0, 41, 102, 0.2);
}

.se-article__quote--q-purple {
  color: #9933ff;
}

.se-article__quote--q-purple::before {
  background-color: #9933ff;
}

.se-article__quote--q-purple span {
  background: rgba(153, 51, 255, 0.2);
}

.se-article__quote--q-purple-1 {
  color: #ebd6ff;
}

.se-article__quote--q-purple-1::before {
  background-color: #ebd6ff;
}

.se-article__quote--q-purple-1 span {
  background: rgba(235, 214, 255, 0.2);
}

.se-article__quote--q-purple-2 {
  color: #c285ff;
}

.se-article__quote--q-purple-2::before {
  background-color: #c285ff;
}

.se-article__quote--q-purple-2 span {
  background: rgba(194, 133, 255, 0.2);
}

.se-article__quote--q-purple-3 {
  color: #6b24b2;
}

.se-article__quote--q-purple-3::before {
  background-color: #6b24b2;
}

.se-article__quote--q-purple-3 span {
  background: rgba(107, 36, 178, 0.2);
}

.se-article__quote--q-purple-4 {
  color: #3d1466;
}

.se-article__quote--q-purple-4::before {
  background-color: #3d1466;
}

.se-article__quote--q-purple-4 span {
  background: rgba(61, 20, 102, 0.2);
}

.se-article__column-left {
  margin: 0 15px;
}

@media only screen and (min-width: 1138px) {
  .se-article__column-left {
    margin: 0 20px;
    max-width: 570px;
    width: 100%;
  }
}

.se-article__column-right {
  margin: 0 15px;
  position: relative;
}

@media only screen and (min-width: 1138px) {
  .se-article__column-right {
    margin: 0 20px;
    width: 300px;
  }
}

.se-article__content .se-article__quote {
  display: block;
  margin: 20px auto 40px;
  max-width: 80%;
}

@media only screen and (min-width: 640px) {
  .se-article__content .se-article__quote {
    display: none;
  }
}

.se-article__content h2 {
  color: #515151;
  font-size: 1.25rem;
  font-family: "SwiftEF", "Serif";
  font-weight: 700;
  letter-spacing: 0.12px;
  margin-bottom: 14px;
}

@media only screen and (min-width: 1138px) {
  .se-article__content h2 {
    font-size: 1.5rem;
  }
}

.se-article__content p {
  margin-bottom: 0px;
  font-size: 1.0625rem;
}

@media only screen and (min-width: 1138px) {
  .se-article__content p {
    font-size: 1.25rem;
    margin-bottom: 0px;
  }

  .se-article__content p:last-child {
    margin-bottom: 0;
  }
}

.se-article__content p strong {
  font-weight: 700;
}

.se-article__content strong {
  font-weight: 700;
}

.se-article__content blockquote {
  color: #d75852;
  font-family: "Darby Sans", "Sans Serif";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 640px) {
  .se-article__content blockquote {
    display: none;
  }
}

.se-article__content blockquote::before {
  background-color: #d75852;
  content: "";
  display: block;
  height: 10px;
  margin-bottom: 6px;
  width: 70px;
}

@media only screen and (min-width: 640px) {
  .se-article__content blockquote::before {
    margin-bottom: 10px;
  }
}

.se-article__content blockquote span {
  background: rgba(215, 88, 82, 0.125);
}

.se-article__content .iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.se-article__content .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-article__content {
    min-height: 80px;
  }
}

.se-article__content--white blockquote {
  color: #ffffff;
}

.se-article__content--white blockquote::before {
  background-color: #ffffff;
}

.se-article__content--white blockquote span {
  background: rgba(255, 255, 255, 0.125);
}

.se-article__content--black blockquote {
  color: #000000;
}

.se-article__content--black blockquote::before {
  background-color: #000000;
}

.se-article__content--black blockquote span {
  background: rgba(0, 0, 0, 0.125);
}

.se-article__content--red blockquote {
  color: #cd1719;
}

.se-article__content--red blockquote::before {
  background-color: #cd1719;
}

.se-article__content--red blockquote span {
  background: rgba(205, 23, 25, 0.125);
}

.se-article__content--lighter-red blockquote {
  color: rgba(205, 23, 25, 0.1);
}

.se-article__content--lighter-red blockquote::before {
  background-color: rgba(205, 23, 25, 0.1);
}

.se-article__content--lighter-red blockquote span {
  background: rgba(205, 23, 25, 0.125);
}

.se-article__content--violet blockquote {
  color: #853688;
}

.se-article__content--violet blockquote::before {
  background-color: #853688;
}

.se-article__content--violet blockquote span {
  background: rgba(133, 54, 136, 0.125);
}

.se-article__content--yellow blockquote {
  color: #dfa70f;
}

.se-article__content--yellow blockquote::before {
  background-color: #dfa70f;
}

.se-article__content--yellow blockquote span {
  background: rgba(223, 167, 15, 0.125);
}

.se-article__content--blue blockquote {
  color: #3488c9;
}

.se-article__content--blue blockquote::before {
  background-color: #3488c9;
}

.se-article__content--blue blockquote span {
  background: rgba(52, 136, 201, 0.125);
}

.se-article__content--sea-blue blockquote {
  color: #368288;
}

.se-article__content--sea-blue blockquote::before {
  background-color: #368288;
}

.se-article__content--sea-blue blockquote span {
  background: rgba(54, 130, 136, 0.125);
}

.se-article__content--grey blockquote {
  color: #999898;
}

.se-article__content--grey blockquote::before {
  background-color: #999898;
}

.se-article__content--grey blockquote span {
  background: rgba(153, 152, 152, 0.125);
}

.se-article__content--dark-grey blockquote {
  color: #515151;
}

.se-article__content--dark-grey blockquote::before {
  background-color: #515151;
}

.se-article__content--dark-grey blockquote span {
  background: rgba(81, 81, 81, 0.125);
}

.se-article__content--darker-grey blockquote {
  color: #262626;
}

.se-article__content--darker-grey blockquote::before {
  background-color: #262626;
}

.se-article__content--darker-grey blockquote span {
  background: rgba(38, 38, 38, 0.125);
}

.se-article__content--pale-red blockquote {
  color: #d75852;
}

.se-article__content--pale-red blockquote::before {
  background-color: #d75852;
}

.se-article__content--pale-red blockquote span {
  background: rgba(215, 88, 82, 0.125);
}

.se-article__content--lighter-grey blockquote {
  color: #f1f1f1;
}

.se-article__content--lighter-grey blockquote::before {
  background-color: #f1f1f1;
}

.se-article__content--lighter-grey blockquote span {
  background: rgba(241, 241, 241, 0.125);
}

.se-article__content--q-white blockquote {
  color: white;
}

.se-article__content--q-white blockquote::before {
  background-color: white;
}

.se-article__content--q-white blockquote span {
  background: rgba(255, 255, 255, 0.125);
}

.se-article__content--q-white-1 blockquote {
  color: #bbbbbb;
}

.se-article__content--q-white-1 blockquote::before {
  background-color: #bbbbbb;
}

.se-article__content--q-white-1 blockquote span {
  background: rgba(187, 187, 187, 0.125);
}

.se-article__content--q-white-2 blockquote {
  color: #888888;
}

.se-article__content--q-white-2 blockquote::before {
  background-color: #888888;
}

.se-article__content--q-white-2 blockquote span {
  background: rgba(136, 136, 136, 0.125);
}

.se-article__content--q-white-3 blockquote {
  color: #444444;
}

.se-article__content--q-white-3 blockquote::before {
  background-color: #444444;
}

.se-article__content--q-white-3 blockquote span {
  background: rgba(68, 68, 68, 0.125);
}

.se-article__content--q-red blockquote {
  color: #e64444;
}

.se-article__content--q-red blockquote::before {
  background-color: #e64444;
}

.se-article__content--q-red blockquote span {
  background: rgba(230, 68, 68, 0.125);
}

.se-article__content--q-red-1 blockquote {
  color: #facccc;
}

.se-article__content--q-red-1 blockquote::before {
  background-color: #facccc;
}

.se-article__content--q-red-1 blockquote span {
  background: rgba(250, 204, 204, 0.125);
}

.se-article__content--q-red-2 blockquote {
  color: #f06666;
}

.se-article__content--q-red-2 blockquote::before {
  background-color: #f06666;
}

.se-article__content--q-red-2 blockquote span {
  background: rgba(240, 102, 102, 0.125);
}

.se-article__content--q-red-3 blockquote {
  color: #a10000;
}

.se-article__content--q-red-3 blockquote::before {
  background-color: #a10000;
}

.se-article__content--q-red-3 blockquote span {
  background: rgba(161, 0, 0, 0.125);
}

.se-article__content--q-red-4 blockquote {
  color: #5c0000;
}

.se-article__content--q-red-4 blockquote::before {
  background-color: #5c0000;
}

.se-article__content--q-red-4 blockquote span {
  background: rgba(92, 0, 0, 0.125);
}

.se-article__content--q-orange blockquote {
  color: #ff9900;
}

.se-article__content--q-orange blockquote::before {
  background-color: #ff9900;
}

.se-article__content--q-orange blockquote span {
  background: rgba(255, 153, 0, 0.125);
}

.se-article__content--q-orange-1 blockquote {
  color: #ffebcc;
}

.se-article__content--q-orange-1 blockquote::before {
  background-color: #ffebcc;
}

.se-article__content--q-orange-1 blockquote span {
  background: rgba(255, 235, 204, 0.125);
}

.se-article__content--q-orange-2 blockquote {
  color: #ffc266;
}

.se-article__content--q-orange-2 blockquote::before {
  background-color: #ffc266;
}

.se-article__content--q-orange-2 blockquote span {
  background: rgba(255, 194, 102, 0.125);
}

.se-article__content--q-orange-3 blockquote {
  color: #b26b00;
}

.se-article__content--q-orange-3 blockquote::before {
  background-color: #b26b00;
}

.se-article__content--q-orange-3 blockquote span {
  background: rgba(178, 107, 0, 0.125);
}

.se-article__content--q-orange-4 blockquote {
  color: #663d00;
}

.se-article__content--q-orange-4 blockquote::before {
  background-color: #663d00;
}

.se-article__content--q-orange-4 blockquote span {
  background: rgba(102, 61, 0, 0.125);
}

.se-article__content--q-yellow blockquote {
  color: yellow;
}

.se-article__content--q-yellow blockquote::before {
  background-color: yellow;
}

.se-article__content--q-yellow blockquote span {
  background: rgba(255, 255, 0, 0.125);
}

.se-article__content--q-yellow-1 blockquote {
  color: #ffffcc;
}

.se-article__content--q-yellow-1 blockquote::before {
  background-color: #ffffcc;
}

.se-article__content--q-yellow-1 blockquote span {
  background: rgba(255, 255, 204, 0.125);
}

.se-article__content--q-yellow-2 blockquote {
  color: #ffff66;
}

.se-article__content--q-yellow-2 blockquote::before {
  background-color: #ffff66;
}

.se-article__content--q-yellow-2 blockquote span {
  background: rgba(255, 255, 102, 0.125);
}

.se-article__content--q-yellow-3 blockquote {
  color: #b2b200;
}

.se-article__content--q-yellow-3 blockquote::before {
  background-color: #b2b200;
}

.se-article__content--q-yellow-3 blockquote span {
  background: rgba(178, 178, 0, 0.125);
}

.se-article__content--q-yellow-4 blockquote {
  color: #666600;
}

.se-article__content--q-yellow-4 blockquote::before {
  background-color: #666600;
}

.se-article__content--q-yellow-4 blockquote span {
  background: rgba(102, 102, 0, 0.125);
}

.se-article__content--q-green blockquote {
  color: #008a00;
}

.se-article__content--q-green blockquote::before {
  background-color: #008a00;
}

.se-article__content--q-green blockquote span {
  background: rgba(0, 138, 0, 0.125);
}

.se-article__content--q-green-1 blockquote {
  color: #cce8cc;
}

.se-article__content--q-green-1 blockquote::before {
  background-color: #cce8cc;
}

.se-article__content--q-green-1 blockquote span {
  background: rgba(204, 232, 204, 0.125);
}

.se-article__content--q-green-2 blockquote {
  color: #66b966;
}

.se-article__content--q-green-2 blockquote::before {
  background-color: #66b966;
}

.se-article__content--q-green-2 blockquote span {
  background: rgba(102, 185, 102, 0.125);
}

.se-article__content--q-green-3 blockquote {
  color: #006100;
}

.se-article__content--q-green-3 blockquote::before {
  background-color: #006100;
}

.se-article__content--q-green-3 blockquote span {
  background: rgba(0, 97, 0, 0.125);
}

.se-article__content--q-green-4 blockquote {
  color: #003700;
}

.se-article__content--q-green-4 blockquote::before {
  background-color: #003700;
}

.se-article__content--q-green-4 blockquote span {
  background: rgba(0, 55, 0, 0.125);
}

.se-article__content--q-blue blockquote {
  color: #0066cc;
}

.se-article__content--q-blue blockquote::before {
  background-color: #0066cc;
}

.se-article__content--q-blue blockquote span {
  background: rgba(0, 102, 204, 0.125);
}

.se-article__content--q-blue-1 blockquote {
  color: #cce0f5;
}

.se-article__content--q-blue-1 blockquote::before {
  background-color: #cce0f5;
}

.se-article__content--q-blue-1 blockquote span {
  background: rgba(204, 224, 245, 0.125);
}

.se-article__content--q-blue-2 blockquote {
  color: #66a3e0;
}

.se-article__content--q-blue-2 blockquote::before {
  background-color: #66a3e0;
}

.se-article__content--q-blue-2 blockquote span {
  background: rgba(102, 163, 224, 0.125);
}

.se-article__content--q-blue-3 blockquote {
  color: #0047b2;
}

.se-article__content--q-blue-3 blockquote::before {
  background-color: #0047b2;
}

.se-article__content--q-blue-3 blockquote span {
  background: rgba(0, 71, 178, 0.125);
}

.se-article__content--q-blue-4 blockquote {
  color: #002966;
}

.se-article__content--q-blue-4 blockquote::before {
  background-color: #002966;
}

.se-article__content--q-blue-4 blockquote span {
  background: rgba(0, 41, 102, 0.125);
}

.se-article__content--q-purple blockquote {
  color: #9933ff;
}

.se-article__content--q-purple blockquote::before {
  background-color: #9933ff;
}

.se-article__content--q-purple blockquote span {
  background: rgba(153, 51, 255, 0.125);
}

.se-article__content--q-purple-1 blockquote {
  color: #ebd6ff;
}

.se-article__content--q-purple-1 blockquote::before {
  background-color: #ebd6ff;
}

.se-article__content--q-purple-1 blockquote span {
  background: rgba(235, 214, 255, 0.125);
}

.se-article__content--q-purple-2 blockquote {
  color: #c285ff;
}

.se-article__content--q-purple-2 blockquote::before {
  background-color: #c285ff;
}

.se-article__content--q-purple-2 blockquote span {
  background: rgba(194, 133, 255, 0.125);
}

.se-article__content--q-purple-3 blockquote {
  color: #6b24b2;
}

.se-article__content--q-purple-3 blockquote::before {
  background-color: #6b24b2;
}

.se-article__content--q-purple-3 blockquote span {
  background: rgba(107, 36, 178, 0.125);
}

.se-article__content--q-purple-4 blockquote {
  color: #3d1466;
}

.se-article__content--q-purple-4 blockquote::before {
  background-color: #3d1466;
}

.se-article__content--q-purple-4 blockquote span {
  background: rgba(61, 20, 102, 0.125);
}

.se-article__overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  bottom: 0;
  height: 40%;
  left: 0;
  position: absolute;
  width: 100%;
}

.se-article__advertisement-desktop {
  z-index: 10;
  position: absolute;
  top: 0;
}

@media only screen and (min-width: 1138px) {
  .se-article__related .se-avatar {
    min-height: 149px;
  }
}

.se-article__tags {
  display: -webkit-box;
  display: flex;
}

@media only screen and (min-width: 640px) {
  .se-article__tags {
    -webkit-box-align: center;
            align-items: center;
  }
}

.se-article__tags label {
  display: inline-block;
  padding: 2px 0;
}

@media only screen and (min-width: 640px) {
  .se-article__tags label {
    margin-right: 15px;
  }
}

.se-login {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 60px 20px 70px;
}

@media only screen and (min-width: 640px) {
  .se-login {
    padding: 117px 0;
  }
}

@media only screen and (min-width: 640px) {
  .se-login__logo {
    -webkit-box-align: center;
            align-items: center;
    background-image: url(/images/se-short-logo.svg?d82b5a504df07f21dcceba72ba7b1d7c);
    background-position: center center;
    background-color: #cd1719;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    max-width: 225px;
    width: 100%;
  }
}

.se-login__form {
  width: 100%;
}

@media only screen and (min-width: 640px) {
  .se-login__form {
    max-width: 375px;
    padding: 42px 35px 48px;
    box-shadow: 2px 4px 12px 1px rgba(31, 118, 161, 0.15);
  }
}

.se-login__form .se-input {
  width: 100%;
}

.se-login__form .se-btn {
  width: 100%;
  max-width: 240px;
}

@media only screen and (min-width: 640px) {
  .se-login__form .se-btn {
    max-width: none;
  }
}

.se-login__form .se-checkbox {
  margin-right: 4px;
}

.se-login__form__help {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  line-height: 1;
}

.se-login__form__forgetted {
  top: 190px;
  left: 0;
  position: absolute;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  .se-login__form__forgetted {
    position: static;
    width: auto;
  }
}

@media only screen and (min-width: 640px) {
  .se-login__form--reset {
    max-width: 422px;
    padding: 36px;
  }
}

.se-login__form--reset .se-btn {
  width: 100%;
  max-width: none;
}

@media only screen and (min-width: 640px) {
  .se-category__last-articles .se-card__image img {
    max-height: 160px;
  }
}

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

@media only screen and (min-width: 640px) {
  .se-category__heading {
    text-align: left;
  }
}

.se-category__description {
  margin-bottom: 30px;
}

.se-category .se-avatar--lg {
  -webkit-box-align: start;
          align-items: flex-start;
}

@media only screen and (min-width: 640px) {
  .se-category__filter {
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.se-category__filter__label {
  font-size: 1.25rem;
  margin-right: 32px;
  position: relative;
}

.se-section--white .se-border-right {
  margin-bottom: 20px;
}

.se-section--white .se-border-right::after {
  background-color: rgba(255, 255, 255, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--white .se-border-right {
    margin-bottom: 0;
  }

  .se-section--white .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--black .se-border-right {
  margin-bottom: 20px;
}

.se-section--black .se-border-right::after {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--black .se-border-right {
    margin-bottom: 0;
  }

  .se-section--black .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--red .se-border-right {
  margin-bottom: 20px;
}

.se-section--red .se-border-right::after {
  background-color: rgba(205, 23, 25, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--red .se-border-right {
    margin-bottom: 0;
  }

  .se-section--red .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--lighter-red .se-border-right {
  margin-bottom: 20px;
}

.se-section--lighter-red .se-border-right::after {
  background-color: rgba(205, 23, 25, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--lighter-red .se-border-right {
    margin-bottom: 0;
  }

  .se-section--lighter-red .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--violet .se-border-right {
  margin-bottom: 20px;
}

.se-section--violet .se-border-right::after {
  background-color: rgba(133, 54, 136, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--violet .se-border-right {
    margin-bottom: 0;
  }

  .se-section--violet .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--yellow .se-border-right {
  margin-bottom: 20px;
}

.se-section--yellow .se-border-right::after {
  background-color: rgba(223, 167, 15, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--yellow .se-border-right {
    margin-bottom: 0;
  }

  .se-section--yellow .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--blue .se-border-right {
  margin-bottom: 20px;
}

.se-section--blue .se-border-right::after {
  background-color: rgba(52, 136, 201, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--blue .se-border-right {
    margin-bottom: 0;
  }

  .se-section--blue .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--sea-blue .se-border-right {
  margin-bottom: 20px;
}

.se-section--sea-blue .se-border-right::after {
  background-color: rgba(54, 130, 136, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--sea-blue .se-border-right {
    margin-bottom: 0;
  }

  .se-section--sea-blue .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--grey .se-border-right {
  margin-bottom: 20px;
}

.se-section--grey .se-border-right::after {
  background-color: rgba(153, 152, 152, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--grey .se-border-right {
    margin-bottom: 0;
  }

  .se-section--grey .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--dark-grey .se-border-right {
  margin-bottom: 20px;
}

.se-section--dark-grey .se-border-right::after {
  background-color: rgba(81, 81, 81, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--dark-grey .se-border-right {
    margin-bottom: 0;
  }

  .se-section--dark-grey .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--darker-grey .se-border-right {
  margin-bottom: 20px;
}

.se-section--darker-grey .se-border-right::after {
  background-color: rgba(38, 38, 38, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--darker-grey .se-border-right {
    margin-bottom: 0;
  }

  .se-section--darker-grey .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--pale-red .se-border-right {
  margin-bottom: 20px;
}

.se-section--pale-red .se-border-right::after {
  background-color: rgba(215, 88, 82, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--pale-red .se-border-right {
    margin-bottom: 0;
  }

  .se-section--pale-red .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--lighter-grey .se-border-right {
  margin-bottom: 20px;
}

.se-section--lighter-grey .se-border-right::after {
  background-color: rgba(241, 241, 241, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--lighter-grey .se-border-right {
    margin-bottom: 0;
  }

  .se-section--lighter-grey .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--q-white .se-border-right {
  margin-bottom: 20px;
}

.se-section--q-white .se-border-right::after {
  background-color: rgba(255, 255, 255, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--q-white .se-border-right {
    margin-bottom: 0;
  }

  .se-section--q-white .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--q-white-1 .se-border-right {
  margin-bottom: 20px;
}

.se-section--q-white-1 .se-border-right::after {
  background-color: rgba(187, 187, 187, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--q-white-1 .se-border-right {
    margin-bottom: 0;
  }

  .se-section--q-white-1 .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--q-white-2 .se-border-right {
  margin-bottom: 20px;
}

.se-section--q-white-2 .se-border-right::after {
  background-color: rgba(136, 136, 136, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--q-white-2 .se-border-right {
    margin-bottom: 0;
  }

  .se-section--q-white-2 .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--q-white-3 .se-border-right {
  margin-bottom: 20px;
}

.se-section--q-white-3 .se-border-right::after {
  background-color: rgba(68, 68, 68, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--q-white-3 .se-border-right {
    margin-bottom: 0;
  }

  .se-section--q-white-3 .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--q-red .se-border-right {
  margin-bottom: 20px;
}

.se-section--q-red .se-border-right::after {
  background-color: rgba(230, 68, 68, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--q-red .se-border-right {
    margin-bottom: 0;
  }

  .se-section--q-red .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--q-red-1 .se-border-right {
  margin-bottom: 20px;
}

.se-section--q-red-1 .se-border-right::after {
  background-color: rgba(250, 204, 204, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--q-red-1 .se-border-right {
    margin-bottom: 0;
  }

  .se-section--q-red-1 .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--q-red-2 .se-border-right {
  margin-bottom: 20px;
}

.se-section--q-red-2 .se-border-right::after {
  background-color: rgba(240, 102, 102, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--q-red-2 .se-border-right {
    margin-bottom: 0;
  }

  .se-section--q-red-2 .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--q-red-3 .se-border-right {
  margin-bottom: 20px;
}

.se-section--q-red-3 .se-border-right::after {
  background-color: rgba(161, 0, 0, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--q-red-3 .se-border-right {
    margin-bottom: 0;
  }

  .se-section--q-red-3 .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--q-red-4 .se-border-right {
  margin-bottom: 20px;
}

.se-section--q-red-4 .se-border-right::after {
  background-color: rgba(92, 0, 0, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--q-red-4 .se-border-right {
    margin-bottom: 0;
  }

  .se-section--q-red-4 .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--q-orange .se-border-right {
  margin-bottom: 20px;
}

.se-section--q-orange .se-border-right::after {
  background-color: rgba(255, 153, 0, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--q-orange .se-border-right {
    margin-bottom: 0;
  }

  .se-section--q-orange .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--q-orange-1 .se-border-right {
  margin-bottom: 20px;
}

.se-section--q-orange-1 .se-border-right::after {
  background-color: rgba(255, 235, 204, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--q-orange-1 .se-border-right {
    margin-bottom: 0;
  }

  .se-section--q-orange-1 .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--q-orange-2 .se-border-right {
  margin-bottom: 20px;
}

.se-section--q-orange-2 .se-border-right::after {
  background-color: rgba(255, 194, 102, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--q-orange-2 .se-border-right {
    margin-bottom: 0;
  }

  .se-section--q-orange-2 .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--q-orange-3 .se-border-right {
  margin-bottom: 20px;
}

.se-section--q-orange-3 .se-border-right::after {
  background-color: rgba(178, 107, 0, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--q-orange-3 .se-border-right {
    margin-bottom: 0;
  }

  .se-section--q-orange-3 .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--q-orange-4 .se-border-right {
  margin-bottom: 20px;
}

.se-section--q-orange-4 .se-border-right::after {
  background-color: rgba(102, 61, 0, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--q-orange-4 .se-border-right {
    margin-bottom: 0;
  }

  .se-section--q-orange-4 .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--q-yellow .se-border-right {
  margin-bottom: 20px;
}

.se-section--q-yellow .se-border-right::after {
  background-color: rgba(255, 255, 0, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--q-yellow .se-border-right {
    margin-bottom: 0;
  }

  .se-section--q-yellow .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--q-yellow-1 .se-border-right {
  margin-bottom: 20px;
}

.se-section--q-yellow-1 .se-border-right::after {
  background-color: rgba(255, 255, 204, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--q-yellow-1 .se-border-right {
    margin-bottom: 0;
  }

  .se-section--q-yellow-1 .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--q-yellow-2 .se-border-right {
  margin-bottom: 20px;
}

.se-section--q-yellow-2 .se-border-right::after {
  background-color: rgba(255, 255, 102, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--q-yellow-2 .se-border-right {
    margin-bottom: 0;
  }

  .se-section--q-yellow-2 .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--q-yellow-3 .se-border-right {
  margin-bottom: 20px;
}

.se-section--q-yellow-3 .se-border-right::after {
  background-color: rgba(178, 178, 0, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--q-yellow-3 .se-border-right {
    margin-bottom: 0;
  }

  .se-section--q-yellow-3 .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--q-yellow-4 .se-border-right {
  margin-bottom: 20px;
}

.se-section--q-yellow-4 .se-border-right::after {
  background-color: rgba(102, 102, 0, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--q-yellow-4 .se-border-right {
    margin-bottom: 0;
  }

  .se-section--q-yellow-4 .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--q-green .se-border-right {
  margin-bottom: 20px;
}

.se-section--q-green .se-border-right::after {
  background-color: rgba(0, 138, 0, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--q-green .se-border-right {
    margin-bottom: 0;
  }

  .se-section--q-green .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--q-green-1 .se-border-right {
  margin-bottom: 20px;
}

.se-section--q-green-1 .se-border-right::after {
  background-color: rgba(204, 232, 204, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--q-green-1 .se-border-right {
    margin-bottom: 0;
  }

  .se-section--q-green-1 .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--q-green-2 .se-border-right {
  margin-bottom: 20px;
}

.se-section--q-green-2 .se-border-right::after {
  background-color: rgba(102, 185, 102, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--q-green-2 .se-border-right {
    margin-bottom: 0;
  }

  .se-section--q-green-2 .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--q-green-3 .se-border-right {
  margin-bottom: 20px;
}

.se-section--q-green-3 .se-border-right::after {
  background-color: rgba(0, 97, 0, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--q-green-3 .se-border-right {
    margin-bottom: 0;
  }

  .se-section--q-green-3 .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--q-green-4 .se-border-right {
  margin-bottom: 20px;
}

.se-section--q-green-4 .se-border-right::after {
  background-color: rgba(0, 55, 0, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--q-green-4 .se-border-right {
    margin-bottom: 0;
  }

  .se-section--q-green-4 .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--q-blue .se-border-right {
  margin-bottom: 20px;
}

.se-section--q-blue .se-border-right::after {
  background-color: rgba(0, 102, 204, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--q-blue .se-border-right {
    margin-bottom: 0;
  }

  .se-section--q-blue .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--q-blue-1 .se-border-right {
  margin-bottom: 20px;
}

.se-section--q-blue-1 .se-border-right::after {
  background-color: rgba(204, 224, 245, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--q-blue-1 .se-border-right {
    margin-bottom: 0;
  }

  .se-section--q-blue-1 .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--q-blue-2 .se-border-right {
  margin-bottom: 20px;
}

.se-section--q-blue-2 .se-border-right::after {
  background-color: rgba(102, 163, 224, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--q-blue-2 .se-border-right {
    margin-bottom: 0;
  }

  .se-section--q-blue-2 .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--q-blue-3 .se-border-right {
  margin-bottom: 20px;
}

.se-section--q-blue-3 .se-border-right::after {
  background-color: rgba(0, 71, 178, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--q-blue-3 .se-border-right {
    margin-bottom: 0;
  }

  .se-section--q-blue-3 .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--q-blue-4 .se-border-right {
  margin-bottom: 20px;
}

.se-section--q-blue-4 .se-border-right::after {
  background-color: rgba(0, 41, 102, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--q-blue-4 .se-border-right {
    margin-bottom: 0;
  }

  .se-section--q-blue-4 .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--q-purple .se-border-right {
  margin-bottom: 20px;
}

.se-section--q-purple .se-border-right::after {
  background-color: rgba(153, 51, 255, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--q-purple .se-border-right {
    margin-bottom: 0;
  }

  .se-section--q-purple .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--q-purple-1 .se-border-right {
  margin-bottom: 20px;
}

.se-section--q-purple-1 .se-border-right::after {
  background-color: rgba(235, 214, 255, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--q-purple-1 .se-border-right {
    margin-bottom: 0;
  }

  .se-section--q-purple-1 .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--q-purple-2 .se-border-right {
  margin-bottom: 20px;
}

.se-section--q-purple-2 .se-border-right::after {
  background-color: rgba(194, 133, 255, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--q-purple-2 .se-border-right {
    margin-bottom: 0;
  }

  .se-section--q-purple-2 .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--q-purple-3 .se-border-right {
  margin-bottom: 20px;
}

.se-section--q-purple-3 .se-border-right::after {
  background-color: rgba(107, 36, 178, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--q-purple-3 .se-border-right {
    margin-bottom: 0;
  }

  .se-section--q-purple-3 .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.se-section--q-purple-4 .se-border-right {
  margin-bottom: 20px;
}

.se-section--q-purple-4 .se-border-right::after {
  background-color: rgba(61, 20, 102, 0.3);
  bottom: -20px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-section--q-purple-4 .se-border-right {
    margin-bottom: 0;
  }

  .se-section--q-purple-4 .se-border-right::after {
    height: 100%;
    right: -31px;
    top: 0;
    width: 1px;
  }
}

.column.is-4:last-child .se-border-right {
  margin-bottom: 0;
}

.column.is-4:last-child .se-border-right::after {
  content: none;
}

@media only screen and (min-width: 1138px) {
  .column.is-4:nth-child(4n+3) .se-border-right::after {
    content: none;
  }
}

.pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 1138px) {
  .pagination {
    margin-bottom: 30px;
  }
}

.pagination .page-item {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  font-size: 1.25rem;
  margin: 0 3px;
  height: 30px;
  -webkit-box-pack: center;
          justify-content: center;
  width: 30px;
}

.pagination .page-item:first-child,
.pagination .page-item:last-child {
  display: none;
}

.pagination .page-item .page-link {
  color: #999898;
  text-decoration: none;
}

.pagination .page-item.active {
  background-color: #cd1719;
  border-radius: 50%;
  color: #ffffff;
}

.pagination .page-item.active .page-link {
  color: #ffffff;
  text-decoration: none;
}

.se-circle-heading-wrapper {
  margin-top: -20px;
  position: relative;
  text-align: center;
}

.se-circle__heading {
  position: relative;
  top: 20px;
}

.se-index__section {
  height: 100%;
  padding: 40px 24px;
}

@media only screen and (min-width: 1138px) {
  .se-index__section {
    padding: 24px 40px;
  }
}

.se-index__wrapper .se-index__section {
  height: auto;
}

.se-index__wrapper .se-index__section:first-child {
  margin-bottom: 20px;
}

.se-index__section--special {
  background-color: rgba(38, 38, 38, 0.06);
}

.se-index__section--special .se-index__title {
  color: #cd1719;
  text-align: left;
}

.se-index__section--special .se-index__title::before {
  border: solid 6px #cd1719;
}

.se-index__section--special .se-index__title--underline::after {
  border: solid 3px #cd1719;
}

.se-index__wrapper {
  height: 100%;
}

.se-index__title {
  font-family: "Darby Sans", "Sans Serif";
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1;
  text-align: left;
}

.se-index__title::before {
  border: solid 6px #999898;
  content: " ";
  display: block;
  height: 1px;
  margin-bottom: 8px;
  width: 62px;
}

.se-index__title--underline {
  text-align: center;
}

.se-index__title--underline::before {
  opacity: 0;
}

.se-index__title--underline::after {
  border: solid 3px #999898;
  content: "";
  display: block;
  margin-top: 16px;
}

.se-index__label {
  text-transform: uppercase;
}

.se-index__excerpt {
  color: #262626;
  padding: 22px 0;
}

.se-index__item {
  border-bottom: solid 2px #eaeaea;
  padding: 22px 0;
}

.se-index__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.se-index__item a {
  color: #262626;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.26;
}

.se-index__item a:hover {
  text-decoration: underline;
}

.se-index__section--white {
  background-color: rgba(255, 255, 255, 0.06);
}

.se-index__section--white .se-index__title {
  color: #ffffff;
}

.se-index__section--white .se-index__title::before {
  border: solid 6px #ffffff;
}

.se-index__section--white .se-index__title--underline::after {
  border: solid 3px #ffffff;
}

.se-index__section--white .se-index__label {
  color: #ffffff;
  text-transform: uppercase;
}

.se-index__section--black {
  background-color: rgba(0, 0, 0, 0.06);
}

.se-index__section--black .se-index__title {
  color: #000000;
}

.se-index__section--black .se-index__title::before {
  border: solid 6px #000000;
}

.se-index__section--black .se-index__title--underline::after {
  border: solid 3px #000000;
}

.se-index__section--black .se-index__label {
  color: #000000;
  text-transform: uppercase;
}

.se-index__section--red {
  background-color: rgba(205, 23, 25, 0.06);
}

.se-index__section--red .se-index__title {
  color: #cd1719;
}

.se-index__section--red .se-index__title::before {
  border: solid 6px #cd1719;
}

.se-index__section--red .se-index__title--underline::after {
  border: solid 3px #cd1719;
}

.se-index__section--red .se-index__label {
  color: #cd1719;
  text-transform: uppercase;
}

.se-index__section--lighter-red {
  background-color: rgba(205, 23, 25, 0.06);
}

.se-index__section--lighter-red .se-index__title {
  color: rgba(205, 23, 25, 0.1);
}

.se-index__section--lighter-red .se-index__title::before {
  border: solid 6px rgba(205, 23, 25, 0.1);
}

.se-index__section--lighter-red .se-index__title--underline::after {
  border: solid 3px rgba(205, 23, 25, 0.1);
}

.se-index__section--lighter-red .se-index__label {
  color: rgba(205, 23, 25, 0.1);
  text-transform: uppercase;
}

.se-index__section--violet {
  background-color: rgba(133, 54, 136, 0.06);
}

.se-index__section--violet .se-index__title {
  color: #853688;
}

.se-index__section--violet .se-index__title::before {
  border: solid 6px #853688;
}

.se-index__section--violet .se-index__title--underline::after {
  border: solid 3px #853688;
}

.se-index__section--violet .se-index__label {
  color: #853688;
  text-transform: uppercase;
}

.se-index__section--yellow {
  background-color: rgba(223, 167, 15, 0.06);
}

.se-index__section--yellow .se-index__title {
  color: #dfa70f;
}

.se-index__section--yellow .se-index__title::before {
  border: solid 6px #dfa70f;
}

.se-index__section--yellow .se-index__title--underline::after {
  border: solid 3px #dfa70f;
}

.se-index__section--yellow .se-index__label {
  color: #dfa70f;
  text-transform: uppercase;
}

.se-index__section--blue {
  background-color: rgba(52, 136, 201, 0.06);
}

.se-index__section--blue .se-index__title {
  color: #3488c9;
}

.se-index__section--blue .se-index__title::before {
  border: solid 6px #3488c9;
}

.se-index__section--blue .se-index__title--underline::after {
  border: solid 3px #3488c9;
}

.se-index__section--blue .se-index__label {
  color: #3488c9;
  text-transform: uppercase;
}

.se-index__section--sea-blue {
  background-color: rgba(54, 130, 136, 0.06);
}

.se-index__section--sea-blue .se-index__title {
  color: #368288;
}

.se-index__section--sea-blue .se-index__title::before {
  border: solid 6px #368288;
}

.se-index__section--sea-blue .se-index__title--underline::after {
  border: solid 3px #368288;
}

.se-index__section--sea-blue .se-index__label {
  color: #368288;
  text-transform: uppercase;
}

.se-index__section--grey {
  background-color: rgba(153, 152, 152, 0.06);
}

.se-index__section--grey .se-index__title {
  color: #999898;
}

.se-index__section--grey .se-index__title::before {
  border: solid 6px #999898;
}

.se-index__section--grey .se-index__title--underline::after {
  border: solid 3px #999898;
}

.se-index__section--grey .se-index__label {
  color: #999898;
  text-transform: uppercase;
}

.se-index__section--dark-grey {
  background-color: rgba(81, 81, 81, 0.06);
}

.se-index__section--dark-grey .se-index__title {
  color: #515151;
}

.se-index__section--dark-grey .se-index__title::before {
  border: solid 6px #515151;
}

.se-index__section--dark-grey .se-index__title--underline::after {
  border: solid 3px #515151;
}

.se-index__section--dark-grey .se-index__label {
  color: #515151;
  text-transform: uppercase;
}

.se-index__section--darker-grey {
  background-color: rgba(38, 38, 38, 0.06);
}

.se-index__section--darker-grey .se-index__title {
  color: #262626;
}

.se-index__section--darker-grey .se-index__title::before {
  border: solid 6px #262626;
}

.se-index__section--darker-grey .se-index__title--underline::after {
  border: solid 3px #262626;
}

.se-index__section--darker-grey .se-index__label {
  color: #262626;
  text-transform: uppercase;
}

.se-index__section--pale-red {
  background-color: rgba(215, 88, 82, 0.06);
}

.se-index__section--pale-red .se-index__title {
  color: #d75852;
}

.se-index__section--pale-red .se-index__title::before {
  border: solid 6px #d75852;
}

.se-index__section--pale-red .se-index__title--underline::after {
  border: solid 3px #d75852;
}

.se-index__section--pale-red .se-index__label {
  color: #d75852;
  text-transform: uppercase;
}

.se-index__section--lighter-grey {
  background-color: rgba(241, 241, 241, 0.06);
}

.se-index__section--lighter-grey .se-index__title {
  color: #f1f1f1;
}

.se-index__section--lighter-grey .se-index__title::before {
  border: solid 6px #f1f1f1;
}

.se-index__section--lighter-grey .se-index__title--underline::after {
  border: solid 3px #f1f1f1;
}

.se-index__section--lighter-grey .se-index__label {
  color: #f1f1f1;
  text-transform: uppercase;
}

.se-index__section--q-white {
  background-color: rgba(255, 255, 255, 0.06);
}

.se-index__section--q-white .se-index__title {
  color: white;
}

.se-index__section--q-white .se-index__title::before {
  border: solid 6px white;
}

.se-index__section--q-white .se-index__title--underline::after {
  border: solid 3px white;
}

.se-index__section--q-white .se-index__label {
  color: white;
  text-transform: uppercase;
}

.se-index__section--q-white-1 {
  background-color: rgba(187, 187, 187, 0.06);
}

.se-index__section--q-white-1 .se-index__title {
  color: #bbbbbb;
}

.se-index__section--q-white-1 .se-index__title::before {
  border: solid 6px #bbbbbb;
}

.se-index__section--q-white-1 .se-index__title--underline::after {
  border: solid 3px #bbbbbb;
}

.se-index__section--q-white-1 .se-index__label {
  color: #bbbbbb;
  text-transform: uppercase;
}

.se-index__section--q-white-2 {
  background-color: rgba(136, 136, 136, 0.06);
}

.se-index__section--q-white-2 .se-index__title {
  color: #888888;
}

.se-index__section--q-white-2 .se-index__title::before {
  border: solid 6px #888888;
}

.se-index__section--q-white-2 .se-index__title--underline::after {
  border: solid 3px #888888;
}

.se-index__section--q-white-2 .se-index__label {
  color: #888888;
  text-transform: uppercase;
}

.se-index__section--q-white-3 {
  background-color: rgba(68, 68, 68, 0.06);
}

.se-index__section--q-white-3 .se-index__title {
  color: #444444;
}

.se-index__section--q-white-3 .se-index__title::before {
  border: solid 6px #444444;
}

.se-index__section--q-white-3 .se-index__title--underline::after {
  border: solid 3px #444444;
}

.se-index__section--q-white-3 .se-index__label {
  color: #444444;
  text-transform: uppercase;
}

.se-index__section--q-red {
  background-color: rgba(230, 68, 68, 0.06);
}

.se-index__section--q-red .se-index__title {
  color: #e64444;
}

.se-index__section--q-red .se-index__title::before {
  border: solid 6px #e64444;
}

.se-index__section--q-red .se-index__title--underline::after {
  border: solid 3px #e64444;
}

.se-index__section--q-red .se-index__label {
  color: #e64444;
  text-transform: uppercase;
}

.se-index__section--q-red-1 {
  background-color: rgba(250, 204, 204, 0.06);
}

.se-index__section--q-red-1 .se-index__title {
  color: #facccc;
}

.se-index__section--q-red-1 .se-index__title::before {
  border: solid 6px #facccc;
}

.se-index__section--q-red-1 .se-index__title--underline::after {
  border: solid 3px #facccc;
}

.se-index__section--q-red-1 .se-index__label {
  color: #facccc;
  text-transform: uppercase;
}

.se-index__section--q-red-2 {
  background-color: rgba(240, 102, 102, 0.06);
}

.se-index__section--q-red-2 .se-index__title {
  color: #f06666;
}

.se-index__section--q-red-2 .se-index__title::before {
  border: solid 6px #f06666;
}

.se-index__section--q-red-2 .se-index__title--underline::after {
  border: solid 3px #f06666;
}

.se-index__section--q-red-2 .se-index__label {
  color: #f06666;
  text-transform: uppercase;
}

.se-index__section--q-red-3 {
  background-color: rgba(161, 0, 0, 0.06);
}

.se-index__section--q-red-3 .se-index__title {
  color: #a10000;
}

.se-index__section--q-red-3 .se-index__title::before {
  border: solid 6px #a10000;
}

.se-index__section--q-red-3 .se-index__title--underline::after {
  border: solid 3px #a10000;
}

.se-index__section--q-red-3 .se-index__label {
  color: #a10000;
  text-transform: uppercase;
}

.se-index__section--q-red-4 {
  background-color: rgba(92, 0, 0, 0.06);
}

.se-index__section--q-red-4 .se-index__title {
  color: #5c0000;
}

.se-index__section--q-red-4 .se-index__title::before {
  border: solid 6px #5c0000;
}

.se-index__section--q-red-4 .se-index__title--underline::after {
  border: solid 3px #5c0000;
}

.se-index__section--q-red-4 .se-index__label {
  color: #5c0000;
  text-transform: uppercase;
}

.se-index__section--q-orange {
  background-color: rgba(255, 153, 0, 0.06);
}

.se-index__section--q-orange .se-index__title {
  color: #ff9900;
}

.se-index__section--q-orange .se-index__title::before {
  border: solid 6px #ff9900;
}

.se-index__section--q-orange .se-index__title--underline::after {
  border: solid 3px #ff9900;
}

.se-index__section--q-orange .se-index__label {
  color: #ff9900;
  text-transform: uppercase;
}

.se-index__section--q-orange-1 {
  background-color: rgba(255, 235, 204, 0.06);
}

.se-index__section--q-orange-1 .se-index__title {
  color: #ffebcc;
}

.se-index__section--q-orange-1 .se-index__title::before {
  border: solid 6px #ffebcc;
}

.se-index__section--q-orange-1 .se-index__title--underline::after {
  border: solid 3px #ffebcc;
}

.se-index__section--q-orange-1 .se-index__label {
  color: #ffebcc;
  text-transform: uppercase;
}

.se-index__section--q-orange-2 {
  background-color: rgba(255, 194, 102, 0.06);
}

.se-index__section--q-orange-2 .se-index__title {
  color: #ffc266;
}

.se-index__section--q-orange-2 .se-index__title::before {
  border: solid 6px #ffc266;
}

.se-index__section--q-orange-2 .se-index__title--underline::after {
  border: solid 3px #ffc266;
}

.se-index__section--q-orange-2 .se-index__label {
  color: #ffc266;
  text-transform: uppercase;
}

.se-index__section--q-orange-3 {
  background-color: rgba(178, 107, 0, 0.06);
}

.se-index__section--q-orange-3 .se-index__title {
  color: #b26b00;
}

.se-index__section--q-orange-3 .se-index__title::before {
  border: solid 6px #b26b00;
}

.se-index__section--q-orange-3 .se-index__title--underline::after {
  border: solid 3px #b26b00;
}

.se-index__section--q-orange-3 .se-index__label {
  color: #b26b00;
  text-transform: uppercase;
}

.se-index__section--q-orange-4 {
  background-color: rgba(102, 61, 0, 0.06);
}

.se-index__section--q-orange-4 .se-index__title {
  color: #663d00;
}

.se-index__section--q-orange-4 .se-index__title::before {
  border: solid 6px #663d00;
}

.se-index__section--q-orange-4 .se-index__title--underline::after {
  border: solid 3px #663d00;
}

.se-index__section--q-orange-4 .se-index__label {
  color: #663d00;
  text-transform: uppercase;
}

.se-index__section--q-yellow {
  background-color: rgba(255, 255, 0, 0.06);
}

.se-index__section--q-yellow .se-index__title {
  color: yellow;
}

.se-index__section--q-yellow .se-index__title::before {
  border: solid 6px yellow;
}

.se-index__section--q-yellow .se-index__title--underline::after {
  border: solid 3px yellow;
}

.se-index__section--q-yellow .se-index__label {
  color: yellow;
  text-transform: uppercase;
}

.se-index__section--q-yellow-1 {
  background-color: rgba(255, 255, 204, 0.06);
}

.se-index__section--q-yellow-1 .se-index__title {
  color: #ffffcc;
}

.se-index__section--q-yellow-1 .se-index__title::before {
  border: solid 6px #ffffcc;
}

.se-index__section--q-yellow-1 .se-index__title--underline::after {
  border: solid 3px #ffffcc;
}

.se-index__section--q-yellow-1 .se-index__label {
  color: #ffffcc;
  text-transform: uppercase;
}

.se-index__section--q-yellow-2 {
  background-color: rgba(255, 255, 102, 0.06);
}

.se-index__section--q-yellow-2 .se-index__title {
  color: #ffff66;
}

.se-index__section--q-yellow-2 .se-index__title::before {
  border: solid 6px #ffff66;
}

.se-index__section--q-yellow-2 .se-index__title--underline::after {
  border: solid 3px #ffff66;
}

.se-index__section--q-yellow-2 .se-index__label {
  color: #ffff66;
  text-transform: uppercase;
}

.se-index__section--q-yellow-3 {
  background-color: rgba(178, 178, 0, 0.06);
}

.se-index__section--q-yellow-3 .se-index__title {
  color: #b2b200;
}

.se-index__section--q-yellow-3 .se-index__title::before {
  border: solid 6px #b2b200;
}

.se-index__section--q-yellow-3 .se-index__title--underline::after {
  border: solid 3px #b2b200;
}

.se-index__section--q-yellow-3 .se-index__label {
  color: #b2b200;
  text-transform: uppercase;
}

.se-index__section--q-yellow-4 {
  background-color: rgba(102, 102, 0, 0.06);
}

.se-index__section--q-yellow-4 .se-index__title {
  color: #666600;
}

.se-index__section--q-yellow-4 .se-index__title::before {
  border: solid 6px #666600;
}

.se-index__section--q-yellow-4 .se-index__title--underline::after {
  border: solid 3px #666600;
}

.se-index__section--q-yellow-4 .se-index__label {
  color: #666600;
  text-transform: uppercase;
}

.se-index__section--q-green {
  background-color: rgba(0, 138, 0, 0.06);
}

.se-index__section--q-green .se-index__title {
  color: #008a00;
}

.se-index__section--q-green .se-index__title::before {
  border: solid 6px #008a00;
}

.se-index__section--q-green .se-index__title--underline::after {
  border: solid 3px #008a00;
}

.se-index__section--q-green .se-index__label {
  color: #008a00;
  text-transform: uppercase;
}

.se-index__section--q-green-1 {
  background-color: rgba(204, 232, 204, 0.06);
}

.se-index__section--q-green-1 .se-index__title {
  color: #cce8cc;
}

.se-index__section--q-green-1 .se-index__title::before {
  border: solid 6px #cce8cc;
}

.se-index__section--q-green-1 .se-index__title--underline::after {
  border: solid 3px #cce8cc;
}

.se-index__section--q-green-1 .se-index__label {
  color: #cce8cc;
  text-transform: uppercase;
}

.se-index__section--q-green-2 {
  background-color: rgba(102, 185, 102, 0.06);
}

.se-index__section--q-green-2 .se-index__title {
  color: #66b966;
}

.se-index__section--q-green-2 .se-index__title::before {
  border: solid 6px #66b966;
}

.se-index__section--q-green-2 .se-index__title--underline::after {
  border: solid 3px #66b966;
}

.se-index__section--q-green-2 .se-index__label {
  color: #66b966;
  text-transform: uppercase;
}

.se-index__section--q-green-3 {
  background-color: rgba(0, 97, 0, 0.06);
}

.se-index__section--q-green-3 .se-index__title {
  color: #006100;
}

.se-index__section--q-green-3 .se-index__title::before {
  border: solid 6px #006100;
}

.se-index__section--q-green-3 .se-index__title--underline::after {
  border: solid 3px #006100;
}

.se-index__section--q-green-3 .se-index__label {
  color: #006100;
  text-transform: uppercase;
}

.se-index__section--q-green-4 {
  background-color: rgba(0, 55, 0, 0.06);
}

.se-index__section--q-green-4 .se-index__title {
  color: #003700;
}

.se-index__section--q-green-4 .se-index__title::before {
  border: solid 6px #003700;
}

.se-index__section--q-green-4 .se-index__title--underline::after {
  border: solid 3px #003700;
}

.se-index__section--q-green-4 .se-index__label {
  color: #003700;
  text-transform: uppercase;
}

.se-index__section--q-blue {
  background-color: rgba(0, 102, 204, 0.06);
}

.se-index__section--q-blue .se-index__title {
  color: #0066cc;
}

.se-index__section--q-blue .se-index__title::before {
  border: solid 6px #0066cc;
}

.se-index__section--q-blue .se-index__title--underline::after {
  border: solid 3px #0066cc;
}

.se-index__section--q-blue .se-index__label {
  color: #0066cc;
  text-transform: uppercase;
}

.se-index__section--q-blue-1 {
  background-color: rgba(204, 224, 245, 0.06);
}

.se-index__section--q-blue-1 .se-index__title {
  color: #cce0f5;
}

.se-index__section--q-blue-1 .se-index__title::before {
  border: solid 6px #cce0f5;
}

.se-index__section--q-blue-1 .se-index__title--underline::after {
  border: solid 3px #cce0f5;
}

.se-index__section--q-blue-1 .se-index__label {
  color: #cce0f5;
  text-transform: uppercase;
}

.se-index__section--q-blue-2 {
  background-color: rgba(102, 163, 224, 0.06);
}

.se-index__section--q-blue-2 .se-index__title {
  color: #66a3e0;
}

.se-index__section--q-blue-2 .se-index__title::before {
  border: solid 6px #66a3e0;
}

.se-index__section--q-blue-2 .se-index__title--underline::after {
  border: solid 3px #66a3e0;
}

.se-index__section--q-blue-2 .se-index__label {
  color: #66a3e0;
  text-transform: uppercase;
}

.se-index__section--q-blue-3 {
  background-color: rgba(0, 71, 178, 0.06);
}

.se-index__section--q-blue-3 .se-index__title {
  color: #0047b2;
}

.se-index__section--q-blue-3 .se-index__title::before {
  border: solid 6px #0047b2;
}

.se-index__section--q-blue-3 .se-index__title--underline::after {
  border: solid 3px #0047b2;
}

.se-index__section--q-blue-3 .se-index__label {
  color: #0047b2;
  text-transform: uppercase;
}

.se-index__section--q-blue-4 {
  background-color: rgba(0, 41, 102, 0.06);
}

.se-index__section--q-blue-4 .se-index__title {
  color: #002966;
}

.se-index__section--q-blue-4 .se-index__title::before {
  border: solid 6px #002966;
}

.se-index__section--q-blue-4 .se-index__title--underline::after {
  border: solid 3px #002966;
}

.se-index__section--q-blue-4 .se-index__label {
  color: #002966;
  text-transform: uppercase;
}

.se-index__section--q-purple {
  background-color: rgba(153, 51, 255, 0.06);
}

.se-index__section--q-purple .se-index__title {
  color: #9933ff;
}

.se-index__section--q-purple .se-index__title::before {
  border: solid 6px #9933ff;
}

.se-index__section--q-purple .se-index__title--underline::after {
  border: solid 3px #9933ff;
}

.se-index__section--q-purple .se-index__label {
  color: #9933ff;
  text-transform: uppercase;
}

.se-index__section--q-purple-1 {
  background-color: rgba(235, 214, 255, 0.06);
}

.se-index__section--q-purple-1 .se-index__title {
  color: #ebd6ff;
}

.se-index__section--q-purple-1 .se-index__title::before {
  border: solid 6px #ebd6ff;
}

.se-index__section--q-purple-1 .se-index__title--underline::after {
  border: solid 3px #ebd6ff;
}

.se-index__section--q-purple-1 .se-index__label {
  color: #ebd6ff;
  text-transform: uppercase;
}

.se-index__section--q-purple-2 {
  background-color: rgba(194, 133, 255, 0.06);
}

.se-index__section--q-purple-2 .se-index__title {
  color: #c285ff;
}

.se-index__section--q-purple-2 .se-index__title::before {
  border: solid 6px #c285ff;
}

.se-index__section--q-purple-2 .se-index__title--underline::after {
  border: solid 3px #c285ff;
}

.se-index__section--q-purple-2 .se-index__label {
  color: #c285ff;
  text-transform: uppercase;
}

.se-index__section--q-purple-3 {
  background-color: rgba(107, 36, 178, 0.06);
}

.se-index__section--q-purple-3 .se-index__title {
  color: #6b24b2;
}

.se-index__section--q-purple-3 .se-index__title::before {
  border: solid 6px #6b24b2;
}

.se-index__section--q-purple-3 .se-index__title--underline::after {
  border: solid 3px #6b24b2;
}

.se-index__section--q-purple-3 .se-index__label {
  color: #6b24b2;
  text-transform: uppercase;
}

.se-index__section--q-purple-4 {
  background-color: rgba(61, 20, 102, 0.06);
}

.se-index__section--q-purple-4 .se-index__title {
  color: #3d1466;
}

.se-index__section--q-purple-4 .se-index__title::before {
  border: solid 6px #3d1466;
}

.se-index__section--q-purple-4 .se-index__title--underline::after {
  border: solid 3px #3d1466;
}

.se-index__section--q-purple-4 .se-index__label {
  color: #3d1466;
  text-transform: uppercase;
}

.se-hero__wrapper {
  display: -webkit-box;
  display: flex;
}

.se-hero__avatar {
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: -40px;
  padding-bottom: 10px;
  position: relative;
  top: -40px;
  width: 100%;
  z-index: 9;
}

@media only screen and (min-width: 1138px) {
  .se-hero__avatar {
    margin-left: 30px;
    position: initial;
    width: 40%;
  }
}

.se-hero__avatar .se-avatar--lg {
  -webkit-box-align: center;
          align-items: center;
}

.se-events__title {
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 25px;
}

@media only screen and (min-width: 1138px) {
  .se-events__title {
    font-size: 1.5rem;
    margin-bottom: 40px;
    padding-top: 26px;
  }
}

.se-events__description {
  font-family: "SwiftEF", "Serif";
  margin-bottom: 30px;
  font-size: 0.9375rem;
  color: #515151;
}

@media only screen and (min-width: 1138px) {
  .se-events__description {
    font-size: 1.125rem;
  }
}

.se-events__schedule__title {
  font-weight: 700;
  font-size: 1.4375rem;
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (min-width: 1138px) {
  .se-events__schedule__title {
    display: inline-block;
    margin-bottom: 36px;
    text-align: left;
  }

  .se-events__schedule__title::before {
    display: inline-block;
    content: "";
    background: #262626;
    height: 7px;
    width: 100%;
  }
}

.se-events__schedule__row {
  border: solid rgba(205, 23, 25, 0.2) 1px;
  display: -webkit-box;
  display: flex;
  font-size: 0.75rem;
  line-height: 1.36;
  margin-bottom: 10px;
  padding: 20px 15px;
}

@media only screen and (min-width: 1138px) {
  .se-events__schedule__row {
    font-size: 0.875rem;
    padding: 20px;
  }
}

.se-events__schedule__time {
  color: #262626;
  font-weight: 500;
  margin-right: 15px;
  max-width: 120px;
  width: 100%;
  white-space: nowrap;
}

@media only screen and (min-width: 1138px) {
  .se-events__schedule__time {
    max-width: 135px;
    margin-right: 23px;
  }
}

.se-events__schedule__description {
  color: #515151;
  font-weight: 400;
}

.se-events__cart {
  margin: auto;
  max-width: 590px;
  width: 100%;
}

.se-events__form__heading {
  background-color: rgba(205, 23, 25, 0.02);
}

.se-events__form__title {
  font-size: 1.375rem;
  font-family: "Darby Sans", "Sans Serif";
  font-weight: 400;
}

.se-events__form__status {
  background-color: #ffffff;
  border: solid #ffffff 1px;
  border-radius: 50%;
  display: inline-block;
  height: 17px;
  line-height: 0.9;
  margin-left: 2px;
  width: 17px;
  text-align: center;
}

.se-events__form__status i {
  font-weight: 700;
  font-size: 0.625rem;
  color: #ffffff;
}

.se-events__form__section.is-expanded .se-events__form__section__title::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.se-events__form__section.has-error .se-events__form__status {
  background-color: #dfa70f;
  border: solid #dfa70f 1px;
}

.se-events__form__section.has-error .se-events__form__status i {
  font-size: 0.875rem;
}

.se-events__form__section.has-error .se-events__form__status i::before {
  content: "!";
}

.se-events__form__section.is-success .se-events__form__status {
  background-color: #368288;
  border: solid #368288 1px;
}

.se-events__form__section__title {
  border-bottom: solid #999898 2px;
  padding: 5px 0;
}

.se-events__form__section__title::after {
  content: "\E910";
  font-family: "se" !important;
  float: right;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  position: relative;
  speak: none;
  top: 4px;
  text-transform: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-font-smoothing: antialiased;
}

.se-events__form__section:first-child {
  padding-top: 30px;
}

.se-events__form__section:last-child {
  padding-bottom: 30px;
}

.se-specials__hero-wrapper {
  padding-top: 78px;
}

@media only screen and (min-width: 1138px) {
  .se-specials__hero-wrapper {
    padding-top: 32px;
  }
}

.se-specials__label {
  -webkit-box-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: flex;
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1.05;
  min-height: 124px;
  padding: 20px 32px;
  position: absolute;
  top: -78px;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-specials__label {
    font-size: 2.625rem;
    line-height: 1.02;
    top: -32px;
    max-width: 50%;
  }
}

.se-specials__hero {
  height: 180px;
  width: 100%;
}

@media only screen and (min-width: 1138px) {
  .se-specials__hero {
    height: 300px;
  }
}

.se-specials__hero img {
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 67px;
  height: auto;
}

@media only screen and (min-width: 1138px) {
  .se-specials__hero img {
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    margin-top: 0;
  }
}

.se-specials__excerpt {
  color: #515151;
  font-size: 1.25rem;
  line-height: 1.78;
}

.se-specials__bar {
  -webkit-box-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: flex;
  line-height: 1;
  padding: 15px 25px;
  margin-top: 30px;
}

@media only screen and (min-width: 1138px) {
  .se-specials__bar {
    margin-top: 0;
    padding: 15px 55px;
  }
}

.se-specials__back {
  -webkit-box-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: flex;
  font-family: "Darby Sans", "Sans Serif";
  font-size: 1.25rem;
  font-weight: 500;
  left: 0;
}

.se-specials__back:hover {
  color: #ffffff;
}

.se-specials__arrow {
  border: 1px solid #ffffff;
  border-radius: 5px;
  margin-right: 12px;
  padding: 8px 12px;
}

.se-specials__title {
  font-family: "Darby Sans", "Sans Serif";
  font-size: 1rem;
  font-weight: 500;
}

@media only screen and (min-width: 1138px) {
  .se-specials__title {
    font-size: 1.5rem;
  }
}

.se-specials .se-card__image {
  display: none;
}

.se-specials .se-card__content {
  margin-right: 0;
  max-width: none;
}

@media only screen and (min-width: 1138px) {
  .se-specials .se-list__column--left {
    width: 558px;
  }
}

.se-subscription__actions {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: auto;
  max-width: 600px;
}

@media only screen and (min-width: 640px) {
  .se-subscription__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

.se-subscription__hero {
  color: #262626;
  background-color: rgba(205, 23, 25, 0.03);
  padding: 32px 16px;
}

@media only screen and (min-width: 1138px) {
  .se-subscription__hero {
    margin-top: -30px;
    padding: 16px 80px;
  }
}

.se-subscription__title {
  font-family: "Darby Sans", "Sans Serif";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.17;
}

@media only screen and (min-width: 1138px) {
  .se-subscription__title {
    font-weight: 1.25rem;
    line-height: 1.48;
  }
}

.se-subscription__back {
  color: #262626;
  display: inline;
  font-size: 1.625rem;
  line-height: 1;
}

.se-subscription__benefit {
  font-family: "Darby Sans", "Sans Serif";
  font-size: 0.75rem;
  font-weight: 16px;
  line-height: 1;
  text-align: center;
}

.se-subscription__figure {
  height: 41px;
  margin-bottom: 13px;
  width: 41px;
}

@media only screen and (min-width: 1138px) {
  .se-subscription__figure {
    height: 33px;
    width: 33px;
  }
}

.se-subscription__name {
  font-family: "Darby Sans", "Sans Serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 1.67px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

@media only screen and (min-width: 1138px) {
  .se-subscription__name {
    margin-bottom: 10px;
  }
}

.se-subscription__description {
  color: #515151;
  line-height: 1.33;
  max-width: 166.5px;
  margin: auto;
}

.se-subscription__list {
  overflow: visible;
}

.se-subscription__cancel {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  font-family: "Darby Sans", "Sans Serif";
  font-size: 0.75rem;
  -webkit-box-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 1138px) {
  .se-subscription__cancel {
    font-size: 1.0625rem;
  }
}

.se-subscription__cancel img {
  height: 10px;
  margin-bottom: 4px;
  margin-right: 8px;
}

@media only screen and (min-width: 1138px) {
  .se-subscription__cancel img {
    height: 16px;
  }
}

.se-subscription__notice {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  font-family: "Darby Sans", "Sans Serif";
  font-size: 0.75rem;
  -webkit-box-pack: center;
          justify-content: center;
  width: 90%;
}

@media only screen and (min-width: 1138px) {
  .se-subscription__notice {
    font-size: 1.0625rem;
  }
}

.se-subscription__notice img {
  height: 10px;
  margin-bottom: 4px;
  margin-right: 8px;
}

@media only screen and (min-width: 1138px) {
  .se-subscription__notice img {
    height: 16px;
  }
}

.se-subscription__success__title {
  color: #515151;
  font-size: 1.25rem;
  font-family: "Darby Sans", "Sans Serif";
  font-weight: 500;
  text-align: center;
}

.se-subscription__success__label {
  color: #515151;
  display: inline-block;
  font-size: 1.0625rem;
  font-family: "Darby Sans", "Sans Serif";
  font-weight: 500;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  .se-subscription__success__label {
    margin-bottom: 15px;
  }
}

.se-subscription__success__check {
  background-color: rgba(205, 23, 25, 0.05);
  border-radius: 50%;
  display: block;
  height: 63px;
  margin: 0 auto 30px;
  width: 63px;
  text-align: center;
}

.se-subscription__success__check i {
  color: #cd1719;
  font-size: 3rem;
  font-weight: 400;
  position: relative;
  top: 8px;
}

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

.se-subscription__success__print a {
  color: #cd1719;
  font-size: 1.0625rem;
  font-weight: 500;
}

.se-subscription__success__print i {
  display: inline-block;
  font-size: 1.375rem;
  vertical-align: middle;
}

.se-subscription__preferences__subtitle {
  color: #515151;
  font-family: "Darby Sans", "Sans Serif";
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 31px;
  padding-top: 20px;
}

.se-subscription__preferences__list {
  max-height: 220px;
  overflow-y: scroll;
}

.se-subscription__preferences__list::-webkit-scrollbar {
  width: 10px;
}

.se-subscription__preferences__list::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 10px;
}

.se-subscription__preferences__list::-webkit-scrollbar-thumb {
  background-color: rgba(205, 23, 25, 0.25);
  border-radius: 10px;
}

.se-subscription__preferences__list::-webkit-scrollbar-thumb:hover {
  background-color: rgba(205, 23, 25, 0.25);
}

.se-subscription__card {
  -webkit-box-align: center;
          align-items: center;
  border: solid rgba(153, 152, 152, 0.45) 1px;
  border-radius: 5px;
  display: -webkit-box;
  display: flex;
  font-weight: 500;
  font-size: 0.875rem;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 10px 10px;
}

@media only screen and (min-width: 640px) {
  .se-subscription__card {
    padding: 17px 30px;
    font-size: 1.0625rem;
  }
}

.se-subscription__card__number {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  text-align: center;
  width: 85%;
}

.se-subscription__card__number span {
  width: 25%;
  text-align: center;
  padding-top: 10px;
}

.se-subscription__card__number span:last-child {
  padding-top: 0;
}

.se-subscription__card__action {
  width: 25%;
}

.se-subscription__card__brand {
  font-weight: 700;
  color: #515151;
}

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

@media only screen and (min-width: 640px) {
  .se-subscription__members__heading {
    -webkit-box-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
    text-align: left;
  }
}

.se-subscription__members__title {
  -webkit-box-flex: 1;
          flex: 1;
}

.se-subscription__members__add {
  -webkit-box-flex: 1;
          flex: 1;
  margin: 15px 0;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  .se-subscription__members__add {
    margin: 0;
    text-align: right;
  }
}

.se-subscription__members__add .se-btn {
  max-width: 160px;
}

.se-subscription__list .se-plan {
  margin: auto;
  max-width: calc(100vw - 20px);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 1138px) {
  .se-subscription__list .se-plan {
    max-width: 284px;
  }

  .se-subscription__list .se-plan:hover {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

.se-subscription__list .se-plan__body {
  padding: 45px 16px 0;
}

@media only screen and (min-width: 1138px) {
  .se-subscription__list .se-plan__body {
    padding: 45px 50px 0;
  }
}

.se-subscription__list .se-plan__bottom {
  min-height: 160px;
  padding: 0 16px 20px;
}

@media only screen and (min-width: 1138px) {
  .se-subscription__list .se-plan__bottom {
    padding: 0 45px 20px;
  }
}

.se-subscription__list .se-plan .se-btn {
  max-width: 100px;
}

.se-subscription__list .se-plan__title::before {
  top: 30px;
}

.glide__slide--active .se-plan {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.glide__slide--active .se-plan__title::before {
  left: 0;
  top: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 100%;
}

.glide__slides {
  overflow: visible;
  width: initial;
}

.glide__slide {
  height: auto;
}

.glide__arrows .se-arrows__arrow:hover {
  background-color: #cd1719;
  color: #ffffff;
  outline: none;
}

.glide__arrows .se-arrows__arrow--disabled:hover {
  background-color: #ffffff;
  color: #cd1719;
}

.glide__arrows .se-arrows__content {
  width: 40.3px;
}

@media only screen and (min-width: 640px) {
  .glide__arrows .se-arrows__content {
    width: unset;
  }
}

.js-toogle-component {
  display: none;
}

.js-toogle-component--active {
  display: block;
}

#planes .se-form {
  margin: auto;
  max-width: 570px;
}

#planes .se-form--response {
  max-width: 450px;
}

.se-profile {
  margin-top: 45px;
}

@media only screen and (min-width: 640px) {
  .se-profile {
    margin: auto;
    width: 352px;
  }
}

.se-profile label a {
  font-weight: 300;
  margin-left: 8px;
}

.se-profile .se-box--border:hover {
  border: solid rgba(153, 152, 152, 0.5) 1px;
  box-shadow: none;
}

@media only screen and (min-width: 640px) {
  .se-profile .se-btn--md {
    font-size: 13px;
    max-width: 177px;
  }
}

.se-profile .se-btn--md-modal .se-profile .se-btn--md {
  max-width: 203px;
}

.se-membership__plans-list {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.se-membership__carousel .se-plan {
  -webkit-transform: none;
          transform: none;
}

.se-membership__actions .se-btn {
  max-width: 200px;
}

.se-membership .se-subscription__title {
  margin-top: 24px;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  .se-membership .se-subscription__title {
    margin-top: 0;
    text-align: left;
  }
}

.se-membership .glide__track {
  overflow: visible;
}

.se-membership .glide__slide {
  width: auto;
}

.se-static-page {
  color: #515151;
  font-family: "SwiftEF", "Serif";
  font-size: 1rem;
  line-height: 1.5;
}

@media only screen and (min-width: 1138px) {
  .se-static-page {
    font-size: 1.25rem;
  }
}

.se-static-page__title {
  font-weight: 600;
  font-size: 0.9375rem;
  margin-bottom: 30px;
  text-transform: uppercase;
}

@media only screen and (min-width: 1138px) {
  .se-static-page__title {
    font-size: 1.125rem;
  }
}

.se-static-page__title span {
  background-color: #cd1719;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 0.6875rem;
  height: 17px;
  margin-right: 15px;
  padding-top: 3px;
  text-align: center;
  vertical-align: top;
  width: 17px;
}

.se-static-page__subtitle {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1138px) {
  .se-static-page__subtitle {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
}

.se-static-page__table {
  border: 1px solid #a8a8a8;
  margin-bottom: 20px;
}

.se-static-page__table th {
  background-color: #515151;
  font-weight: 700;
  color: #ffffff;
}

.se-static-page__table th,
.se-static-page__table td {
  border: 1px solid #a8a8a8;
  padding: 10px 15px;
  text-align: left;
  vertical-align: top;
}

.se-static-page__table tr > td:first-child {
  background-color: #dfa70f;
}

.se-static-page p {
  margin-bottom: 30px;
}

.se-static-page ol {
  padding-left: 25px;
}

.se-static-page ul {
  list-style: disc;
  padding-left: 25px;
}

.se-digital-edition-viewer {
  display: block;
  width: 100%;
  border: none;
  margin-bottom: -7px;
  min-height: 81vh;
}

@media only screen and (min-width: 1138px) {
  .se-digital-edition-viewer {
    margin-top: -30px;
    width: 100%;
    height: 90vh;
  }
}

.se-digital-edition-subscription {
  margin: 0 15px;
  padding-top: 100px;
}

@media only screen and (min-width: 1138px) {
  .se-digital-edition-subscription {
    margin: 0 28%;
  }
}

.se-digital-edition__text {
  font-family: "ClearfaceTS", "Sans Serif";
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

@media only screen and (min-width: 1138px) {
  .se-digital-edition__text {
    font-size: 6.25rem;
  }
}

.se-digital-edition__text::before {
  content: "Desde:";
  position: absolute;
  bottom: 70px;
  left: -70px;
  width: 1%;
  font-size: 1.3125rem;
  font-family: "Darby Sans", "Sans Serif";
  font-weight: 700;
}

@media only screen and (min-width: 1138px) {
  .se-digital-edition__text::before {
    font-size: 1.25rem;
  }
}

.se-digital-edition__amount_digital {
  font-family: "ClearfaceTS", "Sans Serif";
  font-size: 6.25rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

@media only screen and (min-width: 1138px) {
  .se-digital-edition__amount_digital {
    font-size: 6.25rem;
  }
}

.se-digital-edition__amount_digital::before {
  content: "S/";
  position: absolute;
  bottom: 5px;
  left: -70px;
  width: 1%;
  font-size: 4.125rem;
  font-family: "SwiftEF", "Serif";
  font-weight: normal;
}

@media only screen and (min-width: 1138px) {
  .se-digital-edition__amount_digital::before {
    font-size: 4.125rem;
  }
}

.se-digital-edition__amount_digital.with-discount::after {
  content: "*";
  position: absolute;
  top: 0;
  right: 0;
  width: 1%;
  font-size: 1.25rem;
  font-family: "Darby Sans", "Sans Serif";
  font-weight: bold;
}

@media only screen and (min-width: 1138px) {
  .se-digital-edition__amount_digital.with-discount::after {
    font-size: 1.5625rem;
  }
}

@media only screen and (min-width: 640px) {
  .se-card__wrapper--one .se-wrapper:first-child {
    border-right: solid 1px rgba(215, 88, 82, 0.3);
  }

  .se-card__wrapper--one .se-card--sm .se-card__body {
    min-height: 210px;
  }

  .se-card__wrapper--one .se-card--sm .se-card__action {
    position: inherit;
  }
}

.se-card__wrapper--three .columns:last-child .column:last-child {
  margin-bottom: 25px;
}

.se-card__wrapper--three .columns:last-child .column:last-child .se-hr--pale-red {
  display: none;
}

@media only screen and (min-width: 640px) {
  .se-card__wrapper--three .columns:last-child .column:last-child {
    margin-bottom: 0;
  }

  .se-card__wrapper--three .columns:last-child .column:last-child:nth-child(even) .se-wrapper {
    border-right: none;
  }
}

@media only screen and (min-width: 1138px) {
  .se-card__wrapper--three .columns:last-child .column:last-child:nth-child(even) .se-wrapper {
    border-right: solid 1px rgba(215, 88, 82, 0.3);
  }

  .se-card__wrapper--three .columns:last-child .column:last-child:last-child .se-wrapper {
    border-right: solid 1px rgba(215, 88, 82, 0);
  }
}

@media only screen and (min-width: 640px) {
  .se-card__wrapper--three .se-wrapper {
    border-right: solid 1px rgba(215, 88, 82, 0.3);
  }
}

@media only screen and (min-width: 1138px) {
  .se-card--highlight--container {
    max-width: 1280px;
  }
}

@media only screen and (min-width: 1138px) {
  .se-card--hero-article--container {
    max-width: 1174px;
  }
}

.se-card--grey {
  border: 1px solid rgba(153, 152, 152, 0.3) !important;
}

@media only screen and (min-width: 1138px) {
  .se-last-articles .se-last-article-2 .se-card__body {
    min-height: 154px;
  }

  .se-last-articles .se-last-article-2 .se-card__excerpt {
    min-height: auto;
  }

  .se-last-articles .se-last-article-2 .se-card__action {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1138px) {
  .se-last-articles .se-advertisement {
    max-height: 288px;
    text-align: center;
  }

  .se-last-articles .se-advertisement img {
    width: auto;
  }
}

