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

.se-reset-css article,
.se-reset-css aside,
.se-reset-css details,
.se-reset-css figcaption,
.se-reset-css figure,
.se-reset-css footer,
.se-reset-css header,
.se-reset-css hgroup,
.se-reset-css main,
.se-reset-css menu,
.se-reset-css nav,
.se-reset-css section,
se-embed-component article,
se-embed-component aside,
se-embed-component details,
se-embed-component figcaption,
se-embed-component figure,
se-embed-component footer,
se-embed-component header,
se-embed-component hgroup,
se-embed-component main,
se-embed-component menu,
se-embed-component nav,
se-embed-component section {
  display: block;
}

.se-reset-css [hidden],
se-embed-component [hidden] {
  display: none;
}

.se-reset-css body,
se-embed-component body {
  line-height: 1;
}

.se-reset-css ol,
.se-reset-css ul,
se-embed-component ol,
se-embed-component ul {
  list-style: none;
}

.se-reset-css blockquote,
.se-reset-css q,
se-embed-component blockquote,
se-embed-component q {
  quotes: none;
}

.se-reset-css blockquote:after,
.se-reset-css blockquote:before,
.se-reset-css q:after,
.se-reset-css q:before,
se-embed-component blockquote:after,
se-embed-component blockquote:before,
se-embed-component q:after,
se-embed-component q:before {
  content: '';
  content: none;
}

.se-reset-css table,
se-embed-component table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
}

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

html {
  font-size: 16px;
}

body {
  min-width: 320px;
  font-size: 1rem;
  line-height: 1.25;
  color: #626469;
}

html[lang] body {
  font-family: ArialRoundedMTforSE_Latin, Arial, Helvetica Neue, Helvetica,
    sans-serif;
}

html[lang='ru-RU'] body {
  font-family: ArialRoundedMTforSE_Cyrillic, Arial, Helvetica Neue, Helvetica,
    sans-serif;
}

html[lang='el-GR'] body {
  font-family: ArialRoundedMTforSE_Greek, Arial, Helvetica Neue, Helvetica,
    sans-serif;
}

html a {
  color: #42b4e6;
  text-decoration: none;
}

html a:hover {
  text-decoration: underline;
}

html :root {
  --life-green: #3dcd58;
  --logo-green: #009530;
  --dark-gray: #626469;
  --white: #fff;
  --sky-blue: #42b4e6;
  --text-gray: #333;
  --light-gray: #9fa0a4;
  --footer-gray: #e7e6e6;
  --background-gray: #fafafa;
  --honeysuckle-orange: #e47f00;
  --fuchsia-red: #b10043;
  --sunflower-yellow: #ffd100;
  --additional-gray: #cbcbcb;
  --background-gray-new: #f3f2f2;
}

html .se-color-life-green {
  color: #3dcd58;
}

html .se-color-logo-green {
  color: #009530;
}

html .se-color-dark-gray {
  color: #626469;
}

html .se-color-white {
  color: #fff;
}

html .se-color-sky-blue {
  color: #42b4e6;
}

html .se-color-text-gray {
  color: #333;
}

html .se-color-light-gray {
  color: #9fa0a4;
}

html .se-color-footer-gray {
  color: #e7e6e6;
}

html .se-color-background-gray {
  color: #fafafa;
}

html .se-color-honeysuckle-orange {
  color: #e47f00;
}

html .se-color-fuchsia-red {
  color: #b10043;
}

html .se-color-sunflower-yellow {
  color: #ffd100;
}

html .se-color-additional-gray {
  color: #cbcbcb;
}

html .se-color-background-gray-new {
  color: #f3f2f2;
}

html .se-font-title1-2 {
  font-size: 2.1875rem;
  line-height: 1.286;
  margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {
  html .se-font-title1-2 {
    font-size: 2.625rem;
    line-height: 1.19;
    margin-bottom: 20px;
  }
}

html .se-font-title1 {
  font-size: 2.1875rem;
  line-height: 1.286;
  margin-bottom: 15px;
}

@media screen and (min-width: 720px) {
  html .se-font-title1 {
    font-size: 2.625rem;
    line-height: 1.19;
    margin-bottom: 20px;
  }
}

html .se-font-title2-2 {
  font-size: 1.875rem;
  line-height: 1.333;
  margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {
  html .se-font-title2-2 {
    font-size: 2.3125rem;
    line-height: 1.216;
    margin-bottom: 20px;
  }
}

html .se-font-title2 {
  font-size: 1.875rem;
  line-height: 1.333;
  margin-bottom: 15px;
}

@media screen and (min-width: 720px) {
  html .se-font-title2 {
    font-size: 2.3125rem;
    line-height: 1.216;
    margin-bottom: 20px;
  }
}

html .se-font-title3-2 {
  font-size: 1.5625rem;
  line-height: 1.4;
  margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {
  html .se-font-title3-2 {
    font-size: 1.875rem;
    line-height: 1.333;
    margin-bottom: 20px;
  }
}

html .se-font-title3 {
  font-size: 1.5625rem;
  line-height: 1.4;
  margin-bottom: 15px;
}

@media screen and (min-width: 720px) {
  html .se-font-title3 {
    font-size: 1.875rem;
    line-height: 1.333;
    margin-bottom: 20px;
  }
}

html .se-font-title4-2 {
  font-size: 1.125rem;
  line-height: 1.389;
  margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
  html .se-font-title4-2 {
    font-size: 1.375rem;
    line-height: 1.364;
    margin-bottom: 15px;
  }
}

html .se-font-title4 {
  font-size: 1.125rem;
  line-height: 1.389;
  margin-bottom: 10px;
}

@media screen and (min-width: 720px) {
  html .se-font-title4 {
    font-size: 1.375rem;
    line-height: 1.364;
    margin-bottom: 15px;
  }
}

html .se-font-title5-0 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.563;
  margin-bottom: 10px;
}

html .se-font-title6-0 {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.429;
  margin-bottom: 10px;
}

html .se-font-text1-0 {
  font-size: 1.125rem;
  line-height: 1.667;
}

html .se-font-text2-0,
html .se-font-text2-2 {
  font-size: 1rem;
  line-height: 1.563;
}

@media screen and (min-width: 1200px) {
  html .se-font-text2-2 {
    font-size: 1.125rem;
    line-height: 1.667;
  }
}

html .se-font-text2 {
  font-size: 1rem;
  line-height: 1.563;
}

@media screen and (min-width: 720px) {
  html .se-font-text2 {
    font-size: 1.125rem;
    line-height: 1.667;
  }
}

html .se-font-text3-0,
html .se-font-text3-2 {
  font-size: 0.875rem;
  line-height: 1.429;
}

@media screen and (min-width: 1200px) {
  html .se-font-text3-2 {
    font-size: 1rem;
    line-height: 1.563;
  }
}

html .se-font-text3 {
  font-size: 0.875rem;
  line-height: 1.429;
}

@media screen and (min-width: 720px) {
  html .se-font-text3 {
    font-size: 1rem;
    line-height: 1.563;
  }
}

html .se-font-text4-0,
html .se-font-text4-2 {
  font-size: 0.75rem;
  line-height: 1.25;
}

@media screen and (min-width: 1200px) {
  html .se-font-text4-2 {
    font-size: 0.875rem;
    line-height: 1.429;
  }
}

html .se-font-text4 {
  font-size: 0.75rem;
  line-height: 1.25;
}

@media screen and (min-width: 720px) {
  html .se-font-text4 {
    font-size: 0.875rem;
    line-height: 1.429;
  }
}

html .se-container .se-row.se-no-gutters,
html .se-container .se-row.se-no-gutters .se-row {
  margin-right: 0;
  margin-left: 0;
}

html .se-container .se-container,
html .se-container .se-row.se-no-gutters > [class*='se-col'] {
  padding-right: 0;
  padding-left: 0;
}

html .se-container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

html .se-container .se-row {
  display: flex;
  flex-wrap: wrap;
}

html .se-container .se-row > .se-col,
html .se-container .se-row > .se-col-1,
html .se-container .se-row > .se-col-2,
html .se-container .se-row > .se-col-3,
html .se-container .se-row > .se-col-4,
html .se-container .se-row > .se-col-5,
html .se-container .se-row > .se-col-6,
html .se-container .se-row > .se-col-7,
html .se-container .se-row > .se-col-8,
html .se-container .se-row > .se-col-9,
html .se-container .se-row > .se-col-10,
html .se-container .se-row > .se-col-11,
html .se-container .se-row > .se-col-12,
html .se-container .se-row > .se-col-auto,
html .se-container .se-row > .se-col-lg,
html .se-container .se-row > .se-col-lg-1,
html .se-container .se-row > .se-col-lg-2,
html .se-container .se-row > .se-col-lg-3,
html .se-container .se-row > .se-col-lg-4,
html .se-container .se-row > .se-col-lg-5,
html .se-container .se-row > .se-col-lg-6,
html .se-container .se-row > .se-col-lg-7,
html .se-container .se-row > .se-col-lg-8,
html .se-container .se-row > .se-col-lg-9,
html .se-container .se-row > .se-col-lg-10,
html .se-container .se-row > .se-col-lg-11,
html .se-container .se-row > .se-col-lg-12,
html .se-container .se-row > .se-col-lg-auto,
html .se-container .se-row > .se-col-md,
html .se-container .se-row > .se-col-md-1,
html .se-container .se-row > .se-col-md-2,
html .se-container .se-row > .se-col-md-3,
html .se-container .se-row > .se-col-md-4,
html .se-container .se-row > .se-col-md-5,
html .se-container .se-row > .se-col-md-6,
html .se-container .se-row > .se-col-md-7,
html .se-container .se-row > .se-col-md-8,
html .se-container .se-row > .se-col-md-9,
html .se-container .se-row > .se-col-md-10,
html .se-container .se-row > .se-col-md-11,
html .se-container .se-row > .se-col-md-12,
html .se-container .se-row > .se-col-md-auto,
html .se-container .se-row > .se-col-sm,
html .se-container .se-row > .se-col-sm-1,
html .se-container .se-row > .se-col-sm-2,
html .se-container .se-row > .se-col-sm-3,
html .se-container .se-row > .se-col-sm-4,
html .se-container .se-row > .se-col-sm-5,
html .se-container .se-row > .se-col-sm-6,
html .se-container .se-row > .se-col-sm-7,
html .se-container .se-row > .se-col-sm-8,
html .se-container .se-row > .se-col-sm-9,
html .se-container .se-row > .se-col-sm-10,
html .se-container .se-row > .se-col-sm-11,
html .se-container .se-row > .se-col-sm-12,
html .se-container .se-row > .se-col-sm-auto,
html .se-container .se-row > .se-col-xl,
html .se-container .se-row > .se-col-xl-1,
html .se-container .se-row > .se-col-xl-2,
html .se-container .se-row > .se-col-xl-3,
html .se-container .se-row > .se-col-xl-4,
html .se-container .se-row > .se-col-xl-5,
html .se-container .se-row > .se-col-xl-6,
html .se-container .se-row > .se-col-xl-7,
html .se-container .se-row > .se-col-xl-8,
html .se-container .se-row > .se-col-xl-9,
html .se-container .se-row > .se-col-xl-10,
html .se-container .se-row > .se-col-xl-11,
html .se-container .se-row > .se-col-xl-12,
html .se-container .se-row > .se-col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
}

html .se-container {
  padding-right: 15px;
  padding-left: 15px;
}

html .se-container .se-row {
  margin-right: -5px;
  margin-left: -5px;
}

html .se-container .se-row > [class*='se-col'] {
  padding-right: 5px;
  padding-left: 5px;
}

html .se-container .se-row > .se-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

html .se-container .se-row > .se-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

html .se-container .se-row > .se-col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

html .se-container .se-row > .se-col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

html .se-container .se-row > .se-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

html .se-container .se-row > .se-col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

html .se-container .se-row > .se-col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

html .se-container .se-row > .se-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

html .se-container .se-row > .se-col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

html .se-container .se-row > .se-col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

html .se-container .se-row > .se-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

html .se-container .se-row > .se-col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

html .se-container .se-row > .se-col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

html .se-container .se-row > .se-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

html .se-container .se-row > [class*='se-col'].se-offset-1 {
  margin-left: 8.33333%;
}

html .se-container .se-row > [class*='se-col'].se-offset-2 {
  margin-left: 16.66667%;
}

html .se-container .se-row > [class*='se-col'].se-offset-3 {
  margin-left: 25%;
}

html .se-container .se-row > [class*='se-col'].se-offset-4 {
  margin-left: 33.33333%;
}

html .se-container .se-row > [class*='se-col'].se-offset-5 {
  margin-left: 41.66667%;
}

html .se-container .se-row > [class*='se-col'].se-offset-6 {
  margin-left: 50%;
}

html .se-container .se-row > [class*='se-col'].se-offset-7 {
  margin-left: 58.33333%;
}

html .se-container .se-row > [class*='se-col'].se-offset-8 {
  margin-left: 66.66667%;
}

html .se-container .se-row > [class*='se-col'].se-offset-9 {
  margin-left: 75%;
}

html .se-container .se-row > [class*='se-col'].se-offset-10 {
  margin-left: 83.33333%;
}

html .se-container .se-row > [class*='se-col'].se-offset-11 {
  margin-left: 91.66667%;
}

@media screen and (min-width: 560px) {
  html .se-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  html .se-container .se-row {
    margin-right: -5px;
    margin-left: -5px;
  }

  html .se-container .se-row > [class*='se-col'] {
    padding-right: 5px;
    padding-left: 5px;
  }

  html .se-container .se-row > .se-col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  html .se-container .se-row > .se-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  html .se-container .se-row > .se-col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  html .se-container .se-row > .se-col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  html .se-container .se-row > .se-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  html .se-container .se-row > .se-col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  html .se-container .se-row > .se-col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  html .se-container .se-row > .se-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  html .se-container .se-row > .se-col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  html .se-container .se-row > .se-col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  html .se-container .se-row > .se-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  html .se-container .se-row > .se-col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  html .se-container .se-row > .se-col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  html .se-container .se-row > .se-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-sm-0 {
    margin-left: 0;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-sm-1 {
    margin-left: 8.33333%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-sm-2 {
    margin-left: 16.66667%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-sm-3 {
    margin-left: 25%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-sm-4 {
    margin-left: 33.33333%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-sm-5 {
    margin-left: 41.66667%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-sm-6 {
    margin-left: 50%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-sm-7 {
    margin-left: 58.33333%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-sm-8 {
    margin-left: 66.66667%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-sm-9 {
    margin-left: 75%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-sm-10 {
    margin-left: 83.33333%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media screen and (min-width: 720px) {
  html .se-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  html .se-container .se-row {
    margin-right: -10px;
    margin-left: -10px;
  }

  html .se-container .se-row > [class*='se-col'] {
    padding-right: 10px;
    padding-left: 10px;
  }

  html .se-container .se-row > .se-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  html .se-container .se-row > .se-col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  html .se-container .se-row > .se-col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  html .se-container .se-row > .se-col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  html .se-container .se-row > .se-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  html .se-container .se-row > .se-col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  html .se-container .se-row > .se-col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  html .se-container .se-row > .se-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  html .se-container .se-row > .se-col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  html .se-container .se-row > .se-col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  html .se-container .se-row > .se-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  html .se-container .se-row > .se-col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  html .se-container .se-row > .se-col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  html .se-container .se-row > .se-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-md-0 {
    margin-left: 0;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-md-1 {
    margin-left: 8.33333%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-md-2 {
    margin-left: 16.66667%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-md-3 {
    margin-left: 25%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-md-4 {
    margin-left: 33.33333%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-md-5 {
    margin-left: 41.66667%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-md-6 {
    margin-left: 50%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-md-7 {
    margin-left: 58.33333%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-md-8 {
    margin-left: 66.66667%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-md-9 {
    margin-left: 75%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-md-10 {
    margin-left: 83.33333%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media screen and (min-width: 900px) {
  html .se-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  html .se-container .se-row {
    margin-right: -10px;
    margin-left: -10px;
  }

  html .se-container .se-row > [class*='se-col'] {
    padding-right: 10px;
    padding-left: 10px;
  }

  html .se-container .se-row > .se-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  html .se-container .se-row > .se-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  html .se-container .se-row > .se-col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  html .se-container .se-row > .se-col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  html .se-container .se-row > .se-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  html .se-container .se-row > .se-col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  html .se-container .se-row > .se-col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  html .se-container .se-row > .se-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  html .se-container .se-row > .se-col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  html .se-container .se-row > .se-col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  html .se-container .se-row > .se-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  html .se-container .se-row > .se-col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  html .se-container .se-row > .se-col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  html .se-container .se-row > .se-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-lg-0 {
    margin-left: 0;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-lg-1 {
    margin-left: 8.33333%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-lg-2 {
    margin-left: 16.66667%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-lg-3 {
    margin-left: 25%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-lg-4 {
    margin-left: 33.33333%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-lg-5 {
    margin-left: 41.66667%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-lg-6 {
    margin-left: 50%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-lg-7 {
    margin-left: 58.33333%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-lg-8 {
    margin-left: 66.66667%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-lg-9 {
    margin-left: 75%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-lg-10 {
    margin-left: 83.33333%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media screen and (min-width: 1200px) {
  html .se-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  html .se-container .se-row {
    margin-right: -10px;
    margin-left: -10px;
  }

  html .se-container .se-row > [class*='se-col'] {
    padding-right: 10px;
    padding-left: 10px;
  }

  html .se-container .se-row > .se-col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  html .se-container .se-row > .se-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  html .se-container .se-row > .se-col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  html .se-container .se-row > .se-col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  html .se-container .se-row > .se-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  html .se-container .se-row > .se-col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  html .se-container .se-row > .se-col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  html .se-container .se-row > .se-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  html .se-container .se-row > .se-col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  html .se-container .se-row > .se-col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  html .se-container .se-row > .se-col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  html .se-container .se-row > .se-col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  html .se-container .se-row > .se-col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  html .se-container .se-row > .se-col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-xl-0 {
    margin-left: 0;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-xl-1 {
    margin-left: 8.33333%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-xl-2 {
    margin-left: 16.66667%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-xl-3 {
    margin-left: 25%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-xl-4 {
    margin-left: 33.33333%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-xl-5 {
    margin-left: 41.66667%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-xl-6 {
    margin-left: 50%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-xl-7 {
    margin-left: 58.33333%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-xl-8 {
    margin-left: 66.66667%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-xl-9 {
    margin-left: 75%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-xl-10 {
    margin-left: 83.33333%;
  }

  html .se-container .se-row > [class*='se-col'].se-offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

html .se-loader {
  position: relative;
  z-index: 1;
}

html .se-loader:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  margin: -12.5px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cpath d='M25 45c11.046 0 20-8.954 20-20S36.046 5 25 5 5 13.954 5 25s8.954 20 20 20zm0 5C11.193 50 0 38.807 0 25S11.193 0 25 0s25 11.193 25 25-11.193 25-25 25z' fill='%23E7E6E6'/%3E%3Cpath d='M25 45c11.046 0 20-8.954 20-20S36.046 5 25 5m0-5c13.807 0 25 11.193 25 25S38.807 50 25 50' fill='%2342B4E6'/%3E%3C/g%3E%3C/svg%3E")
    no-repeat 50%;
  animation: spin 2s linear infinite;
  z-index: 2;
}

@media screen and (min-width: 720px) {
  html .se-loader:after {
    width: 50px;
    height: 50px;
    margin: -25px;
  }
}

html .se-loader img {
  min-width: 25px;
  min-height: 25px;
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 720px) {
  html .se-loader img {
    min-width: 50px;
    min-height: 50px;
  }
}

html .se-btn-primary-large,
html .se-btn-primary-medium,
html .se-btn-primary-small,
html .se-btn-secondary-large-blue,
html .se-btn-secondary-large-gray,
html .se-btn-secondary-large-white,
html .se-btn-secondary-medium-blue,
html .se-btn-secondary-medium-gray,
html .se-btn-secondary-medium-white,
html .se-btn-secondary-small-blue,
html .se-btn-secondary-small-gray,
html .se-btn-secondary-small-white {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: none;
  background: none;
  font-family: inherit;
  cursor: pointer;
  user-select: none;
}

html .se-btn-primary-large:hover,
html .se-btn-primary-medium:hover,
html .se-btn-primary-small:hover,
html .se-btn-secondary-large-blue:hover,
html .se-btn-secondary-large-gray:hover,
html .se-btn-secondary-large-white:hover,
html .se-btn-secondary-medium-blue:hover,
html .se-btn-secondary-medium-gray:hover,
html .se-btn-secondary-medium-white:hover,
html .se-btn-secondary-small-blue:hover,
html .se-btn-secondary-small-gray:hover,
html .se-btn-secondary-small-white:hover {
  text-decoration: none;
}

html .se-btn-primary-large:active,
html .se-btn-primary-medium:active,
html .se-btn-primary-small:active,
html .se-btn-secondary-large-blue:active,
html .se-btn-secondary-large-gray:active,
html .se-btn-secondary-large-white:active,
html .se-btn-secondary-medium-blue:active,
html .se-btn-secondary-medium-gray:active,
html .se-btn-secondary-medium-white:active,
html .se-btn-secondary-small-blue:active,
html .se-btn-secondary-small-gray:active,
html .se-btn-secondary-small-white:active {
  outline: none;
}

html .se-btn-primary-large:disabled,
html .se-btn-primary-medium:disabled,
html .se-btn-primary-small:disabled,
html .se-btn-secondary-large-blue:disabled,
html .se-btn-secondary-large-gray:disabled,
html .se-btn-secondary-large-white:disabled,
html .se-btn-secondary-medium-blue:disabled,
html .se-btn-secondary-medium-gray:disabled,
html .se-btn-secondary-medium-white:disabled,
html .se-btn-secondary-small-blue:disabled,
html .se-btn-secondary-small-gray:disabled,
html .se-btn-secondary-small-white:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

@media screen and (min-width: 720px) {
  html .se-btn-primary-large,
  html .se-btn-primary-medium,
  html .se-btn-primary-small,
  html .se-btn-secondary-large-blue,
  html .se-btn-secondary-large-gray,
  html .se-btn-secondary-large-white,
  html .se-btn-secondary-medium-blue,
  html .se-btn-secondary-medium-gray,
  html .se-btn-secondary-medium-white,
  html .se-btn-secondary-small-blue,
  html .se-btn-secondary-small-gray,
  html .se-btn-secondary-small-white {
    max-width: 100%;
    width: auto;
  }
}

html .se-btn-primary-large,
html .se-btn-primary-medium,
html .se-btn-primary-small {
  color: #fff;
  background: #42b4e6;
}

html .se-btn-primary-large:hover,
html .se-btn-primary-medium:hover,
html .se-btn-primary-small:hover {
  background: linear-gradient(#55d1fe, #42b4e6);
}

html .se-btn-primary-large:active,
html .se-btn-primary-medium:active,
html .se-btn-primary-small:active {
  background: #3a738c;
}

html .se-btn-primary-large:disabled,
html .se-btn-primary-medium:disabled,
html .se-btn-primary-small:disabled {
  background: #42b4e6;
}

html .se-btn-secondary-large-blue,
html .se-btn-secondary-large-gray,
html .se-btn-secondary-large-white,
html .se-btn-secondary-medium-blue,
html .se-btn-secondary-medium-gray,
html .se-btn-secondary-medium-white,
html .se-btn-secondary-small-blue,
html .se-btn-secondary-small-gray,
html .se-btn-secondary-small-white {
  box-shadow: inset 0 0 0 1px;
}

html .se-btn-secondary-large-blue:hover,
html .se-btn-secondary-large-gray:hover,
html .se-btn-secondary-large-white:hover,
html .se-btn-secondary-medium-blue:hover,
html .se-btn-secondary-medium-gray:hover,
html .se-btn-secondary-medium-white:hover,
html .se-btn-secondary-small-blue:hover,
html .se-btn-secondary-small-gray:hover,
html .se-btn-secondary-small-white:hover {
  box-shadow: inset 0 0 0 2px;
}

html .se-btn-secondary-large-blue:active,
html .se-btn-secondary-large-gray:active,
html .se-btn-secondary-large-white:active,
html .se-btn-secondary-medium-blue:active,
html .se-btn-secondary-medium-gray:active,
html .se-btn-secondary-medium-white:active,
html .se-btn-secondary-small-blue:active,
html .se-btn-secondary-small-gray:active,
html .se-btn-secondary-small-white:active {
  box-shadow: none;
}

html .se-btn-primary-large > .se-btn-icon,
html .se-btn-primary-large > .se-btn-text,
html .se-btn-primary-medium > .se-btn-icon,
html .se-btn-primary-medium > .se-btn-text,
html .se-btn-primary-small > .se-btn-icon,
html .se-btn-primary-small > .se-btn-text,
html .se-btn-secondary-large-blue > .se-btn-icon,
html .se-btn-secondary-large-blue > .se-btn-text,
html .se-btn-secondary-large-gray > .se-btn-icon,
html .se-btn-secondary-large-gray > .se-btn-text,
html .se-btn-secondary-large-white > .se-btn-icon,
html .se-btn-secondary-large-white > .se-btn-text,
html .se-btn-secondary-medium-blue > .se-btn-icon,
html .se-btn-secondary-medium-blue > .se-btn-text,
html .se-btn-secondary-medium-gray > .se-btn-icon,
html .se-btn-secondary-medium-gray > .se-btn-text,
html .se-btn-secondary-medium-white > .se-btn-icon,
html .se-btn-secondary-medium-white > .se-btn-text,
html .se-btn-secondary-small-blue > .se-btn-icon,
html .se-btn-secondary-small-blue > .se-btn-text,
html .se-btn-secondary-small-gray > .se-btn-icon,
html .se-btn-secondary-small-gray > .se-btn-text,
html .se-btn-secondary-small-white > .se-btn-icon,
html .se-btn-secondary-small-white > .se-btn-text {
  position: relative;
  pointer-events: none;
}

html .se-btn-primary-large > .se-btn-icon,
html .se-btn-primary-medium > .se-btn-icon,
html .se-btn-primary-small > .se-btn-icon,
html .se-btn-secondary-large-blue > .se-btn-icon,
html .se-btn-secondary-large-gray > .se-btn-icon,
html .se-btn-secondary-large-white > .se-btn-icon,
html .se-btn-secondary-medium-blue > .se-btn-icon,
html .se-btn-secondary-medium-gray > .se-btn-icon,
html .se-btn-secondary-medium-white > .se-btn-icon,
html .se-btn-secondary-small-blue > .se-btn-icon,
html .se-btn-secondary-small-gray > .se-btn-icon,
html .se-btn-secondary-small-white > .se-btn-icon {
  display: inline-flex;
  margin-right: 5px;
}

html .se-btn-primary-large > .se-btn-text,
html .se-btn-primary-medium > .se-btn-text,
html .se-btn-primary-small > .se-btn-text,
html .se-btn-secondary-large-blue > .se-btn-text,
html .se-btn-secondary-large-gray > .se-btn-text,
html .se-btn-secondary-large-white > .se-btn-text,
html .se-btn-secondary-medium-blue > .se-btn-text,
html .se-btn-secondary-medium-gray > .se-btn-text,
html .se-btn-secondary-medium-white > .se-btn-text,
html .se-btn-secondary-small-blue > .se-btn-text,
html .se-btn-secondary-small-gray > .se-btn-text,
html .se-btn-secondary-small-white > .se-btn-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

html .se-btn-primary-small,
html .se-btn-secondary-small-blue,
html .se-btn-secondary-small-gray,
html .se-btn-secondary-small-white {
  height: 30px;
  padding: 0 15px;
  font-size: 0.75rem;
  line-height: 1.667;
}

html .se-btn-secondary-small-blue {
  color: #42b4e6;
}

html .se-btn-secondary-small-blue:active {
  color: #fff;
  background: #42b4e6;
}

html .se-btn-secondary-small-white {
  color: #fff;
}

html .se-btn-secondary-small-white:active {
  color: #333;
  background: #fff;
}

html .se-btn-secondary-small-gray {
  color: #333;
}

html .se-btn-secondary-small-gray:active {
  color: #fff;
  background: #333;
}

html .se-btn-primary-medium,
html .se-btn-secondary-medium-blue,
html .se-btn-secondary-medium-gray,
html .se-btn-secondary-medium-white {
  height: 40px;
  padding: 0 20px;
  font-size: 1rem;
  line-height: 1.25;
}

html .se-btn-secondary-medium-blue {
  color: #42b4e6;
}

html .se-btn-secondary-medium-blue:active {
  color: #fff;
  background: #42b4e6;
}

html .se-btn-secondary-medium-white {
  color: #fff;
}

html .se-btn-secondary-medium-white:active {
  color: #333;
  background: #fff;
}

html .se-btn-secondary-medium-gray {
  color: #333;
}

html .se-btn-secondary-medium-gray:active {
  color: #fff;
  background: #333;
}

html .se-btn-primary-large,
html .se-btn-secondary-large-blue,
html .se-btn-secondary-large-gray,
html .se-btn-secondary-large-white {
  height: 50px;
  padding: 0 25px;
  font-size: 1.125rem;
  line-height: 1.667;
}

html .se-btn-secondary-large-blue {
  color: #42b4e6;
}

html .se-btn-secondary-large-blue:active {
  color: #fff;
  background: #42b4e6;
}

html .se-btn-secondary-large-white {
  color: #fff;
}

html .se-btn-secondary-large-white:active {
  color: #333;
  background: #fff;
}

html .se-btn-secondary-large-gray {
  color: #333;
}

html .se-btn-secondary-large-gray:active {
  color: #fff;
  background: #333;
}

html .se-input,
html .se-select {
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  background-color: #fff;
  border: 1px solid #9fa0a4;
  border-radius: 0;
}

html .se-input:focus,
html .se-select:focus {
  border: 1px solid #626469;
  outline: none;
}

html .se-input {
  padding: 10px;
}

html .se-input::placeholder {
  color: #9fa0a4;
  opacity: 1;
}

html .se-input:-ms-input-placeholder {
  color: #9fa0a4;
  opacity: 1;
}

html .se-input::-ms-input-placeholder {
  color: #9fa0a4;
  opacity: 1;
}

html .se-select {
  padding: 10px 30px 10px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

html .se-select:not([required]) {
  color: #9fa0a4;
}

html .se-select::-ms-expand {
  display: none;
}

html .se-select:invalid {
  color: #9fa0a4;
}

html .se-select option {
  color: #333;
}

html .se-select-arrow-down {
  position: absolute;
  top: 15px;
  right: 10px;
  line-height: 0;
  pointer-events: none;
}

html .se-select-arrow-down svg {
  width: 10px;
  height: 10px;
  transform: rotate(90deg);
}

html .se-select-arrow-down.se-select-with-label {
  top: 40px;
}

html .se-select-arrow-down.se-select-xl-height {
  top: 50px;
  right: 25px;
}

html .se-select-arrow-down.se-select-xl-height svg {
  width: 15px;
  height: 15px;
  transform: rotate(180deg);
}

html[lang] .se-date {
  font-family: ArialRoundedMTforSE_Latin, Arial, Helvetica Neue, Helvetica,
    sans-serif;
}

html[lang='ru-RU'] .se-date {
  font-family: ArialRoundedMTforSE_Cyrillic, Arial, Helvetica Neue, Helvetica,
    sans-serif;
}

html[lang='el-GR'] .se-date {
  font-family: ArialRoundedMTforSE_Greek, Arial, Helvetica Neue, Helvetica,
    sans-serif;
}

html .se-date:invalid {
  color: #9fa0a4;
}

html .se-date:invalid::-webkit-datetime-edit {
  visibility: hidden;
}

html .se-date:invalid:before {
  content: attr(placeholder);
}

html .se-checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  line-height: 20px;
  cursor: pointer;
}

html .se-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

html .se-checkbox-container input:disabled ~ .text {
  color: #9fa0a4;
}

html .se-checkbox-container input:disabled ~ .checkmark {
  border: 1px solid #e7e6e6;
}

html .se-checkbox-container input:checked ~ .checkmark {
  background-color: #42b4e6;
}

html .se-checkbox-container input:checked:disabled ~ .checkmark {
  background-color: #f3f2f2;
  border: none;
}

html .se-checkbox-container input:checked:disabled ~ .checkmark:after {
  content: '';
  position: absolute;
  display: block;
  left: 3px;
  top: 1px;
  width: 14px;
  height: 10px;
  border-color: #9fa0a4;
  border-style: solid;
  border-width: 0 3px 3px 0;
  background-color: transparent;
  -webkit-transform: scaleX(-1) rotate(45deg);
  -ms-transform: scaleX(-1) rotate(45deg);
  transform: scaleX(-1) rotate(45deg);
}

html .se-checkbox-container input:indeterminate:disabled ~ .checkmark {
  background-color: #f3f2f2;
  border: none;
}

html .se-checkbox-container input:indeterminate:disabled ~ .checkmark:after {
  width: 12px;
  height: 4px;
  border: none;
  transform: none;
  left: 4px;
  top: 7px;
  background-color: #9fa0a4;
}

html .se-checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

html .se-checkbox-container input:indeterminate ~ .checkmark {
  background-color: #42b4e6;
}

html .se-checkbox-container input:indeterminate ~ .checkmark:after {
  display: block;
  width: 12px;
  height: 4px;
  border: none;
  transform: none;
  left: 3px;
  top: 7px;
  background-color: #fff;
}

html .se-checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #9fa0a4;
}

html .se-checkbox-container .checkmark:after {
  content: '';
  position: absolute;
  display: none;
  left: 2px;
  top: 1px;
  width: 14px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  background-color: transparent;
  -webkit-transform: scaleX(-1) rotate(45deg);
  -ms-transform: scaleX(-1) rotate(45deg);
  transform: scaleX(-1) rotate(45deg);
}

@media (min-width: 1200px) {
  html .se-checkbox-container:hover input:checked:not(:disabled) ~ .checkmark {
    background-color: #55d1fe;
  }

  html
    .se-checkbox-container:hover
    input:checked:not(:disabled)
    ~ .checkmark:after {
    left: 2px;
    top: 1px;
    width: 14px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    background-color: transparent;
    -webkit-transform: scaleX(-1) rotate(45deg);
    -ms-transform: scaleX(-1) rotate(45deg);
    transform: scaleX(-1) rotate(45deg);
  }
}

html .se-checkbox-container:active input:checked:not(:disabled) ~ .checkmark {
  background-color: #3a738c;
}

html
  .se-checkbox-container:active
  input:checked:not(:disabled)
  ~ .checkmark:after {
  left: 2px;
  top: 1px;
  width: 14px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  background-color: transparent;
  -webkit-transform: scaleX(-1) rotate(45deg);
  -ms-transform: scaleX(-1) rotate(45deg);
  transform: scaleX(-1) rotate(45deg);
}

html .se-checkbox-container:disabled input:checked ~ .checkmark {
  background-color: #f3f2f2;
}

html .se-checkbox-container:disabled input:checked ~ .checkmark:after {
  border: solid #9fa0a4;
}

@media (min-width: 1200px) {
  html
    .se-checkbox-container:hover
    input:indeterminate:not(:disabled)
    ~ .checkmark {
    background-color: #55d1fe;
  }

  html
    .se-checkbox-container:hover
    input:indeterminate:not(:disabled)
    ~ .checkmark:after {
    width: 12px;
    height: 4px;
    border: none;
    transform: none;
    left: 3px;
    top: 7px;
    background-color: #fff;
  }
}

html
  .se-checkbox-container:active
  input:indeterminate:not(:disabled)
  ~ .checkmark {
  background-color: #3a738c;
}

html
  .se-checkbox-container:active
  input:indeterminate:not(:disabled)
  ~ .checkmark:after {
  width: 12px;
  height: 4px;
  border: none;
  transform: none;
  left: 3px;
  top: 7px;
  background-color: #fff;
}

html .se-checkbox-container:disabled input:indeterminate ~ .checkmark {
  background-color: #f3f2f2;
}

html .se-checkbox-container:disabled input:indeterminate ~ .checkmark:after {
  width: 12px;
  height: 4px;
  border: none;
  transform: none;
  left: 3px;
  top: 7px;
  background-color: #fff;
}

@media (min-width: 1200px) {
  html .se-checkbox-container:hover input:not(:disabled) ~ .checkmark {
    background-color: #fff;
  }
}

html .se-checkbox-container:active input:not(:disabled) ~ .checkmark {
  background-color: #fff;
}

@media (min-width: 1200px) {
  html .se-checkbox-container:hover input:not(:disabled) ~ .checkmark:after {
    display: block;
    width: 8px;
    height: 8px;
    border: none;
    transform: none;
    left: 5px;
    top: 5px;
    background-color: #42b4e6;
  }
}

html .se-checkbox-container:active input:not(:disabled) ~ .checkmark:after {
  display: block;
  width: 6px;
  height: 6px;
  border: none;
  transform: none;
  left: 6px;
  top: 6px;
  background-color: #42b4e6;
}

html .se-form-block {
  position: relative;
  margin-bottom: 15px;
}

html .se-form-block .required:after {
  content: '*';
  padding-left: 5px;
  color: #b10043;
}

html .se-form-block > label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}

html .se-form-block .se-form-list {
  font-size: 16px;
  line-height: 25px;
}

html .se-form-block .se-form-list input[type='checkbox'],
html .se-form-block .se-form-list input[type='radio'] {
  margin-right: 15px;
  margin-left: 0;
}

html .se-form-block textarea {
  width: 100%;
  min-height: 70px;
  font-family: inherit;
  resize: vertical;
  padding: 10px;
  font-size: 16px;
  line-height: 25px;
  overflow: auto;
}

html .se-form-block .invalid,
html .se-form-block .invalid:focus {
  border: 1px solid #b10043;
}

html .se-form-block p[class*='_error-message'] {
  margin: 5px 0 0;
  color: #b10043;
}

html .se-form-block p[class*='_error-message'] [class*='_error-message-email'],
html
  .se-form-block
  p[class*='_error-message']
  [class*='_error-message-mandatory'],
html .se-form-block p[class*='_error-message'] [class*='_error-message-tel'] {
  display: none;
}

html
  .se-form-block
  p[class*='_error-message'].error-email
  [class*='_error-message-email'],
html
  .se-form-block
  p[class*='_error-message'].error-mandatory
  [class*='_error-message-mandatory'],
html
  .se-form-block
  p[class*='_error-message'].error-tel
  [class*='_error-message-tel'] {
  display: block;
}

html .se-form-block-disabled {
  opacity: 0.5;
  pointer-events: none;
}

html .se-form-block-disabled input,
html .se-form-block-disabled select,
html .se-form-block-disabled textarea {
  background: #cbcbcb;
}

html .se-form-block-disabled button {
  background: #42b4e6;
  color: transparent;
}

html .se-form-block-disabled button.se-loader:after {
  width: 30px;
  height: 30px;
  margin: -15px;
}

html.sdl-html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

html [hidden] {
  display: none;
}

body.sdl-body {
  display: flex;
  min-height: 100%;
  background: #fafafa;
}

html .sdl-page-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}

html .sdl-footer-global,
html .sdl-header-global {
  flex-shrink: 0;
}

html .sdl-header-global {
  position: fixed;
  width: 100%;
  top: 0;
  transition: height 0.25s ease-out;
  z-index: 60;
}

body.ie .sdl-header-global,
html .sdl-link-list-apc-country-selector .sdl-header-global {
  position: relative;
}

html .is-visible-smart-banner:not(.ios) .sdl-header-global {
  top: 85px;
}

body:not(.ie) .se-header-sticky-wrap {
  position: sticky;
  top: 0;
  z-index: 60;
}

html .sdl-main-global-full-width {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

html .sdl-main-global-full-width .se-content-wrapper-full-width {
  display: flex;
  position: relative;
}

html
  .sdl-main-global-full-width
  .se-content-wrapper-full-width
  .se-main-wrapper-full-width {
  width: 100%;
  overflow: hidden;
}

html
  .sdl-main-global-full-width
  .se-content-wrapper-full-width
  .se-sticky-wrapper-full-width {
  z-index: 3;
  width: 0;
}

html
  .sdl-main-global-full-width
  .se-content-wrapper-full-width
  .se-sticky-wrapper-full-width
  > div {
  height: 100%;
}

html .sdl-main-global-full-width .sdl-footer-global,
html .sdl-main-global-full-width footer {
  margin-top: auto;
}

html .sdl-main-global {
  flex: 1 0 auto;
  padding-top: 15px;
}

html .ie .sdl-main-global {
  min-height: 1px;
}

@media (min-width: 720px) {
  html .sdl-main-global {
    padding-top: 10px;
  }
}

@media (min-width: 1200px) {
  html .sdl-main-global {
    padding-top: 20px;
  }
}

@media (min-width: 1340px) {
  html .ie .sdl-main-global,
  html .sdl-main-global {
    min-height: 400px;
  }
}

html[lang] .fps-module,
html[lang] text {
  font-family: ArialRoundedMTforSE_Latin, Arial, Helvetica Neue, Helvetica,
    sans-serif;
}

html[lang='ru-RU'] .fps-module,
html[lang='ru-RU'] text {
  font-family: ArialRoundedMTforSE_Cyrillic, Arial, Helvetica Neue, Helvetica,
    sans-serif;
}

html[lang='el-GR'] .fps-module,
html[lang='el-GR'] text {
  font-family: ArialRoundedMTforSE_Greek, Arial, Helvetica Neue, Helvetica,
    sans-serif;
}

html .hide {
  display: none !important;
}

html .tab-hidden {
  overflow: hidden !important;
  height: 0 !important;
}

html .noscroll {
  overflow: hidden;
}

html .nowrap {
  white-space: nowrap;
}

html [class*='sdl-'] svg {
  vertical-align: middle;
  pointer-events: none;
}

html .svg-ml {
  margin-left: 5px;
}

html .svg-mr {
  margin-right: 5px;
}

html button {
  font-family: inherit;
}

html .sdl-floating-container {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
}

html [data-flow-separator] {
  clear: both;
  margin-bottom: 30px;
}

@media (min-width: 720px) {
  html [data-flow-separator] {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  html [data-flow-separator] {
    margin-bottom: 50px;
  }
}

html .js-sticky-content,
html [data-sticky] {
  transition: top 0.25s ease-out;
}

html .wiztopic-rich-text strong {
  font-weight: 700;
}

html .wiztopic-rich-text .content ol,
html .wiztopic-rich-text .content ul,
html .wiztopic-rich-text .highlights ol,
html .wiztopic-rich-text .highlights ul {
  margin-bottom: 10px;
  padding-left: 40px;
}

html .wiztopic-rich-text .content ol,
html .wiztopic-rich-text .highlights ol {
  list-style: inside decimal;
}

html .wiztopic-rich-text .content ul,
html .wiztopic-rich-text .highlights ul {
  list-style: inside disc;
}

html .wiztopic-rich-text .content em,
html .wiztopic-rich-text .highlights em {
  font-style: italic;
}

html .wiztopic-rich-text .content sup,
html .wiztopic-rich-text .highlights sup {
  vertical-align: super;
  pointer-events: none;
  font-size: 12px;
}

html .wiztopic-rich-text .content sup a,
html .wiztopic-rich-text .highlights sup a {
  text-decoration: none;
}

html .wiztopic-rich-text .content h2,
html .wiztopic-rich-text .highlights h2 {
  margin-bottom: 15px;
  font-size: 25px;
  font-family: ArialRoundedMTforSE-Regular, Arial, Helvetica Neue, Helvetica,
    sans-serif;
  color: #333;
  line-height: 35px;
}

@media (min-width: 1200px) {
  html .wiztopic-rich-text .content h2,
  html .wiztopic-rich-text .highlights h2 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }
}

html .wiztopic-rich-text .content h3,
html .wiztopic-rich-text .content h4,
html .wiztopic-rich-text .highlights h3,
html .wiztopic-rich-text .highlights h4 {
  margin-bottom: 10px;
  font-family: ArialRoundedMTforSE-Bold, Arial, Helvetica Neue, Helvetica,
    sans-serif;
  color: #333;
  line-height: 25px;
}

html .wiztopic-rich-text .content h3,
html .wiztopic-rich-text .highlights h3 {
  font-size: 18px;
}

@media (min-width: 1200px) {
  html .wiztopic-rich-text .content h3,
  html .wiztopic-rich-text .highlights h3 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 30px;
  }
}

html .wiztopic-rich-text .content h4,
html .wiztopic-rich-text .highlights h4 {
  font-size: 16px;
}

@media (min-width: 1200px) {
  html .wiztopic-rich-text .content h4,
  html .wiztopic-rich-text .highlights h4 {
    margin-bottom: 10px;
    line-height: 25px;
  }
}

html .wiztopic-rich-text .highlights p {
  margin-bottom: 14px;
}

html .wiztopic-rich-text .content {
  padding-top: 40px;
}

html .wiztopic-rich-text .content .table-wrapper {
  overflow-x: auto;
}

html .wiztopic-rich-text .content .table-wrapper caption {
  text-align: left;
}

html .wiztopic-rich-text .content p {
  font-family: ArialRoundedMTforSE-Regular, Arial, Helvetica Neue, Helvetica,
    sans-serif;
  color: #333;
  line-height: 25px;
  margin-bottom: 25px;
}

html .wiztopic-rich-text .content img {
  max-width: 100%;
}

html .wiztopic-rich-text .content table td,
html .wiztopic-rich-text .content table th {
  padding: 5px 10px;
  border: 1px solid #eee;
}

html .wiztopic-rich-text .content blockquote {
  margin: 30px -30px;
}

@media (min-width: 720px) {
  html .wiztopic-rich-text .content blockquote {
    margin: 30px -40px;
  }
}

@media (min-width: 1200px) {
  html .wiztopic-rich-text .content blockquote {
    margin: 40px 100px;
  }
}

html .wiztopic-rich-text .content blockquote p {
  position: relative;
  background-color: #fafafa;
  padding: 45px 30px 20px;
}

@media (min-width: 720px) {
  html .wiztopic-rich-text .content blockquote p {
    padding: 45px 40px 40px;
  }
}

@media (min-width: 1200px) {
  html .wiztopic-rich-text .content blockquote p {
    padding: 50px 100px;
  }
}

html .wiztopic-rich-text .content blockquote p:before {
  position: absolute;
  right: 20px;
  top: 10px;
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='35' height='25' viewBox='0 0 70 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h70v50H0z'/%3E%3Cg fill='%23E7E6E6' fill-rule='nonzero'%3E%3Cpath d='M18.482 1.246C12.815.236 7.044 2.38 3.445 6.83A15.416 15.416 0 001.23 22.575c2.235 5.254 7.195 8.874 12.926 9.435a49.812 49.812 0 01-5.06 14.986 1.36 1.36 0 00.253 1.608 1.395 1.395 0 001.628.233c14.036-8.092 20.2-19.91 20.956-29.394.751-8.544-4.998-16.32-13.452-18.197zM56.314 1.202C50.66.296 44.95 2.481 41.398 6.909a15.356 15.356 0 00-2.183 15.616c2.204 5.21 7.102 8.833 12.795 9.467a49.735 49.735 0 01-5.064 14.988 1.334 1.334 0 00.22 1.625c.437.43 1.113.52 1.65.216 14.128-8.265 20.301-20.02 21.127-29.505.7-8.547-5.123-16.287-13.629-18.114z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (min-width: 1200px) {
  html .wiztopic-rich-text .content blockquote p:before {
    right: 20px;
    top: 20px;
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='36' viewBox='0 0 70 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h70v50H0z'/%3E%3Cg fill='%23E7E6E6' fill-rule='nonzero'%3E%3Cpath d='M18.482 1.246C12.815.236 7.044 2.38 3.445 6.83A15.416 15.416 0 001.23 22.575c2.235 5.254 7.195 8.874 12.926 9.435a49.812 49.812 0 01-5.06 14.986 1.36 1.36 0 00.253 1.608 1.395 1.395 0 001.628.233c14.036-8.092 20.2-19.91 20.956-29.394.751-8.544-4.998-16.32-13.452-18.197zM56.314 1.202C50.66.296 44.95 2.481 41.398 6.909a15.356 15.356 0 00-2.183 15.616c2.204 5.21 7.102 8.833 12.795 9.467a49.735 49.735 0 01-5.064 14.988 1.334 1.334 0 00.22 1.625c.437.43 1.113.52 1.65.216 14.128-8.265 20.301-20.02 21.127-29.505.7-8.547-5.123-16.287-13.629-18.114z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

html .se-rich-text {
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

html .ie .se-rich-text {
  word-break: break-all;
}

html .se-rich-text b,
html .se-rich-text strong {
  font-weight: 700;
}

html .se-rich-text em,
html .se-rich-text i {
  font-style: italic;
}

html .se-rich-text sub,
html .se-rich-text sup {
  position: relative;
  font-size: 0.7em;
}

html .se-rich-text sub {
  bottom: -0.2em;
}

html .se-rich-text sup {
  bottom: 0.5em;
}

html .se-rich-text abbr {
  border-bottom: 1px dotted #cbcbcb;
  text-decoration: none;
}

html .se-rich-text ul {
  list-style-type: disc;
}

html .se-rich-text ul li ul {
  list-style-type: square;
}

html .se-rich-text ul li ul li ul {
  list-style-type: circle;
}

html .se-rich-text ol {
  counter-reset: item;
}

html .se-rich-text ol li {
  display: block;
}

html .se-rich-text ol li:before {
  content: counters(item, '.') '. ';
  counter-increment: item;
}

html .se-rich-text img {
  display: none;
}

html .se-font-text1-0 .se-rich-text p,
html .se-rich-text.se-font-text1-0 p {
  margin: 15px 0;
}

html .se-font-text1-0 .se-rich-text ol,
html .se-font-text1-0 .se-rich-text ul,
html .se-rich-text.se-font-text1-0 ol,
html .se-rich-text.se-font-text1-0 ul {
  margin: 25px 0;
  padding-left: 25px;
}

html .se-font-text1-0 .se-rich-text ol li,
html .se-font-text1-0 .se-rich-text ul li,
html .se-rich-text.se-font-text1-0 ol li,
html .se-rich-text.se-font-text1-0 ul li {
  margin: 20px 0;
}

html .se-font-text1-0 .se-rich-text ol:first-child,
html .se-font-text1-0 .se-rich-text p:first-child,
html .se-font-text1-0 .se-rich-text ul:first-child,
html .se-rich-text.se-font-text1-0 ol:first-child,
html .se-rich-text.se-font-text1-0 p:first-child,
html .se-rich-text.se-font-text1-0 ul:first-child {
  margin-top: 0;
}

html .se-font-text2 .se-rich-text p,
html .se-font-text2-0 .se-rich-text p,
html .se-font-text2-2 .se-rich-text p,
html .se-font-text3 .se-rich-text p,
html .se-font-text3-0 .se-rich-text p,
html .se-font-text3-2 .se-rich-text p,
html .se-rich-text.se-font-text2 p,
html .se-rich-text.se-font-text2-0 p,
html .se-rich-text.se-font-text2-2 p,
html .se-rich-text.se-font-text3 p,
html .se-rich-text.se-font-text3-0 p,
html .se-rich-text.se-font-text3-2 p {
  margin: 10px 0;
}

html .se-font-text2 .se-rich-text ol,
html .se-font-text2 .se-rich-text ul,
html .se-font-text2-0 .se-rich-text ol,
html .se-font-text2-0 .se-rich-text ul,
html .se-font-text2-2 .se-rich-text ol,
html .se-font-text2-2 .se-rich-text ul,
html .se-font-text3 .se-rich-text ol,
html .se-font-text3 .se-rich-text ul,
html .se-font-text3-0 .se-rich-text ol,
html .se-font-text3-0 .se-rich-text ul,
html .se-font-text3-2 .se-rich-text ol,
html .se-font-text3-2 .se-rich-text ul,
html .se-rich-text.se-font-text2 ol,
html .se-rich-text.se-font-text2 ul,
html .se-rich-text.se-font-text2-0 ol,
html .se-rich-text.se-font-text2-0 ul,
html .se-rich-text.se-font-text2-2 ol,
html .se-rich-text.se-font-text2-2 ul,
html .se-rich-text.se-font-text3 ol,
html .se-rich-text.se-font-text3 ul,
html .se-rich-text.se-font-text3-0 ol,
html .se-rich-text.se-font-text3-0 ul,
html .se-rich-text.se-font-text3-2 ol,
html .se-rich-text.se-font-text3-2 ul {
  margin: 20px 0;
  padding-left: 20px;
}

html .se-font-text2 .se-rich-text ol li,
html .se-font-text2 .se-rich-text ul li,
html .se-font-text2-0 .se-rich-text ol li,
html .se-font-text2-0 .se-rich-text ul li,
html .se-font-text2-2 .se-rich-text ol li,
html .se-font-text2-2 .se-rich-text ul li,
html .se-font-text3 .se-rich-text ol li,
html .se-font-text3 .se-rich-text ul li,
html .se-font-text3-0 .se-rich-text ol li,
html .se-font-text3-0 .se-rich-text ul li,
html .se-font-text3-2 .se-rich-text ol li,
html .se-font-text3-2 .se-rich-text ul li,
html .se-rich-text.se-font-text2 ol li,
html .se-rich-text.se-font-text2 ul li,
html .se-rich-text.se-font-text2-0 ol li,
html .se-rich-text.se-font-text2-0 ul li,
html .se-rich-text.se-font-text2-2 ol li,
html .se-rich-text.se-font-text2-2 ul li,
html .se-rich-text.se-font-text3 ol li,
html .se-rich-text.se-font-text3 ul li,
html .se-rich-text.se-font-text3-0 ol li,
html .se-rich-text.se-font-text3-0 ul li,
html .se-rich-text.se-font-text3-2 ol li,
html .se-rich-text.se-font-text3-2 ul li {
  margin: 15px 0;
}

html .se-font-text2 .se-rich-text ol:first-child,
html .se-font-text2 .se-rich-text p:first-child,
html .se-font-text2 .se-rich-text ul:first-child,
html .se-font-text2-0 .se-rich-text ol:first-child,
html .se-font-text2-0 .se-rich-text p:first-child,
html .se-font-text2-0 .se-rich-text ul:first-child,
html .se-font-text2-2 .se-rich-text ol:first-child,
html .se-font-text2-2 .se-rich-text p:first-child,
html .se-font-text2-2 .se-rich-text ul:first-child,
html .se-font-text3 .se-rich-text ol:first-child,
html .se-font-text3 .se-rich-text p:first-child,
html .se-font-text3 .se-rich-text ul:first-child,
html .se-font-text3-0 .se-rich-text ol:first-child,
html .se-font-text3-0 .se-rich-text p:first-child,
html .se-font-text3-0 .se-rich-text ul:first-child,
html .se-font-text3-2 .se-rich-text ol:first-child,
html .se-font-text3-2 .se-rich-text p:first-child,
html .se-font-text3-2 .se-rich-text ul:first-child,
html .se-rich-text.se-font-text2 ol:first-child,
html .se-rich-text.se-font-text2 p:first-child,
html .se-rich-text.se-font-text2 ul:first-child,
html .se-rich-text.se-font-text2-0 ol:first-child,
html .se-rich-text.se-font-text2-0 p:first-child,
html .se-rich-text.se-font-text2-0 ul:first-child,
html .se-rich-text.se-font-text2-2 ol:first-child,
html .se-rich-text.se-font-text2-2 p:first-child,
html .se-rich-text.se-font-text2-2 ul:first-child,
html .se-rich-text.se-font-text3 ol:first-child,
html .se-rich-text.se-font-text3 p:first-child,
html .se-rich-text.se-font-text3 ul:first-child,
html .se-rich-text.se-font-text3-0 ol:first-child,
html .se-rich-text.se-font-text3-0 p:first-child,
html .se-rich-text.se-font-text3-0 ul:first-child,
html .se-rich-text.se-font-text3-2 ol:first-child,
html .se-rich-text.se-font-text3-2 p:first-child,
html .se-rich-text.se-font-text3-2 ul:first-child {
  margin-top: 0;
}

html .se-font-text4 .se-rich-text p,
html .se-font-text4-0 .se-rich-text p,
html .se-font-text4-2 .se-rich-text p,
html .se-rich-text.se-font-text4 p,
html .se-rich-text.se-font-text4-0 p,
html .se-rich-text.se-font-text4-2 p {
  margin: 5px 0;
}

html .se-font-text4 .se-rich-text ol,
html .se-font-text4 .se-rich-text ul,
html .se-font-text4-0 .se-rich-text ol,
html .se-font-text4-0 .se-rich-text ul,
html .se-font-text4-2 .se-rich-text ol,
html .se-font-text4-2 .se-rich-text ul,
html .se-rich-text.se-font-text4 ol,
html .se-rich-text.se-font-text4 ul,
html .se-rich-text.se-font-text4-0 ol,
html .se-rich-text.se-font-text4-0 ul,
html .se-rich-text.se-font-text4-2 ol,
html .se-rich-text.se-font-text4-2 ul {
  margin: 15px 0;
  padding-left: 15px;
}

html .se-font-text4 .se-rich-text ol li,
html .se-font-text4 .se-rich-text ul li,
html .se-font-text4-0 .se-rich-text ol li,
html .se-font-text4-0 .se-rich-text ul li,
html .se-font-text4-2 .se-rich-text ol li,
html .se-font-text4-2 .se-rich-text ul li,
html .se-rich-text.se-font-text4 ol li,
html .se-rich-text.se-font-text4 ul li,
html .se-rich-text.se-font-text4-0 ol li,
html .se-rich-text.se-font-text4-0 ul li,
html .se-rich-text.se-font-text4-2 ol li,
html .se-rich-text.se-font-text4-2 ul li {
  margin: 10px 0;
}

html .se-font-text4 .se-rich-text ol:first-child,
html .se-font-text4 .se-rich-text p:first-child,
html .se-font-text4 .se-rich-text ul:first-child,
html .se-font-text4-0 .se-rich-text ol:first-child,
html .se-font-text4-0 .se-rich-text p:first-child,
html .se-font-text4-0 .se-rich-text ul:first-child,
html .se-font-text4-2 .se-rich-text ol:first-child,
html .se-font-text4-2 .se-rich-text p:first-child,
html .se-font-text4-2 .se-rich-text ul:first-child,
html .se-rich-text.se-font-text4 ol:first-child,
html .se-rich-text.se-font-text4 p:first-child,
html .se-rich-text.se-font-text4 ul:first-child,
html .se-rich-text.se-font-text4-0 ol:first-child,
html .se-rich-text.se-font-text4-0 p:first-child,
html .se-rich-text.se-font-text4-0 ul:first-child,
html .se-rich-text.se-font-text4-2 ol:first-child,
html .se-rich-text.se-font-text4-2 p:first-child,
html .se-rich-text.se-font-text4-2 ul:first-child {
  margin-top: 0;
}

@media (min-width: 720px) {
  html .se-font-text2 .se-rich-text p,
  html .se-rich-text.se-font-text2 p {
    margin: 15px 0;
  }

  html .se-font-text2 .se-rich-text ol,
  html .se-font-text2 .se-rich-text ul,
  html .se-rich-text.se-font-text2 ol,
  html .se-rich-text.se-font-text2 ul {
    margin: 25px 0;
    padding-left: 25px;
  }

  html .se-font-text2 .se-rich-text ol li,
  html .se-font-text2 .se-rich-text ul li,
  html .se-rich-text.se-font-text2 ol li,
  html .se-rich-text.se-font-text2 ul li {
    margin: 20px 0;
  }

  html .se-font-text2 .se-rich-text ol:first-child,
  html .se-font-text2 .se-rich-text p:first-child,
  html .se-font-text2 .se-rich-text ul:first-child,
  html .se-rich-text.se-font-text2 ol:first-child,
  html .se-rich-text.se-font-text2 p:first-child,
  html .se-rich-text.se-font-text2 ul:first-child {
    margin-top: 0;
  }

  html .se-font-text3 .se-rich-text p,
  html .se-font-text4 .se-rich-text p,
  html .se-rich-text.se-font-text3 p,
  html .se-rich-text.se-font-text4 p {
    margin: 10px 0;
  }

  html .se-font-text3 .se-rich-text ol,
  html .se-font-text3 .se-rich-text ul,
  html .se-font-text4 .se-rich-text ol,
  html .se-font-text4 .se-rich-text ul,
  html .se-rich-text.se-font-text3 ol,
  html .se-rich-text.se-font-text3 ul,
  html .se-rich-text.se-font-text4 ol,
  html .se-rich-text.se-font-text4 ul {
    margin: 20px 0;
    padding-left: 20px;
  }

  html .se-font-text3 .se-rich-text ol li,
  html .se-font-text3 .se-rich-text ul li,
  html .se-font-text4 .se-rich-text ol li,
  html .se-font-text4 .se-rich-text ul li,
  html .se-rich-text.se-font-text3 ol li,
  html .se-rich-text.se-font-text3 ul li,
  html .se-rich-text.se-font-text4 ol li,
  html .se-rich-text.se-font-text4 ul li {
    margin: 15px 0;
  }

  html .se-font-text3 .se-rich-text ol:first-child,
  html .se-font-text3 .se-rich-text p:first-child,
  html .se-font-text3 .se-rich-text ul:first-child,
  html .se-font-text4 .se-rich-text ol:first-child,
  html .se-font-text4 .se-rich-text p:first-child,
  html .se-font-text4 .se-rich-text ul:first-child,
  html .se-rich-text.se-font-text3 ol:first-child,
  html .se-rich-text.se-font-text3 p:first-child,
  html .se-rich-text.se-font-text3 ul:first-child,
  html .se-rich-text.se-font-text4 ol:first-child,
  html .se-rich-text.se-font-text4 p:first-child,
  html .se-rich-text.se-font-text4 ul:first-child {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  html .se-font-text2-2 .se-rich-text p,
  html .se-rich-text.se-font-text2-2 p {
    margin: 15px 0;
  }

  html .se-font-text2-2 .se-rich-text ol,
  html .se-font-text2-2 .se-rich-text ul,
  html .se-rich-text.se-font-text2-2 ol,
  html .se-rich-text.se-font-text2-2 ul {
    margin: 25px 0;
    padding-left: 25px;
  }

  html .se-font-text2-2 .se-rich-text ol li,
  html .se-font-text2-2 .se-rich-text ul li,
  html .se-rich-text.se-font-text2-2 ol li,
  html .se-rich-text.se-font-text2-2 ul li {
    margin: 20px 0;
  }

  html .se-font-text2-2 .se-rich-text ol:first-child,
  html .se-font-text2-2 .se-rich-text p:first-child,
  html .se-font-text2-2 .se-rich-text ul:first-child,
  html .se-rich-text.se-font-text2-2 ol:first-child,
  html .se-rich-text.se-font-text2-2 p:first-child,
  html .se-rich-text.se-font-text2-2 ul:first-child {
    margin-top: 0;
  }

  html .se-font-text3-2 .se-rich-text p,
  html .se-font-text4-2 .se-rich-text p,
  html .se-rich-text.se-font-text3-2 p,
  html .se-rich-text.se-font-text4-2 p {
    margin: 10px 0;
  }

  html .se-font-text3-2 .se-rich-text ol,
  html .se-font-text3-2 .se-rich-text ul,
  html .se-font-text4-2 .se-rich-text ol,
  html .se-font-text4-2 .se-rich-text ul,
  html .se-rich-text.se-font-text3-2 ol,
  html .se-rich-text.se-font-text3-2 ul,
  html .se-rich-text.se-font-text4-2 ol,
  html .se-rich-text.se-font-text4-2 ul {
    margin: 20px 0;
    padding-left: 20px;
  }

  html .se-font-text3-2 .se-rich-text ol li,
  html .se-font-text3-2 .se-rich-text ul li,
  html .se-font-text4-2 .se-rich-text ol li,
  html .se-font-text4-2 .se-rich-text ul li,
  html .se-rich-text.se-font-text3-2 ol li,
  html .se-rich-text.se-font-text3-2 ul li,
  html .se-rich-text.se-font-text4-2 ol li,
  html .se-rich-text.se-font-text4-2 ul li {
    margin: 15px 0;
  }

  html .se-font-text3-2 .se-rich-text ol:first-child,
  html .se-font-text3-2 .se-rich-text p:first-child,
  html .se-font-text3-2 .se-rich-text ul:first-child,
  html .se-font-text4-2 .se-rich-text ol:first-child,
  html .se-font-text4-2 .se-rich-text p:first-child,
  html .se-font-text4-2 .se-rich-text ul:first-child,
  html .se-rich-text.se-font-text3-2 ol:first-child,
  html .se-rich-text.se-font-text3-2 p:first-child,
  html .se-rich-text.se-font-text3-2 ul:first-child,
  html .se-rich-text.se-font-text4-2 ol:first-child,
  html .se-rich-text.se-font-text4-2 p:first-child,
  html .se-rich-text.se-font-text4-2 ul:first-child {
    margin-top: 0;
  }
}

html b,
html strong {
  font-weight: 700;
}

html [class*='sdl-']:not([class*='sdl-embed-']) > iframe {
  width: 100%;
  height: 100%;
}

html .visuallyhidden {
  overflow: hidden;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  padding: 0;
  margin: 0;
}

html .se-font-a11y-link4 {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
}

@media (min-width: 1200px) {
  html .se-font-a11y-link4 {
    font-size: 14px;
    line-height: 20px;
  }
}

html .se-font-a11y-link4 svg {
  width: 18px;
  height: 18px;
}

@media (min-width: 1200px) {
  html .se-font-a11y-link4 svg {
    width: 20px;
    height: 20px;
  }
}

html .se-font-a11y-link4-1 {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
}

@media (min-width: 720px) {
  html .se-font-a11y-link4-1 {
    font-size: 14px;
    line-height: 20px;
  }
}

html .se-font-a11y-link4-1 svg {
  width: 18px;
  height: 18px;
}

@media (min-width: 720px) {
  html .se-font-a11y-link4-1 svg {
    width: 20px;
    height: 20px;
  }
}

html .se-font-a11y-link3 {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 720px) {
  html .se-font-a11y-link3 {
    font-size: 16px;
    line-height: 25px;
  }
}

html .se-font-a11y-link3 svg {
  width: 20px;
  height: 20px;
}

@media (min-width: 720px) {
  html .se-font-a11y-link3 svg {
    width: 25px;
    height: 25px;
  }
}

html .se-font-a11y-link3-1 {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 1200px) {
  html .se-font-a11y-link3-1 {
    font-size: 16px;
    line-height: 25px;
  }
}

html .se-font-a11y-link3-1 svg {
  width: 20px;
  height: 20px;
}

@media (min-width: 1200px) {
  html .se-font-a11y-link3-1 svg {
    width: 25px;
    height: 25px;
  }
}

html .se-font-static-a11y-link4 {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
}

html .se-font-static-a11y-link4 svg {
  width: 18px;
  height: 18px;
}

html .se-font-static-a11y-link3 {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
}

html .se-font-static-a11y-link3 svg {
  width: 20px;
  height: 20px;
}

html .se-font-static-a11y-link2 {
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
}

html .se-font-static-a11y-link2 svg {
  width: 25px;
  height: 25px;
}

html .se-font-static-a11y-link2 .nowrap {
  display: inline-flex;
  align-items: center;
}

html .se-font-static-a11y-link2 .nowrap span {
  font-size: medium;
}

html a:hover span.nowrap {
  text-decoration: inherit;
}

html .se-font-a11y-link3 .nowrap,
html .se-font-a11y-link3-1 .nowrap,
html .se-font-a11y-link4 .nowrap,
html .se-font-a11y-link4-1 .nowrap,
html .se-font-static-a11y-link3 .nowrap,
html .se-font-static-a11y-link4 .nowrap {
  display: inline-flex;
  align-items: flex-end;
}

html .se-font-a11y-link3 .nowrap span,
html .se-font-a11y-link3-1 .nowrap span,
html .se-font-a11y-link4 .nowrap span,
html .se-font-a11y-link4-1 .nowrap span,
html .se-font-static-a11y-link3 .nowrap span,
html .se-font-static-a11y-link4 .nowrap span {
  font-size: medium;
}

html .se-font-a11y-link3 span > svg,
html .se-font-a11y-link3-1 span > svg,
html .se-font-a11y-link4 span > svg,
html .se-font-a11y-link4-1 span > svg,
html .se-font-static-a11y-link3 span > svg,
html .se-font-static-a11y-link4 span > svg {
  transform: none;
}

html .fps-g-color {
  color: #3dcd58;
}

html [data-shave] {
  display: block;
}

html [data-shave='1'] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

html[dir='ltr'] [data-shave='2']:not([data-rich-text]) {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

html[dir='ltr'] [data-shave='3']:not([data-rich-text]) {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

html[dir='ltr'] [data-shave='4']:not([data-rich-text]) {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

html[dir='ltr'] [data-shave='5']:not([data-rich-text]) {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

html[dir='ltr'] [data-shave='6']:not([data-rich-text]) {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

html[dir='ltr'] [data-shave='7']:not([data-rich-text]) {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

html[dir='ltr'] [data-shave='8']:not([data-rich-text]) {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

html[dir='ltr'] [data-shave='9']:not([data-rich-text]) {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

html[dir='ltr'] [data-shave='10']:not([data-rich-text]) {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

html .sdl-media-wrap {
  width: 100%;
}

html .sdl-media-wrap.se-no-img-placeholder {
  background: #333;
}

html .sdl-media-wrap.se-no-img-placeholder:before {
  content: '' !important;
  display: block;
  padding-top: 50%;
}

html .sdl-media-wrap picture {
  display: block;
}

html .sdl-media-wrap img {
  vertical-align: bottom;
}

html .sdl-media-wrap.sdl-icon-no-doc-wrap {
  position: relative;
  width: 100%;
}

html .sdl-media-wrap.sdl-icon-no-doc-wrap:before {
  content: '';
  display: block;
  padding-top: 130.66667%;
}

html .sdl-media-wrap.sdl-icon-no-doc-wrap > .sdl-ratio-target {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media print {
  html #mobileViewOverlay {
    display: none;
  }
}

html .sdl-header-se_metabar.is-expanded,
html .sdl-header-se_mob-nav-metabar.is-expanded {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

html .sdl-header-se_metabar-wrap,
html .sdl-header-se_mob-nav-metabar-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  margin-top: 20px;
}

@media (min-width: 1200px) {
  html .sdl-header-se_metabar-wrap,
  html .sdl-header-se_mob-nav-metabar-wrap {
    flex-direction: row;
    margin-top: 0;
  }
}

html .sdl-header-se_metabar-site-info,
html .sdl-header-se_mob-nav-metabar-site-info {
  order: 2;
}

@media (min-width: 1200px) {
  html .sdl-header-se_metabar-site-info .brand-selector-item,
  html .sdl-header-se_mob-nav-metabar-site-info .brand-selector-item {
    position: relative;
  }

  html
    .sdl-header-se_metabar-site-info
    .brand-selector-item
    > a
    .sdl-header-se_metabar-icon-caret,
  html
    .sdl-header-se_mob-nav-metabar-site-info
    .brand-selector-item
    > a
    .sdl-header-se_metabar-icon-caret {
    transition: transform 0.2s ease-in-out;
  }

  html
    .sdl-header-se_metabar-site-info
    .brand-selector-item
    > a.active
    .sdl-header-se_metabar-icon-caret,
  html
    .sdl-header-se_mob-nav-metabar-site-info
    .brand-selector-item
    > a.active
    .sdl-header-se_metabar-icon-caret {
    transform: rotate(270deg);
  }

  html .sdl-header-se_metabar-site-info .brand-selector-item > a:hover,
  html .sdl-header-se_mob-nav-metabar-site-info .brand-selector-item > a:hover {
    color: #333;
    background-color: #e7e6e6;
  }
}

html .sdl-header-se_metabar-item,
html .sdl-header-se_mob-nav-metabar-item {
  display: flex;
  align-items: center;
  padding: 10px;
  line-height: 20px;
  color: #333;
  transition: background-color 0.3s ease-in;
}

html .sdl-header-se_metabar-item:hover,
html .sdl-header-se_mob-nav-metabar-item:hover {
  color: #42b4e6;
  text-decoration: none;
}

html .sdl-header-se_metabar-item:hover span,
html .sdl-header-se_mob-nav-metabar-item:hover span {
  color: inherit;
}

html .sdl-header-se_metabar-link-wrap,
html .sdl-header-se_mob-nav-metabar-link-wrap {
  position: relative;
  padding-right: 10px;
}

@media (min-width: 720px) {
  html .sdl-header-se_metabar-link-wrap,
  html .sdl-header-se_mob-nav-metabar-link-wrap {
    padding-right: 0;
  }
}

html .sdl-header-se_metabar-link-wrap .nowrap,
html .sdl-header-se_mob-nav-metabar-link-wrap .nowrap {
  align-items: end;
}

html .sdl-header-se_metabar-icon-wrap,
html .sdl-header-se_mob-nav-metabar-icon-wrap {
  margin-right: 5px;
}

@media (min-width: 1200px) {
  html .sdl-header-se_metabar-icon-wrap,
  html .sdl-header-se_mob-nav-metabar-icon-wrap {
    position: relative;
    display: inline-block;
  }
}

html .sdl-header-se_metabar-icon-wrap[data-count]:after,
html .sdl-header-se_mob-nav-metabar-icon-wrap[data-count]:after {
  content: attr(data-count);
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 20px;
  padding: 2px 3px;
  border-radius: 10px;
  background-color: #42b4e6;
  color: #fafafa;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
}

@media (min-width: 1200px) {
  html .sdl-header-se_metabar-icon-wrap[data-count]:after,
  html .sdl-header-se_mob-nav-metabar-icon-wrap[data-count]:after {
    left: calc(100% - 3px);
    min-width: 15px;
    margin-left: -50%;
    padding: 0 2px;
    font-size: 10px;
  }
}

html .sdl-header-se_metabar-icon-wrap[data-count='0']:after,
html .sdl-header-se_mob-nav-metabar-icon-wrap[data-count='0']:after {
  display: none;
}

html .sdl-header-se_metabar-icon-brand,
html .sdl-header-se_metabar-icon-favorite,
html .sdl-header-se_metabar-icon-flag,
html .sdl-header-se_mob-nav-metabar-icon-brand,
html .sdl-header-se_mob-nav-metabar-icon-favorite,
html .sdl-header-se_mob-nav-metabar-icon-flag {
  width: 18px;
  height: 18px;
}

html .sdl-header-se_metabar-icon-doc,
html .sdl-header-se_mob-nav-metabar-icon-doc {
  width: 14px;
  height: 18px;
}

html .sdl-header-se_metabar-icon-user,
html .sdl-header-se_mob-nav-metabar-icon-user {
  width: 16px;
  height: 18px;
}

html .sdl-header-se_metabar-icon-cart,
html .sdl-header-se_metabar-icon-eyebrow,
html .sdl-header-se_mob-nav-metabar-icon-cart,
html .sdl-header-se_mob-nav-metabar-icon-eyebrow {
  width: 20px;
  height: 20px;
}

html [data-is-price-info] .sdl-header-se_metabar-price-text,
html [data-is-price-info] .sdl-header-se_mob-nav-metabar-price-text {
  display: none;
}

html [data-is-price-info] .sdl-header-se_metabar-price-info,
html [data-is-price-info] .sdl-header-se_mob-nav-metabar-price-info {
  display: block;
}

html .sdl-header-se_metabar [data-indicator='down'] svg,
html .sdl-header-se_mob-nav-metabar [data-indicator='down'] svg {
  color: #b10043;
  transform: rotate(180deg);
}

html .sdl-header-se_metabar [data-indicator='up'] svg,
html .sdl-header-se_mob-nav-metabar [data-indicator='up'] svg {
  color: #3dcd58;
}

html .sdl-header-se_metabar-price-info,
html .sdl-header-se_mob-nav-metabar-price-info {
  display: none;
}

html .sdl-header-se_metabar-price-icon,
html .sdl-header-se_mob-nav-metabar-price-icon {
  margin-right: 10px;
}

html .sdl-header-se_metabar-price-icon svg,
html .sdl-header-se_mob-nav-metabar-price-icon svg {
  width: 7px;
  height: 16px;
}

html .sdl-header-se_metabar-price-diff,
html .sdl-header-se_mob-nav-metabar-price-diff {
  margin-left: 5px;
}

html .sdl-header-se_metabar-toggle,
html .sdl-header-se_mob-nav-metabar-toggle {
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
}

html .firefox .sdl-header-se_metabar-toggle,
html .firefox .sdl-header-se_mob-nav-metabar-toggle {
  outline: none;
}

html .keyboradUsed.firefox .sdl-header-se_metabar-toggle:focus,
html .keyboradUsed.firefox .sdl-header-se_mob-nav-metabar-toggle:focus {
  outline: 1px dotted #626469;
}

html .sdl-header-se_metabar-toggle-lang,
html .sdl-header-se_mob-nav-metabar-toggle-lang {
  margin-left: 5px;
  color: #9fa0a4;
}

html .sdl-header-se_metabar-toggle.is-expanded,
html .sdl-header-se_mob-nav-metabar-toggle.is-expanded {
  color: #42b4e6;
}

html .sdl-header-se_metabar-toggle.is-expanded .sdl-header-se_metabar-cd-lang,
html
  .sdl-header-se_mob-nav-metabar-toggle.is-expanded
  .sdl-header-se_metabar-cd-lang {
  color: inherit;
}

html
  .sdl-header-se_metabar-toggle.is-expanded
  .sdl-header-se_metabar-icon-caret,
html
  .sdl-header-se_mob-nav-metabar-toggle.is-expanded
  .sdl-header-se_metabar-icon-caret {
  color: #42b4e6;
  transform: rotate(270deg);
}

html .sdl-header-se_metabar-toggle [data-cookie-value],
html .sdl-header-se_mob-nav-metabar-toggle [data-cookie-value] {
  display: none;
}

html .sdl-header-se_metabar-toggle [data-cookie-value].active,
html .sdl-header-se_mob-nav-metabar-toggle [data-cookie-value].active {
  display: block;
}

html
  .sdl-header-se_metabar-eyebrow-toggle.is-expanded
  .sdl-header-se_metabar-toggle,
html
  .sdl-header-se_mob-nav-metabar-eyebrow-toggle.is-expanded
  .sdl-header-se_metabar-toggle {
  color: #42b4e6;
}

html
  .sdl-header-se_metabar-eyebrow-toggle.is-expanded
  .sdl-header-se_metabar-icon-caret,
html
  .sdl-header-se_mob-nav-metabar-eyebrow-toggle.is-expanded
  .sdl-header-se_metabar-icon-caret {
  color: #42b4e6;
  transform: rotate(270deg);
}

html .sdl-header-se_metabar-login,
html .sdl-header-se_mob-nav-metabar-login {
  margin-right: -15px;
}

@media (min-width: 1200px) {
  html .sdl-header-se_metabar-login,
  html .sdl-header-se_mob-nav-metabar-login {
    position: relative;
    height: 100%;
    margin-right: 0;
  }

  html .sdl-header-se_metabar-login-triangle:before,
  html .sdl-header-se_mob-nav-metabar-login-triangle:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: calc(50% - 7px);
    display: block;
    height: 9px;
    width: 9px;
    background: #fff;
    transform: rotate(-55deg) skewY(22deg);
    box-shadow: 1px -1px 2px 0 rgba(51, 51, 51, 0.14);
    opacity: 0;
    z-index: 30;
  }

  html
    .sdl-header-se_metabar-login.open
    .sdl-header-se_metabar-login-triangle:before,
  html
    .sdl-header-se_metabar-login.open
    .sdl-header-se_mob-nav-metabar-login-triangle:before,
  html
    .sdl-header-se_mob-nav-metabar-login.open
    .sdl-header-se_metabar-login-triangle:before,
  html
    .sdl-header-se_mob-nav-metabar-login.open
    .sdl-header-se_mob-nav-metabar-login-triangle:before {
    opacity: 1;
    transition: opacity 0.1s linear 0.15s;
  }
}

html .sdl-header-se_metabar-login-toggle,
html .sdl-header-se_mob-nav-metabar-login-toggle {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 15px 15px 15px 0;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  cursor: pointer;
}

@media (min-width: 1200px) {
  html .sdl-header-se_metabar-login-toggle,
  html .sdl-header-se_mob-nav-metabar-login-toggle {
    padding: 0;
    border: none;
  }
}

html .sdl-header-se_metabar-login-caret,
html .sdl-header-se_mob-nav-metabar-login-caret {
  height: 10px;
  width: 10px;
  transform: rotate(90deg);
}

html .sdl-header-se_metabar-login-menu,
html .sdl-header-se_mob-nav-metabar-login-menu {
  visibility: hidden;
  overflow: hidden;
  height: 0;
  flex-direction: column;
  margin-left: -15px;
  padding-top: 15px;
  background: #fafafa;
  border-bottom: 1px solid #e7e6e6;
  opacity: 0;
  transition: height 0.25s ease-out, visibility 0.25s ease-out,
    opacity 0.1s linear;
}

html .sdl-header-se_metabar-login-menu li,
html .sdl-header-se_mob-nav-metabar-login-menu li {
  padding: 0 15px 0 40px;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  html .sdl-header-se_metabar-login-menu li,
  html .sdl-header-se_mob-nav-metabar-login-menu li {
    padding: 0 15px;
  }
}

html .sdl-header-se_metabar-login-menu li a,
html .sdl-header-se_mob-nav-metabar-login-menu li a {
  display: block;
  color: #333;
  text-decoration: none;
}

html .sdl-header-se_metabar-login-menu li a:hover,
html .sdl-header-se_mob-nav-metabar-login-menu li a:hover {
  color: #42b4e6;
}

html .sdl-header-se_metabar-login-menu li button,
html .sdl-header-se_mob-nav-metabar-login-menu li button {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  cursor: pointer;
}

html .sdl-header-se_metabar-login-menu li button:hover,
html .sdl-header-se_mob-nav-metabar-login-menu li button:hover {
  color: #42b4e6;
}

@media (min-width: 1200px) {
  html .sdl-header-se_metabar-login-menu,
  html .sdl-header-se_mob-nav-metabar-login-menu {
    position: absolute;
    right: 0;
    top: 100%;
    margin: 0;
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.14),
      0 7px 15px 0 rgba(51, 51, 51, 0.1);
    z-index: 30;
  }
}

html .sdl-header-se_metabar-login.open .sdl-header-se_metabar-login-menu,
html
  .sdl-header-se_metabar-login.open
  .sdl-header-se_mob-nav-metabar-login-menu,
html
  .sdl-header-se_mob-nav-metabar-login.open
  .sdl-header-se_metabar-login-menu,
html
  .sdl-header-se_mob-nav-metabar-login.open
  .sdl-header-se_mob-nav-metabar-login-menu {
  visibility: visible;
  opacity: 1;
  transition: height 0.25s ease-out, visibility 0.25s ease-out,
    opacity 0.1s linear 0.15s;
}

html .sdl-header-se_metabar-login.open .sdl-header-se_metabar-login-caret,
html
  .sdl-header-se_metabar-login.open
  .sdl-header-se_mob-nav-metabar-login-caret,
html
  .sdl-header-se_mob-nav-metabar-login.open
  .sdl-header-se_metabar-login-caret,
html
  .sdl-header-se_mob-nav-metabar-login.open
  .sdl-header-se_mob-nav-metabar-login-caret {
  transform: rotate(270deg);
}

html .sdl-header-se_metabar-login.open .sdl-header-se_metabar-login-toggle,
html
  .sdl-header-se_metabar-login.open
  .sdl-header-se_mob-nav-metabar-login-toggle,
html
  .sdl-header-se_mob-nav-metabar-login.open
  .sdl-header-se_metabar-login-toggle,
html
  .sdl-header-se_mob-nav-metabar-login.open
  .sdl-header-se_mob-nav-metabar-login-toggle {
  color: #42b4e6;
}

html .sdl-header-se_metabar-icon-caret,
html .sdl-header-se_mob-nav-metabar-icon-caret {
  width: 10px;
  height: 10px;
  color: #9fa0a4;
  transform: rotate(90deg);
}

html .sdl-header-se_metabar .svg-ml,
html .sdl-header-se_mob-nav-metabar .svg-ml {
  margin-left: 10px;
}

html .sdl-header-se_metabar {
  display: none;
  background: #f3f2f2;
}

@media (min-width: 1200px) {
  html .sdl-header-se_metabar {
    display: block;
  }

  html .sdl-header-se_metabar-user-list {
    display: flex;
    flex-shrink: 0;
    order: 2;
  }

  html .sdl-header-se_metabar-site-info {
    display: flex;
    min-width: 0;
  }

  body.ie .sdl-header-se_metabar-site-info-cd {
    display: flex;
  }

  html .sdl-header-se_metabar-site-info > li:first-child > a,
  html .sdl-header-se_metabar-user-list > li:first-child > a {
    padding-left: 0;
  }

  html .sdl-header-se_metabar-site-info li:last-child > a,
  html .sdl-header-se_metabar-user-list li:last-child > a {
    padding-right: 0;
  }

  html
    .sdl-header-se_metabar
    ul.sdl-header-se_metabar-b2bB2cToggle
    > li:last-child
    > a {
    padding-right: 15px;
  }

  html
    .sdl-header-se_metabar-site-info
    > li:not(.sdl-header-se_metabar-eyebrow-toggle):not(.sdl-header-se_metabar-site-info-cd) {
    flex-shrink: 0;
  }

  html .sdl-header-se_metabar-eyebrow-toggle,
  html .sdl-header-se_metabar-site-info-cd {
    min-width: 0;
  }
}

html .sdl-header-se_metabar-item {
  font-size: 12px;
}

@media (min-width: 1200px) {
  html .sdl-header-se_metabar-item {
    font-size: 14px;
  }
}

html .sdl-header-se_mob-nav-metabar-user-list:not(:last-child) {
  margin-bottom: 20px;
}

html .sdl-header-se_mob-nav-metabar-item {
  font-size: 14px;
  padding: 10px 0;
}

html .sdl-header-se_mob-nav-metabar-item span {
  font-size: 14px;
  line-height: 20px;
}

html .sdl-header-se_mob-nav-metabar-link-wrap {
  display: flex;
  align-items: center;
}

html .sdl-header-se_mob-nav-metabar-icon-wrap {
  text-align: center;
  width: 20px;
}

html .sdl-header-se_mob-nav-metabar-icon-caret-wrap svg {
  transform: rotate(0);
}

@media (min-width: 720px) {
  html .sdl-header-se_metabar {
    display: block;
    background: #fafafa;
  }
}

@media (min-width: 720px) {
  html .sdl-header-se_metabar-wrap {
    flex-direction: row;
    margin-top: 0;
  }
}

@media (min-width: 720px) {
  html .sdl-header-se_metabar-user-list {
    display: flex;
    flex-shrink: 0;
    order: 2;
  }

  html .sdl-header-se_metabar-site-info {
    display: flex;
    min-width: 0;
  }

  body.ie .sdl-header-se_metabar-site-info-cd {
    display: flex;
  }

  html .sdl-header-se_metabar-site-info > li:first-child > a,
  html .sdl-header-se_metabar-user-list > li:first-child > a {
    padding-left: 0;
  }

  html .sdl-header-se_metabar-site-info li:last-child > a,
  html .sdl-header-se_metabar-user-list li:last-child > a {
    padding-right: 0;
  }

  html
    .sdl-header-se_metabar-site-info
    > li:not(.sdl-header-se_metabar-eyebrow-toggle):not(.sdl-header-se_metabar-site-info-cd) {
    flex-shrink: 0;
  }

  html .sdl-header-se_metabar-eyebrow-toggle,
  html .sdl-header-se_metabar-site-info-cd {
    min-width: 0;
  }
}

html .sdl-header-se_country-banner {
  position: relative;
  order: 1;
  padding: 15px 0;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(51, 51, 51, 0.15);
}

@media (min-width: 1200px) {
  html .sdl-header-se_country-banner {
    padding: 20px 0;
    z-index: 10;
  }
}

html .sdl-header-se_country-banner-head {
  padding-right: 50px;
}

html .sdl-header-se_country-banner-icon-close,
html .sdl-header-se_country-banner-icon-flag {
  width: 20px;
  height: 20px;
}

html .sdl-header-se_country-banner-body > div {
  margin-bottom: 15px;
}

html .sdl-header-se_country-banner-btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  padding: 0;
  border: 0;
  background: #fff;
  color: #9fa0a4;
  border-radius: 50%;
  cursor: pointer;
}

html .sdl-header-se_country-banner-btn-close:hover {
  color: #626469;
}

@media (min-width: 720px) {
  html .sdl-header-se_country-banner-btn-close {
    top: 10px;
    right: 10px;
  }
}

@media (min-width: 1200px) {
  html .sdl-header-se_country-banner-btn-close {
    top: 20px;
    right: 20px;
  }
}

html .sdl-header-se_country-banner-btn-main {
  margin-bottom: 10px;
}

@media (min-width: 720px) {
  html .sdl-header-se_country-banner-btn-main {
    margin-right: 15px;
  }
}

html .sdl-header-se_country-banner-btn-add {
  margin-bottom: 10px;
}

html .sdl-header-se_country-banner .svg-ml {
  margin-left: 10px;
}

@media (min-width: 720px) {
  html .sdl-header-se_country-banner .svg-ml {
    margin-left: 20px;
  }
}

@media (min-width: 720px) {
  html .sdl-header-asco .sdl-header-se_country-banner,
  html .sdl-header-se .sdl-header-se_country-banner {
    order: 0;
  }
}

html .sdl-header-se_country-list {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  z-index: 60;
  overflow: hidden;
}

@media (min-width: 1200px) {
  html .sdl-header-se_country-list {
    top: 40px;
  }
}

html .sdl-header-se_country-list-head.shadow {
  box-shadow: 0 1px 10px 0 rgba(51, 51, 51, 0.15);
}

html .sdl-header-se_country-list-body {
  height: 100%;
  overflow-y: scroll;
}

html .sdl-header-se_country-list-title {
  margin: 15px 0;
  padding-right: 50px;
}

html .sdl-header-se_country-list-title h3 {
  margin-bottom: 0;
}

html .sdl-header-se_country-list-icon-close {
  width: 20px;
  height: 20px;
}

html .sdl-header-se_country-list-btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  padding: 0;
  border: 0;
  background: #fff;
  color: #9fa0a4;
  border-radius: 50%;
  cursor: pointer;
}

html .sdl-header-se_country-list-btn-close:hover {
  color: #626469;
}

@media (min-width: 720px) {
  html .sdl-header-se_country-list-btn-close {
    top: 25px;
    right: 10px;
  }
}

@media (min-width: 1200px) {
  html .sdl-header-se_country-list-btn-close {
    right: 25px;
  }
}

html .sdl-header-se_country-list-reg {
  position: relative;
  margin: 0 -15px;
  padding: 20px 10px 15px;
  border-bottom: 1px solid #e7e6e6;
}

@media (min-width: 720px) {
  html .sdl-header-se_country-list-reg {
    margin: 0 -10px;
    padding: 20px 10px 10px;
  }
}

@media (min-width: 1200px) {
  html .sdl-header-se_country-list-reg {
    border-bottom: none;
  }
}

html .sdl-header-se_country-list-reg-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #3dcd58;
}

@media (min-width: 1200px) {
  html .sdl-header-se_country-list-reg-title {
    margin-bottom: 15px;
  }
}

html .sdl-header-se_country-list-reg-title h3 {
  margin-right: 15px;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  html .sdl-header-se_country-list-reg-title span {
    display: none;
  }
}

html .sdl-header-se_country-list-reg-title svg {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
}

html .sdl-header-se_country-list-reg-title svg:first-child {
  display: none;
}

html .sdl-header-se_country-list-reg-title svg:last-child {
  display: block;
  color: #9fa0a4;
}

html .sdl-header-se_country-list-reg-list {
  display: none;
  column-count: 2;
  column-gap: 10px;
}

@media (min-width: 720px) {
  html .sdl-header-se_country-list-reg-list {
    column-count: 4;
    column-gap: 20px;
  }
}

@media (min-width: 1200px) {
  html .sdl-header-se_country-list-reg-list {
    display: block;
  }
}

html .sdl-header-se_country-list-reg-list a {
  display: block;
  color: #333;
  outline: none;
  margin-bottom: 10px;
}

html .sdl-header-se_country-list-reg-list a:hover {
  color: #42b4e6;
  text-decoration: none;
}

html .keyboradUsed .sdl-header-se_country-list-reg-list a:focus {
  outline: auto;
}

html .sdl-header-se_country-list-reg.open {
  background: #fafafa;
}

@media (min-width: 1200px) {
  html .sdl-header-se_country-list-reg.open {
    background: transparent;
  }
}

html
  .sdl-header-se_country-list-reg.open
  .sdl-header-se_country-list-reg-title {
  margin-bottom: 10px;
}

@media (min-width: 720px) {
  html
    .sdl-header-se_country-list-reg.open
    .sdl-header-se_country-list-reg-title {
    margin-bottom: 15px;
  }
}

html
  .sdl-header-se_country-list-reg.open
  .sdl-header-se_country-list-reg-title
  svg:first-child {
  display: block;
}

html
  .sdl-header-se_country-list-reg.open
  .sdl-header-se_country-list-reg-title
  svg:last-child {
  display: none;
}

html .sdl-header-se_country-list-reg.open .sdl-header-se_country-list-reg-list {
  display: block;
}

@media (min-width: 720px) {
  html .sdl-header-asco .sdl-header-se_country-list,
  html .sdl-header-se .sdl-header-se_country-list {
    top: 40px;
  }
}

html .sdl-header-se_metabar-b2bB2cToggle,
html .sdl-header-se_mob-nav-b2bB2cToggle {
  display: flex;
  height: 45px;
  margin: 0;
}

html .sdl-header-se_metabar-b2bB2cToggle li,
html .sdl-header-se_mob-nav-b2bB2cToggle li {
  flex-grow: 1;
}

html .sdl-header-se_metabar-b2bB2cToggle a,
html .sdl-header-se_metabar-b2bB2cToggle button,
html .sdl-header-se_mob-nav-b2bB2cToggle a,
html .sdl-header-se_mob-nav-b2bB2cToggle button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

html .sdl-header-se_metabar-b2bB2cToggle a,
html .sdl-header-se_mob-nav-b2bB2cToggle a {
  background: #fafafa;
  border-bottom: 1px solid #e7e6e6;
}

html .sdl-header-se_metabar-b2bB2cToggle a:hover,
html .sdl-header-se_mob-nav-b2bB2cToggle a:hover {
  text-decoration: none;
  color: #333;
}

html .sdl-header-se_metabar-b2bB2cToggle button,
html .sdl-header-se_mob-nav-b2bB2cToggle button {
  width: 100%;
  margin: 0;
  background: #fff;
  border: 1px solid #e7e6e6;
  border-top: 5px solid #3dcd58;
  border-bottom: none;
}

html .sdl-header-se_metabar-b2bB2cToggle button svg,
html .sdl-header-se_mob-nav-b2bB2cToggle button svg {
  display: none;
}

@media (min-width: 720px) {
  html .sdl-header-se_metabar-b2bB2cToggle button svg,
  html .sdl-header-se_mob-nav-b2bB2cToggle button svg {
    display: block;
    height: 8px;
    width: 4px;
    color: #9fa0a4;
    transform: rotate(90deg);
  }
}

@media (min-width: 1200px) {
  html .sdl-header-se_metabar-b2bB2cToggle button svg,
  html .sdl-header-se_mob-nav-b2bB2cToggle button svg {
    display: none;
  }
}

@media (min-width: 720px) {
  html .sdl-header-se_metabar-b2bB2cToggle {
    position: relative;
    flex-direction: column;
    height: 40px;
    z-index: 20;
  }

  html .sdl-header-se_metabar-b2bB2cToggle-link {
    visibility: hidden;
    order: 1;
  }

  html .sdl-header-se_metabar-b2bB2cToggle button {
    height: 40px;
    padding: 5px 15px 10px;
    background: #fafafa;
    cursor: pointer;
  }

  html .sdl-header-se_metabar-b2bB2cToggle a {
    justify-content: flex-start;
    padding: 10px 15px;
    border: 1px solid #e7e6e6;
  }

  html .sdl-header-se_metabar-b2bB2cToggle.open svg {
    transform: rotate(-90deg);
  }

  html
    .sdl-header-se_metabar-b2bB2cToggle.open
    .sdl-header-se_metabar-b2bB2cToggle-link {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  html .sdl-header-se_metabar-b2bB2cToggle {
    flex-direction: row;
    height: 100%;
  }

  html .sdl-header-se_metabar-b2bB2cToggle-link {
    visibility: visible;
    order: 0;
  }

  html .sdl-header-se_metabar-b2bB2cToggle-link a {
    justify-content: center;
    padding: 10px 15px;
    border: 1px solid #e7e6e6;
  }

  html .sdl-header-se_metabar-b2bB2cToggle button {
    padding: 5px 15px 10px;
    background: #fff;
    cursor: default;
  }

  html .sdl-header-se_metabar-b2bB2cToggle li:not(:last-child) a,
  html .sdl-header-se_metabar-b2bB2cToggle li:not(:last-child) button {
    border-right: none;
  }
}

html .sdl-header-se_seamless-overlay {
  position: relative;
  order: 1;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 0;
  background: #fff;
  transition: height 0.25s ease-out, visibility 0.25s ease-out;
}

html .sdl-header-se_seamless-overlay.open {
  visibility: visible;
  transition: height 0.25s ease-out, visibility 0.25s ease-out;
  border-bottom: 1px solid #e7e6e6;
}

html
  .sdl-header-se_seamless-overlay.open
  .sdl-header-se_seamless-overlay-content {
  opacity: 1;
  transition: opacity 0.1s linear 0.15s;
}

html .sdl-header-se_seamless-overlay-content {
  padding: 20px 0;
  opacity: 0;
  transition: opacity 0.1s linear;
}

html .sdl-header-se_seamless-overlay-professions {
  display: flex;
  flex-wrap: wrap;
}

html .sdl-header-se_seamless-overlay-professions:not(:last-child) {
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  html .sdl-header-se_seamless-overlay-professions:not(:last-child) {
    margin-bottom: 20px;
  }
}

html .sdl-header-se_seamless-overlay-professions li {
  height: 30px;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 15px;
  border: 1px solid #cbcbcb;
  cursor: pointer;
}

html .sdl-header-se_seamless-overlay-professions li:not(:last-child) {
  margin-right: 10px;
}

@media (min-width: 1200px) {
  html .sdl-header-se_seamless-overlay-professions li:hover {
    border-color: #626469;
  }
}

html .sdl-header-se_seamless-overlay-professions li.active {
  background: #3dcd58;
  color: #fff;
  border-color: #3dcd58;
}

@media (min-width: 1200px) {
  html .sdl-header-se_seamless-overlay-professions li.active:hover {
    background: #009530;
    border-color: #009530;
  }
}

html .sdl-header-se_seamless-overlay-professions li.disabled {
  background: #3dcd58;
  color: #fff;
  border-color: #3dcd58;
  opacity: 0.5;
  cursor: auto;
}

html .sdl-header-se_seamless-overlay-btn:not(:last-child) {
  margin-bottom: 20px;
}

html .sdl-header-se_seamless-overlay-addition:before {
  content: '';
  display: block;
  height: 1px;
  margin: 20px 0;
  background: #e7e6e6;
}

@media (min-width: 1200px) {
  html .sdl-header-se_seamless-overlay-addition:before {
    position: absolute;
    bottom: 0;
    top: 0;
    left: -20px;
    width: 1px;
    height: auto;
    margin: 0 20px 0 0;
  }
}

html .sdl-header-se_seamless-overlay-close-btn {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 0;
  margin: 0;
  color: #333;
  background: transparent;
  border: none;
  cursor: pointer;
  opacity: 0.5;
}

html .sdl-header-se_seamless-overlay-close-btn svg {
  width: 20px;
  height: 20px;
}

html .sdl-header-se_seamless-overlay-close-btn:hover {
  opacity: 0.8;
}

html .sdl-header-se_seamless-overlay-close-btn:active {
  opacity: 1;
}

html .sdl-header-se_seamless-overlay-close-btn:disabled {
  opacity: 0.3;
}

html .sdl-header-se_mm-wrap {
  display: none;
}
@media (min-width: 1200px) {
  html .sdl-header-se_mm-wrap {
    display: block;
  }
}

@media (min-width: 1200px) {
  html .sdl-header-se_mm-l1-list {
    position: relative;
    display: flex;
    justify-content: space-between;
  }

  html .sdl-header-se_mm-l1-item {
    display: flex;
    align-items: center;
    z-index: 10;
  }

  html .sdl-header-se_mm-l1-item.open .sdl-header-se_mm-l1-section-name:after,
  html .sdl-header-se_mm-l1-item:hover .sdl-header-se_mm-l1-section-name:after {
    opacity: 1;
  }

  html .sdl-header-se_mm-l1-item.open .sdl-header-se_mm-tab {
    display: block;
  }

  html
    .sdl-header-se_mm-l1-item.open
    .sdl-header-se_mm-l1-section-name-chevron
    svg {
    transform: rotate(-180deg);
    transition: transform 0.2s ease;
  }

  html .sdl-header-se_mm-l1-button-popup {
    background: transparent;
    border: 0;
  }

  html .keyboradUsed.firefox .sdl-header-se_mm-l1-button-popup:focus {
    outline: 1px solid #fff;
  }

  html .ie .sdl-header-se_mm-l1-button-popup:focus {
    outline: none;
  }

  html .keyboradUsed.ie .sdl-header-se_mm-l1-button-popup:focus {
    outline: solid;
    outline: 1px solid #fff;
  }

  html .sdl-header-se_mm-l1-section-name {
    position: relative;
    display: inline-block;
    padding: 10px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
  }

  html .sdl-header-se_mm-l1-section-name:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -3px;
    left: 0;
    border-bottom: 3px solid #fff;
    opacity: 0;
    z-index: 20;
    transition: opacity 0.3s linear;
  }

  html .sdl-header-se_mm-l1-section-name:hover {
    cursor: pointer;
  }

  html .sdl-header-se_mm-l1-section-name-chevron svg {
    width: 10px;
    height: 10px;
    color: #fff;
    transition: transform 0.2s ease;
  }

  html .sdl-header-se_mm-tab {
    display: none;
    position: absolute;
    top: 43px;
    left: 0;
    width: calc(100% + 320px);
    max-height: calc(100vh - 133px);
    background: #fafafa;
    overflow-y: auto;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.5),
      0 7px 15px 0 rgba(51, 51, 51, 0.5);
  }

  html .sdl-header-se_mm-main-list-wrap {
    display: flex;
    padding: 15px 40px;
  }

  html .sdl-header-se_mm-l2-list {
    column-count: 4;
    column-gap: 0;
    margin-bottom: 20px;
  }

  html .sdl-header-se_mm-l2-list--top {
    display: flex;
    margin-bottom: 15px;
  }

  html .sdl-header-se_mm-main-list:not(:only-child) {
    flex: 0 0 75%;
  }

  html .sdl-header-se_mm-main-list:only-child .sdl-header-se_mm-see-all-title {
    min-width: 25%;
    max-width: 25%;
  }

  html
    .sdl-header-se_mm-main-list:not(:only-child)
    .sdl-header-se_mm-see-all-title {
    min-width: 33.3%;
    max-width: 33.3%;
  }

  html .sdl-header-se_mm-main-list:not(:only-child) .sdl-header-se_mm-l2-list {
    column-count: 3;
  }

  html
    .sdl-header-se_mm-main-list:not(:only-child)
    .sdl-header-se_mm-l2-list--top
    > li {
    width: 34%;
  }

  html .sdl-header-se_mm-main-list-products .sdl-header-se_mm-l2-list {
    margin-bottom: 20px;
  }

  html
    .sdl-header-se_mm-main-list-products
    .sdl-header-se_mm-cta-wrap
    .sdl-header-se_mm-see-all-title {
    max-width: 25%;
    min-width: 25%;
  }

  html
    .sdl-header-se_mm-l1-item:first-child
    .sdl-header-se_mm-see-all-title:nth-child(n + 5),
  html
    .sdl-header-se_mm-l1-item:nth-child(2)
    .sdl-header-se_mm-see-all-title:nth-child(n + 4),
  html
    .sdl-header-se_mm-l1-item:nth-child(n + 3)
    .sdl-header-se_mm-see-all-title:nth-child(n + 3) {
    display: none;
  }

  html .sdl-header-se_mm-promo {
    flex: 0 0 25%;
    padding: 0 10px;
  }

  html .sdl-header-se_mm-promo-img-wrap {
    margin-bottom: 10px;
  }

  html .sdl-header-se_mm-promo-img-wrap .sdl-media-wrap > picture img {
    width: 60%;
  }

  html .sdl-header-se_mm-promo-content-wrap:not(:last-child) {
    margin-bottom: 20px;
  }

  html .sdl-header-se_mm-promo-description {
    margin-bottom: 10px;
  }

  html .sdl-header-se_mm-promo-link {
    margin-bottom: 15px;
  }

  html .sdl-header-se_mm-promo-link svg {
    transform: none;
  }

  html .sdl-header-se_mm-see-all-title {
    padding: 0 10px;
  }

  html .sdl-header-se_mm-see-all-title svg {
    transform: none;
  }

  html .sdl-header-se_mm-cta-wrap {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
  }

  html .sdl-header-se_mm-cta-wrap .sdl-header-se_mm-see-all-title {
    margin-bottom: 0;
  }

  html .sdl-header-se_mm-cta {
    min-width: 50%;
    max-width: 75%;
    padding: 0 10px;
  }

  html .sdl-header-se_mm-cta-link,
  html .sdl-header-se_mm-promo-cta-link {
    position: relative;
    display: flex;
    padding: 5px 40px;
    border: 1px solid #e7e6e6;
  }

  html .sdl-header-se_mm-cta-link:hover,
  html .sdl-header-se_mm-promo-cta-link:hover {
    text-decoration: none;
  }

  html .sdl-header-se_mm-cta-link:hover p,
  html .sdl-header-se_mm-promo-cta-link:hover p {
    text-decoration: underline;
  }

  html .sdl-header-se_mm-cta-icon,
  html .sdl-header-se_mm-promo-cta-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-bottom-right-radius: 100%;
    background: #42b4e6;
  }

  html .sdl-header-se_mm-cta-icon svg,
  html .sdl-header-se_mm-promo-cta-icon svg {
    width: 15px;
    height: 15px;
    color: #fff;
    margin: -5px 0 0 -5px;
  }

  html .sdl-header-se_mm-cta-content,
  html .sdl-header-se_mm-promo-cta-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  html .sdl-header-se_mm-cta-content svg,
  html .sdl-header-se_mm-promo-cta-content svg {
    transform: none;
  }

  html .sdl-header-se_mm-cta-content-title,
  html .sdl-header-se_mm-promo-cta-content-title {
    margin-right: 10px;
    margin-bottom: 0;
    text-align: center;
  }

  html .sdl-header-se_mm-promo-cta:not(:last-child) {
    margin-bottom: 10px;
  }

  html .sdl-header-se_mm-promo-cta-link {
    padding: 15px 30px;
  }

  html .sdl-header-se_mm-promo-cta-content-title {
    margin-right: 0;
    margin-bottom: 5px;
  }

  html .sdl-header-se_mm-l2-list-wrap svg {
    transform: none;
  }

  html .sdl-header-se_mm-l2-item,
  html .sdl-header-se_mm-l2-item--top {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 15px;
    padding: 0 10px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }

  html .ie .sdl-header-se_mm-l2-item {
    display: list-item;
  }

  html .sdl-header-se_mm-l2-item--top {
    width: 25%;
    margin-bottom: 0;
    padding: 0 10px 0 0;
  }

  html .sdl-header-se_mm-l2-title,
  html .sdl-header-se_mm-l2-title--top {
    margin-bottom: 5px;
    color: #333;
  }

  html .sdl-header-se_mm-l2-title--top {
    display: flex;
    align-items: center;
    height: 100%;
    margin-bottom: 0;
    padding: 7px 10px;
    background-color: #e7e6e6;
  }

  html .sdl-header-se_mm-l2-link {
    margin-bottom: 5px;
    color: #333;
  }

  html .sdl-header-se_mm-l2-link--top {
    display: inline-block;
    font-size: 16px;
    color: #333;
    line-height: 20px;
  }

  html .sdl-header-se_mm-l2-link--top:hover,
  html .sdl-header-se_mm-l2-link:hover {
    color: #42b4e6;
    text-decoration: none;
  }

  html .sdl-header-se_mm-l3-list {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }

  html .sdl-header-se_mm-l3-link {
    width: 100%;
    color: #626469;
    margin-bottom: 2px;
  }

  html .sdl-header-se_mm-l3-link:hover {
    color: #42b4e6;
    text-decoration: none;
  }

  html .sdl-header-se_mm-extra-list {
    display: flex;
  }

  html .sdl-header-se_mm-extra-list svg {
    transform: none;
  }

  html .sdl-header-se_mm-extra-list-wrap {
    display: flex;
    padding: 10px;
    border-top: 1px solid #e7e6e6;
  }

  html .sdl-header-se_mm-extra-list-label {
    align-self: center;
  }

  html .sdl-header-se_mm-extra-list li {
    margin: 0 20px;
  }
}

html .sdl-header-se_mob-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
}

@media (min-width: 720px) {
  html .sdl-header-se_mob-nav {
    top: 113px;
  }
}

@media (min-width: 1200px) {
  html .sdl-header-se_mob-nav {
    display: none;
  }
}

html .sdl-header-se_mob-nav-l1-list svg {
  transform: none;
}

html .sdl-header-se_mob-nav-main {
  background: #fff;
  flex: 1 0 70%;
  height: 100%;
}

@media (min-width: 560px) {
  html .sdl-header-se_mob-nav-main {
    flex-grow: 0;
  }
}

@media (min-width: 720px) {
  html .sdl-header-se_mob-nav-main {
    flex-basis: 25%;
  }
}

html .sdl-header-se_mob-nav-control {
  flex: 0 0 auto;
  background: rgba(51, 51, 51, 0.6);
}

@media (min-width: 560px) {
  html .sdl-header-se_mob-nav-control {
    flex-grow: 1;
  }
}

html .sdl-header-se_mob-nav-btn-close {
  width: 40px;
  height: 40px;
  border: 0;
  background: #3dcd58;
  color: #fff;
  cursor: pointer;
}

@media (min-width: 720px) {
  html .sdl-header-se_mob-nav-btn-close {
    display: none;
  }
}

html .sdl-header-se_mob-nav-icon-close {
  width: 14px;
  height: 14px;
}

html .sdl-header-se_mob-nav a {
  color: #333;
}

html .sdl-header-se_mob-nav-tab {
  display: none;
}

html .sdl-header-se_mob-nav-l1-head-wrap {
  padding-bottom: 1px;
  overflow: hidden;
}

html .sdl-header-se_mob-nav-l1-head {
  display: flex;
  width: calc(100% + 36px);
  transform: translateX(-36px);
  transition: transform 0.2s ease;
  position: relative;
}

html .sdl-header-se_mob-nav-l1-head:before {
  content: '';
  position: absolute;
  bottom: -1px;
  border-bottom: 1px solid #e7e6e6;
  left: 51px;
  width: calc(100% - 51px);
}

@media (min-width: 720px) {
  html .sdl-header-se_mob-nav-l1-head {
    width: 100%;
    transform: translateX(0);
    transition: none;
  }

  html .sdl-header-se_mob-nav-l1-head:before {
    left: 0;
    width: 100%;
  }
}

html .sdl-header-se_mob-nav-l1-head svg {
  width: 6px;
  height: 10px;
}

html .sdl-header-se_mob-nav-l1-btn,
html .sdl-header-se_mob-nav-l1-link,
html .sdl-header-se_mob-nav-l2-btn,
html .sdl-header-se_mob-nav-l2-link,
html .sdl-header-se_mob-nav-l3-link {
  display: flex;
  align-items: center;
}

@media (min-width: 720px) {
  html .sdl-header-se_mob-nav-l1-btn:hover,
  html .sdl-header-se_mob-nav-l1-link:hover,
  html .sdl-header-se_mob-nav-l2-btn:hover,
  html .sdl-header-se_mob-nav-l2-link:hover,
  html .sdl-header-se_mob-nav-l3-link:hover {
    color: #3dcd58;
    text-decoration: none;
  }

  html .sdl-header-se_mob-nav-l1-btn:hover svg,
  html .sdl-header-se_mob-nav-l1-link:hover svg,
  html .sdl-header-se_mob-nav-l2-btn:hover svg,
  html .sdl-header-se_mob-nav-l2-link:hover svg,
  html .sdl-header-se_mob-nav-l3-link:hover svg {
    color: inherit;
  }
}

html .sdl-header-se_mob-nav-l1-btn,
html .sdl-header-se_mob-nav-l1-link {
  padding: 15px;
}

@media (min-width: 720px) {
  html .sdl-header-se_mob-nav-l1-btn,
  html .sdl-header-se_mob-nav-l1-link {
    padding: 15px 20px;
  }
}

html .sdl-header-se_mob-nav-l1-btn svg,
html .sdl-header-se_mob-nav-l1-link svg {
  color: #9fa0a4;
}

html .sdl-header-se_mob-nav-l1-back-btn,
html .sdl-header-se_mob-nav-l1-btn,
html .sdl-header-se_mob-nav-l2-btn {
  color: inherit;
  text-align: left;
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer;
}

html .ie .sdl-header-se_mob-nav-l1-back-btn,
html .ie .sdl-header-se_mob-nav-l1-btn,
html .ie .sdl-header-se_mob-nav-l2-btn {
  overflow: visible;
}

html .sdl-header-se_mob-nav-l1-btn,
html .sdl-header-se_mob-nav-l2-btn {
  width: 100%;
}

html .sdl-header-se_mob-nav-l1-btn-name {
  flex-grow: 1;
  margin-right: 15px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 720px) {
  html .sdl-header-se_mob-nav-l1-btn-name {
    font-size: 16px;
    line-height: 30px;
    margin-right: 20px;
  }
}

html .sdl-header-se_mob-nav-l1-back-btn {
  padding: 15px;
}

@media (min-width: 720px) {
  html .sdl-header-se_mob-nav-l1-back-btn {
    display: none;
  }
}

html .sdl-header-se_mob-nav-l1-back-btn svg {
  color: #3dcd58;
  transform: rotate(180deg);
}

html .sdl-header-se_mob-nav-cta-link {
  padding: 15px 35px;
}

@media (min-width: 720px) {
  html .sdl-header-se_mob-nav-cta-link {
    padding: 20px;
  }
}

html .sdl-header-se_mob-nav-promo-cta-link {
  padding: 10px 30px;
}

html .sdl-header-se_mob-nav-cta-link,
html .sdl-header-se_mob-nav-promo-cta-link {
  position: relative;
  display: block;
  border-top: 1px solid #e7e6e6;
}

html .sdl-header-se_mob-nav-cta-link:last-child,
html .sdl-header-se_mob-nav-promo-cta-link:last-child {
  border-bottom: 1px solid #e7e6e6;
}

html .sdl-header-se_mob-nav-cta-link:hover,
html .sdl-header-se_mob-nav-promo-cta-link:hover {
  text-decoration: none;
}

html .sdl-header-se_mob-nav-cta-link:hover p,
html .sdl-header-se_mob-nav-promo-cta-link:hover p {
  text-decoration: underline;
}

html .sdl-header-se_mob-nav-cta-icon,
html .sdl-header-se_mob-nav-promo-cta-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-bottom-right-radius: 100%;
  background: #42b4e6;
}

html .sdl-header-se_mob-nav-cta-icon svg,
html .sdl-header-se_mob-nav-promo-cta-icon svg {
  width: 15px;
  height: 15px;
  color: #fff;
  margin: -5px 0 0 -5px;
  transform: none;
}

html .sdl-header-se_mob-nav-cta-content,
html .sdl-header-se_mob-nav-promo-cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

html .sdl-header-se_mob-nav-cta-content-title,
html .sdl-header-se_mob-nav-promo-cta-content-title {
  margin-bottom: 5px;
  font-weight: 700;
  text-align: center;
}

html .sdl-header-se_mob-nav-l2-btn,
html .sdl-header-se_mob-nav-l2-link,
html .sdl-header-se_mob-nav-l2-link--top {
  padding: 15px;
  position: relative;
}

html .sdl-header-se_mob-nav-l2-btn:before,
html .sdl-header-se_mob-nav-l2-link--top:before,
html .sdl-header-se_mob-nav-l2-link:before {
  content: '';
  position: absolute;
  bottom: -1px;
  border-bottom: 1px solid #e7e6e6;
  left: 15px;
  width: calc(100% - 15px);
}

@media (min-width: 720px) {
  html .sdl-header-se_mob-nav-l2-btn,
  html .sdl-header-se_mob-nav-l2-link,
  html .sdl-header-se_mob-nav-l2-link--top {
    padding: 15px 20px;
  }

  html .sdl-header-se_mob-nav-l2-btn:before,
  html .sdl-header-se_mob-nav-l2-link--top:before,
  html .sdl-header-se_mob-nav-l2-link:before {
    content: none;
  }
}

html .sdl-header-se_mob-nav-l2-link--top {
  display: inline-block;
  width: 100%;
}

html .sdl-header-se_mob-nav-l2-link--top:hover {
  color: #3dcd58;
  text-decoration: none;
}

html .sdl-header-se_mob-nav-l2-link--top:hover svg {
  color: inherit;
}

html .sdl-header-se_mob-nav-l2-link--top:before {
  content: none;
}

html .sdl-header-se_mob-nav-l2-link--top svg {
  width: 4px;
  height: 8px;
}

html .sdl-header-se_mob-nav-l2-btn-name {
  flex-grow: 1;
  margin-bottom: 0;
  margin-right: 15px;
}

html .sdl-header-se_mob-nav-l2-btn svg {
  width: 5px;
  height: 10px;
  color: #9fa0a4;
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}

@media (min-width: 720px) {
  html .sdl-header-se_mob-nav-l2-btn svg {
    transform: none;
    transition: none;
  }
}

html .sdl-header-se_mob-nav-l3-list {
  display: none;
}

html .sdl-header-se_mob-nav-l3-link {
  padding: 15px 15px 15px 30px;
  position: relative;
}

html .sdl-header-se_mob-nav-l3-link:before {
  content: '';
  position: absolute;
  bottom: -1px;
  border-bottom: 1px solid #e7e6e6;
  left: 30px;
  width: calc(100% - 30px);
}

@media (min-width: 720px) {
  html .sdl-header-se_mob-nav-l3-link {
    padding: 15px 20px;
  }

  html .sdl-header-se_mob-nav-l3-link:before {
    content: none;
  }
}

html .sdl-header-se_mob-nav-l3-link strong {
  flex-grow: 1;
  margin-right: 15px;
  font-weight: 400;
}

html .sdl-header-se_mob-nav-l3-link > :not(.nowrap) > svg {
  color: #9fa0a4;
}

@media (min-width: 720px) {
  html .sdl-header-se_mob-nav-l3-link > :not(.nowrap) > svg {
    display: none;
  }
}

html
  .sdl-header-se_mob-nav-l1-list.open
  .sdl-header-se_mob-nav-l1-item:not(.open) {
  display: none;
}

@media (min-width: 720px) {
  html
    .sdl-header-se_mob-nav-l1-list.open
    .sdl-header-se_mob-nav-l1-item:not(.open) {
    display: block;
  }
}

html .sdl-header-se_mob-nav-l1-list.open + .sdl-header-se_mob-nav-metabar {
  display: none;
}

html .sdl-header-se_mob-nav-l1-item.open .sdl-header-se_mob-nav-l1-head {
  transform: translateX(0);
}

html .sdl-header-se_mob-nav-l1-item.open .sdl-header-se_mob-nav-l1-head:before {
  left: 0;
  width: 100%;
}

html .sdl-header-se_mob-nav-l1-item.open .sdl-header-se_mob-nav-l1-btn {
  text-align: center;
  cursor: default;
}

@media (min-width: 720px) {
  html .sdl-header-se_mob-nav-l1-item.open .sdl-header-se_mob-nav-l1-btn {
    text-align: left;
    color: #3dcd58;
  }

  html .sdl-header-se_mob-nav-l1-item.open .sdl-header-se_mob-nav-l1-btn svg {
    color: inherit;
  }
}

html .sdl-header-se_mob-nav-l1-item.open .sdl-header-se_mob-nav-tab {
  display: block;
}

@media (min-width: 720px) {
  html .sdl-header-se_mob-nav-l1-item.open .sdl-header-se_mob-nav-tab {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25%;
    width: 33.33333%;
  }
}

@media (min-width: 720px) {
  html .sdl-header-se_mob-nav-l1-item.open .sdl-header-se_mob-nav-tab-inner {
    height: 100%;
    border-left: 1px solid #e7e6e6;
    background: #fff;
  }
}

html .sdl-header-se_mob-nav-l1-item.open .sdl-header-se_mob-nav-l1-btn-name,
html .sdl-header-se_mob-nav-l2-item.open .sdl-header-se_mob-nav-l2-btn-name {
  color: #3dcd58;
}

html .sdl-header-se_mob-nav-l2-item--top {
  position: relative;
  background-color: #f3f2f2;
}

html .sdl-header-se_mob-nav-l2-item--top:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 15px;
  width: 10px;
  height: 10px;
  background-color: #f3f2f2;
  transform: rotate(45deg);
}

@media (min-width: 720px) {
  html
    .sdl-header-se_mob-nav-l1-item.open
    .sdl-header-se_mob-nav-l2-item.open
    .sdl-header-se_mob-nav-l2-btn {
    color: #3dcd58;
  }

  html
    .sdl-header-se_mob-nav-l1-item.open
    .sdl-header-se_mob-nav-l2-item.open
    .sdl-header-se_mob-nav-l2-btn
    svg {
    color: inherit;
  }
}

html
  .sdl-header-se_mob-nav-l1-item.open
  .sdl-header-se_mob-nav-l2-item.open
  .sdl-header-se_mob-nav-l2-btn
  svg {
  transform: rotate(-90deg);
}

@media (min-width: 720px) {
  html
    .sdl-header-se_mob-nav-l1-item.open
    .sdl-header-se_mob-nav-l2-item.open
    .sdl-header-se_mob-nav-l2-btn
    svg {
    transform: none;
  }
}

@media (min-width: 720px) {
  html .sdl-header-se_mob-nav-scrollable {
    overflow-y: auto;
  }
}

html .sdl-header-se_mob-nav-scrollable.sdl-header-se_mob-nav-main {
  overflow-y: auto;
}

html
  .sdl-header-se_mob-nav-l1-item.open
  .sdl-header-se_mob-nav-l2-item.open
  .sdl-header-se_mob-nav-l3-list {
  display: block;
  border-bottom: 1px solid #e7e6e6;
  background: #fafafa;
}

@media (min-width: 720px) {
  html
    .sdl-header-se_mob-nav-l1-item.open
    .sdl-header-se_mob-nav-l2-item.open
    .sdl-header-se_mob-nav-l3-list {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    border-left: 1px solid #e7e6e6;
  }
}

html .sdl-header-se_mob-nav-see-all-link {
  display: block;
  padding: 15px;
  position: relative;
}

html .sdl-header-se_mob-nav-see-all-link:before {
  content: '';
  position: absolute;
  bottom: -1px;
  border-bottom: 1px solid #e7e6e6;
  left: 15px;
  width: calc(100% - 15px);
}

html .sdl-header-se_mob-nav-see-all-link:hover {
  color: #3dcd58;
  text-decoration: none;
}

html .sdl-header-se_mob-nav-see-all-link:hover svg {
  color: inherit;
}

@media (min-width: 720px) {
  html .sdl-header-se_mob-nav-see-all-link {
    padding: 15px 20px;
  }

  html .sdl-header-se_mob-nav-see-all-link:before {
    content: none;
  }
}

html .sdl-header-se_mob-nav-metabar-icon-wrap svg {
  transform: none;
}

@media (min-width: 720px) {
  html .sdl-header-se_mob-nav-metabar {
    display: none;
  }
}

html .sdl-header-se_search-bar {
  display: flex;
  position: relative;
  margin-top: 10px;
  background-color: #fff;
}

@media (min-width: 720px) {
  html .sdl-header-se_search-bar {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  html .sdl-header-se_search-bar {
    margin-bottom: 5px;
  }
}

html .sdl-header-se_search-field {
  flex-grow: 1;
  height: 30px;
  padding: 5px 35px 5px 10px;
  border: none;
  text-overflow: ellipsis;
}

html .sdl-header-se_search-field :-ms-input-placeholder,
html .sdl-header-se_search-field ::-ms-input-placeholder,
html .sdl-header-se_search-field ::placeholder {
  color: #9fa0a4;
  opacity: 1;
}

html .sdl-header-se_search-field::-webkit-search-cancel-button {
  display: none;
}

html .sdl-header-se_search-field::-ms-clear {
  display: none;
}

html .sdl-header-se_search-reset {
  display: none;
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  align-items: center;
  padding: 0 10px;
  border: none;
}

html .sdl-header-se_search-reset:hover {
  color: #626469;
}

html .sdl-header-se_search-reset svg {
  width: 14px;
  height: 14px;
}

html .sdl-header-se_search-submit {
  width: 40px;
  height: inherit;
  padding: 0;
  border: none;
  border-left: 1px solid #e7e6e6;
}

html .sdl-header-se_search-submit:active,
html .sdl-header-se_search-submit:hover {
  color: #3dcd58;
}

html .sdl-header-se_search-submit svg {
  width: 18px;
  height: 18px;
}

html .ie .sdl-header-se_search-field.valid ~ .sdl-header-se_search-reset,
html .sdl-header-se_search-field:valid ~ .sdl-header-se_search-reset {
  display: flex;
}

html .ie .sdl-header-se_search-field:not(.valid) ~ .sdl-header-se_search-reset {
  display: none;
}

html .ie .sdl-header-se_search-field.valid ~ .sdl-header-se_search-submit,
html .sdl-header-se_search-field:valid ~ .sdl-header-se_search-submit {
  color: #3dcd58;
}

html
  .ie
  .sdl-header-se_search-field:not(.valid)
  ~ .sdl-header-se_search-submit {
  color: #9fa0a4;
}

html
  .ie
  .sdl-header-se_search-field:not(.valid)
  ~ .sdl-header-se_search-submit:hover {
  color: #3dcd58;
}

html .sdl-header-se_search button {
  color: #9fa0a4;
  background: transparent;
  cursor: pointer;
}

html .sdl-header-se_load {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: hsla(0, 0%, 100%, 0.8);
  z-index: 60;
}

html .sdl-header-se_load-icon {
  height: 60px;
  margin-bottom: 30px;
}

html .sdl-header-se_seamless-banner {
  background: #42b4e6;
  color: #fff;
  order: 2;
  z-index: -1;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.25s ease-out, visibility 0.25s ease-out,
    opacity 0.1s linear;
}

@media (min-width: 1200px) {
  html .sdl-header-se_seamless-banner {
    transition: height 0.25s ease-out, visibility 0.25s ease-out;
    opacity: 1;
  }
}

html .sdl-header-se_seamless-banner.open {
  visibility: visible;
  opacity: 1;
  transition: height 0.25s ease-out, visibility 0.25s ease-out,
    opacity 0.1s linear 0.15s;
}

@media (min-width: 1200px) {
  html .sdl-header-se_seamless-banner.open {
    transition: height 0.25s ease-out, visibility 0.25s ease-out;
  }
}

html .sdl-header-se_seamless-banner p {
  margin-bottom: 10px;
  overflow: visible;
  visibility: visible;
  opacity: 1;
  transition: height 0.25s ease-out, visibility 0.25s ease-out,
    opacity 0.1s linear;
}

@media (min-width: 720px) {
  html .sdl-header-se_seamless-banner p {
    margin-bottom: 0;
    transition: none;
  }
}

html .sdl-header-se_seamless-banner.hide-text p {
  margin-bottom: 0;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  transition: height 0.25s ease-out, visibility 0.25s ease-out,
    opacity 0.1s linear;
}

html .sdl-header-se_seamless-banner-container {
  order: 1;
}

@media (min-width: 720px) {
  html .sdl-header-se_seamless-banner-container {
    order: 0;
  }
}

html .sdl-header-se_seamless-banner-content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

@media (min-width: 720px) {
  html .sdl-header-se_seamless-banner-content-wrap {
    flex-direction: row;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
  }
}

html .sdl-header-se_seamless-banner-content-wrap h4 {
  padding: 0 20px;
}

@media (min-width: 720px) {
  html .sdl-header-se_seamless-banner-content-wrap h4 {
    padding: 0;
    margin-bottom: 5px;
  }
}

@media (min-width: 1200px) {
  html .sdl-header-se_seamless-banner-content {
    max-width: 780px;
  }
}

html .sdl-header-se_seamless-banner .seamless-banner-modify-btn {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  border: none;
  background: none;
  padding: 0;
  outline: none;
  text-decoration: underline;
  cursor: pointer;
}

html .sdl-header-se_seamless-banner .seamless-banner-modify-btn:hover {
  text-decoration: none;
}

html .sdl-header-se_seamless-banner-btn {
  white-space: nowrap;
}

@media (min-width: 720px) {
  html .sdl-header-se_seamless-banner-btn {
    margin-left: 20px;
  }
}

html .sdl-header-se_seamless-banner-btn.disabled {
  opacity: 0.7;
  cursor: default;
  pointer-events: none;
}

html .sdl-header-se_seamless-banner-close-btn {
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  padding: 0;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
}

@media (min-width: 720px) {
  html .sdl-header-se_seamless-banner-close-btn {
    right: 10px;
    top: 50%;
    margin-top: -10px;
  }
}

html .sdl-header-se_seamless-banner-close-btn svg {
  width: 20px;
  height: 20px;
}

html .sdl-header-se_seamless-banner-close-btn:hover {
  opacity: 0.8;
}

html .sdl-header-se_seamless-banner-close-btn:active {
  opacity: 0.6;
}

html .geolocation-banner-container {
  width: 100%;
  min-height: 120px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  order: 1;
}

@media (min-width: 1200px) {
  html .geolocation-banner-container {
    height: 120px;
    max-height: 120px;
  }
}

html .geolocation-banner-container.geo-color-yellow {
  background-color: #ffd100;
  color: #333;
}

html .geolocation-banner-container.geo-color-blue {
  background-color: #42b4e6;
  color: #fff;
}

html .geolocation-banner-wrap {
  height: 100%;
  padding: 20px 15px;
}

@media (min-width: 720px) {
  html .geolocation-banner-wrap {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    padding: 20px 10px;
  }
}

@media (min-width: 1200px) {
  html .geolocation-banner-wrap {
    flex-direction: row;
    align-items: center;
    padding: 25px 10px;
  }
}

html .geolocation-banner-content {
  text-align: left;
}

@media (min-width: 720px) {
  html .geolocation-banner-content {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  html .geolocation-banner-content {
    margin-bottom: 0;
    max-width: 680px;
  }
}

html .geolocation-banner-content p {
  margin-bottom: 15px;
}

html .geolocation-banner-content p ~ p {
  margin-top: 10px;
}

html .geolocation-banner-content .chosen-location {
  font-weight: 700;
}

html .geolocation-banner-translate-container {
  display: inline-block;
  line-height: 15px;
  font-size: 12px;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  html .geolocation-banner-translate-container {
    margin-bottom: 0;
  }
}

html .geolocation-banner-translate-container:hover {
  cursor: pointer;
  text-decoration: underline;
}

html .geolocation-banner_web-icon {
  margin-right: 5px;
}

html .geolocation-banner_web-icon svg {
  height: 15px;
  width: 15px;
  margin-top: -2px;
}

html .geolocation-banner-navigation button {
  font-size: 16px;
  outline: none;
}

@media (min-width: 720px) {
  html .geolocation-banner-navigation button {
    margin-top: 0;
  }
}

html .geo-color-blue .geolocation-banner-navigation button:first-child {
  background-color: #fff;
  color: #42b4e6;
  box-shadow: none;
}

html .geo-color-blue .geolocation-banner-navigation button:first-child:hover {
  background: linear-gradient(-180deg, #fff, #e7e6e6);
}

html .geo-color-blue .geolocation-banner-navigation button:first-child:active {
  background: #3a738c;
  color: #fff;
}

html .geo-color-blue .geolocation-banner-navigation button:last-child {
  margin-top: 15px;
}

@media (min-width: 720px) {
  html .geo-color-blue .geolocation-banner-navigation button:last-child {
    margin-left: 20px;
    margin-top: 0;
  }
}

html .geo-color-blue .geolocation-banner-navigation button:last-child:active {
  background: #3a738c;
  color: #fff;
}

html .geo-color-yellow .geolocation-banner-navigation button:first-child {
  background-color: #333;
  box-shadow: none;
  color: #fff;
}

html .geo-color-yellow .geolocation-banner-navigation button:first-child:hover {
  background: linear-gradient(-180deg, #626262, #333);
}

html
  .geo-color-yellow
  .geolocation-banner-navigation
  button:first-child:active {
  background: #fff;
  color: #333;
}

html .geo-color-yellow .geolocation-banner-navigation button:last-child {
  margin-top: 15px;
}

@media (min-width: 720px) {
  html .geo-color-yellow .geolocation-banner-navigation button:last-child {
    margin-left: 20px;
    margin-top: 0;
  }
}

html .geo-color-yellow .geolocation-banner-navigation button:last-child:active {
  color: #fff;
}

html .se-btn-secondary-medium-blue {
  background-color: #fff;
}

html .sdl-header-se_notification-container {
  position: fixed;
  left: 0;
  right: 0;
  background: #ffd100;
  z-index: 50;
  transition: top 0.25s ease-out;
}

html .sdl-header-se_notification-error {
  background: #b10043;
  color: #fff;
}

@media (min-width: 720px) {
  html .sdl-header-se_notification-error .sdl-header-se_close-btn {
    color: #fff;
    opacity: 1;
  }
}

html .sdl-header-se_notification-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}

html .sdl-header-se_close-btn {
  display: none;
}

@media (min-width: 720px) {
  html .sdl-header-se_close-btn {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    padding: 0;
    color: #333;
    background: transparent;
    border: none;
    cursor: pointer;
    opacity: 0.5;
  }
}

html .sdl-header-se_close-btn svg {
  width: 20px;
  height: 20px;
}

html .sdl-header-se_close-btn:hover {
  opacity: 0.8;
}

html .sdl-header-se_close-btn:active {
  opacity: 1;
}

html .sdl-header-se_close-btn:disabled {
  opacity: 0.3;
}

html .sdl-header-se {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 60;
}

body.ie .sdl-header-se {
  position: fixed;
  top: 0;
}

html .ie.is-visible-smart-banner .sdl-header-se {
  position: absolute;
}

html .is-visible-smart-banner .sdl-header-se.is-expanded-country-list {
  position: fixed;
}

html .sdl-header-se_metabar {
  max-height: 40px;
}

html .sdl-header-se_wrap {
  padding: 10px 0;
  background: #44ac49;
}

@media (min-width: 720px) {
  html .sdl-header-se_wrap {
    padding: 15px 0;
    border-bottom: 3px solid #009530;
  }
}

@media (min-width: 1200px) {
  html .sdl-header-se_wrap {
    order: 1;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  html .sdl-header-se_main {
    padding-top: 15px;
  }
}

html .sdl-header-se_content {
  position: relative;
  align-items: center;
}

html .sdl-header-se_logo {
  width: 146px;
  height: 30px;
  color: #fff;
}

@media (min-width: 1200px) {
  html .sdl-header-se_logo {
    width: 215px;
    height: 45px;
  }
}

html .sdl-header-se_logo-wrap {
  display: inline-block;
}

html .sdl-header-se_logo-wrap.disabled {
  pointer-events: none;
}

html .sdl-header-se_logo-wrap:hover {
  opacity: 0.7;
}

html .sdl-header-se_btn-nav {
  position: absolute;
  top: -25px;
  right: -10px;
  display: block;
  height: 40px;
  padding: 10px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

@media (min-width: 720px) {
  html .sdl-header-se_btn-nav {
    position: static;
  }
}

html .sdl-header-se_btn-nav-wrap {
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 720px) {
  html .sdl-header-se_btn-nav-wrap {
    order: 1;
  }
}

@media (min-width: 1200px) {
  html .sdl-header-se_btn-nav-wrap {
    display: none;
  }
}

html .sdl-header-se_icon-nav {
  width: 20px;
  height: 14px;
}

html .sdl-header-se_icon-close {
  display: none;
}

@media (min-width: 720px) {
  html .sdl-header-se_icon-close {
    width: 20px;
    height: 14px;
  }
}

@media (min-width: 720px) {
  html .sdl-header-se_btn-nav.open .sdl-header-se_icon-nav {
    display: none;
  }
}

@media (min-width: 720px) {
  html .sdl-header-se_btn-nav.open .sdl-header-se_icon-close {
    display: block;
  }
}

.navbar {
  display: none;
}
@media screen and (max-width: 768px) {
  html .sdl-header-se_wrap {
    display: none;
  }

  .navbar {
    display: block;
  }
}
