@font-face {
  font-family: NeueFrutigerLT;
  src: url("https://fonts-external.s3.eu-west-1.amazonaws.com/FrutigerNeueLT-Lt.woff") format("woff"), url("https://fonts-external.s3.eu-west-1.amazonaws.com/FrutigerNeueLT-Lt.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: NeueFrutigerLT;
  src: url("https://fonts-external.s3.eu-west-1.amazonaws.com/FrutigerNeueLT.woff") format("woff"), url("https://fonts-external.s3.eu-west-1.amazonaws.com/FrutigerNeueLT.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: NeueFrutigerLT;
  src: url("https://fonts-external.s3.eu-west-1.amazonaws.com/FrutigerNeueLT-Bd.woff") format("woff"), url("https://fonts-external.s3.eu-west-1.amazonaws.com/FrutigerNeueLT-Bd.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: NeueFrutigerLT;
  src: url("https://fonts-external.s3.eu-west-1.amazonaws.com/FrutigerNeueLT-Blk.woff") format("woff"), url("https://fonts-external.s3.eu-west-1.amazonaws.com/FrutigerNeueLT-Blk.woff") format("woff2");
  font-weight: 900;
  font-style: normal;
}
body {
  margin: 0;
}
.steamerWrapper {
  max-width: 1000px;
  font-size: 14px;
  line-height: 20px;
  margin-top: 0;
  color: white;
  margin-left: auto;
  margin-right: auto;
}
.steamerWrapper sup {
  vertical-align: top;
  position: relative;
  top: -0.5em;
}
.steamerWrapper * {
  font-family: 'NeueFrutigerLT';
}
.steamerWrapper img {
  max-width: 100%;
  height: auto;
}
.steamerWrapper .steamerHeader {
  background-color: #024eab;
  color: white;
  font-size: 0px;
  line-height: 0px;
  
}

.steamerWrapper .section1Intro .section1IntroTitle {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #707070;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  font-weight: bold;
}
.section1IntroItemLink{
  background-color: orange;
  margin-top: 20px;
  margin-bottom:20px;
  height: 30px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1px;
  align-content: center;
  cursor: pointer;
}
.section1IntroItemLink a{
  text-decoration: none;
  color: white;
}
.steamerWrapper .section1Intro .section1IntroWrapper {
  display: flex;
}
.steamerWrapper .section1Intro .section1IntroWrapper .section1IntroItem {
  flex: 1;
  text-align: center;
}
.steamerWrapper .section1Intro .section1IntroWrapper .section1IntroItem .section1IntroItemTitle {
  font-size: 18px;
  color: #707070;
  font-weight: bold;
}
.steamerWrapper .section1 {
  background-color: #024eab;
  margin-top: 50px;
  padding-top: 50px;
}
.steamerWrapper .section1 .section1Title {
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
  font-weight: bold;
  font-size: 45px;
  line-height: 55px;
  text-transform: uppercase;
}
.steamerWrapper .section1 .section1Text {
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 20px;
  line-height: 30px;
  margin-top: 40px;
}
.steamerWrapper .section1 .section1IconsWrapper {
  display: flex;
  padding-left: 2%;
  padding-right: 2%;
  text-align: center;
  margin: 60px;
}
.steamerWrapper .section1 .section1IconsWrapper .section1IconsSingle {
  flex: 1;
}
.steamerWrapper .section1 .section1IconsWrapper .section1IconsSingle img {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.steamerWrapper .section1 .section1IconsWrapper .section1IconsSingle div {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}
.steamerWrapper .section1 .section1MainImage {
  display: block;
}
.steamerWrapper .youtubeIframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.steamerWrapper .youtubeIframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.steamerWrapper .section2 {
  color: #5d5d5d;
  padding-top: 50px;
}
.steamerWrapper .section2 .section2Title {
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  color: #024eab;
}
.steamerWrapper .section2 .section2Title span {
  position: relative;
}
.steamerWrapper .section2 .section2Title span img {
  position: absolute;
  top: -20px;
  right: -200px;
}
.steamerWrapper .section2 .section2IntroText {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  margin-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
}
.steamerWrapper .section2 .youtubeIframeOuter {
  padding: 0 60px;
}
.steamerWrapper .section2 .youtubeIframeOuter .youtubeIframe {
  text-align: center;
  margin-top: 50px;
}
.steamerWrapper .section2 .youtubeIframeOuter .youtubeIframe iframe {
  padding-left: auto;
  padding-right: auto;
}
.steamerWrapper .section2 .section2Title2 {
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  color: #024eab;
  padding-top: 50px;
  padding-bottom: 50px;
}
.steamerWrapper .section2 .section2Wrapper {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
  margin-left: 60px;
  margin-right: 60px;
}
.steamerWrapper .section2 .section2Wrapper .section2Item {
  flex: 1;
  text-align: center;
}
.steamerWrapper .section2 .section2Wrapper .section2Item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.steamerWrapper .section2 .section2Wrapper .section2Item div {
  font-size: 15px;
  font-weight: bold;
  line-height: 40px;
  margin-top: 20px;
}
.steamerWrapper .productClicker {
  display: flex;
  margin-left: 120px;
  margin-right: 120px;
  gap: 40px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.steamerWrapper .productClicker a {
  display: block;
  flex: 1;
  text-align: center;
  text-decoration: none;
  color: #5d5d5d;
  overflow: hidden;
  padding-bottom: 20px;
}
.steamerWrapper .productClicker a img {
  display: block;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s;
  z-index: 1;
  position: relative;
}
.steamerWrapper .productClicker a span {
  position: relative;
  display: block;
  font-weight: bold;
  z-index: 2;
}
.steamerWrapper .productClicker a:hover {
  text-decoration: none;
}
.steamerWrapper .productClicker a:hover img {
  transform: scale(1.1);
}
.steamerWrapper .productClicker a.productSelected {
  border: 1px solid #024eab;
}
.steamerWrapper .productSection {
  padding-left: 60px;
  padding-right: 60px;
  color: #5d5d5d;
  margin-bottom: 50px;
}
.steamerWrapper .productSection .productIconsWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-bottom: 50px;
}
.steamerWrapper .productSection .productIconsWrapper .productIconsSingle {
  text-align: center;
}
.steamerWrapper .productSection .productIconsWrapper .productIconsSingle img {
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.steamerWrapper .productSection .ImageTitle{
  text-align: center;
  color: #024eab;
  font-size: 30px;
  font-weight: bolder;
  margin: 30px 0;
}
.steamerWrapper .productSection .productIconsWrapper .productIconsSingle div strong {
  display: block;
}
.steamerWrapper .productSection img.productMainPhoto {
  margin-bottom: 50px;
  position: relative;
}
.steamerWrapper .productSection .productDescriptionWrapper {
  display: flex;
  margin-left: 40px;
  margin-right: 40px;
}
.steamerWrapper .productSection .productDescriptionWrapper .productDescriptionLeft {
  width: 25%;
  text-align: center;
}
.steamerWrapper .productSection .productDescriptionWrapper .productDescriptionLeft img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.steamerWrapper .productSection .productDescriptionWrapper .productDescriptionPhoto {
  width: 50%;
  text-align: center;
  position: relative;
}
.steamerWrapper .productSection .productDescriptionWrapper .productDescriptionPhoto .wifiIcon {
  position: absolute;
  top: 10px;
  right: 20px;
}
.steamerWrapper .productSection .productDescriptionWrapper .productDescriptionRight {
  width: 25%;
  text-align: center;
}
.steamerWrapper .productSection .productDescriptionWrapper .productDescriptionRight img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.steamerWrapper .sectionLast {
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 100px;
}
.steamerWrapper .sectionLast .sectionLastWrapper {
  color: #5d5d5d;
  display: flex;
}
.steamerWrapper .sectionLast .sectionLastWrapper .sectionLastItem {
  flex: 1;
}
.steamerWrapper .sectionLast .sectionLastWrapper .sectionLastItem .sectionLastItemTitle {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #024eab;
  text-align: left;
  line-height: 30px;
  font-size: 25px;
  font-weight: bold;
}
.steamerWrapper .sectionLast .sectionLastWrapper .sectionLastItem p {
  font-size: 16px;
  line-height: 28px;
}
.steamerWrapper .sectionLast .sectionLastTitleVideo {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #024eab;
  text-align: center;
  line-height: 30px;
  font-size: 25px;
  font-weight: bold;
}

.sectionBlueBox1{
  margin-top: 40px;
}

.steamerWrapper .phCechaWrapperOuter .phCechaWrapper {
  display: flex;
}
.steamerWrapper .phCechaWrapperOuter .phCechaWrapper .phCechaImage {
  flex: 1;
}
.steamerWrapper .phCechaWrapperOuter .phCechaWrapper .phCechaImage img {
  display: block;
}
.steamerWrapper .phCechaWrapperOuter .phCechaWrapper .phCechaText {
  flex: 1;
  color: #5e5e5e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}
.steamerWrapper .phCechaWrapperOuter .phCechaWrapper .phCechaText h4 {
  padding: 20px 80px 20px 75px;
  font-size: 38px;
  line-height: 50px;
  margin-bottom: 0;
  margin-top: 0;
}
.steamerWrapper .phCechaWrapperOuter .phCechaWrapper .phCechaText p {
  padding: 0px 80px;
  font-size: 18px;
  line-height: 27px;
  margin-top: 0;
  margin-bottom: 0;
}
.phCechaWrapper:nth-child(1) {
  flex-direction: row-reverse;
}

.phCechaWrapper:nth-child(2) {
  flex-direction: row;
}

.phCechaWrapper:nth-child(3) {
  flex-direction: row-reverse;
}
.productMainPhotoMobile{
  display: none;
}
.sectionBlueBox2{
  margin-top: 40px;
}

.steamerWrapper .blueBox {
  background-color: #024eab;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}
.steamerWrapper .blueBox div {
  text-align: center;
  line-height: 40px;
}
.steamerWrapper .blueBox div small {
  display: block;
  font-size: 25px;
  line-height: 30px;
}
.steamerWrapper .phFooter {
  padding-top: 120px;
  padding-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 0px;
  background-color: #024eab;
}
.steamerWrapper #productSection2,
.steamerWrapper #productSection3 {
  display: none;
}
.steamerWrapper .disclaimers {
  color: #5d5d5d;
  font-size: 12px;
  margin-bottom: 50px;
  margin-left: 60px;
  margin-right: 60px;
  margin-top: 60px;
  text-align: justify;
}
.steamerWrapper .disclaimers ol {
  padding-inline-start: 20px;
}

.sectionBlueBox1, .sectionBlueBox2, .sectionBlueBox3 {
  min-height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  background-color: #024eab;
  color: white;
}
.sectionBlueBox3{
  margin-bottom: 50px;
}
@media only screen and (max-width: 468px) {
  .steamerWrapper .steamerHeader {
    display: block;
  }
  .steamerWrapper .steamerHeader .steamerHeaderLeft {
    width: 100%;
  }
  .steamerWrapper .steamerHeader .steamerHeaderLeft img.headerBadge {
    position: absolute;
    bottom: -50px;
    top: auto;
    right: 40vw;
    max-width: 30vw;
  }
  .steamerWrapper .steamerHeader .steamerHeaderRight {
    width: 100%;
  }
  .steamerWrapper .steamerHeader .steamerHeaderRight .headerTitle {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 65px;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
  }
  .steamerWrapper .steamerHeader .steamerHeaderRight .headerText {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 30px;
    font-size: 20px;
    line-height: 25px;
  }
  .steamerWrapper .steamerHeader .steamerHeaderRight .headerBadgeIcon {
    padding-right: 40px;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .steamerWrapper .section1IntroWrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .steamerWrapper .section1Intro .section1IntroTitle {
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 50px;
    font-size: 30px;
  }
  .steamerWrapper .section1Intro .section1IntroWrapper {
    display: flex;
    gap: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .steamerWrapper .section1Intro .section1IntroWrapper .section1IntroItem {
    flex: 1;
    text-align: center;
  }
  .steamerWrapper .section1Intro .section1IntroWrapper .section1IntroItem .section1IntroItemTitle {
    font-size: 18px;
  }
  .steamerWrapper .section1 .section1Title {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 30px;
    line-height: 45px;
  }
  .steamerWrapper .section1 .section1Text {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 18px;
    line-height: 28px;
  }
  .steamerWrapper .section1 .section1IconsWrapper {
    display: flex;
    padding-left: 2%;
    padding-right: 2%;
    text-align: center;
    margin: 20px;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px;
  }
  .steamerWrapper .section1 .section1IconsWrapper .section1IconsSingle {
    flex: 1;
    width: 50%;
  }
  .steamerWrapper .section2 .section2Title {
    font-size: 28px;
    padding-left: 5%;
    padding-right: 5%;
    line-height: 40px;
  }
  .steamerWrapper .section2 .section2Title span {
    position: relative;
    display: block;
  }
  .steamerWrapper .section2 .section2Title span img {
    position: relative;
    display: block;
    top: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .steamerWrapper .section2 .section2IntroText {
    font-size: 20px;
    line-height: 30px;
    margin-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .steamerWrapper .section2 .youtubeIframeOuter {
    padding-left: 20px;
    padding-right: 20px;
  }
  .steamerWrapper .section2 .section2Title2 {
    padding-left: 5%;
    padding-right: 5%;
  }
  .steamerWrapper .section2 .section2Wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .steamerWrapper .section2 .section2Wrapper .section2Item {
    flex: none;
    width: 45%;
    text-align: center;
  }
  .steamerWrapper .section2 .section2Wrapper .section2Item img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .steamerWrapper .section2 .section2Wrapper .section2Item div {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 20px;
  }
  .steamerWrapper .productClicker {
    margin-left: 20px;
    margin-right: 20px;
    gap: 20px;
  }
  .steamerWrapper .productSection {
    padding-left: 0px;
    padding-right: 0px;
    color: #5d5d5d;
    margin-bottom: 50px;
  }
  .steamerWrapper .productSection .productIconsWrapper {
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .steamerWrapper .productSection .productIconsWrapper .productIconsSingle {
    text-align: center;
    margin-bottom: 30px;
  }
  .steamerWrapper .productSection .productIconsWrapper .productIconsSingle img {
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .steamerWrapper .productSection .productIconsWrapper .productIconsSingle div strong {
    display: block;
  }
  .productMainPhoto{
    display: none;
  }
  .productMainPhotoMobile{
    display: block;
  }
  .steamerWrapper .productSection img.productMainPhoto {
    margin-bottom: 50px;
    position: relative;
  }
  .steamerWrapper .productSection .productDescriptionWrapper {
    display: block;
    margin-left: 40px;
    margin-right: 40px;
  }
  .steamerWrapper .productSection .productDescriptionWrapper .productDescriptionLeft {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .steamerWrapper .productSection .productDescriptionWrapper .productDescriptionPhoto {
    width: 100%;
    text-align: center;
    position: relative;
  }
  .steamerWrapper .productSection .productDescriptionWrapper .productDescriptionRight {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .steamerWrapper .sectionLast {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 100px;
  }
  .steamerWrapper .sectionLast .sectionLastWrapper {
    display: block;
  }

  .steamerWrapper .phCechaWrapperOuter .phCechaWrapper {
    display: block;
  }
  .steamerWrapper .phCechaWrapperOuter .phCechaWrapper .phCechaImage img {
    display: block;
  }
  .steamerWrapper .phCechaWrapperOuter .phCechaWrapper .phCechaText {
    color: #5e5e5e;
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
  }
  .steamerWrapper .phCechaWrapperOuter .phCechaWrapper .phCechaText h4 {
    padding: 20px 20px 20px 30px;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .steamerWrapper .phCechaWrapperOuter .phCechaWrapper .phCechaText p {
    padding: 0px 20px 20px 30px;
    font-size: 17px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .steamerWrapper .sectionBlueBox1 div{
    text-align: center;
    line-height: 40px;
  }

  .steamerWrapper .sectionBlueBox2 div{
    text-align: center;
    line-height: 40px;
  }
  .steamerWrapper .sectionBlueBox3 div{
    text-align: center;
    line-height: 40px;
  }

  .steamerWrapper .blueBox {
    font-size: 30px;
    margin-bottom: 50px;
    margin-left: 00px;
    margin-right: 00px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .steamerWrapper .blueBox div {
    text-align: center;
    line-height: 40px;
  }
  .steamerWrapper .blueBox div small {
    display: block;
    font-size: 25px;
    line-height: 30px;
  }
  .steamerWrapper .disclaimers {
    margin-left: 20px;
    margin-right: 20px;
  }
  .steamerWrapper .disclaimers ol {
    padding-inline-start: 20px;
  }
  .steamerWrapper .disclaimers ol li {
    padding-left: 0px;
    margin-left: 0;
  }
  .steamerWrapper .phFooter{
    padding-left: 20px;
    padding-right: 20px;
    
  }
}