@import url(https://fonts.googleapis.com/css?family=Open+Sans:300, 400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300, 400,700&display=swap);
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.dropzone, .dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
.assistive-text{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}svg{width:27px;height:27px}.ico{width:27px;height:27px;fill:none;stroke:#576269;stroke-width:2px;position:relative;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0) scale(1, 1);transform:translateZ(0)}@font-face{font-family:"FuturaSB-Bold";font-display:fallback;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}@font-face{font-family:"FuturaSB-Light";font-display:fallback;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-family:"FuturaSB-Regular";font-display:fallback;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}html{color:#000;height:100%;-webkit-text-size-adjust:100%}body{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px;height:100%}html[lang=jp-JP] body,html[lang=vi_VN] body,html[lang=zh-CN] body{font-family:Arial,sans-serif}html[lang=ru-RU] body,html[lang=ru-KZ] body{font-family:Arial,sans-serif}html[lang=ru-RU] body{font-size:17px}html[lang=ru-KZ] body{font-size:17px}@media only screen and (max-width: 768px){body{line-height:23px}}body,p,div,select{color:inherit}strong,b{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal}html[lang=jp-JP] strong,html[lang=vi_VN] strong,html[lang=zh-CN] strong,html[lang=jp-JP] b,html[lang=vi_VN] b,html[lang=zh-CN] b{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] strong,html[lang=ru-KZ] strong,html[lang=ru-RU] b,html[lang=ru-KZ] b{font-family:Arial,sans-serif;font-weight:bold}html{box-sizing:border-box;width:100%}*,*:before,*:after{box-sizing:inherit}.clearfix:after,.relatedArticlesBaby:after,.highlightedResource-baby.covid .relatedArticle:after,.highlightedResource-baby .relatedArticle:after,.highlightedResource-baby:after,.medela-video-player:after,.banner-mymedela:after,.eventsOverview>ul>li div:after,.quickLinks:after,.teaserNewsOverview:after,.video-playlists-group .video-playlists-content .video-playlists:after,.video-playlists-group:after,.video-player.playlist .list ul li:after,.video-player:after,.text-image:after,.teasers:after,.section-intro #page-intro:after,.productSearchResults>div li:after,.searchResults>div li:after,.productSearchResults>div:after,.new-search form:after,.relatedVideos:after,.relatedProducts .products:after,.whats-included:after,.product .imageslider .slider .viewport .images:after,.pager:after,.relatedBlogPosts .blogpost:after,.links:after,.distributor:after,.imageGallery .slider .viewport .images:after,.form .form-row:after,.countryChange:after,.country-selector .country-selector-countries:after,.newsletterbox:after,.benefits:after,.article-intro:after,.cart-overlay .cart-item .cart-item-total:after,.cart-overlay .cart-item:after,#footer #footer-box:after,#breadcrumb ol:after,.nextprevsection a:after,.nextprevsection:after,#nav-global #nav-global-box:after,.brandbox:after,.cookies>div:after,.comments:after,#main:after,.row:after{clear:both;content:"";display:table}.video-player.playlist .list ul,.pager ul li,#footer #footer-box>div ul li,.listless{list-style:none;margin:0;padding:0}.wrapping-list{column-width:300px}.banner-mymedela,.base,.productSearchResults>div,.interuptTeaser,.pager,.relatedBlogPosts .slider,.relatedBlogPosts .heading,.metadataContainer .metadata,.row{margin-left:auto;margin-right:auto;max-width:1044px;padding-left:34px;padding-right:34px}@media only screen and (max-width: 959px){.expand-collapse-section,.additionalTeasers,.eventsOverview,.comments>div,.aside .socialMediaBoxes,.aside .categories,.quickLinks h2,.teaserNewsOverview h2,.text-image,.teasers,.section-intro #page-intro p,.section-intro #page-intro h1,.productSearchResults,.searchResults,.new-search,.relatedVideos .heading,.aside .relatedProducts .slider,.relatedProducts .heading,.whats-included,.product,#main .tabs .tabs__toggle,.links,.distributors,.imageGallery,.form,.form-intro .intro,.form-intro h1,.countryChange .col-small,.benefits .benefitBox ul li,.benefits p,.benefits h3,.benefits h2,.article-intro .bio,.article-intro .shareButtons,.article-intro .intro,.article-intro h1,.article-intro>em,.accordion,.cookies,.teaser-grid,.teaser-quarters,.teaser-thirds,.nextprevsection,.padding-mobile,.banner-mymedela,.base,.productSearchResults>div,.interuptTeaser,.pager,.relatedBlogPosts .slider,.relatedBlogPosts .heading,.metadataContainer .metadata,.row{padding-left:30px;padding-right:30px}}.max-width{max-width:100%}.center{text-align:center}a img{border:none}li a,p a{color:#00838f;text-decoration:underline}li a:hover,p a:hover{text-decoration:underline}.text-image p a,.text-image li a{color:#007a85 !important}.lazy,.navigationlazy{background-color:#fff}.hidden{display:none}@media only screen and (min-width: 960px){.hide-above-medium{display:none}}@media only screen and (max-width: 959px){.hide-below-large{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}}@media only screen and (max-width: 768px){.hide-below-medium{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}}.button{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:21px;letter-spacing:2px;text-transform:uppercase;background:var(--button_background_color, #f58220);border-radius:20px;color:#fff;display:inline-block;padding:10px 0px;text-align:center;text-decoration:none;border:0px;cursor:pointer;width:250px}html[lang=jp-JP] .button,html[lang=vi_VN] .button,html[lang=zh-CN] .button{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .button,html[lang=ru-KZ] .button{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .button{font-size:13px}html[lang=ru-KZ] .button{font-size:13px}.button:hover{background:#646464;color:#fff;cursor:pointer}.button:disabled{background-color:#ececec;color:#5d6a74;cursor:not-allowed}@media only screen and (max-width: 768px){.col-small{float:left;width:100%}.col-mediumplussmall{width:100%}.col-medium,.col-large{float:left;width:100%}.hide-small{display:none !important}}@media only screen and (min-width: 769px){.show-small{display:none !important}}@media only screen and (min-width: 769px)and (max-width: 959px){.col-small{float:left;width:33%}.col-mediumplussmall{float:left;width:75%}.col-medium,.col-large{float:left;width:100%}}@media only screen and (min-width: 960px){.col-small{float:left;width:25%}.col-medium{float:left;width:50%}.col-mediumplussmall{float:left;width:75%}.col-large{float:left;width:100%}}.no-mediaquery .col-small{float:left;width:25%}.no-mediaquery .col-mediumplussmall{float:left;width:75%}.no-mediaquery .col-medium{float:left;width:50%}.no-mediaquery .col-large{float:left;width:100%}.no-mediaquery .show-small{display:none !important}.cookies>div,.comments,#main{margin-left:auto;margin-right:auto}@media only screen and (min-width: 1024px){.cookies>div,.comments,#main{max-width:1044px}}@media only screen and (max-width: 1279px){.cookies>div,.comments,#main{max-width:942px}}.brandbox,#nav-global{clear:both;margin-left:auto;margin-right:auto}@media only screen and (min-width: 1024px){.brandbox,#nav-global{max-width:1112px}}@media only screen and (max-width: 1279px){.brandbox,#nav-global{max-width:100%}}#footer-box{margin-left:auto;margin-right:auto}@media only screen and (min-width: 1024px){#footer-box{max-width:1090px}}@media only screen and (max-width: 1279px){#footer-box{max-width:100%}}#article.fullWidth .content{width:100%;float:left}#article.fullWidth .aside{width:100%;float:right}@media only screen and (min-width: 1024px){#form .content,#article .content,.split .content{width:700px;float:left}#form .aside,#article .aside,.split .aside{width:296px;float:right;margin-top:25px}}@media only screen and (max-width: 1279px){#form .content,#article .content,.split .content{width:620px;float:left}#form .aside,#article .aside,.split .aside{width:296px;float:right;margin-top:25px}}@media only screen and (max-width: 959px){#form .content,#article .content,.split .content{width:100%;float:none}#form .aside,#article .aside,.split .aside{margin-top:0px;width:100%;float:none}}.brandbox.-kin #logo img{max-width:200px}@media only screen and (max-width: 340px){.brandbox.-kin #logo img{max-width:176px}}.brandbox{width:100%;padding:0 34px;position:relative}@media only screen and (max-width: 959px){.brandbox{z-index:222;background:#fff;margin-left:0;padding-left:15px;margin-right:0;padding-right:15px}}@media only screen and (max-width: 340px){.brandbox{padding-left:10px;padding-right:10px}}.brandbox #logo{float:left;margin:15px 0 6px 0}.brandbox #logo img{max-width:102px}@media only screen and (max-width: 340px){.brandbox #logo img{max-width:90px}}@media only screen and (max-width: 768px){.brandbox #logo{margin:17px 0px 6px}}@media only screen and (max-width: 340px){.brandbox #logo{margin:23px 0px 6px}}.brandbox .search{display:none;float:right;border-left:0px;padding:15px 10px 0;cursor:pointer}.brandbox .search .magnifying-glass{display:block}.brandbox .search .close{display:none}.brandbox .search.selected{z-index:101;position:absolute;right:0px;top:0px}.brandbox .search.selected .magnifying-glass{display:none}.brandbox .search.selected .close{display:block}.brandbox .search svg{width:22px;stroke-width:1px;top:-1px}@media only screen and (max-width: 1050px){.brandbox .search{display:block}}@media only screen and (max-width: 768px){.brandbox .search{padding:12px 6px 0}}@media only screen and (max-width: 768px){.brandbox .search{padding:15px 6px 0}}.brandbox #burger{display:none;float:right;border-left:0px;margin-left:15px;cursor:pointer;padding-top:15px;height:35px}.brandbox #burger svg{width:22px;height:22px}@media only screen and (max-width: 959px){.brandbox #burger{display:block}#changecountry .brandbox #burger{display:none}}@media only screen and (max-width: 340px){.brandbox #burger{margin-left:12px}}.brandbox #burger .closed{display:block}.brandbox #burger .opened{display:none}.brandbox #burger.selected .closed{display:none}.brandbox #burger.selected .opened{display:block}@media only screen and (max-width: 768px){.brandbox #burger{margin-left:10px}}.brandbox #search-box{float:right;margin-left:15px;position:relative}@media only screen and (max-width: 1050px){.brandbox #search-box{display:none}.brandbox #search-box.selected{position:absolute;background:#fff;z-index:100;top:0px;display:block;width:100%;left:0px;margin:0px}.brandbox #search-box.selected .searchbar-wrapper{float:none;width:87%;margin:0 auto;border-bottom:2px solid #ffc709}.brandbox #search-box.selected .search-icon{display:block;float:right}.brandbox #search-box.selected h3{display:block}.brandbox #search-box.selected form #searchbar{width:calc(100% - 60px);float:none;font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:22px;line-height:24px}html[lang=jp-JP] .brandbox #search-box.selected form #searchbar,html[lang=vi_VN] .brandbox #search-box.selected form #searchbar,html[lang=zh-CN] .brandbox #search-box.selected form #searchbar{font-family:Arial,sans-serif}html[lang=ru-RU] .brandbox #search-box.selected form #searchbar,html[lang=ru-KZ] .brandbox #search-box.selected form #searchbar{font-family:Arial,sans-serif}html[lang=ru-RU] .brandbox #search-box.selected form #searchbar{font-size:21px}html[lang=ru-KZ] .brandbox #search-box.selected form #searchbar{font-size:21px}}@media only screen and (max-width: 1050px)and (max-width: 768px){.brandbox #search-box.selected form #searchbar{line-height:22px;font-size:24px}}.brandbox #search-box .searchbar-wrapper{position:relative;border:0px;border-bottom:1px solid #576269;float:left}.brandbox #search-box h3{display:none}.brandbox #search-box .search-icon{display:none;position:relative;top:-39px;right:0px;border:0px;cursor:pointer;float:left;height:39px;width:53px;background-color:rgba(255,255,255,0)}.brandbox #search-box .search-icon svg{width:22px;stroke-width:1px;top:4px}.brandbox #search-box form #searchbar{position:relative;background:#fff;color:#576269;border:0px;display:inline;float:left;font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:18px;margin:15px 10px 0;transition:width 1s}html[lang=jp-JP] .brandbox #search-box form #searchbar,html[lang=vi_VN] .brandbox #search-box form #searchbar,html[lang=zh-CN] .brandbox #search-box form #searchbar{font-family:Arial,sans-serif}html[lang=ru-RU] .brandbox #search-box form #searchbar,html[lang=ru-KZ] .brandbox #search-box form #searchbar{font-family:Arial,sans-serif}html[lang=ru-RU] .brandbox #search-box form #searchbar{font-size:13px}html[lang=ru-KZ] .brandbox #search-box form #searchbar{font-size:13px}html[lang=pl-PL] .brandbox #search-box form #searchbar{width:132px}html[lang=fr-FR] .brandbox #search-box form #searchbar{width:112px}html[lang=fr-CA] .brandbox #search-box form #searchbar{width:112px}html[lang=fr-BE] .brandbox #search-box form #searchbar{width:112px}html[lang=fr-LU] .brandbox #search-box form #searchbar{width:112px}html[lang=fr-CH] .brandbox #search-box form #searchbar{width:112px}.brandbox #search-box form #searchbar::placeholder{color:#f58220}.brandbox .distributorLink{color:#576269;float:right;padding:15px 10px 0;text-decoration:none}.brandbox .distributorLink:hover svg{stroke:#f58220}.brandbox .newsLink{color:#576269;float:right;padding:15px 10px 0;text-decoration:none}.brandbox .newsLink:hover svg{stroke:#f58220}.brandbox .utility-link{position:relative;color:#576269;float:right;padding:13px 10px 0;text-decoration:none;color:#f58220;font-size:.8em;line-height:27px}#changecountry .brandbox .utility-link{display:none}.brandbox .utility-link svg{width:22px;top:-1px;vertical-align:middle}.brandbox .utility-link:hover svg .locationfinder0{fill:#f58220}.brandbox .utility-link:hover svg .locationfinder1{stroke:#f58220}.brandbox .utility-link:focus-visible{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color;outline-offset:-1px}@media only screen and (min-width: 769px)and (max-width: 959px){.brandbox .utility-link{max-width:220px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}}@media only screen and (max-width: 768px){.brandbox .utility-link{padding:14px 6px 0}}@media only screen and (max-width: 768px){.brandbox .utility-link{padding:18px 6px 0}}.brandbox .utility-link--sign-out{padding-left:0}.brandbox .utility-link__text{text-decoration:underline}@media only screen and (max-width: 768px){.brandbox .utility-link__text{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}}.brandbox .utility-link__icon-container{position:relative;display:inline-block}.brandbox .utility-link__icon{position:absolute;bottom:2px;right:0;display:inline-block}.brandbox .utility-link__icon svg{width:9px;height:9px;vertical-align:bottom}.brandbox .utility-link__sign-out{text-decoration:underline}.brandbox .utility-link__sign-out:before{content:"|";color:#5d6a74;margin-right:10px}@media only screen and (max-width: 768px){.brandbox .utility-link__sign-out{font-size:12px}}.brandbox .contact{position:relative;top:-2px;color:#576269;float:right;padding:14px 10px 0;text-decoration:none;margin-right:3px}.brandbox .contact svg{stroke:inherit;fill:#576269;width:21px}.brandbox .contact:hover svg .contact{fill:#f58220}.brandbox .cart{color:#576269;float:right;position:relative;top:-5px;padding:16px 10px 0;text-decoration:none}.brandbox .cart:hover svg g{stroke:#f58220}.brandbox .my-account{color:#576269;position:relative;float:right;top:-5px;padding:16px 10px 0;text-decoration:none}.brandbox .my-account:hover svg g{stroke:#f58220}.brandbox #burger.selected~.languages,.brandbox #burger.selected+.nav-country-flag{display:block}.brandbox .nav-country-flag{position:relative;float:right;width:22px;height:22px;cursor:pointer;margin-top:-1px;margin-left:15px}@media only screen and (max-width: 959px){.brandbox .nav-country-flag{display:none;margin-left:15px}#changecountry .brandbox .nav-country-flag{display:block;margin-left:15px}}.brandbox .nav-country-flag img{position:absolute;top:15px;left:0;width:22px}.brandbox .languages{float:right;margin-top:15px;margin-left:15px;font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:18px}html[lang=jp-JP] .brandbox .languages,html[lang=vi_VN] .brandbox .languages,html[lang=zh-CN] .brandbox .languages{font-family:Arial,sans-serif}html[lang=ru-RU] .brandbox .languages,html[lang=ru-KZ] .brandbox .languages{font-family:Arial,sans-serif}html[lang=ru-RU] .brandbox .languages{font-size:13px}html[lang=ru-KZ] .brandbox .languages{font-size:13px}@media only screen and (max-width: 959px){.brandbox .languages{display:none}}.brandbox .languages a{text-decoration:none;color:#000;padding:0 4px;text-transform:uppercase;width:25px;text-align:center;display:inline-block}.brandbox .languages a:hover{color:#f58220}.brandbox .languages a.active{color:#f58220;border-bottom:2px solid #f58220}.brandbox-content{height:100%}.sticky-brandbox .brandbox{max-width:100%;height:46px;position:sticky;background-color:#fff;top:0;left:0;z-index:1000}@media only screen and (min-width: 1279px){.sticky-brandbox .brandbox .brandbox-content{padding-left:34px;padding-right:34px}}#root-home #nav-global{display:none}@media only screen and (max-width: 959px){#nav-global{display:none}}#nav-global.selected{display:block}#nav-global.selected .tabs{display:flex;flex-direction:column;display:-webkit-flex;-webkit-flex-direction:column}#nav-global #nav-global-box{margin-left:auto;margin-right:auto;width:100%}#nav-global .tabs__toggle{cursor:pointer;padding:11px 24px 8px;color:#576269;text-decoration:none;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:16px}html[lang=jp-JP] #nav-global .tabs__toggle,html[lang=vi_VN] #nav-global .tabs__toggle,html[lang=zh-CN] #nav-global .tabs__toggle{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #nav-global .tabs__toggle,html[lang=ru-KZ] #nav-global .tabs__toggle{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #nav-global .tabs__toggle{font-size:13px}html[lang=ru-KZ] #nav-global .tabs__toggle{font-size:13px}#nav-global .tabs__toggle:hover{color:#f58220}#nav-global .tabs__toggle:focus-visible{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color;outline-offset:-1px}@media only screen and (min-width: 960px){#nav-global .tabs__toggle{float:left}#nav-global .tabs__toggle:first-child{padding-left:34px}#nav-global .tabs__toggle.tabs__toggle_active{background:#f0f0f0}}@media only screen and (max-width: 959px){#nav-global .tabs__toggle{width:100%;display:block;background:#f0f0f0}}#nav-global div.tabs__toggle{position:relative;padding-right:44px}#nav-global div.tabs__toggle:hover{color:#f58220}#nav-global div.tabs__toggle:after,#nav-global div.tabs__toggle:before{border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;top:17px}@media only screen and (max-width: 959px){#nav-global div.tabs__toggle:after,#nav-global div.tabs__toggle:before{display:none}}#nav-global div.tabs__toggle:after{right:26px;border-color:rgba(255,255,255,0);border-top-color:#fff;border-width:4px;margin-left:-4px}#nav-global div.tabs__toggle.tabs__toggle_active:after{border-top-color:#f0f0f0}#nav-global div.tabs__toggle:before{right:24px;border-color:rgba(245,130,32,0);border-top-color:#f58220;border-width:6px;margin-left:-6px}#nav-global .tabs__tab{padding:0px 1012px 0px;margin:0 -1000px;left:-3000px;position:absolute;clear:both;background:#f0f0f0}#nav-global .tabs__tab.tabs__tab_active{position:relative;left:0px}@media only screen and (max-width: 959px){#nav-global .tabs__tab{background:#fff;position:static !important;padding:0;margin:0}}#nav-global .tabs__tab a{padding:10px 2px 8px;margin:0 20px;font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:18px;display:inline-block;color:#576269;text-decoration:none;border-bottom:3px solid #f0f0f0}html[lang=jp-JP] #nav-global .tabs__tab a,html[lang=vi_VN] #nav-global .tabs__tab a,html[lang=zh-CN] #nav-global .tabs__tab a{font-family:Arial,sans-serif}html[lang=ru-RU] #nav-global .tabs__tab a,html[lang=ru-KZ] #nav-global .tabs__tab a{font-family:Arial,sans-serif}html[lang=ru-RU] #nav-global .tabs__tab a{font-size:13px}html[lang=ru-KZ] #nav-global .tabs__tab a{font-size:13px}#nav-global .tabs__tab a:hover{color:#f58220}#nav-global .tabs__tab a:focus-visible{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color;outline-offset:-1px}#nav-global .tabs__tab a.selected{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:16px;border-bottom:3px solid #ffc709;line-height:18px}html[lang=jp-JP] #nav-global .tabs__tab a.selected,html[lang=vi_VN] #nav-global .tabs__tab a.selected,html[lang=zh-CN] #nav-global .tabs__tab a.selected{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #nav-global .tabs__tab a.selected,html[lang=ru-KZ] #nav-global .tabs__tab a.selected{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #nav-global .tabs__tab a.selected{font-size:13px}html[lang=ru-KZ] #nav-global .tabs__tab a.selected{font-size:13px}.company #nav-global .tabs__tab a.selected{border-color:#f58220}@media only screen and (max-width: 959px){#nav-global .tabs__tab a{width:100%;margin:0;padding:10px 2px 8px 40px;float:none;border-bottom:3px solid #fff;border-left:3px solid #fff}#nav-global .tabs__tab a.selected{border-left:3px solid #ffc709;border-bottom:3px solid #fff}}#nav-content{padding-bottom:25px}#nav-content.grey{background:#f0f0f0}#nav-content .teaser h2,#nav-content .teaser p{padding:0 30px}#nav-content .mgnlEditor{width:100% !important}@media only screen and (min-width: 960px){#nav-content{padding-left:2000px;padding-right:2000px;margin-left:-2000px;margin-right:-2000px}}@media only screen and (max-width: 959px){#nav-content{padding-bottom:40px}}#nav-content .teaser{position:relative;-ms-flex-negative:0}#nav-content .teaser .filter-container__sellButton{padding:0px 10px 25px 10px}#nav-content .teaser .filter-container__sellButton .filter-container__addToCartButton:not([disabled]),#nav-content .teaser .filter-container__sellButton .filter-container__customizeButton{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:var(--commonButton_color, #575757);background-color:var(--commonButton_bgColor, #ffc709);font-size:20px}html[lang=jp-JP] #nav-content .teaser .filter-container__sellButton .filter-container__addToCartButton:not([disabled]),html[lang=vi_VN] #nav-content .teaser .filter-container__sellButton .filter-container__addToCartButton:not([disabled]),html[lang=zh-CN] #nav-content .teaser .filter-container__sellButton .filter-container__addToCartButton:not([disabled]),html[lang=jp-JP] #nav-content .teaser .filter-container__sellButton .filter-container__customizeButton,html[lang=vi_VN] #nav-content .teaser .filter-container__sellButton .filter-container__customizeButton,html[lang=zh-CN] #nav-content .teaser .filter-container__sellButton .filter-container__customizeButton{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #nav-content .teaser .filter-container__sellButton .filter-container__addToCartButton:not([disabled]),html[lang=ru-KZ] #nav-content .teaser .filter-container__sellButton .filter-container__addToCartButton:not([disabled]),html[lang=ru-RU] #nav-content .teaser .filter-container__sellButton .filter-container__customizeButton,html[lang=ru-KZ] #nav-content .teaser .filter-container__sellButton .filter-container__customizeButton{font-family:Arial,sans-serif;font-weight:bold}#nav-content .teaser .filter-container__sellButton .filter-container__addToCartButton:not([disabled]):hover,#nav-content .teaser .filter-container__sellButton .filter-container__customizeButton:hover{color:#383838;background-color:var(--commonButton_bgColor_hovered, #f58220)}#nav-content .teaser .filter-container__sellButton .filter-container__addToCartButton[disabled],#nav-content .teaser .filter-container__sellButton .filter-container__outOfStock{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;background-color:#687782;color:#fff;font-size:20px;cursor:not-allowed}html[lang=jp-JP] #nav-content .teaser .filter-container__sellButton .filter-container__addToCartButton[disabled],html[lang=vi_VN] #nav-content .teaser .filter-container__sellButton .filter-container__addToCartButton[disabled],html[lang=zh-CN] #nav-content .teaser .filter-container__sellButton .filter-container__addToCartButton[disabled],html[lang=jp-JP] #nav-content .teaser .filter-container__sellButton .filter-container__outOfStock,html[lang=vi_VN] #nav-content .teaser .filter-container__sellButton .filter-container__outOfStock,html[lang=zh-CN] #nav-content .teaser .filter-container__sellButton .filter-container__outOfStock{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #nav-content .teaser .filter-container__sellButton .filter-container__addToCartButton[disabled],html[lang=ru-KZ] #nav-content .teaser .filter-container__sellButton .filter-container__addToCartButton[disabled],html[lang=ru-RU] #nav-content .teaser .filter-container__sellButton .filter-container__outOfStock,html[lang=ru-KZ] #nav-content .teaser .filter-container__sellButton .filter-container__outOfStock{font-family:Arial,sans-serif;font-weight:bold}#nav-content .teaser .featured{background:#ffc709;position:absolute;z-index:2;padding:5px 10px;color:#000;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px}html[lang=jp-JP] #nav-content .teaser .featured,html[lang=vi_VN] #nav-content .teaser .featured,html[lang=zh-CN] #nav-content .teaser .featured{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #nav-content .teaser .featured,html[lang=ru-KZ] #nav-content .teaser .featured{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #nav-content .teaser .featured{font-size:15px}html[lang=ru-KZ] #nav-content .teaser .featured{font-size:15px}@media only screen and (max-width: 768px){#nav-content .teaser .featured{font-size:18px;line-height:20px}html[lang=ru-RU] #nav-content .teaser .featured{font-size:17px}html[lang=ru-KZ] #nav-content .teaser .featured{font-size:17px}}#nav-content .teaser.productTeaser,#nav-content .teaser.articleTeaser{display:flex;flex-direction:column;justify-content:space-between;padding-bottom:15px}#nav-content .teaser.productTeaser .image{width:96%;display:inline-block;text-align:center;margin:2%;min-height:160px;border-bottom:2px solid #f0f0f0}#nav-content .teaser.productTeaser .image:after{display:none}#nav-content a{display:block;margin-left:0px;position:relative}#nav-content a.readmore{min-height:0}#nav-content a.image{line-height:0px}#nav-content a.image:after{background:#ffc709;display:block;height:60px;width:2px;bottom:-37px;left:15px;position:absolute;content:" "}#nav-content .item-name{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:20px;line-height:26px;margin:15px 10px 0px 10px;min-height:78px;position:relative}html[lang=jp-JP] #nav-content .item-name,html[lang=vi_VN] #nav-content .item-name,html[lang=zh-CN] #nav-content .item-name{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #nav-content .item-name,html[lang=ru-KZ] #nav-content .item-name{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #nav-content .item-name{font-size:19px}#nav-content .item-name a{float:none;min-height:0px}#nav-content .item-name svg{width:20px;height:17px;margin-right:-5px;margin-bottom:-5px}#nav-content p.item-price{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:18px;line-height:23px;padding:0px 10px 25px 10px}html[lang=jp-JP] #nav-content p.item-price,html[lang=vi_VN] #nav-content p.item-price,html[lang=zh-CN] #nav-content p.item-price{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #nav-content p.item-price,html[lang=ru-KZ] #nav-content p.item-price{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #nav-content p.item-price{font-size:17px}#nav-content .readmore{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#5d6a74;font-size:20px;margin:0 10px}html[lang=jp-JP] #nav-content .readmore,html[lang=vi_VN] #nav-content .readmore,html[lang=zh-CN] #nav-content .readmore{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #nav-content .readmore,html[lang=ru-KZ] #nav-content .readmore{font-family:Arial,sans-serif;font-weight:bold}#nav-content .readmore svg .link0,#nav-content .readmore svg .link1{stroke:var(--readMore-arrowColor, #b95B09)}#nav-content .readmore:hover{color:var(--readMore-hoverColor, #b95B09)}.nextprevsectionContainer{padding:20px 2000px;margin:0px -2000px;background-color:rgba(0,0,0,.1)}.nextprevsection{display:flex;justify-content:space-between}@media only screen and (max-width: 959px){.nextprevsection{flex-direction:column}}.nextprevsection a{text-decoration:none;display:block;color:#000;padding:15px;font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px;color:#5d6a74;position:relative;height:100%}html[lang=jp-JP] .nextprevsection a,html[lang=vi_VN] .nextprevsection a,html[lang=zh-CN] .nextprevsection a{font-family:Arial,sans-serif}html[lang=ru-RU] .nextprevsection a,html[lang=ru-KZ] .nextprevsection a{font-family:Arial,sans-serif}html[lang=ru-RU] .nextprevsection a{font-size:17px}html[lang=ru-KZ] .nextprevsection a{font-size:17px}@media only screen and (max-width: 768px){.nextprevsection a{line-height:23px}}@media only screen and (max-width: 768px){.nextprevsection a{padding:10px 10px 10px}.nextprevsection a span{display:inline-block}}.nextprevsection a svg{right:20px;bottom:20px;position:absolute;stroke:#5d6a74}.nextprevsection a:hover svg .link0,.nextprevsection a:hover svg .link1{stroke:#b95b09}.nextprevsection a .section-prev-button-title{display:block;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:18px;line-height:20px;margin-bottom:5px}html[lang=jp-JP] .nextprevsection a .section-prev-button-title,html[lang=vi_VN] .nextprevsection a .section-prev-button-title,html[lang=zh-CN] .nextprevsection a .section-prev-button-title{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .nextprevsection a .section-prev-button-title,html[lang=ru-KZ] .nextprevsection a .section-prev-button-title{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .nextprevsection a .section-prev-button-title{font-size:17px}html[lang=ru-KZ] .nextprevsection a .section-prev-button-title{font-size:17px}@media only screen and (max-width: 768px){.nextprevsection a .section-prev-button-title{font-size:20px;line-height:23px}html[lang=ru-RU] .nextprevsection a .section-prev-button-title{font-size:19px}html[lang=ru-KZ] .nextprevsection a .section-prev-button-title{font-size:19px}}.nextprevsection a .section-prev-button-text{margin-right:40px}.nextprevsection a img{float:left;margin:-15px 15px -15px -15px;width:57%}@media only screen and (max-width: 768px){.nextprevsection a img{float:none;margin:-10px 0px 10px -10px;width:calc(100% + 20px)}}.nextprevsection .section-prev-button{text-align:left;float:left;width:48%;background:#fff}@media only screen and (max-width: 768px){.nextprevsection .section-prev-button{width:100%;margin-bottom:20px}}.nextprevsection .section-next-button{text-align:left;float:right;width:48%;background:#fff}@media only screen and (max-width: 768px){.nextprevsection .section-next-button{width:100%}}.teaser-grid,.teaser-quarters,.teaser-thirds{display:flex;flex-wrap:wrap}.teaser-grid .teaser,.teaser-quarters .teaser,.teaser-thirds .teaser{padding-bottom:30px;margin-left:15px;margin-right:15px;margin-top:25px}@media only screen and (max-width: 768px){.teaser-grid .teaser,.teaser-quarters .teaser,.teaser-thirds .teaser{margin-left:0px;margin-right:0px;width:100%}}@media only screen and (min-width: 769px)and (max-width: 959px){.teaser-grid .teaser,.teaser-quarters .teaser,.teaser-thirds .teaser{width:calc(50% - 15px)}.teaser-grid .teaser:nth-child(2n),.teaser-quarters .teaser:nth-child(2n),.teaser-thirds .teaser:nth-child(2n){margin-right:0px}.teaser-grid .teaser:nth-child(2n+1),.teaser-quarters .teaser:nth-child(2n+1),.teaser-thirds .teaser:nth-child(2n+1){margin-left:0px}}@media only screen and (min-width: 960px){.teaser-thirds .teaser{width:calc(33% - 20px)}.teaser-thirds .teaser:nth-child(3n){margin-right:0px}.teaser-thirds .teaser:nth-child(3n+1){margin-left:0px}}@media only screen and (min-width: 960px)and (max-width: 1023px){.teaser-quarters .teaser{width:calc(33% - 20px)}.teaser-quarters .teaser:nth-child(3n){margin-right:0px}.teaser-quarters .teaser:nth-child(3n+1){margin-left:0px}}@media only screen and (min-width: 1024px){.teaser-quarters .teaser{width:calc(25% - 23px)}.teaser-quarters .teaser:nth-child(4n){margin-right:0px}.teaser-quarters .teaser:nth-child(4n+1){margin-left:0px}}.teaser-section{-ms-flex-negative:0}.teaser-section .bv-ratings{padding:0 30px 10px}.teaser-section .Cart__productPrice{margin-top:0;padding:0 10px 15px}.teaser-section .Cart__productPriceValue{margin-left:0}@media only screen and (min-width: 960px){#breadcrumb{display:none}}#breadcrumb ol{background:#f0f0f0;margin-bottom:0;margin-top:46px;padding-left:15px}#breadcrumb ol li{display:block;float:left}#breadcrumb ol li a{color:#576269;display:block;margin:10px 0;padding-right:13px;text-decoration:none;font-family:"FuturaSB-Regular",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px}html[lang=jp-JP] #breadcrumb ol li a,html[lang=vi_VN] #breadcrumb ol li a,html[lang=zh-CN] #breadcrumb ol li a{font-family:Arial,sans-serif}html[lang=ru-RU] #breadcrumb ol li a,html[lang=ru-KZ] #breadcrumb ol li a{font-family:Arial,sans-serif}html[lang=ru-RU] #breadcrumb ol li a{font-size:15px}html[lang=ru-KZ] #breadcrumb ol li a{font-size:15px}#breadcrumb ol li a svg{width:10px;height:10px}#breadcrumb ol li a:hover{color:#000}@media only screen and (max-width: 959px){#breadcrumb ol li a{display:none}#breadcrumb ol li a.mobile{color:#576269;display:block}#breadcrumb ol li a.mobile:before{margin-top:-4px;margin-right:5px}#breadcrumb ol li a.mobile:after{display:none}}#breadcrumb ol li a.selected{color:#576269;display:block}#breadcrumb ol li a.selected:after{display:none}@media only screen and (max-width: 959px){#breadcrumb ol li a.selected{display:none}}.slider{position:relative}.slider .control{border:0;color:silver;cursor:pointer;display:inline-block;padding:0;vertical-align:middle}.breastfeeding .slider .control:hover,.breastfeeding .slider .control.selected{color:#906494}.healthcare .slider .control:hover,.healthcare .slider .control.selected{color:#6d80a5}.professionals .slider .control:hover,.professionals .slider .control.selected{color:#d36988}.company .slider .control:hover,.company .slider .control.selected{color:#f4a54d}.blog .slider .control:hover,.blog .slider .control.selected{color:#d36988}.location-finder .slider .control:hover,.location-finder .slider .control.selected{color:#906494}.root-home .slider .control:hover,.root-home .slider .control.selected{color:#906494}.slider .paging{position:relative;margin-top:2em;text-align:center;z-index:3;line-height:1}.slider .paging .control{background:transparent;margin:5px;font-size:22px}html[lang=ru-RU] .slider .paging .control{font-size:21px}.slider .paging .control.slide{font-size:11px;width:12px;height:12px;border:1px solid #fff;border-radius:10px}html[lang=ru-RU] .slider .paging .control.slide{font-size:10px}.slider .paging .control.slide:hover,.slider .paging .control.slide.selected{background:#5d6a74}.slider .viewport{overflow:hidden;position:relative;z-index:1;direction:ltr}.slider>.control{position:absolute;font-size:44px;z-index:100;top:0;width:40px;height:40px}.slider>.control svg{width:40px;height:40px;stroke:#575757}.slider>.control svg:hover{stroke:#383838}.slider>.control.prev{background:#ffc709;transform:rotate(180deg)}.slider>.control.prev:hover{background:#f58220}.slider>.control.next{right:0px;background:#ffc709}.slider>.control.next:hover{background:#f58220}#footer{position:relative;background:#5d6a74}.professionals #footer .col-small,.healthcare #footer .col-small{width:20%}@media only screen and (max-width: 768px){.professionals #footer .col-small,.healthcare #footer .col-small{width:100%}}#footer.grey{margin-top:69px}#footer.grey:before{background-color:#f0f0f0}@media only screen and (min-width: 960px){#footer .copyright{color:#fff;display:block;position:absolute;margin-left:20px;bottom:20px;text-decoration:none;font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:18px;left:15px}html[lang=jp-JP] #footer .copyright,html[lang=vi_VN] #footer .copyright,html[lang=zh-CN] #footer .copyright{font-family:Arial,sans-serif}html[lang=ru-RU] #footer .copyright,html[lang=ru-KZ] #footer .copyright{font-family:Arial,sans-serif}html[lang=ru-RU] #footer .copyright{font-size:13px}html[lang=ru-KZ] #footer .copyright{font-size:13px}#footer .copyright:hover{text-decoration:underline}}@media only screen and (max-width: 959px){#footer .copyright{color:#fff;display:block;margin:20px;text-decoration:none;font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:18px}html[lang=jp-JP] #footer .copyright,html[lang=vi_VN] #footer .copyright,html[lang=zh-CN] #footer .copyright{font-family:Arial,sans-serif}html[lang=ru-RU] #footer .copyright,html[lang=ru-KZ] #footer .copyright{font-family:Arial,sans-serif}html[lang=ru-RU] #footer .copyright{font-size:13px}html[lang=ru-KZ] #footer .copyright{font-size:13px}#footer .copyright:hover{text-decoration:underline}}.-fullsiteview #footer{padding-bottom:36px}@media only screen and (max-width: 768px){#footer{padding-bottom:36px}}#footer #footer-box{width:100%;background:url("../img/footer_logo.png") no-repeat #5d6a74;background-position:34px 20px;display:flex;position:relative;padding:0 14px}@media only screen and (max-width: 959px){#footer #footer-box{flex-direction:column;padding:55px 0px 0;background-position:20px 20px}}#footer #footer-box>div{float:left;display:none;padding:75px 20px 70px;width:100%}@media only screen and (max-width: 959px){#footer #footer-box>div{padding:20px 20px 8px}}@media only screen and (min-width: 960px){#footer #footer-box>div{flex:1}}.edit-mode #footer #footer-box>div{display:block}#footer #footer-box>div.col-full{margin-top:10px;margin-bottom:80px;width:100%}#footer #footer-box>div.col-full li{display:inline-block;margin-right:35px}#footer #footer-box>div.col-full li a{font-size:15px}html[lang=ru-RU] #footer #footer-box>div.col-full li a{font-size:14px}#footer #footer-box>div.showDesktop:nth-of-type(2n){background:#687782}@media only screen and (min-width: 769px){#footer #footer-box>div.showDesktop{display:block}}.no-mediaquery #footer #footer-box>div.showDesktop{display:block}@media only screen and (max-width: 768px){#footer #footer-box>div.showMobile{display:block}}#footer #footer-box>div .heading{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:18px;line-height:20px;color:#fff;display:block;margin-bottom:25px;margin-top:0px}html[lang=jp-JP] #footer #footer-box>div .heading,html[lang=vi_VN] #footer #footer-box>div .heading,html[lang=zh-CN] #footer #footer-box>div .heading{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #footer #footer-box>div .heading,html[lang=ru-KZ] #footer #footer-box>div .heading{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #footer #footer-box>div .heading{font-size:17px}html[lang=ru-KZ] #footer #footer-box>div .heading{font-size:17px}@media only screen and (max-width: 768px){#footer #footer-box>div .heading{font-size:20px;line-height:23px}html[lang=ru-RU] #footer #footer-box>div .heading{font-size:19px}html[lang=ru-KZ] #footer #footer-box>div .heading{font-size:19px}}#landing-page #footer #footer-box>div .heading+ul a{font-size:15px;line-height:24px}html[lang=ru-RU] #landing-page #footer #footer-box>div .heading+ul a{font-size:14px}#footer #footer-box>div ul{margin:0px;padding:0px}#footer #footer-box>div h4,#footer #footer-box>div p{color:#fff;display:block;margin-top:0px;font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:18px}html[lang=jp-JP] #footer #footer-box>div h4,html[lang=vi_VN] #footer #footer-box>div h4,html[lang=zh-CN] #footer #footer-box>div h4,html[lang=jp-JP] #footer #footer-box>div p,html[lang=vi_VN] #footer #footer-box>div p,html[lang=zh-CN] #footer #footer-box>div p{font-family:Arial,sans-serif}html[lang=ru-RU] #footer #footer-box>div h4,html[lang=ru-KZ] #footer #footer-box>div h4,html[lang=ru-RU] #footer #footer-box>div p,html[lang=ru-KZ] #footer #footer-box>div p{font-family:Arial,sans-serif}html[lang=ru-RU] #footer #footer-box>div h4,html[lang=ru-RU] #footer #footer-box>div p{font-size:13px}html[lang=ru-KZ] #footer #footer-box>div h4,html[lang=ru-KZ] #footer #footer-box>div p{font-size:13px}#footer #footer-box>div h4{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:16px}html[lang=jp-JP] #footer #footer-box>div h4,html[lang=vi_VN] #footer #footer-box>div h4,html[lang=zh-CN] #footer #footer-box>div h4{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #footer #footer-box>div h4,html[lang=ru-KZ] #footer #footer-box>div h4{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #footer #footer-box>div h4{font-size:13px}html[lang=ru-KZ] #footer #footer-box>div h4{font-size:13px}#footer #footer-box>div a{color:#fff;display:block;font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:18px;margin-top:0px;margin-bottom:12px;text-decoration:none;padding-left:0}html[lang=jp-JP] #footer #footer-box>div a,html[lang=vi_VN] #footer #footer-box>div a,html[lang=zh-CN] #footer #footer-box>div a{font-family:Arial,sans-serif}html[lang=ru-RU] #footer #footer-box>div a,html[lang=ru-KZ] #footer #footer-box>div a{font-family:Arial,sans-serif}html[lang=ru-RU] #footer #footer-box>div a{font-size:13px}html[lang=ru-KZ] #footer #footer-box>div a{font-size:13px}#footer #footer-box>div a:hover{text-decoration:underline}#footer #footer-box>div a.ico-footer{display:inline-block}#footer #footer-box>div a.ico-footer svg{top:0px;width:27px;height:27px;left:0px}#footer #footer-box>div a.ico-footer svg:hover .xing_f0{fill:#ffc709}#footer #footer-box>div a.ico-footer svg:hover .linkedin_footer0{fill:#ffc709}#footer #footer-box>div a.ico-footer svg:hover #Fill-1{fill:#ffc709}#landing-page #footer #footer-box>div a{font-size:20px;line-height:28px}html[lang=ru-RU] #landing-page #footer #footer-box>div a{font-size:19px}#footer #fullsiteview{text-transform:uppercase;width:calc(100% - 20px);padding:5px 12px;text-align:center;border:1px solid #fff;color:#fff;margin:10px;text-decoration:none}@media only screen and (min-width: 769px){#footer #fullsiteview{display:none}}@media only screen and (max-width: 768px){#footer #fullsiteview{display:inline-block}}.blogEntryPrevNext+#footer.grey:before{background-color:transparent}.media{display:block;margin:0 0 0 1.5em}.media.photo{float:none;margin:0 0 50px 0;width:700px}.media.photo.small{float:right;width:200px;margin-bottom:0px}.media.photo.small.left{float:left;width:470px;margin:0 0 50px 0}.media.photo.left{float:left;width:470px;margin:0 1.5em 0 0}.media.photo.pos-2{float:right;width:470px;margin:0 0 0 1.5em}.media.photo.large{float:none;width:700px;margin:0 0 50px 0}@media only screen and (max-width: 768px){.media{margin:0px}.media.photo{float:none;width:100%}.media.photo.small{width:100%;float:none;margin:0 0 50px 0}.media.photo.small.left{float:none;margin:0 0 50px 0}.media.photo.pos-2{float:none;width:100%;margin:0}.media.photo.large{float:none;width:100%;margin:0 0 50px 0}.media img{width:100%}}#article .content .media{display:block;margin:0 0 0 1.5em}#article .content .media.photo{float:none;margin:0 0 50px 0;width:100%}#article .content .media.photo.small{float:right;width:200px;margin:0px}#article .content .media.photo.small.left{float:left;width:200px;margin:0 15px 0px 0}#article .content .media.photo.pos-2{float:right;width:270px;margin:0 0 0 1.5em}#article .content .media.photo.large{float:none;width:100%;margin:0 0 50px 0}#article .content .media.photo.left{float:left;width:270px;margin:0 1.5em 0 0}@media only screen and (max-width: 768px){#article .content .media{margin:0px}#article .content .media.photo{float:none;width:100%}#article .content .media.photo.small{width:100%;float:none;margin:0 0 50px 0}#article .content .media.photo.small.left{float:none;margin:0 0 50px 0}#article .content .media.photo.pos-2{float:none;width:100%;margin:0}#article .content .media.photo.large{float:none;width:100%;margin:0 0 50px 0}#article .content .media img{width:100%}}#root-home #burger{display:none}.cookies{background:#5d6a74;color:#fff;position:relative;z-index:222;padding-top:10px;padding-bottom:6px;display:none}.cookies span{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:18px;color:#fff;padding-right:100px;display:block}html[lang=jp-JP] .cookies span,html[lang=vi_VN] .cookies span,html[lang=zh-CN] .cookies span{font-family:Arial,sans-serif}html[lang=ru-RU] .cookies span,html[lang=ru-KZ] .cookies span{font-family:Arial,sans-serif}html[lang=ru-RU] .cookies span{font-size:13px}html[lang=ru-KZ] .cookies span{font-size:13px}.cookies span strong{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:16px}html[lang=jp-JP] .cookies span strong,html[lang=vi_VN] .cookies span strong,html[lang=zh-CN] .cookies span strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .cookies span strong,html[lang=ru-KZ] .cookies span strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .cookies span strong{font-size:13px}html[lang=ru-KZ] .cookies span strong{font-size:13px}@media only screen and (max-width: 768px){.cookies span{margin-bottom:10px;padding-right:0px}}.cookies a.button{color:#000;background:#fff;padding:6px 18px;border-radius:15px;margin-top:-2px;width:auto;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:16px;text-decoration:none}html[lang=jp-JP] .cookies a.button,html[lang=vi_VN] .cookies a.button,html[lang=zh-CN] .cookies a.button{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .cookies a.button,html[lang=ru-KZ] .cookies a.button{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .cookies a.button{font-size:13px}html[lang=ru-KZ] .cookies a.button{font-size:13px}.cookies a.button:first-child{margin-left:10px}@media only screen and (max-width: 768px){.cookies a.button{width:100%;text-align:center;margin:5px 0}.cookies a.button:first-child{margin-left:0}}.cookies a.hiddenButton{text-decoration:underline;float:none;display:inline-block;margin-top:-2px;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:16px}html[lang=jp-JP] .cookies a.hiddenButton,html[lang=vi_VN] .cookies a.hiddenButton,html[lang=zh-CN] .cookies a.hiddenButton{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .cookies a.hiddenButton,html[lang=ru-KZ] .cookies a.hiddenButton{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .cookies a.hiddenButton{font-size:13px}html[lang=ru-KZ] .cookies a.hiddenButton{font-size:13px}@media only screen and (max-width: 768px){.cookies a.hiddenButton{color:#fff;background:transparent;width:100%;text-align:center;margin:5px 0}}.cookies .close{float:right;margin-left:20px;display:block;cursor:pointer}.cookies__link{text-decoration:underline;display:inline-block;margin-top:-2px;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:16px;color:#fff}.cookies p{font-size:16px}.cookies__buttons{display:flex;justify-content:space-between}@media only screen and (max-width: 768px){.cookies__buttons{flex-direction:column}}@media all{.cookieInterupt .featherlight-close-icon{display:none}.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;background:rgba(0,0,0,.8)}.featherlight.close{cursor:pointer}.featherlight:before{content:"";display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:hidden;padding-top:35px;margin-left:5%;margin-right:5%;background:#fff;cursor:auto;white-space:normal;z-index:100}.featherlight .featherlight-inner{display:block;border:0px}}@media(max-width: 768px){.featherlight .featherlight-inner{display:inline-block}}@media all{.featherlight script.featherlight-inner,.featherlight link.featherlight-inner,.featherlight style.featherlight-inner{display:none}}@media all{.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:45px;width:45px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000;border:none;padding:0;font-size:1.2em}}@media only screen and (max-width: 768px){.featherlight .featherlight-close-icon{top:15px}}@media all{.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}}@media all{.featherlight iframe{border:none}}@media all{.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}}.featherlight-image img{width:320px;margin:auto;display:block}@media(min-width: 960px)and (min-height: 550px){.featherlight-image img{width:auto}}.interrupt-block{background-size:contain;min-width:960px;min-height:550px}@media(max-width: 768px){.interrupt-block{width:auto;min-width:auto}}.interrupt-super{position:relative}.interrupt-wrap{display:flex;position:absolute;top:0;left:0;width:100%;flex-direction:column;align-items:flex-end;justify-content:flex-end;height:100%;min-height:550px;padding-bottom:103px;padding-right:45px}@media(max-width: 768px){.interrupt-wrap{min-height:auto;padding-bottom:15px;padding-right:11px}}.interrupt-content{font-size:1.7em;color:#000;line-height:1.7em}@media(max-width: 768px){.interrupt-content{font-size:.6em;color:#000;line-height:1.2em}}.interrupt-btn{display:block;margin-right:70px;margin-top:11px;background:#ae3790;background:linear-gradient(0deg, #ae3790 0%, #ad3790 55%, #c57fb4 100%);text-transform:uppercase;color:#fff;text-decoration:none;padding:19px 32px;border-radius:15px;border:none;font-size:1.4em;font-weight:bold}@media(max-width: 768px){.interrupt-btn{padding:8px 11px;font-size:.4em;line-height:.5em;border-radius:6px;margin-top:8px;margin-right:26px}}.featherlight.featherlight-iframe .featherlight-content{border-bottom:0;padding:0}@media only screen and (max-width: 1024px){.featherlight{background:transparent}.featherlight.cookieInterupt{background:rgba(0,0,0,.8)}.featherlight .featherlight-content{box-shadow:0px 1px 5px 0px rgba(0,0,0,.75);border-radius:0px 0px;margin-left:0;margin-right:0;position:fixed;width:100%;bottom:0px;left:0px}}@media only screen and (max-width: 768px){.featherlight .featherlight-content{height:100%;-webkit-overflow-scrolling:touch;overflow-scrolling:touch}}.featherlight .featherlight-content{overflow-y:auto;max-height:100%}@media(max-width: 768px){.featherlight .featherlight-content{display:flex;justify-content:center}}span.diff-html-added{font-size:100%;background-color:#cfc;cursor:pointer}span.diff-html-removed{font-size:100%;text-decoration:line-through;background-color:#fc6f6f;cursor:pointer}span.diff-html-changed{background-color:#95c6fd;cursor:pointer}span.diff-html-selected{background-color:#f80;cursor:pointer}.metadataContainer{font-family:Courier}.metadataContainer .metadata-toggle{background:#f0f0f0;position:absolute;top:0;left:0;padding:3px 15px;cursor:pointer}.metadataContainer .metadata{background:#f0f0f0;position:absolute;top:24px;padding:15px;z-index:10;display:none}.metadataContainer .metadata span{display:block}.metadataContainer .metadata label{display:block;font-weight:bold}@media only screen and (max-width: 768px){.mobileBanner{position:fixed;bottom:-1000px;z-index:100;text-align:center;width:100%;background:#ffc709}.horizontalBanner{display:none}}@media only screen and (min-width: 769px){.horizontalBanner{position:fixed;bottom:-1000px;z-index:100;text-align:center;width:900px;left:50%;border-top-left-radius:175px;border-top-right-radius:175px;margin-left:-450px;padding-top:5px}.horizontalBanner div{position:absolute;right:70px;cursor:pointer;font-weight:bold}.mobileBanner{display:none}}.cart-overlay{background-color:#f9f9f9;border:1px solid #e8e8e8;display:none;position:absolute;width:468px;z-index:99;top:100%;margin-top:-5px;right:0;box-shadow:0 0 15px #e8e8e8}@media only screen and (max-width: 768px){.cart-overlay{width:100%}}.cart.active+.cart-overlay{display:block}.cart-overlay .cart-header{padding:20px;text-align:right}.cart-overlay .cart-header>strong{float:left}.cart-overlay .cart-header>span{color:#939393;font-size:.8em}html[lang=ru-RU] .cart-overlay .cart-header>span{font-size:0.7em}.cart-overlay .cart-header>a{color:#00838f;font-size:.8em;text-decoration:none;margin-left:10px;display:inline-block}html[lang=ru-RU] .cart-overlay .cart-header>a{font-size:0.7em}.cart-overlay .cart-items{padding:0 20px;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;background-color:#fff}.cart-overlay .cart-item{border-top:1px solid #e8e8e8;padding:20px 0 20px 105px;background-position:left center;background-repeat:no-repeat}.cart-overlay .cart-item:first-child{border-top:none}.cart-overlay .cart-item .cart-item-content{position:relative;min-height:95px;padding-bottom:24px}.cart-overlay .cart-item strong{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px}html[lang=jp-JP] .cart-overlay .cart-item strong,html[lang=vi_VN] .cart-overlay .cart-item strong,html[lang=zh-CN] .cart-overlay .cart-item strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .cart-overlay .cart-item strong,html[lang=ru-KZ] .cart-overlay .cart-item strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .cart-overlay .cart-item strong{font-size:15px}html[lang=ru-KZ] .cart-overlay .cart-item strong{font-size:15px}@media only screen and (max-width: 768px){.cart-overlay .cart-item strong{font-size:18px;line-height:20px}html[lang=ru-RU] .cart-overlay .cart-item strong{font-size:17px}html[lang=ru-KZ] .cart-overlay .cart-item strong{font-size:17px}}.cart-overlay .cart-item dl{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px;display:block;color:#939393;margin:0}html[lang=jp-JP] .cart-overlay .cart-item dl,html[lang=vi_VN] .cart-overlay .cart-item dl,html[lang=zh-CN] .cart-overlay .cart-item dl{font-family:Arial,sans-serif}html[lang=ru-RU] .cart-overlay .cart-item dl,html[lang=ru-KZ] .cart-overlay .cart-item dl{font-family:Arial,sans-serif}html[lang=ru-RU] .cart-overlay .cart-item dl{font-size:17px}html[lang=ru-KZ] .cart-overlay .cart-item dl{font-size:17px}@media only screen and (max-width: 768px){.cart-overlay .cart-item dl{line-height:23px}}.cart-overlay .cart-item dt{float:left}.cart-overlay .cart-item dt:after{content:": ";display:inline-block}.cart-overlay .cart-item dt.cart-sale{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px;color:#fff;padding:.5em 1em;font-weight:bold;margin-right:1em}html[lang=jp-JP] .cart-overlay .cart-item dt.cart-sale,html[lang=vi_VN] .cart-overlay .cart-item dt.cart-sale,html[lang=zh-CN] .cart-overlay .cart-item dt.cart-sale{font-family:Arial,sans-serif}html[lang=ru-RU] .cart-overlay .cart-item dt.cart-sale,html[lang=ru-KZ] .cart-overlay .cart-item dt.cart-sale{font-family:Arial,sans-serif}html[lang=ru-RU] .cart-overlay .cart-item dt.cart-sale{font-size:17px}html[lang=ru-KZ] .cart-overlay .cart-item dt.cart-sale{font-size:17px}@media only screen and (max-width: 768px){.cart-overlay .cart-item dt.cart-sale{line-height:23px}}.cart-overlay .cart-item dt.cart-sale:after{content:""}.cart-overlay .cart-item dd{margin:0}.cart-overlay .cart-item .cart-item-total{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px;bottom:0;color:#939393;line-height:26px;position:relative;width:100%}html[lang=jp-JP] .cart-overlay .cart-item .cart-item-total,html[lang=vi_VN] .cart-overlay .cart-item .cart-item-total,html[lang=zh-CN] .cart-overlay .cart-item .cart-item-total{font-family:Arial,sans-serif}html[lang=ru-RU] .cart-overlay .cart-item .cart-item-total,html[lang=ru-KZ] .cart-overlay .cart-item .cart-item-total{font-family:Arial,sans-serif}html[lang=ru-RU] .cart-overlay .cart-item .cart-item-total{font-size:17px}html[lang=ru-KZ] .cart-overlay .cart-item .cart-item-total{font-size:17px}@media only screen and (max-width: 768px){.cart-overlay .cart-item .cart-item-total{line-height:23px}}.cart-overlay .cart-item .cart-item-total strong{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px;color:#f58220}html[lang=jp-JP] .cart-overlay .cart-item .cart-item-total strong,html[lang=vi_VN] .cart-overlay .cart-item .cart-item-total strong,html[lang=zh-CN] .cart-overlay .cart-item .cart-item-total strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .cart-overlay .cart-item .cart-item-total strong,html[lang=ru-KZ] .cart-overlay .cart-item .cart-item-total strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .cart-overlay .cart-item .cart-item-total strong{font-size:15px}html[lang=ru-KZ] .cart-overlay .cart-item .cart-item-total strong{font-size:15px}@media only screen and (max-width: 768px){.cart-overlay .cart-item .cart-item-total strong{font-size:18px;line-height:20px}html[lang=ru-RU] .cart-overlay .cart-item .cart-item-total strong{font-size:17px}html[lang=ru-KZ] .cart-overlay .cart-item .cart-item-total strong{font-size:17px}}.cart-overlay .cart-item .cart-item-total .cart-item-price{color:#474747;float:right;text-align:right;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:18px;line-height:20px}html[lang=jp-JP] .cart-overlay .cart-item .cart-item-total .cart-item-price,html[lang=vi_VN] .cart-overlay .cart-item .cart-item-total .cart-item-price,html[lang=zh-CN] .cart-overlay .cart-item .cart-item-total .cart-item-price{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .cart-overlay .cart-item .cart-item-total .cart-item-price,html[lang=ru-KZ] .cart-overlay .cart-item .cart-item-total .cart-item-price{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .cart-overlay .cart-item .cart-item-total .cart-item-price{font-size:17px}html[lang=ru-KZ] .cart-overlay .cart-item .cart-item-total .cart-item-price{font-size:17px}@media only screen and (max-width: 768px){.cart-overlay .cart-item .cart-item-total .cart-item-price{font-size:20px;line-height:23px}html[lang=ru-RU] .cart-overlay .cart-item .cart-item-total .cart-item-price{font-size:19px}html[lang=ru-KZ] .cart-overlay .cart-item .cart-item-total .cart-item-price{font-size:19px}}.cart-overlay .cart-footer{padding:20px}@media only screen and (max-width: 768px){.cart-overlay .cart-footer{padding:20px 5px}}.cart-overlay .cart-subtotal{margin-bottom:20px;text-align:right}.cart-overlay .cart-subtotal.cart-subtotal-title{text-align:left}.cart-overlay .cart-subtotal strong{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:18px;line-height:20px;color:#f58220;display:block}html[lang=jp-JP] .cart-overlay .cart-subtotal strong,html[lang=vi_VN] .cart-overlay .cart-subtotal strong,html[lang=zh-CN] .cart-overlay .cart-subtotal strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .cart-overlay .cart-subtotal strong,html[lang=ru-KZ] .cart-overlay .cart-subtotal strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .cart-overlay .cart-subtotal strong{font-size:17px}html[lang=ru-KZ] .cart-overlay .cart-subtotal strong{font-size:17px}@media only screen and (max-width: 768px){.cart-overlay .cart-subtotal strong{font-size:20px;line-height:23px}html[lang=ru-RU] .cart-overlay .cart-subtotal strong{font-size:19px}html[lang=ru-KZ] .cart-overlay .cart-subtotal strong{font-size:19px}}.cart-overlay .cart-subtotal span{color:#939393;font-size:.8em}html[lang=ru-RU] .cart-overlay .cart-subtotal span{font-size:0.7em}.cart-overlay .cart-col{width:50%;padding-right:10px;float:left}@media only screen and (max-width: 768px){.cart-overlay .cart-col.mobile-wide{width:100%;padding:0px !important;margin-top:10px;float:none}}.cart-overlay .cart-col+.cart-col{padding-right:0;padding-left:10px}.cart-overlay .button{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:21px;letter-spacing:2px;text-transform:uppercase;background:var(--button_background_color, #f58220);border-radius:20px;color:#fff;display:inline-block;padding:10px 0px;text-align:center;text-decoration:none;border:0px;cursor:pointer;width:250px;margin-bottom:20px;width:100%}html[lang=jp-JP] .cart-overlay .button,html[lang=vi_VN] .cart-overlay .button,html[lang=zh-CN] .cart-overlay .button{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .cart-overlay .button,html[lang=ru-KZ] .cart-overlay .button{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .cart-overlay .button{font-size:13px}html[lang=ru-KZ] .cart-overlay .button{font-size:13px}.cart-overlay .button:hover{background:#646464;color:#fff;cursor:pointer}.cart-overlay .button:disabled{background-color:#ececec;color:#5d6a74;cursor:not-allowed}.cart-overlay .button.grey{background-color:#939393}.relatedProductsDetails .details a{text-decoration:none}.relatedProductsDetails .details a strong{color:#906494}.device-detector{visibility:hidden;height:0}@media only screen and (max-width: 768px){.device-detector:before{content:"small-device"}}@media only screen and (min-width: 769px)and (max-width: 959px){.device-detector:before{content:"medium-device"}}@media only screen and (min-width: 960px){.device-detector:before{content:"large-device"}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}to{opacity:1;-webkit-transform:none;transform:none}}.fade-up-in{opacity:0;animation:fadeInUp .5s ease-in-out 0s forwards}.fade-out{opacity:1;animation:fadeOut .1s ease-out;animation-fill-mode:forwards}.fade-in{opacity:0;animation:fadeIn .1s ease-in;animation-fill-mode:forwards}.textAlign--left{text-align:left}.textAlign--right{text-align:right}.textAlign--center{text-align:center}.accordion{padding-bottom:20px}@media only screen and (min-width: 960px){.accordion{margin-top:-30px}}#article .text-image .accordion{margin-top:20px}.accordion .accordionTitle{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px;color:#576269;cursor:pointer;padding-top:21px;clear:both;position:relative}html[lang=jp-JP] .accordion .accordionTitle,html[lang=vi_VN] .accordion .accordionTitle,html[lang=zh-CN] .accordion .accordionTitle{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .accordion .accordionTitle,html[lang=ru-KZ] .accordion .accordionTitle{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .accordion .accordionTitle{font-size:15px}html[lang=ru-KZ] .accordion .accordionTitle{font-size:15px}@media only screen and (max-width: 768px){.accordion .accordionTitle{font-size:18px;line-height:20px}html[lang=ru-RU] .accordion .accordionTitle{font-size:17px}html[lang=ru-KZ] .accordion .accordionTitle{font-size:17px}}@media only screen and (min-width: 960px){#article .accordion .accordionTitle{margin-left:135px}#article .text-image .accordion .accordionTitle{margin-left:0px;padding-top:20px}}.accordion .accordionTitle:hover{color:#f58220}.accordion .accordionTitle span{margin-left:15px;position:relative}.accordion .accordionTitle span:after,.accordion .accordionTitle span:before{border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;top:8px}.accordion .accordionTitle span:after{border-color:rgba(255,255,255,0);border-top-color:#fff;border-width:4px;margin-left:-4px}.accordion .accordionTitle span:before{border-color:rgba(245,130,32,0);border-top-color:#f58220;border-width:6px;margin-left:-6px}.accordion .accordionTitle.selected span:after,.accordion .accordionTitle.selected span:before{transform:rotate(180deg)}.accordion .accordionTitle.selected span:after{top:6px}.accordion .accordionTitle.selected span:before{top:2px}.accordion.readmore .accordionTitle{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:18px;line-height:20px;color:#5d6a74}html[lang=jp-JP] .accordion.readmore .accordionTitle,html[lang=vi_VN] .accordion.readmore .accordionTitle,html[lang=zh-CN] .accordion.readmore .accordionTitle{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .accordion.readmore .accordionTitle,html[lang=ru-KZ] .accordion.readmore .accordionTitle{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .accordion.readmore .accordionTitle{font-size:17px}html[lang=ru-KZ] .accordion.readmore .accordionTitle{font-size:17px}@media only screen and (max-width: 768px){.accordion.readmore .accordionTitle{font-size:20px;line-height:23px}html[lang=ru-RU] .accordion.readmore .accordionTitle{font-size:19px}html[lang=ru-KZ] .accordion.readmore .accordionTitle{font-size:19px}}.accordion.readmore .accordionTitle span{display:none}.accordion.readmore .accordionTitle:hover{color:#f58220}.accordion .accordionContent{display:none;clear:both;padding-top:20px}@media only screen and (max-width: 959px){.accordion .accordionContent{margin-left:-30px}}.accordion:not(.readmore) .accordionContent .text-image ul,.accordion:not(.readmore) .accordionContent .text-image p{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:21px;font-style:italic;color:#576269}html[lang=jp-JP] .accordion:not(.readmore) .accordionContent .text-image ul,html[lang=vi_VN] .accordion:not(.readmore) .accordionContent .text-image ul,html[lang=zh-CN] .accordion:not(.readmore) .accordionContent .text-image ul,html[lang=jp-JP] .accordion:not(.readmore) .accordionContent .text-image p,html[lang=vi_VN] .accordion:not(.readmore) .accordionContent .text-image p,html[lang=zh-CN] .accordion:not(.readmore) .accordionContent .text-image p{font-family:Arial,sans-serif}html[lang=ru-RU] .accordion:not(.readmore) .accordionContent .text-image ul,html[lang=ru-KZ] .accordion:not(.readmore) .accordionContent .text-image ul,html[lang=ru-RU] .accordion:not(.readmore) .accordionContent .text-image p,html[lang=ru-KZ] .accordion:not(.readmore) .accordionContent .text-image p{font-family:Arial,sans-serif}html[lang=ru-RU] .accordion:not(.readmore) .accordionContent .text-image ul,html[lang=ru-RU] .accordion:not(.readmore) .accordionContent .text-image p{font-size:15px}html[lang=ru-KZ] .accordion:not(.readmore) .accordionContent .text-image ul,html[lang=ru-KZ] .accordion:not(.readmore) .accordionContent .text-image p{font-size:15px}.accordion.onlyMobile .accordionContent .text-image ul,.accordion.onlyMobile .accordionContent .text-image p{font-style:normal;font-size:inherit;line-height:inherit;color:inherit}.accordion:not(.readmore) .accordionContent .text-image ul,.accordion:not(.readmore) .accordionContent .text-image ol{counter-reset:section;position:relative}.accordion:not(.readmore) .accordionContent .text-image li{position:relative;list-style:none}.accordion:not(.readmore) .accordionContent .text-image li:before{counter-increment:section;content:counter(section) ".";font-style:italic;left:-34px;position:absolute;text-align:right;display:block;width:24px}.accordion.onlyMobile .accordionTitle{display:none}.accordion.onlyMobile .accordionContent{display:block}@media only screen and (max-width: 959px){.accordion.onlyMobile .accordionTitle{display:block}.accordion.onlyMobile .accordionContent{display:none}}.application{padding:60px 0 0 0}.application .row{background:#fff;border:1px solid #e8e8e8;padding:50px 40px}@media only screen and (max-width: 768px){.application .row{padding:40px 20px}}.application .row>p{margin-bottom:30px;font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px}html[lang=jp-JP] .application .row>p,html[lang=vi_VN] .application .row>p,html[lang=zh-CN] .application .row>p{font-family:Arial,sans-serif}html[lang=ru-RU] .application .row>p,html[lang=ru-KZ] .application .row>p{font-family:Arial,sans-serif}html[lang=ru-RU] .application .row>p{font-size:17px}html[lang=ru-KZ] .application .row>p{font-size:17px}@media only screen and (max-width: 768px){.application .row>p{line-height:23px}}.application .row h2{margin-top:0px;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:31px}html[lang=jp-JP] .application .row h2,html[lang=vi_VN] .application .row h2,html[lang=zh-CN] .application .row h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .application .row h2,html[lang=ru-KZ] .application .row h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .application .row h2{font-size:25px}html[lang=ru-KZ] .application .row h2{font-size:25px}@media only screen and (max-width: 768px){.application .row h2{font-size:22px;line-height:24px}html[lang=ru-RU] .application .row h2{font-size:21px}html[lang=ru-KZ] .application .row h2{font-size:21px}}.application .row h2:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company .application .row h2:before{background:#f58220}.application .row h3{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px}html[lang=jp-JP] .application .row h3,html[lang=vi_VN] .application .row h3,html[lang=zh-CN] .application .row h3{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .application .row h3,html[lang=ru-KZ] .application .row h3{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .application .row h3{font-size:15px}html[lang=ru-KZ] .application .row h3{font-size:15px}@media only screen and (max-width: 768px){.application .row h3{font-size:18px;line-height:20px}html[lang=ru-RU] .application .row h3{font-size:17px}html[lang=ru-KZ] .application .row h3{font-size:17px}}.application .row .applicationBox p{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px}html[lang=jp-JP] .application .row .applicationBox p,html[lang=vi_VN] .application .row .applicationBox p,html[lang=zh-CN] .application .row .applicationBox p{font-family:Arial,sans-serif}html[lang=ru-RU] .application .row .applicationBox p,html[lang=ru-KZ] .application .row .applicationBox p{font-family:Arial,sans-serif}html[lang=ru-RU] .application .row .applicationBox p{font-size:17px}html[lang=ru-KZ] .application .row .applicationBox p{font-size:17px}@media only screen and (max-width: 768px){.application .row .applicationBox p{line-height:23px}}.application .row img.media.photo.pos-2{width:270px;display:block}.jumppoint~.jumppoint .application{padding:0px 0px 60px 0}.toc{display:none}.article-intro{position:relative;padding-top:53px}.article-intro>em{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px;padding-top:20px;display:block;color:#939393}html[lang=jp-JP] .article-intro>em,html[lang=vi_VN] .article-intro>em,html[lang=zh-CN] .article-intro>em{font-family:Arial,sans-serif}html[lang=ru-RU] .article-intro>em,html[lang=ru-KZ] .article-intro>em{font-family:Arial,sans-serif}html[lang=ru-RU] .article-intro>em{font-size:17px}html[lang=ru-KZ] .article-intro>em{font-size:17px}@media only screen and (max-width: 768px){.article-intro>em{line-height:23px}}.article-intro h1{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:31px;max-width:800px;margin-top:0}html[lang=jp-JP] .article-intro h1,html[lang=vi_VN] .article-intro h1,html[lang=zh-CN] .article-intro h1{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .article-intro h1,html[lang=ru-KZ] .article-intro h1{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .article-intro h1{font-size:25px}html[lang=ru-KZ] .article-intro h1{font-size:25px}@media only screen and (max-width: 768px){.article-intro h1{font-size:22px;line-height:24px}html[lang=ru-RU] .article-intro h1{font-size:21px}html[lang=ru-KZ] .article-intro h1{font-size:21px}}.article-intro h1:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company .article-intro h1:before{background:#f58220}.article-intro p{margin:15px 0 0 0}.article-intro img{display:block;margin-bottom:25px;margin-top:25px;width:100%}.article-intro .intro{font-family:"FuturaSB-Regular",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:22px;line-height:28px;max-width:800px;clear:both}html[lang=jp-JP] .article-intro .intro,html[lang=vi_VN] .article-intro .intro,html[lang=zh-CN] .article-intro .intro{font-family:Arial,sans-serif}html[lang=ru-RU] .article-intro .intro,html[lang=ru-KZ] .article-intro .intro{font-family:Arial,sans-serif}html[lang=ru-RU] .article-intro .intro{font-size:21px}html[lang=ru-KZ] .article-intro .intro{font-size:21px}@media only screen and (max-width: 768px){.article-intro .intro{line-height:25px}}@media only screen and (min-width: 960px){.article-intro .intro.right{float:left;max-width:530px}.article-intro .intro.left{float:right;max-width:530px;clear:none}}.article-intro .text-meta{color:#646464}.article-intro .text-meta ul{padding:0px 0px 25px}.article-intro .text-meta li{list-style:outside none none;padding:0px;float:right;margin:0px 4px 0px 0px}.article-intro .bio{margin-bottom:30px;font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:18px;color:#5d6a74}@media only screen and (min-width: 960px){.article-intro .bio{margin-left:135px}}html[lang=jp-JP] .article-intro .bio,html[lang=vi_VN] .article-intro .bio,html[lang=zh-CN] .article-intro .bio{font-family:Arial,sans-serif}html[lang=ru-RU] .article-intro .bio,html[lang=ru-KZ] .article-intro .bio{font-family:Arial,sans-serif}html[lang=ru-RU] .article-intro .bio{font-size:13px}html[lang=ru-KZ] .article-intro .bio{font-size:13px}.article-intro .bio img{width:40px;float:left;margin:0 10px 0 0;border-radius:20px}.article-intro .bio strong{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:16px}html[lang=jp-JP] .article-intro .bio strong,html[lang=vi_VN] .article-intro .bio strong,html[lang=zh-CN] .article-intro .bio strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .article-intro .bio strong,html[lang=ru-KZ] .article-intro .bio strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .article-intro .bio strong{font-size:13px}html[lang=ru-KZ] .article-intro .bio strong{font-size:13px}@media only screen and (min-width: 960px){.benefits .col-medium:first-child{padding:0 20px 0 0}}.benefits+.benefits{border-top:1px solid #e8e8e8;padding-top:60px}.benefits h2{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:31px;margin-top:0px}html[lang=jp-JP] .benefits h2,html[lang=vi_VN] .benefits h2,html[lang=zh-CN] .benefits h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .benefits h2,html[lang=ru-KZ] .benefits h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .benefits h2{font-size:25px}html[lang=ru-KZ] .benefits h2{font-size:25px}@media only screen and (max-width: 768px){.benefits h2{font-size:22px;line-height:24px}html[lang=ru-RU] .benefits h2{font-size:21px}html[lang=ru-KZ] .benefits h2{font-size:21px}}.benefits h2 a{color:#00838f}.benefits h3{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:22px;line-height:31px}html[lang=jp-JP] .benefits h3,html[lang=vi_VN] .benefits h3,html[lang=zh-CN] .benefits h3{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .benefits h3,html[lang=ru-KZ] .benefits h3{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .benefits h3{font-size:21px}html[lang=ru-KZ] .benefits h3{font-size:21px}@media only screen and (max-width: 768px){.benefits h3{font-size:18px;line-height:22px}html[lang=ru-RU] .benefits h3{font-size:17px}html[lang=ru-KZ] .benefits h3{font-size:17px}}.benefits h3:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company .benefits h3:before{background:#f58220}.benefits h3 a{color:#00838f}.benefits p:first-child{margin-top:0px}.benefits ul{padding-left:30px}@media only screen and (max-width: 959px){.benefits ul{margin:0px 30px}}.benefits ul li{list-style:none;margin-bottom:15px;position:relative}.benefits ul li:before{background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyMiAyMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjIgMjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLmNoZWNrbWFyazB7ZmlsbDojRjQ4MDFEO30NCjwvc3R5bGU+DQo8cG9seWdvbiBjbGFzcz0iY2hlY2ttYXJrMCIgcG9pbnRzPSIxNy40LDUuOCAxNC45LDQuMSA5LjksMTIuOCA3LjMsMTAgNS42LDEyLjUgMTAuNiwxNy40ICIvPg0KPC9zdmc+DQo=");background-size:contain;position:absolute;width:27px;height:27px;content:" ";left:-30px;top:-3px}@media only screen and (max-width: 959px){.benefits ul li:before{left:-5px}}.benefits .benefitBox strong{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px}html[lang=jp-JP] .benefits .benefitBox strong,html[lang=vi_VN] .benefits .benefitBox strong,html[lang=zh-CN] .benefits .benefitBox strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .benefits .benefitBox strong,html[lang=ru-KZ] .benefits .benefitBox strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .benefits .benefitBox strong{font-size:15px}html[lang=ru-KZ] .benefits .benefitBox strong{font-size:15px}@media only screen and (max-width: 768px){.benefits .benefitBox strong{font-size:18px;line-height:20px}html[lang=ru-RU] .benefits .benefitBox strong{font-size:17px}html[lang=ru-KZ] .benefits .benefitBox strong{font-size:17px}}.benefits .benefitBox ul{margin:0px}.benefits .benefitBox blockquote{margin:0;text-align:right}.benefits .benefitBox.testimonial{padding:60px 40px}.benefits .benefitBox cite{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:30px;text-align:center;width:100%;display:block;margin:15px 0}html[lang=jp-JP] .benefits .benefitBox cite,html[lang=vi_VN] .benefits .benefitBox cite,html[lang=zh-CN] .benefits .benefitBox cite{font-family:Arial,sans-serif}html[lang=ru-RU] .benefits .benefitBox cite,html[lang=ru-KZ] .benefits .benefitBox cite{font-family:Arial,sans-serif}html[lang=ru-RU] .benefits .benefitBox cite{font-size:25px}html[lang=ru-KZ] .benefits .benefitBox cite{font-size:25px}@media only screen and (max-width: 768px){.benefits .benefitBox cite{font-size:20px;line-height:23px}html[lang=ru-RU] .benefits .benefitBox cite{font-size:19px}html[lang=ru-KZ] .benefits .benefitBox cite{font-size:19px}}.benefits .benefitBox cite .quotationMark{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:34px;line-height:36px;line-height:0px;position:relative;top:48px;font-size:108px;font-weight:bold;opacity:.3}html[lang=jp-JP] .benefits .benefitBox cite .quotationMark,html[lang=vi_VN] .benefits .benefitBox cite .quotationMark,html[lang=zh-CN] .benefits .benefitBox cite .quotationMark{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .benefits .benefitBox cite .quotationMark,html[lang=ru-KZ] .benefits .benefitBox cite .quotationMark{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .benefits .benefitBox cite .quotationMark{font-size:33px}html[lang=ru-KZ] .benefits .benefitBox cite .quotationMark{font-size:33px}@media only screen and (max-width: 768px){.benefits .benefitBox cite .quotationMark{font-size:26px;line-height:28px}html[lang=ru-RU] .benefits .benefitBox cite .quotationMark{font-size:25px}html[lang=ru-KZ] .benefits .benefitBox cite .quotationMark{font-size:25px}}.benefits .benefitBox cite .quotationMark.french{top:20px}.benefits.withImage .benefitBox{background:transparent}.benefits.withImage .media{margin:0px}.benefits img{display:block;width:100%}#article .bracalculator{margin-left:99px}@media only screen and (max-width: 768px){#article .bracalculator{margin-left:0px;margin-right:0px}}#article .bracalculator table,#article .bracalculator img{width:100%}.bracalculator h2.eeStep1,.bracalculator h2.eeStep2,.bracalculator h2.eeStep3{display:block;color:#2f2f2e;margin-top:0;font-size:20px;font-weight:normal}html[lang=ru-RU] .bracalculator h2.eeStep1,html[lang=ru-RU] .bracalculator h2.eeStep2,html[lang=ru-RU] .bracalculator h2.eeStep3{font-size:19px}.bracalculator .diagram .description{padding-left:20px;padding-right:40px}.bracalculator table{width:295px}.bracalculator table td{padding:0px}.bracalculator .button{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:21px;letter-spacing:2px;text-transform:uppercase;background:var(--button_background_color, #f58220);border-radius:20px;color:#fff;display:inline-block;padding:10px 0px;text-align:center;text-decoration:none;border:0px;cursor:pointer;width:250px;width:100%}html[lang=jp-JP] .bracalculator .button,html[lang=vi_VN] .bracalculator .button,html[lang=zh-CN] .bracalculator .button{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .bracalculator .button,html[lang=ru-KZ] .bracalculator .button{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .bracalculator .button{font-size:13px}html[lang=ru-KZ] .bracalculator .button{font-size:13px}.bracalculator .button:hover{background:#646464;color:#fff;cursor:pointer}.bracalculator .button:disabled{background-color:#ececec;color:#5d6a74;cursor:not-allowed}.newsletterbox{background:#ffc709;padding:30px 30px 20px 30px;text-align:center;margin-bottom:20px}@media only screen and (min-width: 960px){#article .newsletterbox{margin-left:135px}}.newsletterbox .error{border:2px solid #c03636}.newsletterbox fieldset{border:none;padding:0px}.newsletterbox p{color:#fff;margin:0px;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:18px;line-height:20px;margin-bottom:10px}html[lang=jp-JP] .newsletterbox p,html[lang=vi_VN] .newsletterbox p,html[lang=zh-CN] .newsletterbox p{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .newsletterbox p,html[lang=ru-KZ] .newsletterbox p{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .newsletterbox p{font-size:17px}html[lang=ru-KZ] .newsletterbox p{font-size:17px}@media only screen and (max-width: 768px){.newsletterbox p{font-size:20px;line-height:23px}html[lang=ru-RU] .newsletterbox p{font-size:19px}html[lang=ru-KZ] .newsletterbox p{font-size:19px}}.newsletterbox input{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:18px;color:#646464;border:0px;padding:10px;margin:5px;width:calc(100% - 10px)}html[lang=jp-JP] .newsletterbox input,html[lang=vi_VN] .newsletterbox input,html[lang=zh-CN] .newsletterbox input{font-family:Arial,sans-serif}html[lang=ru-RU] .newsletterbox input,html[lang=ru-KZ] .newsletterbox input{font-family:Arial,sans-serif}html[lang=ru-RU] .newsletterbox input{font-size:13px}html[lang=ru-KZ] .newsletterbox input{font-size:13px}.newsletterbox input#lastname,.newsletterbox input#firstname{float:left;width:calc(50% - 10px)}.newsletterbox button{background:#646464;border-radius:20px;color:#fff;display:inline-block;padding:10px 0px;text-align:center;text-decoration:none;width:90%;border:0;cursor:pointer;margin:15px auto 0;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:21px;letter-spacing:2px;text-transform:uppercase}html[lang=jp-JP] .newsletterbox button,html[lang=vi_VN] .newsletterbox button,html[lang=zh-CN] .newsletterbox button{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .newsletterbox button,html[lang=ru-KZ] .newsletterbox button{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .newsletterbox button{font-size:13px}html[lang=ru-KZ] .newsletterbox button{font-size:13px}.newsletterbox button:hover{color:#646464;background:#fff}@media only screen and (max-width: 959px){.downloadCenter select{width:100%;margin-bottom:20px}}.downloadCenter ul{padding:40px 0 0 0;clear:both}.downloadCenter ul li{margin:0px;padding:20px 0;list-style:none;border-bottom:1px solid #e8e8e8}.downloadCenter ul li .title{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:30px;display:block;margin-bottom:15px}html[lang=jp-JP] .downloadCenter ul li .title,html[lang=vi_VN] .downloadCenter ul li .title,html[lang=zh-CN] .downloadCenter ul li .title{font-family:Arial,sans-serif}html[lang=ru-RU] .downloadCenter ul li .title,html[lang=ru-KZ] .downloadCenter ul li .title{font-family:Arial,sans-serif}html[lang=ru-RU] .downloadCenter ul li .title{font-size:25px}html[lang=ru-KZ] .downloadCenter ul li .title{font-size:25px}@media only screen and (max-width: 768px){.downloadCenter ul li .title{font-size:20px;line-height:23px}html[lang=ru-RU] .downloadCenter ul li .title{font-size:19px}html[lang=ru-KZ] .downloadCenter ul li .title{font-size:19px}}.downloadCenter ul li .title a{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:18px;text-decoration:none}html[lang=jp-JP] .downloadCenter ul li .title a,html[lang=vi_VN] .downloadCenter ul li .title a,html[lang=zh-CN] .downloadCenter ul li .title a{font-family:Arial,sans-serif}html[lang=ru-RU] .downloadCenter ul li .title a,html[lang=ru-KZ] .downloadCenter ul li .title a{font-family:Arial,sans-serif}html[lang=ru-RU] .downloadCenter ul li .title a{font-size:13px}html[lang=ru-KZ] .downloadCenter ul li .title a{font-size:13px}.downloadCenter ul li .subtitle{font-size:18px;color:#646464;display:block;font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px;cursor:pointer;text-decoration:none}html[lang=ru-RU] .downloadCenter ul li .subtitle{font-size:17px}html[lang=jp-JP] .downloadCenter ul li .subtitle,html[lang=vi_VN] .downloadCenter ul li .subtitle,html[lang=zh-CN] .downloadCenter ul li .subtitle{font-family:Arial,sans-serif}html[lang=ru-RU] .downloadCenter ul li .subtitle,html[lang=ru-KZ] .downloadCenter ul li .subtitle{font-family:Arial,sans-serif}html[lang=ru-RU] .downloadCenter ul li .subtitle{font-size:17px}html[lang=ru-KZ] .downloadCenter ul li .subtitle{font-size:17px}@media only screen and (max-width: 768px){.downloadCenter ul li .subtitle{line-height:23px}}.downloadCenter ul li .subtitle svg{width:22px;height:22px;stroke-width:.5;position:relative;left:0;top:5px}.downloadCenter ul li .subtitle span{color:#939393;font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:18px}html[lang=jp-JP] .downloadCenter ul li .subtitle span,html[lang=vi_VN] .downloadCenter ul li .subtitle span,html[lang=zh-CN] .downloadCenter ul li .subtitle span{font-family:Arial,sans-serif}html[lang=ru-RU] .downloadCenter ul li .subtitle span,html[lang=ru-KZ] .downloadCenter ul li .subtitle span{font-family:Arial,sans-serif}html[lang=ru-RU] .downloadCenter ul li .subtitle span{font-size:13px}html[lang=ru-KZ] .downloadCenter ul li .subtitle span{font-size:13px}.country-selector-wrapper{display:none}.country-selector{width:750px}@media only screen and (max-width: 768px){.country-selector{width:100%}}.country-selector .heading{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:31px;margin:0px}html[lang=jp-JP] .country-selector .heading,html[lang=vi_VN] .country-selector .heading,html[lang=zh-CN] .country-selector .heading{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .country-selector .heading,html[lang=ru-KZ] .country-selector .heading{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .country-selector .heading{font-size:25px}html[lang=ru-KZ] .country-selector .heading{font-size:25px}@media only screen and (max-width: 768px){.country-selector .heading{font-size:22px;line-height:24px}html[lang=ru-RU] .country-selector .heading{font-size:21px}html[lang=ru-KZ] .country-selector .heading{font-size:21px}}.country-selector .heading:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company .country-selector .heading:before{background:#f58220}.country-selector .heading:before{display:none}.country-selector .country-selector-maps{padding:20px 250px}@media only screen and (max-width: 768px){.country-selector .country-selector-maps{padding:20px 20px}}.country-selector .country-selector-maps img{display:none}.country-selector .country-selector-continent{display:flex;flex-wrap:wrap;line-height:initial;justify-content:space-between;margin:0;padding:20px 0}.country-selector .country-selector-continent li{list-style:outside none none;padding:0px;float:right;margin:0px 4px 0px 0px}.country-selector .country-selector-continent li a{color:#5d6a74;text-decoration:none;padding:9px 0}.country-selector .country-selector-continent li a.selected{padding:0px 0 4px;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:22px;border-bottom:3px solid #ffc709;color:#5d6a74}html[lang=jp-JP] .country-selector .country-selector-continent li a.selected,html[lang=vi_VN] .country-selector .country-selector-continent li a.selected,html[lang=zh-CN] .country-selector .country-selector-continent li a.selected{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .country-selector .country-selector-continent li a.selected,html[lang=ru-KZ] .country-selector .country-selector-continent li a.selected{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .country-selector .country-selector-continent li a.selected{font-size:17px}html[lang=ru-KZ] .country-selector .country-selector-continent li a.selected{font-size:17px}@media only screen and (max-width: 768px){.country-selector .country-selector-continent li a.selected{line-height:23px}}.country-selector .country-selector-countries{line-height:initial;min-height:386px;margin:15px 0 0 0;padding:0;display:block}.country-selector .country-selector-countries li{list-style:outside none none;margin-bottom:15px;padding:0px;width:25%;line-height:21px;float:left}@media only screen and (max-width: 768px){.country-selector .country-selector-countries li{width:100%;margin-bottom:10px}}.country-selector .country-selector-countries li a{color:#5d6a74;text-decoration:none}.country-selector .country-selector-international{text-align:center;line-height:initial}.country-selector .country-selector-international span{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:22px;padding-bottom:10px;display:block}html[lang=jp-JP] .country-selector .country-selector-international span,html[lang=vi_VN] .country-selector .country-selector-international span,html[lang=zh-CN] .country-selector .country-selector-international span{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .country-selector .country-selector-international span,html[lang=ru-KZ] .country-selector .country-selector-international span{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .country-selector .country-selector-international span{font-size:17px}html[lang=ru-KZ] .country-selector .country-selector-international span{font-size:17px}@media only screen and (max-width: 768px){.country-selector .country-selector-international span{line-height:23px}}.country-selector .country-selector-international a{color:#5d6a74}.country-selector .country-selector-international a.local{margin-right:20px}.countryChange{margin:20px 0}.countryChange .heading{font-weight:bold;margin-bottom:8px}.countryChange ul{margin:0px 0 50px 0;padding:0px}.countryChange ul li{margin:0px;padding:0px;list-style:none}.countryChange ul li a{color:#474747}.conditionalCookieBasedInterupt h2{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:30px;text-decoration:none;margin-top:0px}html[lang=jp-JP] .conditionalCookieBasedInterupt h2,html[lang=vi_VN] .conditionalCookieBasedInterupt h2,html[lang=zh-CN] .conditionalCookieBasedInterupt h2{font-family:Arial,sans-serif}html[lang=ru-RU] .conditionalCookieBasedInterupt h2,html[lang=ru-KZ] .conditionalCookieBasedInterupt h2{font-family:Arial,sans-serif}html[lang=ru-RU] .conditionalCookieBasedInterupt h2{font-size:25px}html[lang=ru-KZ] .conditionalCookieBasedInterupt h2{font-size:25px}@media only screen and (max-width: 768px){.conditionalCookieBasedInterupt h2{font-size:20px;line-height:23px}html[lang=ru-RU] .conditionalCookieBasedInterupt h2{font-size:19px}html[lang=ru-KZ] .conditionalCookieBasedInterupt h2{font-size:19px}}.conditionalCookieBasedInterupt button{border-radius:4px;color:#fff;display:inline-block;padding:10px 0px;text-align:center;text-decoration:none;min-width:150px;max-width:222px;cursor:pointer;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px;margin-top:5px;border:0}html[lang=jp-JP] .conditionalCookieBasedInterupt button,html[lang=vi_VN] .conditionalCookieBasedInterupt button,html[lang=zh-CN] .conditionalCookieBasedInterupt button{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .conditionalCookieBasedInterupt button,html[lang=ru-KZ] .conditionalCookieBasedInterupt button{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .conditionalCookieBasedInterupt button{font-size:15px}html[lang=ru-KZ] .conditionalCookieBasedInterupt button{font-size:15px}@media only screen and (max-width: 768px){.conditionalCookieBasedInterupt button{font-size:18px;line-height:20px}html[lang=ru-RU] .conditionalCookieBasedInterupt button{font-size:17px}html[lang=ru-KZ] .conditionalCookieBasedInterupt button{font-size:17px}}.conditionalCookieBasedInterupt p{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px}html[lang=jp-JP] .conditionalCookieBasedInterupt p,html[lang=vi_VN] .conditionalCookieBasedInterupt p,html[lang=zh-CN] .conditionalCookieBasedInterupt p{font-family:Arial,sans-serif}html[lang=ru-RU] .conditionalCookieBasedInterupt p,html[lang=ru-KZ] .conditionalCookieBasedInterupt p{font-family:Arial,sans-serif}html[lang=ru-RU] .conditionalCookieBasedInterupt p{font-size:17px}html[lang=ru-KZ] .conditionalCookieBasedInterupt p{font-size:17px}@media only screen and (max-width: 768px){.conditionalCookieBasedInterupt p{line-height:23px}}select:not(.flatpickr-monthDropdown-months){border:1px solid #d2d2d2;color:#474747;padding:11px 16px;width:100%;cursor:pointer;font-family:"Neue Helvetica W02",Arial,sans-serif;font-weight:300;font-style:normal;-webkit-appearance:none;-moz-appearance:none;appearance:none;z-index:2;position:relative;background:transparent;display:block}select:not(.flatpickr-monthDropdown-months) option:disabled{color:#000}select:not(.flatpickr-monthDropdown-months)::-ms-expand{display:none}#mgnlhp{position:absolute;left:-500000px;top:-50000px}label.select,div.select{cursor:pointer;position:relative;display:block;width:calc(100% - 20px);background-color:#fff}label.select svg,div.select svg{stroke-width:.5;top:7px;right:15px;position:absolute;width:14px;z-index:10}label.select select,div.select select{z-index:11}label.select select:focus+svg,div.select select:focus+svg{transform:rotate(180deg)}.formErrorsDisplay a{color:#d2d2d2}.formError{display:none;font-weight:700;color:#c00;position:relative;border:solid 1px #c00;padding:.75em;margin:0 0 2em;line-height:1.1}.formError ul{margin:0;list-style:none}.formError p{display:inline-block;margin:0;padding-left:40px;vertical-align:middle}.formError .fa-exclamation-circle{position:absolute;top:50%;transform:translateY(-50%);left:.25em;text-align:center;color:#c00}.expand label.select,.appearance label.select{position:relative}.form-intro h1{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:31px;margin-top:81px;max-width:800px}html[lang=jp-JP] .form-intro h1,html[lang=vi_VN] .form-intro h1,html[lang=zh-CN] .form-intro h1{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .form-intro h1,html[lang=ru-KZ] .form-intro h1{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .form-intro h1{font-size:25px}html[lang=ru-KZ] .form-intro h1{font-size:25px}@media only screen and (max-width: 768px){.form-intro h1{font-size:22px;line-height:24px}html[lang=ru-RU] .form-intro h1{font-size:21px}html[lang=ru-KZ] .form-intro h1{font-size:21px}}.form-intro h1:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company .form-intro h1:before{background:#f58220}.form-intro .intro{color:#646464;font-family:"FuturaSB-Regular",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:22px;line-height:28px;max-width:800px}html[lang=jp-JP] .form-intro .intro,html[lang=vi_VN] .form-intro .intro,html[lang=zh-CN] .form-intro .intro{font-family:Arial,sans-serif}html[lang=ru-RU] .form-intro .intro,html[lang=ru-KZ] .form-intro .intro{font-family:Arial,sans-serif}html[lang=ru-RU] .form-intro .intro{font-size:21px}html[lang=ru-KZ] .form-intro .intro{font-size:21px}@media only screen and (max-width: 768px){.form-intro .intro{line-height:25px}}.form{margin-bottom:40px}.form .required{float:right;margin-top:5px}.form fieldset{border:0px;width:100%;padding:0px;margin:0px}.form fieldset h2{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:22px;margin-bottom:50px}html[lang=jp-JP] .form fieldset h2,html[lang=vi_VN] .form fieldset h2,html[lang=zh-CN] .form fieldset h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .form fieldset h2,html[lang=ru-KZ] .form fieldset h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .form fieldset h2{font-size:17px}html[lang=ru-KZ] .form fieldset h2{font-size:17px}@media only screen and (max-width: 768px){.form fieldset h2{line-height:23px}}.form fieldset p{margin-top:-30px;margin-bottom:50px}.form hr{border:0px;border-top:1px solid}.form .form-row{margin-bottom:40px;position:relative}.form .form-row .form-item-m,.form .form-row .form-item-l{width:49%;margin-left:2%;position:relative;float:left}@media only screen and (max-width: 768px){.form .form-row .form-item-m,.form .form-row .form-item-l{width:100%;margin-left:0px}}.form .form-row .form-item-m select,.form .form-row .form-item-m label.select,.form .form-row .form-item-m input,.form .form-row .form-item-l select,.form .form-row .form-item-l label.select,.form .form-row .form-item-l input{width:100%}@media only screen and (max-width: 768px){.form .form-row .form-item-s+.form-item-s,.form .form-row .form-item-s+.form-item-m,.form .form-row .form-item-l+.form-item-l{margin-top:20px}}.form .form-row .form-item-s{width:24%;margin-left:1%;position:relative;float:left}@media only screen and (max-width: 768px){.form .form-row .form-item-s{width:100%;margin-left:0px}}.form .form-row .form-item-s select,.form .form-row .form-item-s input{width:100%}.form .form-row .mgnlEditor+.form-item-s,.form .form-row .mgnlEditor+.form-item-m,.form .form-row .mgnlEditor+.form-item-l,.form .form-row .form-item-s:first-child,.form .form-row .form-item-m:first-child,.form .form-row .form-item-l:first-child{margin-left:0}.form label.select{width:49%}.form select:not(.flatpickr-monthDropdown-months){width:100%;background:transparent;border:1px solid #e2e2e2;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px;color:#646464;padding:8px;appearance:none;border-radius:0px}html[lang=jp-JP] .form select:not(.flatpickr-monthDropdown-months),html[lang=vi_VN] .form select:not(.flatpickr-monthDropdown-months),html[lang=zh-CN] .form select:not(.flatpickr-monthDropdown-months){font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .form select:not(.flatpickr-monthDropdown-months),html[lang=ru-KZ] .form select:not(.flatpickr-monthDropdown-months){font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .form select:not(.flatpickr-monthDropdown-months){font-size:15px}html[lang=ru-KZ] .form select:not(.flatpickr-monthDropdown-months){font-size:15px}@media only screen and (max-width: 768px){.form select:not(.flatpickr-monthDropdown-months){font-size:18px;line-height:20px}html[lang=ru-RU] .form select:not(.flatpickr-monthDropdown-months){font-size:17px}html[lang=ru-KZ] .form select:not(.flatpickr-monthDropdown-months){font-size:17px}}@media only screen and (max-width: 768px){.form select:not(.flatpickr-monthDropdown-months){width:100%}}.form select:not(.flatpickr-monthDropdown-months) option{padding:0px}.form label+label{color:#646464;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px;position:absolute;top:-23px;left:0px;cursor:text;transition:.2s ease-out}html[lang=jp-JP] .form label+label,html[lang=vi_VN] .form label+label,html[lang=zh-CN] .form label+label{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .form label+label,html[lang=ru-KZ] .form label+label{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .form label+label{font-size:15px}html[lang=ru-KZ] .form label+label{font-size:15px}@media only screen and (max-width: 768px){.form label+label{font-size:18px;line-height:20px}html[lang=ru-RU] .form label+label{font-size:17px}html[lang=ru-KZ] .form label+label{font-size:17px}}html[dir=rtl] .form label+label{right:0px;left:auto}.form label{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px;color:#646464}html[lang=jp-JP] .form label,html[lang=vi_VN] .form label,html[lang=zh-CN] .form label{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .form label,html[lang=ru-KZ] .form label{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .form label{font-size:15px}html[lang=ru-KZ] .form label{font-size:15px}@media only screen and (max-width: 768px){.form label{font-size:18px;line-height:20px}html[lang=ru-RU] .form label{font-size:17px}html[lang=ru-KZ] .form label{font-size:17px}}.form textarea{width:100%;border:1px solid #e2e2e2;max-width:100%;padding:40px;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px;color:#646464;background:transparent}html[lang=jp-JP] .form textarea,html[lang=vi_VN] .form textarea,html[lang=zh-CN] .form textarea{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .form textarea,html[lang=ru-KZ] .form textarea{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .form textarea{font-size:15px}html[lang=ru-KZ] .form textarea{font-size:15px}@media only screen and (max-width: 768px){.form textarea{font-size:18px;line-height:20px}html[lang=ru-RU] .form textarea{font-size:17px}html[lang=ru-KZ] .form textarea{font-size:17px}}.form textarea:focus{border-color:#00838f;border-width:1px;padding:39px}.form input[type=number],.form input[type=email],.form input[type=password],.form input[type=text],.form input[type=date]{background:#fff;-moz-appearance:textfield;-webkit-appearance:textfield;border:1px solid #e2e2e2;width:49%;font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px;margin:0px 0px 15px;padding:8px;outline:none;box-shadow:none;color:#646464}html[lang=jp-JP] .form input[type=number],html[lang=vi_VN] .form input[type=number],html[lang=zh-CN] .form input[type=number],html[lang=jp-JP] .form input[type=email],html[lang=vi_VN] .form input[type=email],html[lang=zh-CN] .form input[type=email],html[lang=jp-JP] .form input[type=password],html[lang=vi_VN] .form input[type=password],html[lang=zh-CN] .form input[type=password],html[lang=jp-JP] .form input[type=text],html[lang=vi_VN] .form input[type=text],html[lang=zh-CN] .form input[type=text],html[lang=jp-JP] .form input[type=date],html[lang=vi_VN] .form input[type=date],html[lang=zh-CN] .form input[type=date]{font-family:Arial,sans-serif}html[lang=ru-RU] .form input[type=number],html[lang=ru-KZ] .form input[type=number],html[lang=ru-RU] .form input[type=email],html[lang=ru-KZ] .form input[type=email],html[lang=ru-RU] .form input[type=password],html[lang=ru-KZ] .form input[type=password],html[lang=ru-RU] .form input[type=text],html[lang=ru-KZ] .form input[type=text],html[lang=ru-RU] .form input[type=date],html[lang=ru-KZ] .form input[type=date]{font-family:Arial,sans-serif}html[lang=ru-RU] .form input[type=number],html[lang=ru-RU] .form input[type=email],html[lang=ru-RU] .form input[type=password],html[lang=ru-RU] .form input[type=text],html[lang=ru-RU] .form input[type=date]{font-size:17px}html[lang=ru-KZ] .form input[type=number],html[lang=ru-KZ] .form input[type=email],html[lang=ru-KZ] .form input[type=password],html[lang=ru-KZ] .form input[type=text],html[lang=ru-KZ] .form input[type=date]{font-size:17px}@media only screen and (max-width: 768px){.form input[type=number],.form input[type=email],.form input[type=password],.form input[type=text],.form input[type=date]{line-height:23px}}@media only screen and (max-width: 768px){.form input[type=number],.form input[type=email],.form input[type=password],.form input[type=text],.form input[type=date]{width:100%}}.form input[type=date]{min-height:41px}.form input[type=number]::-webkit-outer-spin-button,.form input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.form input[type=number]:focus,.form input[type=email]:focus,.form input[type=password]:focus,.form input[type=text]:focus{border-color:#00838f;border-width:1px}.form input[type=number]+label,.form input[type=email]+label,.form input[type=password]+label,.form input[type=text]+label,.form input[type=date]~label,.form .select+label{color:#646464;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px;position:absolute;top:-23px;left:0px;cursor:text;transition:.2s ease-out}html[lang=jp-JP] .form input[type=number]+label,html[lang=vi_VN] .form input[type=number]+label,html[lang=zh-CN] .form input[type=number]+label,html[lang=jp-JP] .form input[type=email]+label,html[lang=vi_VN] .form input[type=email]+label,html[lang=zh-CN] .form input[type=email]+label,html[lang=jp-JP] .form input[type=password]+label,html[lang=vi_VN] .form input[type=password]+label,html[lang=zh-CN] .form input[type=password]+label,html[lang=jp-JP] .form input[type=text]+label,html[lang=vi_VN] .form input[type=text]+label,html[lang=zh-CN] .form input[type=text]+label,html[lang=jp-JP] .form input[type=date]~label,html[lang=vi_VN] .form input[type=date]~label,html[lang=zh-CN] .form input[type=date]~label,html[lang=jp-JP] .form .select+label,html[lang=vi_VN] .form .select+label,html[lang=zh-CN] .form .select+label{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .form input[type=number]+label,html[lang=ru-KZ] .form input[type=number]+label,html[lang=ru-RU] .form input[type=email]+label,html[lang=ru-KZ] .form input[type=email]+label,html[lang=ru-RU] .form input[type=password]+label,html[lang=ru-KZ] .form input[type=password]+label,html[lang=ru-RU] .form input[type=text]+label,html[lang=ru-KZ] .form input[type=text]+label,html[lang=ru-RU] .form input[type=date]~label,html[lang=ru-KZ] .form input[type=date]~label,html[lang=ru-RU] .form .select+label,html[lang=ru-KZ] .form .select+label{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .form input[type=number]+label,html[lang=ru-RU] .form input[type=email]+label,html[lang=ru-RU] .form input[type=password]+label,html[lang=ru-RU] .form input[type=text]+label,html[lang=ru-RU] .form input[type=date]~label,html[lang=ru-RU] .form .select+label{font-size:15px}html[lang=ru-KZ] .form input[type=number]+label,html[lang=ru-KZ] .form input[type=email]+label,html[lang=ru-KZ] .form input[type=password]+label,html[lang=ru-KZ] .form input[type=text]+label,html[lang=ru-KZ] .form input[type=date]~label,html[lang=ru-KZ] .form .select+label{font-size:15px}@media only screen and (max-width: 768px){.form input[type=number]+label,.form input[type=email]+label,.form input[type=password]+label,.form input[type=text]+label,.form input[type=date]~label,.form .select+label{font-size:18px;line-height:20px}html[lang=ru-RU] .form input[type=number]+label,html[lang=ru-RU] .form input[type=email]+label,html[lang=ru-RU] .form input[type=password]+label,html[lang=ru-RU] .form input[type=text]+label,html[lang=ru-RU] .form input[type=date]~label,html[lang=ru-RU] .form .select+label{font-size:17px}html[lang=ru-KZ] .form input[type=number]+label,html[lang=ru-KZ] .form input[type=email]+label,html[lang=ru-KZ] .form input[type=password]+label,html[lang=ru-KZ] .form input[type=text]+label,html[lang=ru-KZ] .form input[type=date]~label,html[lang=ru-KZ] .form .select+label{font-size:17px}}html[dir=rtl] .form input[type=number]+label,html[dir=rtl] .form input[type=email]+label,html[dir=rtl] .form input[type=password]+label,html[dir=rtl] .form input[type=text]+label,html[dir=rtl] .form input[type=date]~label,html[dir=rtl] .form .select+label{right:0px;left:auto}.form label+span{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:21px;margin-top:-10px;margin-bottom:20px;display:block}html[lang=jp-JP] .form label+span,html[lang=vi_VN] .form label+span,html[lang=zh-CN] .form label+span{font-family:Arial,sans-serif}html[lang=ru-RU] .form label+span,html[lang=ru-KZ] .form label+span{font-family:Arial,sans-serif}html[lang=ru-RU] .form label+span{font-size:15px}html[lang=ru-KZ] .form label+span{font-size:15px}.form input[type=radio]+label{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px}html[lang=jp-JP] .form input[type=radio]+label,html[lang=vi_VN] .form input[type=radio]+label,html[lang=zh-CN] .form input[type=radio]+label{font-family:Arial,sans-serif}html[lang=ru-RU] .form input[type=radio]+label,html[lang=ru-KZ] .form input[type=radio]+label{font-family:Arial,sans-serif}html[lang=ru-RU] .form input[type=radio]+label{font-size:17px}html[lang=ru-KZ] .form input[type=radio]+label{font-size:17px}@media only screen and (max-width: 768px){.form input[type=radio]+label{line-height:23px}}.form .form-item{margin-top:7px}.form .form-item--horiz{float:left;margin-right:30px}.form .sendingto{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:30px;margin-top:11px;display:block}html[lang=jp-JP] .form .sendingto,html[lang=vi_VN] .form .sendingto,html[lang=zh-CN] .form .sendingto{font-family:Arial,sans-serif}html[lang=ru-RU] .form .sendingto,html[lang=ru-KZ] .form .sendingto{font-family:Arial,sans-serif}html[lang=ru-RU] .form .sendingto{font-size:25px}html[lang=ru-KZ] .form .sendingto{font-size:25px}@media only screen and (max-width: 768px){.form .sendingto{font-size:20px;line-height:23px}html[lang=ru-RU] .form .sendingto{font-size:19px}html[lang=ru-KZ] .form .sendingto{font-size:19px}}.form .button-wrapper{text-align:center}.form .button,.form button{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:21px;letter-spacing:2px;text-transform:uppercase;background:var(--button_background_color, #f58220);border-radius:20px;color:#fff;display:inline-block;padding:10px 0px;text-align:center;text-decoration:none;border:0px;cursor:pointer;width:250px;margin:0px}html[lang=jp-JP] .form .button,html[lang=vi_VN] .form .button,html[lang=zh-CN] .form .button,html[lang=jp-JP] .form button,html[lang=vi_VN] .form button,html[lang=zh-CN] .form button{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .form .button,html[lang=ru-KZ] .form .button,html[lang=ru-RU] .form button,html[lang=ru-KZ] .form button{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .form .button,html[lang=ru-RU] .form button{font-size:13px}html[lang=ru-KZ] .form .button,html[lang=ru-KZ] .form button{font-size:13px}.form .button:hover,.form button:hover{background:#646464;color:#fff;cursor:pointer}.form .button:disabled,.form button:disabled{background-color:#ececec;color:#5d6a74;cursor:not-allowed}.form .button.secondary,.form button.secondary{background-color:#5d6a74}.form #loginForm .form-row{margin-bottom:20px}.form a{color:#00838f;text-decoration:underline;margin:-20px 0 20px 0;display:inline-block}.form a:hover{text-decoration:underline}.form .text-image a{display:inline}.faux-dropdown button{border:0;background:none}.faux-dropdown+.faux-dropdown{margin-top:10px}@media only screen and (max-width: 959px){.faux-dropdown[data-collapsible-desktop=false]{cursor:pointer}.faux-dropdown[data-collapsible-desktop=false] button{border:2px solid #ccc;border-radius:5px;display:block;width:100%;text-align:left;position:relative;z-index:444;background-color:#fff}.faux-dropdown[data-collapsible-desktop=false] label{font-size:1em}.faux-dropdown[data-collapsible-desktop=false] .faux-dropdown-heading{padding-right:25px;padding-top:10px;padding-bottom:10px;margin:0}.faux-dropdown[data-collapsible-desktop=false] .faux-dropdown-heading--placeholder:before,.faux-dropdown[data-collapsible-desktop=false] .faux-dropdown-heading--placeholder:after{content:" - "}.faux-dropdown[data-collapsible-desktop=false] .faux-dropdown-heading{margin-top:0;margin-bottom:0}#nav-content .faux-dropdown[data-collapsible-desktop=false] .faux-dropdown-heading{margin-top:0;font-family:"FuturaSB-Regular",Arial,sans-serif}.faux-dropdown[data-collapsible-desktop=false] button:after{content:url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-down" class="svg-inline--fa fa-chevron-down fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"></path></svg>');width:15px;height:13px;position:absolute;right:8px;top:15px}}@media only screen and (min-width: 960px){.faux-dropdown[data-collapsible-desktop=false] button{padding-left:0;padding-right:0}.faux-dropdown[data-collapsible-desktop=false] button:focus,.faux-dropdown[data-collapsible-desktop=false] button:active{outline:0}}.faux-dropdown[data-collapsible-desktop=true]{cursor:pointer}.faux-dropdown[data-collapsible-desktop=true] button{border:2px solid #ccc;border-radius:5px;display:block;width:100%;text-align:left;position:relative;z-index:444;background-color:#fff}.faux-dropdown[data-collapsible-desktop=true] label{font-size:1em}.faux-dropdown[data-collapsible-desktop=true] .faux-dropdown-heading{padding-right:25px;padding-top:10px;padding-bottom:10px;margin:0}.faux-dropdown[data-collapsible-desktop=true] .faux-dropdown-heading--placeholder:before,.faux-dropdown[data-collapsible-desktop=true] .faux-dropdown-heading--placeholder:after{content:" - "}.faux-dropdown[data-collapsible-desktop=true] .faux-dropdown-heading{margin-top:0;margin-bottom:0}#nav-content .faux-dropdown[data-collapsible-desktop=true] .faux-dropdown-heading{margin-top:0;font-family:"FuturaSB-Regular",Arial,sans-serif}.faux-dropdown[data-collapsible-desktop=true] button:after{content:url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-down" class="svg-inline--fa fa-chevron-down fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"></path></svg>');width:15px;height:13px;position:absolute;right:8px;top:15px}@media only screen and (max-width: 959px){.faux-dropdown[aria-expanded=true][data-collapsible-desktop=false] button{border-bottom-left-radius:0;border-bottom-right-radius:0}.faux-dropdown[aria-expanded=true][data-collapsible-desktop=false] .faux-dropdown-content{display:block;position:absolute;z-index:555;background-color:#fff;padding:15px;box-shadow:1px 1px #ccc;border-top:none;min-width:200px}.faux-dropdown[aria-expanded=true][data-collapsible-desktop=false] button:after{transform:rotate(180deg);top:17px}.faux-dropdown[aria-expanded=true][data-collapsible-desktop=false] .faux-dropdown-item{padding-top:6px;padding-bottom:6px}}.faux-dropdown[aria-expanded=true][data-collapsible-desktop=true] button{border-bottom-left-radius:0;border-bottom-right-radius:0}.faux-dropdown[aria-expanded=true][data-collapsible-desktop=true] .faux-dropdown-content{display:block;position:absolute;z-index:555;background-color:#fff;padding:15px;box-shadow:1px 1px #ccc;border-top:none;min-width:200px}.faux-dropdown[aria-expanded=true][data-collapsible-desktop=true] button:after{transform:rotate(180deg);top:17px}.faux-dropdown[aria-expanded=true][data-collapsible-desktop=true] .faux-dropdown-item{padding-top:6px;padding-bottom:6px}@media only screen and (max-width: 959px){.faux-dropdown[aria-expanded=true] .faux-dropdown-content{left:15px;right:15px}.faux-dropdown[aria-expanded=true] .faux-dropdown-content h2{display:none}}@media only screen and (max-width: 959px){.faux-dropdown[aria-expanded=false][data-collapsible-desktop=false] .faux-dropdown-content{display:none}}.faux-dropdown[aria-expanded=false][data-collapsible-desktop=true] .faux-dropdown-content{display:none}.faux-select{min-width:200px}.faux-select input[type=radio]{display:none}.faux-select label{display:block;cursor:pointer;padding:0 5px}.faux-select label:hover{background-color:#00838f;color:#fff}@media only screen and (max-width: 959px){body[data-modal=true]:before{content:" ";background-color:rgba(77,77,77,.7);position:fixed;left:0;right:0;top:0;bottom:0;z-index:333}}.pumppicker_reset{float:right;background:#fff;padding:5px 10px;margin-top:-45px;cursor:pointer;position:relative;z-index:20;border:2px solid #ffc709}.pumppicker_reset:hover{background:#ffc709}.pumppicker{background:#ffc709;padding:15px 15px 1px 15px;margin:0 0 40px 0}.pumppicker:after{content:".";clear:both;display:block;visibility:hidden;height:0}.pumppicker .questionbox{background:#fff;margin-bottom:15px}@media only screen and (max-width: 959px){.pumppicker .questionbox{margin-right:10px;margin-left:13px}}.pumppicker .questionbox .next{float:right;background:#fff;padding:5px 10px;margin-bottom:15px;margin-top:60px;cursor:pointer}.pumppicker .questionbox .next:hover{background:#f0f0f0}.pumppicker .questionbox .reset{position:absolute;background:#fff;padding:5px 10px;margin-bottom:15px;margin-top:15px;cursor:pointer}.pumppicker .questionbox .reset:hover{background:#f0f0f0}.pumppicker .question{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:22px;color:#5d6a74;font-size:20px;padding:15px 10px 5px 10px;margin-bottom:5px}html[lang=jp-JP] .pumppicker .question,html[lang=vi_VN] .pumppicker .question,html[lang=zh-CN] .pumppicker .question{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .pumppicker .question,html[lang=ru-KZ] .pumppicker .question{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .pumppicker .question{font-size:17px}html[lang=ru-KZ] .pumppicker .question{font-size:17px}@media only screen and (max-width: 768px){.pumppicker .question{line-height:23px}}.pumppicker .question .description{font-family:"FuturaSB-Regular",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal}html[lang=jp-JP] .pumppicker .question .description,html[lang=vi_VN] .pumppicker .question .description,html[lang=zh-CN] .pumppicker .question .description{font-family:Arial,sans-serif}html[lang=ru-RU] .pumppicker .question .description,html[lang=ru-KZ] .pumppicker .question .description{font-family:Arial,sans-serif}.pumppicker .question .description b,.pumppicker .question .description strong{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal}html[lang=jp-JP] .pumppicker .question .description b,html[lang=vi_VN] .pumppicker .question .description b,html[lang=zh-CN] .pumppicker .question .description b,html[lang=jp-JP] .pumppicker .question .description strong,html[lang=vi_VN] .pumppicker .question .description strong,html[lang=zh-CN] .pumppicker .question .description strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .pumppicker .question .description b,html[lang=ru-KZ] .pumppicker .question .description b,html[lang=ru-RU] .pumppicker .question .description strong,html[lang=ru-KZ] .pumppicker .question .description strong{font-family:Arial,sans-serif;font-weight:bold}.pumppicker .question .tooltip{float:right;position:relative}.pumppicker .question .tooltip .tooltip-toogle{border-radius:20px;background:#f0f0f0;margin-right:2px;display:block;padding:2px 10px;cursor:pointer;font-size:13px}.pumppicker .question .tooltip .tooltip-toogle:hover{background:#ffc709;color:#fff}.pumppicker .question .tooltip input{display:none}.pumppicker .question .tooltip input:checked~.tooltip-description{display:block}.pumppicker .question .tooltip .tooltip-description{display:none;position:absolute;right:0;width:70vw;max-width:300px;background:#fff;z-index:20;padding:10px 10px;border:1px solid #f0f0f0;font-family:"FuturaSB-Regular",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#5d6a74;font-size:18px;line-height:20px;color:#000;margin-top:4px;box-shadow:2px 2px 5px -2px rgba(0,0,0,.25)}html[lang=jp-JP] .pumppicker .question .tooltip .tooltip-description,html[lang=vi_VN] .pumppicker .question .tooltip .tooltip-description,html[lang=zh-CN] .pumppicker .question .tooltip .tooltip-description{font-family:Arial,sans-serif}html[lang=ru-RU] .pumppicker .question .tooltip .tooltip-description,html[lang=ru-KZ] .pumppicker .question .tooltip .tooltip-description{font-family:Arial,sans-serif}html[lang=ru-RU] .pumppicker .question .tooltip .tooltip-description{font-size:17px}html[lang=ru-KZ] .pumppicker .question .tooltip .tooltip-description{font-size:17px}@media only screen and (max-width: 768px){.pumppicker .question .tooltip .tooltip-description{line-height:16px;font-size:14px}}.pumppicker .active{display:none}.pumppicker .productview{display:flex;padding-top:10px}@media only screen and (max-width: 768px){.pumppicker .productview{display:block}}.pumppicker .productview .image{flex:1;float:left;max-width:200px;margin:3px 20px 5px 10px}@media only screen and (max-width: 768px){.pumppicker .productview .image{float:none;text-align:center;max-width:100%}.pumppicker .productview .image img{width:200px !important}}.pumppicker .productview .image img{width:100%}.pumppicker .productview .description{flex:1;margin:40px 20px 0 0;padding-bottom:20px}.pumppicker .productview .description h2{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:31px;margin-top:0}html[lang=jp-JP] .pumppicker .productview .description h2,html[lang=vi_VN] .pumppicker .productview .description h2,html[lang=zh-CN] .pumppicker .productview .description h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .pumppicker .productview .description h2,html[lang=ru-KZ] .pumppicker .productview .description h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .pumppicker .productview .description h2{font-size:25px}html[lang=ru-KZ] .pumppicker .productview .description h2{font-size:25px}@media only screen and (max-width: 768px){.pumppicker .productview .description h2{font-size:22px;line-height:24px}html[lang=ru-RU] .pumppicker .productview .description h2{font-size:21px}html[lang=ru-KZ] .pumppicker .productview .description h2{font-size:21px}}.pumppicker .productview .description h2:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company .pumppicker .productview .description h2:before{background:#f58220}.pumppicker .productview .description p{margin:0 20px 20px 0}@media only screen and (max-width: 768px){.pumppicker .productview .description{margin:20px}}.pumppicker .productview .description b,.pumppicker .productview .description strong{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal}html[lang=jp-JP] .pumppicker .productview .description b,html[lang=vi_VN] .pumppicker .productview .description b,html[lang=zh-CN] .pumppicker .productview .description b,html[lang=jp-JP] .pumppicker .productview .description strong,html[lang=vi_VN] .pumppicker .productview .description strong,html[lang=zh-CN] .pumppicker .productview .description strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .pumppicker .productview .description b,html[lang=ru-KZ] .pumppicker .productview .description b,html[lang=ru-RU] .pumppicker .productview .description strong,html[lang=ru-KZ] .pumppicker .productview .description strong{font-family:Arial,sans-serif;font-weight:bold}.pumppicker .answers{padding:10px}.pumppicker .answers>span,.pumppicker .answers>button{color:var(--commonButton_color, #575757);cursor:pointer;background-color:var(--commonButton_bgColor, #ffc709);border:solid 2px var(--commonButton_borderColor, --commonButton_bgColor, #575757);border-radius:10px;letter-spacing:rem(-0.12px);min-width:250px;padding:13px 18px;text-transform:uppercase;transition:background-color .3s ease-in,color .3s ease-in,border-color .3s ease-in,box-shadow .3s ease-in;font:getFontWeight(bold) 20px/26px getFont(general);letter-spacing:.2px;position:relative;margin:0 0 10px 10px;font:inherit}.pumppicker .answers>span:hover,.pumppicker .answers>button:hover{color:#383838;background-color:var(--commonButton_bgColor_hovered, #f58220);border-color:var(--commonButton_borderColor_hovered, --commonButton_bgColor_hovered, #f58220);transition:background-color .1s ease-out,border-color .1s ease-out}.pumppicker .answers>span[href],.pumppicker .answers>span[data-href],.pumppicker .answers>button[href],.pumppicker .answers>button[data-href]{display:inline-block;text-align:center;text-decoration:none}.pumppicker .answers>span[aria-disabled=true],.pumppicker .answers>button[aria-disabled=true]{cursor:not-allowed;opacity:.7}@media only screen and (max-width: 768px){.pumppicker .answers>span,.pumppicker .answers>button{width:100%;margin:0 0 10px 0}}.pumppicker .answers>span b,.pumppicker .answers>span strong,.pumppicker .answers>button b,.pumppicker .answers>button strong{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal}html[lang=jp-JP] .pumppicker .answers>span b,html[lang=vi_VN] .pumppicker .answers>span b,html[lang=zh-CN] .pumppicker .answers>span b,html[lang=jp-JP] .pumppicker .answers>span strong,html[lang=vi_VN] .pumppicker .answers>span strong,html[lang=zh-CN] .pumppicker .answers>span strong,html[lang=jp-JP] .pumppicker .answers>button b,html[lang=vi_VN] .pumppicker .answers>button b,html[lang=zh-CN] .pumppicker .answers>button b,html[lang=jp-JP] .pumppicker .answers>button strong,html[lang=vi_VN] .pumppicker .answers>button strong,html[lang=zh-CN] .pumppicker .answers>button strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .pumppicker .answers>span b,html[lang=ru-KZ] .pumppicker .answers>span b,html[lang=ru-RU] .pumppicker .answers>span strong,html[lang=ru-KZ] .pumppicker .answers>span strong,html[lang=ru-RU] .pumppicker .answers>button b,html[lang=ru-KZ] .pumppicker .answers>button b,html[lang=ru-RU] .pumppicker .answers>button strong,html[lang=ru-KZ] .pumppicker .answers>button strong{font-family:Arial,sans-serif;font-weight:bold}.pumppicker .answers>span.selected:before,.pumppicker .answers>button.selected:before{content:" ";position:absolute;right:-7px;top:-8px;width:20px;height:20px;background:#fff;background-image:url("../svg/checkmark.svg");background-position-x:-1px;border:2px solid #ffc709;border-radius:10px}.pumppicker .button{color:var(--commonButton_color, #575757);cursor:pointer;background-color:var(--commonButton_bgColor, #ffc709);border:solid 2px var(--commonButton_borderColor, --commonButton_bgColor, #575757);border-radius:10px;letter-spacing:rem(-0.12px);min-width:250px;padding:13px 18px;text-transform:uppercase;transition:background-color .3s ease-in,color .3s ease-in,border-color .3s ease-in,box-shadow .3s ease-in;font:getFontWeight(bold) 20px/26px getFont(general);letter-spacing:.2px;margin:15px 0 5px 0;max-width:250px;width:100%}.pumppicker .button:hover{color:#383838;background-color:var(--commonButton_bgColor_hovered, #f58220);border-color:var(--commonButton_borderColor_hovered, --commonButton_bgColor_hovered, #f58220);transition:background-color .1s ease-out,border-color .1s ease-out}.pumppicker .button[href],.pumppicker .button[data-href]{display:inline-block;text-align:center;text-decoration:none}.pumppicker .button[aria-disabled=true]{cursor:not-allowed;opacity:.7}.pumppicker .button:hover{background:#ffc709;color:#65551a}.pumppicker .button.secondary{border:2px solid #fff;background:#ffc709;color:#fff}.pumppicker .button.secondary:hover{background:#fff;color:#ffc709}.pumppicker .fade-enter-active,.pumppicker .fade-leave-active{transition:all 1s}.pumppicker .fade-enter,.pumppicker .fade-leave-to{opacity:0;transform:translateY(15px)}.splash-text{position:relative;z-index:100;padding:30px 0 30px 40px;width:100%;text-align:center;color:#000;font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:30px}html[lang=jp-JP] .splash-text,html[lang=vi_VN] .splash-text,html[lang=zh-CN] .splash-text{font-family:Arial,sans-serif}html[lang=ru-RU] .splash-text,html[lang=ru-KZ] .splash-text{font-family:Arial,sans-serif}html[lang=ru-RU] .splash-text{font-size:25px}html[lang=ru-KZ] .splash-text{font-size:25px}@media only screen and (max-width: 768px){.splash-text{font-size:20px;line-height:23px}html[lang=ru-RU] .splash-text{font-size:19px}html[lang=ru-KZ] .splash-text{font-size:19px}}.splash-text span{display:block;width:100%;color:#5d6a74;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:34px;line-height:36px}html[lang=jp-JP] .splash-text span,html[lang=vi_VN] .splash-text span,html[lang=zh-CN] .splash-text span{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .splash-text span,html[lang=ru-KZ] .splash-text span{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .splash-text span{font-size:33px}html[lang=ru-KZ] .splash-text span{font-size:33px}@media only screen and (max-width: 768px){.splash-text span{font-size:26px;line-height:28px}html[lang=ru-RU] .splash-text span{font-size:25px}html[lang=ru-KZ] .splash-text span{font-size:25px}}.bigStage a{text-decoration:none;display:block}.bigStage.splash.wave-big{margin-top:10px}.bigStage.splash.wave-big .teaser-wrapper:before{left:90px;transform:rotate(98deg);top:-210px;width:900px;height:441px}@media only screen and (max-width: 1279px){.bigStage.splash.wave-big .teaser-wrapper:before{width:941px;height:654px}}@media only screen and (max-width: 959px){.bigStage.splash.wave-big .teaser-wrapper:before{left:-70px}}.bigStage.splash.wave-big .teaser-wrapper img{width:auto;float:right}.bigStage.splash .teaser-wrapper{background-repeat:no-repeat;background-size:cover;background-position:center;overflow:hidden}.bigStage.splash .teaser-wrapper .teaser-text{width:350px;position:relative;margin-top:0px;top:0px;height:100%;padding:40px 30px 40px 40px}@media only screen and (max-width: 768px){.bigStage.splash .teaser-wrapper .teaser-text{padding:20px 10px 20px 20px;width:170px}}.bigStage.splash .teaser-wrapper .teaser-text h2{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:34px;line-height:36px;padding:0px}html[lang=jp-JP] .bigStage.splash .teaser-wrapper .teaser-text h2,html[lang=vi_VN] .bigStage.splash .teaser-wrapper .teaser-text h2,html[lang=zh-CN] .bigStage.splash .teaser-wrapper .teaser-text h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .bigStage.splash .teaser-wrapper .teaser-text h2,html[lang=ru-KZ] .bigStage.splash .teaser-wrapper .teaser-text h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .bigStage.splash .teaser-wrapper .teaser-text h2{font-size:33px}html[lang=ru-KZ] .bigStage.splash .teaser-wrapper .teaser-text h2{font-size:33px}@media only screen and (max-width: 768px){.bigStage.splash .teaser-wrapper .teaser-text h2{font-size:26px;line-height:28px}html[lang=ru-RU] .bigStage.splash .teaser-wrapper .teaser-text h2{font-size:25px}html[lang=ru-KZ] .bigStage.splash .teaser-wrapper .teaser-text h2{font-size:25px}}@media only screen and (max-width: 768px){.bigStage.splash .teaser-wrapper .teaser-text h2{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:22px;color:#575757}html[lang=jp-JP] .bigStage.splash .teaser-wrapper .teaser-text h2,html[lang=vi_VN] .bigStage.splash .teaser-wrapper .teaser-text h2,html[lang=zh-CN] .bigStage.splash .teaser-wrapper .teaser-text h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .bigStage.splash .teaser-wrapper .teaser-text h2,html[lang=ru-KZ] .bigStage.splash .teaser-wrapper .teaser-text h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .bigStage.splash .teaser-wrapper .teaser-text h2{font-size:17px}html[lang=ru-KZ] .bigStage.splash .teaser-wrapper .teaser-text h2{font-size:17px}}@media only screen and (max-width: 768px)and (max-width: 768px){.bigStage.splash .teaser-wrapper .teaser-text h2{line-height:23px}}.bigStage.splash .teaser-wrapper .teaser-text p{font-family:"FuturaSB-Regular",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:22px;line-height:28px;padding:0px}html[lang=jp-JP] .bigStage.splash .teaser-wrapper .teaser-text p,html[lang=vi_VN] .bigStage.splash .teaser-wrapper .teaser-text p,html[lang=zh-CN] .bigStage.splash .teaser-wrapper .teaser-text p{font-family:Arial,sans-serif}html[lang=ru-RU] .bigStage.splash .teaser-wrapper .teaser-text p,html[lang=ru-KZ] .bigStage.splash .teaser-wrapper .teaser-text p{font-family:Arial,sans-serif}html[lang=ru-RU] .bigStage.splash .teaser-wrapper .teaser-text p{font-size:21px}html[lang=ru-KZ] .bigStage.splash .teaser-wrapper .teaser-text p{font-size:21px}@media only screen and (max-width: 768px){.bigStage.splash .teaser-wrapper .teaser-text p{line-height:25px}}@media only screen and (max-width: 768px){.bigStage.splash .teaser-wrapper .teaser-text p{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:18px}html[lang=jp-JP] .bigStage.splash .teaser-wrapper .teaser-text p,html[lang=vi_VN] .bigStage.splash .teaser-wrapper .teaser-text p,html[lang=zh-CN] .bigStage.splash .teaser-wrapper .teaser-text p{font-family:Arial,sans-serif}html[lang=ru-RU] .bigStage.splash .teaser-wrapper .teaser-text p,html[lang=ru-KZ] .bigStage.splash .teaser-wrapper .teaser-text p{font-family:Arial,sans-serif}html[lang=ru-RU] .bigStage.splash .teaser-wrapper .teaser-text p{font-size:13px}html[lang=ru-KZ] .bigStage.splash .teaser-wrapper .teaser-text p{font-size:13px}}.bigStage.splash .teaser-wrapper .teaser-text button{background:var(--button_background_color, #f58220);border-radius:20px;color:#fff;display:inline-block;padding:10px 0px;text-align:center;text-decoration:none;border:0px;cursor:pointer;width:250px;background-color:#fff;color:#000;width:200px;margin-top:40px;position:relative}.bigStage.splash .teaser-wrapper .teaser-text button:hover{background:#646464;color:#fff;cursor:pointer}.bigStage.splash .teaser-wrapper .teaser-text button:disabled{background-color:#ececec;color:#5d6a74;cursor:not-allowed}@media only screen and (max-width: 768px){.bigStage.splash .teaser-wrapper .teaser-text button{position:relative;padding:5px;width:150px}}.bigStage.wave-big .teaser-wrapper{position:relative;line-height:0;max-width:1044px}.bigStage.wave-big .teaser-wrapper:before{position:absolute;content:" ";bottom:0px;background:url("../svg/wave_big.svg");background-size:cover;width:100%;height:100%}.company .bigStage.wave-big .teaser-wrapper:before{background:url("../svg/wave_big_orange.svg")}.bigStage .teaser-wrapper img{width:100%}.bigStage .teaser-text{position:relative;z-index:10;background-color:#ffc709;margin-top:-100px;padding:30px 0 30px 70px;width:100%}.company .bigStage .teaser-text{background-color:#f58220}@media only screen and (max-width: 1279px){.bigStage .teaser-text{margin-top:-90px}}@media only screen and (max-width: 768px){.bigStage .teaser-text{margin-top:-30px;padding-top:10px;padding-left:20px;padding-bottom:10px}}.bigStage .teaser-text svg{stroke:#575757;position:absolute;top:30px;left:32px}@media only screen and (max-width: 768px){.bigStage .teaser-text svg{top:10px;left:18px}}.bigStage .teaser-text svg .link_w0,.bigStage .teaser-text svg .link_w1{stroke:inherit}.bigStage .teaser-text h2{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:34px;line-height:36px;line-height:24px;color:#575757;margin-top:0;margin-bottom:18px;padding-right:60px}html[lang=jp-JP] .bigStage .teaser-text h2,html[lang=vi_VN] .bigStage .teaser-text h2,html[lang=zh-CN] .bigStage .teaser-text h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .bigStage .teaser-text h2,html[lang=ru-KZ] .bigStage .teaser-text h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .bigStage .teaser-text h2{font-size:33px}html[lang=ru-KZ] .bigStage .teaser-text h2{font-size:33px}@media only screen and (max-width: 768px){.bigStage .teaser-text h2{font-size:26px;line-height:28px}html[lang=ru-RU] .bigStage .teaser-text h2{font-size:25px}html[lang=ru-KZ] .bigStage .teaser-text h2{font-size:25px}}#landing-page .bigStage .teaser-text h2{color:#000}@media only screen and (max-width: 768px){.bigStage .teaser-text h2{margin-bottom:3px;padding-right:0px;padding-left:30px}}.bigStage .teaser-text p{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:30px;color:#575757;line-height:28px;width:100%;margin:0;padding-right:60px}html[lang=jp-JP] .bigStage .teaser-text p,html[lang=vi_VN] .bigStage .teaser-text p,html[lang=zh-CN] .bigStage .teaser-text p{font-family:Arial,sans-serif}html[lang=ru-RU] .bigStage .teaser-text p,html[lang=ru-KZ] .bigStage .teaser-text p{font-family:Arial,sans-serif}html[lang=ru-RU] .bigStage .teaser-text p{font-size:25px}html[lang=ru-KZ] .bigStage .teaser-text p{font-size:25px}@media only screen and (max-width: 768px){.bigStage .teaser-text p{font-size:20px;line-height:23px}html[lang=ru-RU] .bigStage .teaser-text p{font-size:19px}html[lang=ru-KZ] .bigStage .teaser-text p{font-size:19px}}@media only screen and (max-width: 768px){.bigStage .teaser-text p{padding-right:0px;padding-left:30px}}.bigStage .teaser-text p:before{position:absolute;left:40px;top:-6px}#landing-page .bigStage .teaser-text p:before{display:none}@media only screen and (max-width: 768px){.bigStage .teaser-text p:before{left:15px;top:0px}}.smallTeasers{padding:20px;background-color:rgba(245,245,245,.7);display:flex;flex-wrap:nowrap;justify-content:space-evenly}@media only screen and (max-width: 768px){.smallTeasers{display:block;padding:0}}.smallTeasers .smallTeaser{margin-right:20px;width:320px;background:#fff;border-top:2px solid #ffc709;border-bottom:2px solid #ffc709;display:flex}.company .smallTeasers .smallTeaser{border-color:#b95b09}.smallTeasers .smallTeaser:last-child{margin-right:0}.smallTeasers .smallTeaser a{width:100%;display:flex;flex-direction:column;justify-content:space-between}@media only screen and (max-width: 768px){.smallTeasers .smallTeaser{width:100%;border-top:0;margin-bottom:35px}.bigStage a+.smallTeasers .smallTeaser{margin-top:35px}}.smallTeasers .smallTeaser.professionals{border-top:0px}.smallTeasers .smallTeaser.professionals .wave-small h2{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:18px;line-height:20px;color:#c13f8c !important;padding-left:20px}html[lang=jp-JP] .smallTeasers .smallTeaser.professionals .wave-small h2,html[lang=vi_VN] .smallTeasers .smallTeaser.professionals .wave-small h2,html[lang=zh-CN] .smallTeasers .smallTeaser.professionals .wave-small h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .smallTeasers .smallTeaser.professionals .wave-small h2,html[lang=ru-KZ] .smallTeasers .smallTeaser.professionals .wave-small h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .smallTeasers .smallTeaser.professionals .wave-small h2{font-size:17px}html[lang=ru-KZ] .smallTeasers .smallTeaser.professionals .wave-small h2{font-size:17px}@media only screen and (max-width: 768px){.smallTeasers .smallTeaser.professionals .wave-small h2{font-size:20px;line-height:23px}html[lang=ru-RU] .smallTeasers .smallTeaser.professionals .wave-small h2{font-size:19px}html[lang=ru-KZ] .smallTeasers .smallTeaser.professionals .wave-small h2{font-size:19px}}.smallTeasers .smallTeaser.healthcare{border-top:0px}.smallTeasers .smallTeaser.healthcare .wave-small h2{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:18px;line-height:20px;color:#2e497e !important;padding-left:20px}html[lang=jp-JP] .smallTeasers .smallTeaser.healthcare .wave-small h2,html[lang=vi_VN] .smallTeasers .smallTeaser.healthcare .wave-small h2,html[lang=zh-CN] .smallTeasers .smallTeaser.healthcare .wave-small h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .smallTeasers .smallTeaser.healthcare .wave-small h2,html[lang=ru-KZ] .smallTeasers .smallTeaser.healthcare .wave-small h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .smallTeasers .smallTeaser.healthcare .wave-small h2{font-size:17px}html[lang=ru-KZ] .smallTeasers .smallTeaser.healthcare .wave-small h2{font-size:17px}@media only screen and (max-width: 768px){.smallTeasers .smallTeaser.healthcare .wave-small h2{font-size:20px;line-height:23px}html[lang=ru-RU] .smallTeasers .smallTeaser.healthcare .wave-small h2{font-size:19px}html[lang=ru-KZ] .smallTeasers .smallTeaser.healthcare .wave-small h2{font-size:19px}}.smallTeasers .smallTeaser.company{border-top:0px}.smallTeasers .smallTeaser.company .wave-small h2{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:18px;line-height:20px;color:#b95b09 !important;padding-left:20px}html[lang=jp-JP] .smallTeasers .smallTeaser.company .wave-small h2,html[lang=vi_VN] .smallTeasers .smallTeaser.company .wave-small h2,html[lang=zh-CN] .smallTeasers .smallTeaser.company .wave-small h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .smallTeasers .smallTeaser.company .wave-small h2,html[lang=ru-KZ] .smallTeasers .smallTeaser.company .wave-small h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .smallTeasers .smallTeaser.company .wave-small h2{font-size:17px}html[lang=ru-KZ] .smallTeasers .smallTeaser.company .wave-small h2{font-size:17px}@media only screen and (max-width: 768px){.smallTeasers .smallTeaser.company .wave-small h2{font-size:20px;line-height:23px}html[lang=ru-RU] .smallTeasers .smallTeaser.company .wave-small h2{font-size:19px}html[lang=ru-KZ] .smallTeasers .smallTeaser.company .wave-small h2{font-size:19px}}.smallTeasers .smallTeaser a{text-decoration:none}.smallTeasers .smallTeaser .wave-small{position:relative;line-height:0;max-width:1044px;-ms-flex-negative:0}.smallTeasers .smallTeaser .wave-small img{width:100%}.smallTeasers .smallTeaser .wave-small h2{color:#5d6a74;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px;position:relative;z-index:10;bottom:2px;width:100%;padding-left:50px;padding-right:20px;margin:16px 0 13px 0}html[lang=jp-JP] .smallTeasers .smallTeaser .wave-small h2,html[lang=vi_VN] .smallTeasers .smallTeaser .wave-small h2,html[lang=zh-CN] .smallTeasers .smallTeaser .wave-small h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .smallTeasers .smallTeaser .wave-small h2,html[lang=ru-KZ] .smallTeasers .smallTeaser .wave-small h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .smallTeasers .smallTeaser .wave-small h2{font-size:15px}html[lang=ru-KZ] .smallTeasers .smallTeaser .wave-small h2{font-size:15px}@media only screen and (max-width: 768px){.smallTeasers .smallTeaser .wave-small h2{font-size:18px;line-height:20px}html[lang=ru-RU] .smallTeasers .smallTeaser .wave-small h2{font-size:17px}html[lang=ru-KZ] .smallTeasers .smallTeaser .wave-small h2{font-size:17px}}.smallTeasers .smallTeaser .wave-small h2 svg{top:-5px;left:17px;position:absolute;stroke:#5d6a74}.smallTeasers .smallTeaser .wave-small h2:hover{color:#b95b09}.smallTeasers .smallTeaser .wave-small h2:hover svg{stroke:#b95b09}@media only screen and (max-width: 768px){.smallTeasers .smallTeaser .wave-small h2{font-size:18px}}.smallTeasers .smallTeaser p{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:18px;color:#000;padding:0 20px;margin:0px;text-decoration:none}html[lang=jp-JP] .smallTeasers .smallTeaser p,html[lang=vi_VN] .smallTeasers .smallTeaser p,html[lang=zh-CN] .smallTeasers .smallTeaser p{font-family:Arial,sans-serif}html[lang=ru-RU] .smallTeasers .smallTeaser p,html[lang=ru-KZ] .smallTeasers .smallTeaser p{font-family:Arial,sans-serif}html[lang=ru-RU] .smallTeasers .smallTeaser p{font-size:13px}html[lang=ru-KZ] .smallTeasers .smallTeaser p{font-size:13px}.smallTeasers .smallTeaser .readmore{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px;position:relative;color:#5d6a74;padding:20px 0 20px 20px;text-decoration:none;display:block}html[lang=jp-JP] .smallTeasers .smallTeaser .readmore,html[lang=vi_VN] .smallTeasers .smallTeaser .readmore,html[lang=zh-CN] .smallTeasers .smallTeaser .readmore{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .smallTeasers .smallTeaser .readmore,html[lang=ru-KZ] .smallTeasers .smallTeaser .readmore{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .smallTeasers .smallTeaser .readmore{font-size:15px}html[lang=ru-KZ] .smallTeasers .smallTeaser .readmore{font-size:15px}@media only screen and (max-width: 768px){.smallTeasers .smallTeaser .readmore{font-size:18px;line-height:20px}html[lang=ru-RU] .smallTeasers .smallTeaser .readmore{font-size:17px}html[lang=ru-KZ] .smallTeasers .smallTeaser .readmore{font-size:17px}}.smallTeasers .smallTeaser .readmore svg{margin-bottom:-8px;stroke:#5d6a74}.smallTeasers .smallTeaser .readmore:hover{color:#b95b09}.smallTeasers .smallTeaser .readmore:hover svg{stroke:#b95b09}.halfTeaser__img{position:relative;width:100%;height:315px;background-position:center;background-size:cover}@media only screen and (max-width: 768px){.halfTeaser__img{height:175px}}.halfTeaser__text{position:relative;z-index:10;background-color:#ffc709;width:100%;height:100px;padding-left:30px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}@media only screen and (max-width: 768px){.halfTeaser__text{padding:0 20px}}.halfTeaser__text svg{width:22px;height:22px}.halfTeaser__text h2{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:34px;line-height:36px;line-height:24px;font-size:30px;color:#575757;margin:0}html[lang=jp-JP] .halfTeaser__text h2,html[lang=vi_VN] .halfTeaser__text h2,html[lang=zh-CN] .halfTeaser__text h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .halfTeaser__text h2,html[lang=ru-KZ] .halfTeaser__text h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .halfTeaser__text h2{font-size:33px}html[lang=ru-KZ] .halfTeaser__text h2{font-size:33px}@media only screen and (max-width: 768px){.halfTeaser__text h2{font-size:26px;line-height:28px}html[lang=ru-RU] .halfTeaser__text h2{font-size:25px}html[lang=ru-KZ] .halfTeaser__text h2{font-size:25px}}.halfTeaser__linkWrap{display:flex;flex-flow:row nowrap;justify-content:center;margin-top:5px}.halfTeaser__link{margin-left:10px;text-decoration:none;font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:22px;line-height:24px}html[lang=jp-JP] .halfTeaser__link,html[lang=vi_VN] .halfTeaser__link,html[lang=zh-CN] .halfTeaser__link{font-family:Arial,sans-serif}html[lang=ru-RU] .halfTeaser__link,html[lang=ru-KZ] .halfTeaser__link{font-family:Arial,sans-serif}html[lang=ru-RU] .halfTeaser__link{font-size:21px}html[lang=ru-KZ] .halfTeaser__link{font-size:21px}@media only screen and (max-width: 768px){.halfTeaser__link{line-height:22px;font-size:24px}}@media only screen and (min-width: 769px)and (max-width: 959px){.halfTeaser__link{font-size:18px;line-height:20px}}@media only screen and (max-width: 768px){.halfTeaser__link{line-height:26px;font-size:22px}}.halfTeaser--half .halfTeaser__img{width:50%;float:left}@media only screen and (min-width: 960px){#article .content .imageGallery{margin-left:135px}}.imageGallery h2{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:22px;line-height:31px;margin:41px auto;max-width:960px}html[lang=jp-JP] .imageGallery h2,html[lang=vi_VN] .imageGallery h2,html[lang=zh-CN] .imageGallery h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .imageGallery h2,html[lang=ru-KZ] .imageGallery h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .imageGallery h2{font-size:21px}html[lang=ru-KZ] .imageGallery h2{font-size:21px}@media only screen and (max-width: 768px){.imageGallery h2{font-size:18px;line-height:22px}html[lang=ru-RU] .imageGallery h2{font-size:17px}html[lang=ru-KZ] .imageGallery h2{font-size:17px}}.imageGallery h2:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company .imageGallery h2:before{background:#f58220}.imageGallery .fullview-image,.imageGallery .slider{max-width:960px;margin:0 auto;text-align:center}@media only screen and (max-width: 959px){.imageGallery .fullview-image,.imageGallery .slider{max-width:initial}}.imageGallery .fullview-image{line-height:0px}.imageGallery .fullview-image div.hide{display:none}.imageGallery .fullview-image div.hide+img{display:inline}.imageGallery .fullview-image div+img{display:none}.imageGallery .fullview-image img{width:100%}.imageGallery .slider{margin-bottom:20px;margin-top:15px}.imageGallery .slider .wrapper{display:block;margin:0 auto;max-width:840px;overflow:hidden;width:100%}.imageGallery .slider .viewport{margin:0 0 0 50px;width:calc(100% - 100px)}.imageGallery .slider .viewport .images .slide{float:left;width:19%;margin-right:5px;background:#000}.imageGallery .slider .viewport .images .slide.active img,.imageGallery .slider .viewport .images .slide:hover img{border-bottom:3px solid #ffc709;opacity:1}.imageGallery .slider .viewport .images .slide img{display:block;margin:0;max-width:92px;padding:0;width:100%;opacity:.9}@media only screen and (max-width: 959px){.imageGallery .slider .viewport .images .slide img{max-width:69px}}.imageGallery .slider>.control{font-size:22px;margin-top:-20px;top:50%}.imageGallery .slider .paging{display:none}.imageGallery .caption{margin-bottom:30px;font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:18px;color:#5d6a74;font-style:italic}html[lang=jp-JP] .imageGallery .caption,html[lang=vi_VN] .imageGallery .caption,html[lang=zh-CN] .imageGallery .caption{font-family:Arial,sans-serif}html[lang=ru-RU] .imageGallery .caption,html[lang=ru-KZ] .imageGallery .caption{font-family:Arial,sans-serif}html[lang=ru-RU] .imageGallery .caption{font-size:13px}html[lang=ru-KZ] .imageGallery .caption{font-size:13px}.imageGallery .caption strong{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:16px}html[lang=jp-JP] .imageGallery .caption strong,html[lang=vi_VN] .imageGallery .caption strong,html[lang=zh-CN] .imageGallery .caption strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .imageGallery .caption strong,html[lang=ru-KZ] .imageGallery .caption strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .imageGallery .caption strong{font-size:13px}html[lang=ru-KZ] .imageGallery .caption strong{font-size:13px}.insuranceBanner{position:relative;font-family:"Open Sans",sans-serif}.insuranceBanner__heading{font-weight:300;padding-top:20px;text-align:center;padding-bottom:10px;margin:0 0 .35em;font-size:2.25em;line-height:1;color:#000;text-transform:capitalize}@media only screen and (max-width: 768px){.insuranceBanner__heading{font-size:2.2em}}.insuranceBanner__img img{width:100%}.insuranceCallouts{padding:80px 40px;position:relative;font-family:"Open Sans",sans-serif}@media only screen and (max-width: 768px){.insuranceCallouts{padding:60px 0px}}.insuranceCallouts--hasBg{background-repeat:no-repeat;background-position:0 0;background-color:transparent;background-size:cover}.insuranceCallouts--hasAccent{margin-top:130px}.insuranceCallouts__img{border-radius:50%;border:10px solid #ffc709;position:absolute;left:-90px;top:-115px;max-width:260px}@media only screen and (max-width: 768px){.insuranceCallouts__img{display:none}}.insuranceCallouts__callouts{display:flex;flex-flow:row nowrap}@media only screen and (max-width: 768px){.insuranceCallouts__callouts{flex-direction:column}}.insuranceCallout__item{flex:1 0 33.33%;text-align:center;padding:0 10px}.insuranceCallout__link{display:block;text-decoration:none;cursor:pointer}.insuranceCallout__icon{width:45px;height:45px;background-color:#fff;display:block;margin:0 auto;border-radius:50%;border:1px solid #787878;padding:7px}.insuranceCallout__title{font-weight:700;font-size:.89em;color:#353535;margin:40px 0 10px}.insuranceCallout__copy{color:#666;line-height:1.75;font-weight:400;font-size:.89em}.insuranceLanding--editMode .insuranceCallouts--hasAccent{margin-top:0}.insuranceCallouts__callouts--editMode{margin:0 auto}.answer{font-style:normal;font-weight:700;margin-top:5px}.answer label{float:right}.dpp-form-item+.dpp-form-item{margin-top:20px}.answer-button{cursor:pointer}.dpp-hero-image{max-width:400px;align-self:flex-start;margin:0 auto}.dpp-hero-image img{margin:auto}.dpp-intro-content{margin:0 25px}.dpp-intro-content h2{display:block;margin-block-start:.83em;margin-block-end:.83em;margin-inline-start:0px;margin-inline-end:0px;font-size:2.3em;line-height:normal;font-weight:600;margin-top:5%;color:#000;max-width:600px}.dpp-intro-content h2:after{content:"";display:block;border-bottom:6px solid #ffc600;margin:10px 10px 10px 0;width:80px}@media only screen and (max-width: 768px){.dpp-intro-content h2{display:none}}.dpp-section-first{padding:0 0 40px;position:relative;background:no-repeat 0 bottom transparent;background-size:cover;z-index:1}.dpp-section-first-heading{padding-top:20px;text-align:center;padding-bottom:10px;font-size:2.25em;font-weight:300;color:#000;text-transform:capitalize;font-family:"Open Sans",Helvetica,Arial,sans-serif;line-height:1.2;margin:0 0 .35em}.dpp-start-form{background-color:#fff;border-radius:20px;padding:40px 60px;margin:20px auto 100px;max-width:520px}.dpp-start-form h3{color:#000;font-size:1.8em;font-weight:700;font-family:"Open Sans",Helvetica,Arial,sans-serif}.dpp-start-form label{margin-bottom:5px;font-size:1.2em;display:block}.dpp-start-form .form{margin-top:50px}.dpp-start-form .button{margin-top:25px}.dpp-start-form ul{margin-left:0;padding-left:0;overflow:hidden;list-style-type:none}.dpp-start-form li{padding-right:20px}.dpp-start-form input[type=radio]{margin-right:5px;width:19px;height:19px}.address span{display:block}#final-continue-button{display:none}.form-description{color:#222;font-style:italic;line-height:1.65em;margin:0}.form-description:after{content:"";display:block;border-bottom:1px solid #999;margin:17px 10px 10px 0;width:55px}.insurance-form-field{font-size:inherit;background:#fff;padding:.5em;width:100%;height:2.5125em;border:1px solid #bbb;border-radius:0;-moz-transition:background .15s,border .15s,box-shadow .15s;-webkit-transition:background .15s,border .15s,box-shadow .15s;transition:background .15s,border .15s,box-shadow .15s}.left{float:left}.samples-optin{display:none}#samples-address-form{display:none}.state-insurance-plan-step{display:none}#suggested-address{display:none}#submitted-address{display:none}.tmr-optin{display:none}.insuranceTestimonialWrapper{font-family:"Open Sans",sans-serif;margin:0 auto;padding:50px 0}@media only screen and (min-width: 1024px){.insuranceTestimonialWrapper{max-width:1044px}}@media only screen and (max-width: 1279px){.insuranceTestimonialWrapper{max-width:942px}}@media only screen and (max-width: 768px){.insuranceTestimonialWrapper{padding:30px 0}}.insuranceTestimonials__title{font-weight:300;font-size:32px;margin-bottom:1em;padding:0 10px;text-align:center;line-height:1.2;color:#000}.insuranceTestimonialWrapper .slider .control.prev,.insuranceTestimonialWrapper .slider .control.next{display:none}.insuranceTestimonialWrapper .slider .paging{margin-top:0px;position:absolute;width:100%;bottom:10px}@media only screen and (max-width: 768px){.insuranceTestimonialWrapper .slider .paging{margin-top:10px;position:relative;width:100%;padding:10px}}.insuranceTestimonialWrapper .slider .paging .control{margin:0 10px}.insuranceTestimonialWrapper .slider .paging .control.slide:before{width:15px;height:15px;border:2px solid #666;background-color:#fff;border-radius:25px;font-size:0}.insuranceTestimonialWrapper .slider .paging .control.slide:hover:before,.insuranceTestimonialWrapper .slider .paging .control.slide.selected:before{background-color:#c4287c;border:2px solid #c4287c}.insuranceTestimonialWrapper .slider:before,.insuranceTestimonialWrapper .slider:after{content:"";position:absolute;display:block;width:100%;max-width:200px;height:100%}@media only screen and (max-width: 768px){.insuranceTestimonialWrapper .slider:before,.insuranceTestimonialWrapper .slider:after{max-width:75px}}.insuranceTestimonialWrapper .slider:before{background:url("../img/dpp-quote_left.png") no-repeat 0 0 transparent;background-size:contain;left:-10%;top:-10%}@media only screen and (max-width: 768px){.insuranceTestimonialWrapper .slider:before{left:0;top:-5%}}.insuranceTestimonialWrapper .slider:after{background:url("../img/dpp-quote_right.png") no-repeat 0 0 transparent;background-size:contain;right:-10%;bottom:-35%}@media only screen and (max-width: 768px){.insuranceTestimonialWrapper .slider:after{right:0;bottom:-75%}}.insuranceTestimonials .viewport{min-width:100%}.insuranceTestimonial{position:relative;width:100%;display:flex;float:left}@media only screen and (max-width: 768px){.insuranceTestimonial{display:inherit}}.insuranceTestimonial__infoWrapper{min-height:222px;text-align:center;position:relative;flex:1 1 66.66%}@media only screen and (max-width: 768px){.insuranceTestimonial__infoWrapper{width:100%;height:100%;margin-left:0;max-width:inherit}}.insuranceTestimonial__info{position:relative;text-align:left;top:50%;transform:translateY(-50%);width:100%;padding:0 50px 100px}.insuranceTestimonial__info h3{color:#999;font-style:italic;font-weight:500;font-size:1.4em;line-height:1.2;margin:0 0 .35em;padding:0 10%}@media only screen and (max-width: 768px){.insuranceTestimonial__info{position:relative;width:100%;height:100%;top:inherit;transform:inherit;padding:30px 0}}.insuranceTestimonial__author{text-align:center;color:#666;font-weight:400;font-size:16px}.insuranceLanding--editMode .insuranceTestimonial{display:block}.insuranceLanding--editMode .insuranceTestimonial__info{top:0;transform:translateY(0)}.flatpickr-calendar{background:transparent;overflow:hidden;max-height:0;opacity:0;visibility:hidden;text-align:center;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;display:none;font-size:14px !important;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-box-shadow:0 3px 13px rgba(0,0,0,.08);box-shadow:0 3px 13px rgba(0,0,0,.08)}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;visibility:visible;overflow:visible;max-height:640px}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 200ms cubic-bezier(0.23, 1, 0.32, 1);animation:fpFadeInDown 200ms cubic-bezier(0.23, 1, 0.32, 1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.hasWeeks{width:auto}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time{height:40px;border-top:1px solid rgba(72,72,72,.2)}.flatpickr-calendar.showTimeInput.hasTime .flatpickr-innerContainer{border-bottom:0}.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time{border:1px solid rgba(72,72,72,.2)}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:"";height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.rightMost:after{left:auto;right:22px}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:rgba(72,72,72,.2)}.flatpickr-calendar.arrowTop:after{border-bottom-color:#576269}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:rgba(72,72,72,.2)}.flatpickr-calendar.arrowBottom:after{border-top-color:#576269}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-month{border-radius:5px 5px 0 0;background:#576269;color:#fff !important;fill:#fff;height:28px;line-height:1 !important;text-align:center !important;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden}.flatpickr-month select{background-color:#576269 !important;color:#fff !important;border:none !important;flex-grow:1}.flatpickr-prev-month,.flatpickr-next-month{text-decoration:none;cursor:pointer;position:absolute;top:0px;line-height:16px;height:28px;padding:10px calc(3.57% - 1.5px);z-index:3}.flatpickr-prev-month i,.flatpickr-next-month i{position:relative}.flatpickr-prev-month.flatpickr-prev-month,.flatpickr-next-month.flatpickr-prev-month{left:0}.flatpickr-prev-month.flatpickr-next-month,.flatpickr-next-month.flatpickr-next-month{right:0}.flatpickr-prev-month:hover,.flatpickr-next-month:hover{color:#fff}.flatpickr-prev-month:hover svg,.flatpickr-next-month:hover svg{fill:#ffc709}.flatpickr-prev-month svg,.flatpickr-next-month svg{fill:#fff;width:14px;height:14px}.flatpickr-prev-month svg path,.flatpickr-next-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(72,72,72,.15);-webkit-box-sizing:border-box;box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0,0,0,.1)}.numInputWrapper span:active{background:rgba(0,0,0,.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0;display:none !important}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(72,72,72,.6);top:26%}.numInputWrapper span.arrowDown{top:50%;display:none !important}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(72,72,72,.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:rgba(255,255,255,.5)}.numInputWrapper:hover{background:rgba(0,0,0,.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:6.16px 0 0 0;line-height:1;height:28px;display:flex;text-align:center;-webkit-transform:translate3d(0px, 0px, 0px);transform:translate3d(0px, 0px, 0px)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0 ;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:#fff}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:#fff}.flatpickr-current-month input.cur-year{background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:11px !important;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(255,255,255,.5);background:transparent;pointer-events:none}.flatpickr-weekdays{background:#576269;text-align:center;overflow:hidden;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px}span.flatpickr-weekday{cursor:default;font-size:90%;background:#576269;color:#fff;line-height:1;margin:0;text-align:center;display:inline-block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:43px;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:307.875px;border-left:1px solid rgba(72,72,72,.2);border-right:1px solid rgba(72,72,72,.2)}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0px, 0px, 0px);transform:translate3d(0px, 0px, 0px);opacity:1}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#484848;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e2e2e2;border-color:#e2e2e2}.flatpickr-day.today{border-color:#bbb}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#bbb;background:#bbb;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#576269;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#576269}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange+.endRange,.flatpickr-day.startRange.startRange+.endRange,.flatpickr-day.endRange.startRange+.endRange{-webkit-box-shadow:-10px 0 0 #576269;box-shadow:-10px 0 0 #576269}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e2e2e2,5px 0 0 #e2e2e2;box-shadow:-5px 0 0 #e2e2e2,5px 0 0 #e2e2e2}.flatpickr-day.disabled,.flatpickr-day.disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(72,72,72,.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.disabled,.flatpickr-day.disabled:hover{cursor:not-allowed;color:rgba(72,72,72,.1)}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #576269,5px 0 0 #576269;box-shadow:-5px 0 0 #576269,5px 0 0 #576269}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{display:inline-block;float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;border-left:1px solid rgba(72,72,72,.2)}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(72,72,72,.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;background:#fff;border-bottom:1px solid rgba(72,72,72,.2)}.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background:#fff;border-radius:0 0 5px 5px}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#484848}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#484848}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;cursor:pointer;color:#484848;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time input.flatpickr-hour{font-weight:bold}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;display:inline-block;float:left;line-height:inherit;color:#484848;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time .flatpickr-am-pm:focus{background:#ececec}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.distributors{margin-bottom:40px}.distributor{color:#474747;min-height:450px;position:relative;margin-top:40px;overflow:hidden}.distributor:last-child{margin-bottom:60px}.distributor .address{padding-bottom:20px}@media only screen and (min-width: 769px){.distributor .address{float:left;width:48%}}.distributor .address strong{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px}html[lang=jp-JP] .distributor .address strong,html[lang=vi_VN] .distributor .address strong,html[lang=zh-CN] .distributor .address strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .distributor .address strong,html[lang=ru-KZ] .distributor .address strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .distributor .address strong{font-size:15px}html[lang=ru-KZ] .distributor .address strong{font-size:15px}@media only screen and (max-width: 768px){.distributor .address strong{font-size:18px;line-height:20px}html[lang=ru-RU] .distributor .address strong{font-size:17px}html[lang=ru-KZ] .distributor .address strong{font-size:17px}}.distributor .address h4{padding:0px 40px 0px 0px;font-weight:300}@media only screen and (max-width: 768px){.distributor .address h4{padding:0px 30px 0px 0px}}.distributor .address h4+h3{padding:0px 40px 0px 0px}@media only screen and (max-width: 768px){.distributor .address h4+h3{padding:0px 30px 0px 0px}}.distributor .address h3{padding:0px 40px 0px 0px;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:31px;margin-top:0px}@media only screen and (max-width: 768px){.distributor .address h3{padding:0px 30px 0px 0px}}html[lang=jp-JP] .distributor .address h3,html[lang=vi_VN] .distributor .address h3,html[lang=zh-CN] .distributor .address h3{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .distributor .address h3,html[lang=ru-KZ] .distributor .address h3{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .distributor .address h3{font-size:25px}html[lang=ru-KZ] .distributor .address h3{font-size:25px}@media only screen and (max-width: 768px){.distributor .address h3{font-size:22px;line-height:24px}html[lang=ru-RU] .distributor .address h3{font-size:21px}html[lang=ru-KZ] .distributor .address h3{font-size:21px}}.distributor .address h3:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company .distributor .address h3:before{background:#f58220}.distributor .address .mail{text-decoration:none;color:#474747}.distributor .address .mail svg{width:20px;height:20px;margin-bottom:-5px}.distributor .address .link{text-decoration:none;color:#474747}.distributor .address .link svg{width:20px;height:20px;margin-bottom:-5px}.distributor .address p{padding:0px}.distributor .address .button{color:#fff;background-color:#f58220;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:21px;letter-spacing:2px;text-transform:uppercase;border-radius:18.5px;height:37px;width:220px;display:block;text-align:center;text-decoration:none;text-transform:uppercase;bottom:40px;padding-top:9px}html[lang=jp-JP] .distributor .address .button,html[lang=vi_VN] .distributor .address .button,html[lang=zh-CN] .distributor .address .button{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .distributor .address .button,html[lang=ru-KZ] .distributor .address .button{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .distributor .address .button{font-size:13px}html[lang=ru-KZ] .distributor .address .button{font-size:13px}@media only screen and (max-width: 768px){.distributor .address .button{width:100%}}.distributor .address .button:hover{background:#646464}.distributor .map{border-top-right-radius:10px;border-bottom-right-radius:10px}@media only screen and (min-width: 769px){.distributor .map{float:right;width:50%}}@media only screen and (max-width: 768px){.distributor .map>div{height:200px !important}}.product+.filter-container{padding-bottom:0;margin-bottom:-60px}@media only screen and (max-width: 768px){.product+.filter-container{padding-bottom:0;margin-bottom:-30px}}.filter-container{display:flex;flex-direction:column;flex-wrap:wrap}@media only screen and (min-width: 960px){.filter-container{flex-direction:row}}.filter-container-filter{order:-1;margin-top:25px;max-width:100%}@media only screen and (min-width: 960px){.filter-container-filter{order:0;flex-basis:25%;padding-right:25px;margin-top:25px;max-width:none;min-width:0}}@media only screen and (max-width: 768px){.filter-container-filter .-desktop{display:none}}@media only screen and (min-width: 960px){.filter-container-filter .-mobile{display:none}}@media only screen and (min-width: 960px){.filter-container-grid{flex-basis:75%}}.filter-container-count{flex-basis:100%;font-size:.9em;margin-left:15px;margin-right:15px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding-bottom:5px}.filter-container-count hr{background-color:#ddd;margin:0}@media only screen and (min-width: 960px){.filter-container-count{margin-left:0;margin-right:0}}.filter{padding:25px;background-color:#fff;position:relative}.filter .filter-heading{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:1.2rem !important;margin-top:0 !important;margin-bottom:15px}html[lang=jp-JP] .filter .filter-heading,html[lang=vi_VN] .filter .filter-heading,html[lang=zh-CN] .filter .filter-heading{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .filter .filter-heading,html[lang=ru-KZ] .filter .filter-heading{font-family:Arial,sans-serif;font-weight:bold}.filter .filter-list{list-style:none;margin-bottom:0;margin-top:0;padding-left:0}.filter .filter-item{display:flex;justify-content:flex-start;margin-top:0}.filter .filter-item a{color:#b95b09}.filter input[type=checkbox]{margin:5px 10px 0 0}@media only screen and (min-width: 960px){.filter{border:1px solid #ccc}.filter .filter-item{font-size:.85em;margin-top:8px;padding:0}}.filter ul{margin-bottom:25px}.filter ul:last-child{margin-bottom:0}.sort-container-desktop{float:right;margin-top:5px}.sort-container-mobile{margin-top:10px}.filter-container__sellButton{padding-left:30px;padding-bottom:15px}.filter-container__sellButton .button{width:146px;height:39px;border-radius:8px;text-transform:none;font-size:20px;line-height:37px;letter-spacing:0;padding:0;color:#fff}.filter-container__addToCartButton{background-color:#ffc709}.filter-container__customizeButton{background-color:#f57a03}.shopProductsList__Select.tmrSelect{border:2px solid #ccc;border-radius:5px}.shopProductsList__Select.tmrSelect select.tmrSelectInput:not(.flatpickr-monthDropdown-months){height:49px;min-width:200px;padding-top:10px}.shopProductsList__Select.tmrSelect.-sort{margin-top:50px}@media(min-width: 960px){.shopProductsList__Select.tmrSelect.-sort{margin-top:0}}.shopProductsList__Select.tmrSelect.-sort .tmrSelectLabel{top:0;transform:translateY(calc(-10px - 100%));transition:color .3s ease,font-size .3s ease,line-height .3s ease,opacity .3s ease}@media(min-width: 960px){.shopProductsList__Select.tmrSelect.-sort .tmrSelectLabel{left:0;top:50%;transform:translate(calc(-20px - 100%), -50%)}}.shopProductsList__Select.tmrSelect.-sort.-focused .tmrSelectLabel,.shopProductsList__Select.tmrSelect.-sort.-filled .tmrSelectLabel{color:var(--tmrFieldLabel_color, #323b4f);font-size:21px;opacity:1}.links{padding-bottom:30px}@media only screen and (min-width: 960px){#article .links{margin-left:135px}}#article .links .col-medium{float:none;width:100%}.links .col-medium{padding:0 20px 0 0}.links .heading{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:18px;line-height:20px;padding:0px 0 21px 0}html[lang=jp-JP] .links .heading,html[lang=vi_VN] .links .heading,html[lang=zh-CN] .links .heading{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .links .heading,html[lang=ru-KZ] .links .heading{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .links .heading{font-size:17px}html[lang=ru-KZ] .links .heading{font-size:17px}@media only screen and (max-width: 768px){.links .heading{font-size:20px;line-height:23px}html[lang=ru-RU] .links .heading{font-size:19px}html[lang=ru-KZ] .links .heading{font-size:19px}}.links ul{margin:0px;padding:0px;margin-bottom:22px}.links ul ul{margin-left:20px}.links li{margin:0px;list-style:none;margin-bottom:12px}.links li a{text-decoration:none;color:#000}.links li.download a{display:block;position:relative;padding-left:29px}.links li.download a em{color:#5d6a74;font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px;display:inline-block}html[lang=jp-JP] .links li.download a em,html[lang=vi_VN] .links li.download a em,html[lang=zh-CN] .links li.download a em{font-family:Arial,sans-serif}html[lang=ru-RU] .links li.download a em,html[lang=ru-KZ] .links li.download a em{font-family:Arial,sans-serif}html[lang=ru-RU] .links li.download a em{font-size:17px}html[lang=ru-KZ] .links li.download a em{font-size:17px}@media only screen and (max-width: 768px){.links li.download a em{line-height:23px}}.links li.download a svg{width:22px;height:22px;stroke-width:.5;position:absolute;left:0}.links li.download a:hover{color:#b45908}.links li.download a:hover em{color:#b45908}.links li.download a:hover svg .link_download0,.links li.download a:hover svg .link_download1{fill:#b45908}.external a,.internal a{display:block;position:relative;padding-left:29px;text-decoration:none;color:#000}.external a svg,.internal a svg{width:22px;height:22px;stroke-width:.5;position:absolute;left:0}.external a:hover,.internal a:hover{color:#b45908}.external a:hover em,.internal a:hover em{color:#b45908}.external a:hover svg .link_download0,.external a:hover svg .link_download1,.external a:hover svg .link_dark0,.external a:hover svg .link_dark1,.internal a:hover svg .link_download0,.internal a:hover svg .link_download1,.internal a:hover svg .link_dark0,.internal a:hover svg .link_dark1{stroke:#b45908}#main .tabs{position:relative;background:#f3f3f5;margin:0px -2000px}@media only screen and (max-width: 959px){#main .tabs{padding:20px 2000px 0px;display:grid;background:#fff;border-bottom:2px solid #efefef}}@media only screen and (min-width: 960px){#main .tabs{padding:20px 2000px 20px}#main .tabs:before{position:absolute;content:" ";border-bottom:4px solid #efefef;width:1044px;top:61px}}#main .tabs .tabs__toggle{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px;display:inline-block;cursor:pointer;position:relative;z-index:2}html[lang=jp-JP] #main .tabs .tabs__toggle,html[lang=vi_VN] #main .tabs .tabs__toggle,html[lang=zh-CN] #main .tabs .tabs__toggle{font-family:Arial,sans-serif}html[lang=ru-RU] #main .tabs .tabs__toggle,html[lang=ru-KZ] #main .tabs .tabs__toggle{font-family:Arial,sans-serif}html[lang=ru-RU] #main .tabs .tabs__toggle{font-size:17px}html[lang=ru-KZ] #main .tabs .tabs__toggle{font-size:17px}@media only screen and (max-width: 768px){#main .tabs .tabs__toggle{line-height:23px}}@media only screen and (max-width: 959px){#main .tabs .tabs__toggle{width:100%;background:#f8f8f8;padding-top:15px;padding-bottom:15px;border-left:3px solid #f8f8f8;border-top:2px solid #efefef}#main .tabs .tabs__toggle:after,#main .tabs .tabs__toggle:before{border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;top:22px}#main .tabs .tabs__toggle:after{right:25px;border-color:rgba(255,255,255,0);border-top-color:#f8f8f8;border-width:7px;margin-left:-8px}#main .tabs .tabs__toggle.tabs__toggle_active{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px;border-left:3px solid #ffc709}html[lang=jp-JP] #main .tabs .tabs__toggle.tabs__toggle_active,html[lang=vi_VN] #main .tabs .tabs__toggle.tabs__toggle_active,html[lang=zh-CN] #main .tabs .tabs__toggle.tabs__toggle_active{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #main .tabs .tabs__toggle.tabs__toggle_active,html[lang=ru-KZ] #main .tabs .tabs__toggle.tabs__toggle_active{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #main .tabs .tabs__toggle.tabs__toggle_active{font-size:15px}html[lang=ru-KZ] #main .tabs .tabs__toggle.tabs__toggle_active{font-size:15px}}@media only screen and (max-width: 959px)and (max-width: 768px){#main .tabs .tabs__toggle.tabs__toggle_active{font-size:18px;line-height:20px}html[lang=ru-RU] #main .tabs .tabs__toggle.tabs__toggle_active{font-size:17px}html[lang=ru-KZ] #main .tabs .tabs__toggle.tabs__toggle_active{font-size:17px}}@media only screen and (max-width: 959px){#main .tabs .tabs__toggle.tabs__toggle_active:before{transform:rotate(180deg);top:10px}}@media only screen and (max-width: 959px){#main .tabs .tabs__toggle.tabs__toggle_active:after{border-top-color:#f8f8f8;transform:rotate(180deg);top:16px}}@media only screen and (max-width: 959px){#main .tabs .tabs__toggle:before{right:22px;border-color:rgba(245,130,32,0);border-top-color:#b45908;border-width:10px;margin-left:-12px}}@media only screen and (min-width: 960px){#main .tabs .tabs__toggle{padding:0px 15px;border-bottom:4px solid #efefef}#main .tabs .tabs__toggle:first-child{padding:0 10px 0 0}#main .tabs .tabs__toggle span{display:inline-block;padding:10px 4px;margin-bottom:-4px}#main .tabs .tabs__toggle.tabs__toggle_active{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:18px;line-height:20px}html[lang=jp-JP] #main .tabs .tabs__toggle.tabs__toggle_active,html[lang=vi_VN] #main .tabs .tabs__toggle.tabs__toggle_active,html[lang=zh-CN] #main .tabs .tabs__toggle.tabs__toggle_active{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #main .tabs .tabs__toggle.tabs__toggle_active,html[lang=ru-KZ] #main .tabs .tabs__toggle.tabs__toggle_active{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #main .tabs .tabs__toggle.tabs__toggle_active{font-size:17px}html[lang=ru-KZ] #main .tabs .tabs__toggle.tabs__toggle_active{font-size:17px}}@media only screen and (min-width: 960px)and (max-width: 768px){#main .tabs .tabs__toggle.tabs__toggle_active{font-size:20px;line-height:23px}html[lang=ru-RU] #main .tabs .tabs__toggle.tabs__toggle_active{font-size:19px}html[lang=ru-KZ] #main .tabs .tabs__toggle.tabs__toggle_active{font-size:19px}}@media only screen and (min-width: 960px){#main .tabs .tabs__toggle.tabs__toggle_active span{border-bottom:4px solid #b95b09}}#main .tabs .tabs__tab{padding:40px 0}#main .tabs .tabs__tab.tabMobile{display:none}#main .tabs .tabs__tab.activeEditMode{position:relative !important;left:0 !important}#main .tabs .tabs__tab.activeEditMode .tabs__toggle{width:100%}@media only screen and (max-width: 959px){#main .tabs .tabs__tab{display:none}#main .tabs .tabs__tab.tabMobile{display:block}}.relatedBlogPosts{background:#f0f0f0;border-bottom:1px solid #e8e8e8;border-top:1px solid #e8e8e8;padding:0 20px 20px 20px;margin:40px 0 -1px 0;position:relative}.relatedBlogPosts .heading{margin-top:21px;margin-bottom:21px}.relatedBlogPosts .slider{position:static}.relatedBlogPosts .slider .viewport{margin:0 -10px}.relatedBlogPosts .slider>.control{top:175px;display:block}.relatedBlogPosts .slider>.control.prev{left:50px}.relatedBlogPosts .slider>.control.next{right:50px}@media only screen and (max-width: 1279px){.relatedBlogPosts .slider>.control{display:none !important}}.relatedBlogPosts .blogpost{min-width:100%}.relatedBlogPosts .blogpost .slide{padding:0 10px}.relatedBlogPosts .blogpost .item{background:#fff;border:1px solid #e8e8e8;color:#939393;display:block;padding:20px;text-decoration:none;min-height:234px}.relatedBlogPosts .blogpost .item strong{display:block;font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px}html[lang=jp-JP] .relatedBlogPosts .blogpost .item strong,html[lang=vi_VN] .relatedBlogPosts .blogpost .item strong,html[lang=zh-CN] .relatedBlogPosts .blogpost .item strong{font-family:Arial,sans-serif}html[lang=ru-RU] .relatedBlogPosts .blogpost .item strong,html[lang=ru-KZ] .relatedBlogPosts .blogpost .item strong{font-family:Arial,sans-serif}html[lang=ru-RU] .relatedBlogPosts .blogpost .item strong{font-size:17px}html[lang=ru-KZ] .relatedBlogPosts .blogpost .item strong{font-size:17px}@media only screen and (max-width: 768px){.relatedBlogPosts .blogpost .item strong{line-height:23px}}.relatedBlogPosts .blogpost .item img{display:block;margin:0 auto 15px auto;width:100%}.pager ul{font-size:0px;margin:60px 0;padding:0px;text-align:center}.pager ul li{display:inline}.pager ul li em{display:none}.pager ul li strong{border-bottom:1px solid #00838f;color:#00838f;display:inline-block;font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px;height:50px;padding-top:14px;width:50px}html[lang=jp-JP] .pager ul li strong,html[lang=vi_VN] .pager ul li strong,html[lang=zh-CN] .pager ul li strong{font-family:Arial,sans-serif}html[lang=ru-RU] .pager ul li strong,html[lang=ru-KZ] .pager ul li strong{font-family:Arial,sans-serif}html[lang=ru-RU] .pager ul li strong{font-size:17px}html[lang=ru-KZ] .pager ul li strong{font-size:17px}@media only screen and (max-width: 768px){.pager ul li strong{line-height:23px}}.pager ul li a{border-bottom:1px solid #d2d2d2;color:#939393;display:inline-block;font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px;height:50px;padding-top:14px;text-decoration:none;width:50px}html[lang=jp-JP] .pager ul li a,html[lang=vi_VN] .pager ul li a,html[lang=zh-CN] .pager ul li a{font-family:Arial,sans-serif}html[lang=ru-RU] .pager ul li a,html[lang=ru-KZ] .pager ul li a{font-family:Arial,sans-serif}html[lang=ru-RU] .pager ul li a{font-size:17px}html[lang=ru-KZ] .pager ul li a{font-size:17px}@media only screen and (max-width: 768px){.pager ul li a{line-height:23px}}@media only screen and (max-width: 768px){.pager ul li a{width:45px}}.pager ul li a:hover{color:#00838f}.pager ul li.next a{border-bottom:0px}.pager ul li.previous a{border-bottom:0px}.product.bundleProduct h1{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:31px;margin-top:0px}html[lang=jp-JP] .product.bundleProduct h1,html[lang=vi_VN] .product.bundleProduct h1,html[lang=zh-CN] .product.bundleProduct h1{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .product.bundleProduct h1,html[lang=ru-KZ] .product.bundleProduct h1{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .product.bundleProduct h1{font-size:25px}html[lang=ru-KZ] .product.bundleProduct h1{font-size:25px}@media only screen and (max-width: 768px){.product.bundleProduct h1{font-size:22px;line-height:24px}html[lang=ru-RU] .product.bundleProduct h1{font-size:21px}html[lang=ru-KZ] .product.bundleProduct h1{font-size:21px}}.product.bundleProduct h1:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company .product.bundleProduct h1:before{background:#f58220}.product.bundleProduct p.subheadline{font-family:"FuturaSB-Regular",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:22px;line-height:28px}html[lang=jp-JP] .product.bundleProduct p.subheadline,html[lang=vi_VN] .product.bundleProduct p.subheadline,html[lang=zh-CN] .product.bundleProduct p.subheadline{font-family:Arial,sans-serif}html[lang=ru-RU] .product.bundleProduct p.subheadline,html[lang=ru-KZ] .product.bundleProduct p.subheadline{font-family:Arial,sans-serif}html[lang=ru-RU] .product.bundleProduct p.subheadline{font-size:21px}html[lang=ru-KZ] .product.bundleProduct p.subheadline{font-size:21px}@media only screen and (max-width: 768px){.product.bundleProduct p.subheadline{line-height:25px}}.product{position:relative;padding-top:40px}.product .logo{float:left;width:115px}.product .go-back-wrapper{display:flex}@media only screen and (max-width: 959px){.product .go-back-wrapper{display:none}}.product .go-back-wrapper .go-back-link{color:#353535}.product .go-back-wrapper .go-back-link:hover{cursor:pointer}.product .go-back-wrapper .go-back-link .go-back-icon svg{width:15px;height:15px}.product .go-back-wrapper .go-back-link .go-back-icon svg:hover{cursor:pointer}.product .headline{margin:10px 0 10px 0}@media only screen and (min-width: 960px){.product .headline h1{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:31px}html[lang=jp-JP] .product .headline h1,html[lang=vi_VN] .product .headline h1,html[lang=zh-CN] .product .headline h1{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .product .headline h1,html[lang=ru-KZ] .product .headline h1{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .product .headline h1{font-size:25px}html[lang=ru-KZ] .product .headline h1{font-size:25px}}@media only screen and (min-width: 960px)and (max-width: 768px){.product .headline h1{font-size:22px;line-height:24px}html[lang=ru-RU] .product .headline h1{font-size:21px}html[lang=ru-KZ] .product .headline h1{font-size:21px}}@media only screen and (max-width: 959px){.product .headline h1{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:31px}html[lang=jp-JP] .product .headline h1,html[lang=vi_VN] .product .headline h1,html[lang=zh-CN] .product .headline h1{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .product .headline h1,html[lang=ru-KZ] .product .headline h1{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .product .headline h1{font-size:25px}html[lang=ru-KZ] .product .headline h1{font-size:25px}}@media only screen and (max-width: 959px)and (max-width: 768px){.product .headline h1{font-size:22px;line-height:24px}html[lang=ru-RU] .product .headline h1{font-size:21px}html[lang=ru-KZ] .product .headline h1{font-size:21px}}@media only screen and (max-width: 959px){.product .headline h1:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company .product .headline h1:before{background:#f58220}}@media only screen and (min-width: 769px)and (max-width: 959px){.product .headline h1{margin-bottom:0px}}.product .product-intro-wrapper{display:flex;flex-direction:column}@media only screen and (min-width: 960px){.product .product-intro-wrapper{flex-direction:row}}.product .product-intro-wrapper .product-intro-content{margin:30px 0px;display:flex;flex-direction:column;width:100%}@media only screen and (min-width: 960px){.product .product-intro-wrapper .product-intro-content{width:60%;margin:0px 30px}}.product .product-intro-wrapper .product-intro-content .label-and-value-wrapper{display:flex;align-items:center}.product .product-intro-wrapper .product-intro-content .label-and-value-wrapper .product-field-label{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#4a4a4a;font-size:20px;width:60px;margin-right:20px}html[lang=jp-JP] .product .product-intro-wrapper .product-intro-content .label-and-value-wrapper .product-field-label,html[lang=vi_VN] .product .product-intro-wrapper .product-intro-content .label-and-value-wrapper .product-field-label,html[lang=zh-CN] .product .product-intro-wrapper .product-intro-content .label-and-value-wrapper .product-field-label{font-family:Arial,sans-serif}html[lang=ru-RU] .product .product-intro-wrapper .product-intro-content .label-and-value-wrapper .product-field-label,html[lang=ru-KZ] .product .product-intro-wrapper .product-intro-content .label-and-value-wrapper .product-field-label{font-family:Arial,sans-serif}.product .product-intro-wrapper .product-intro-content .product-price-and-options{display:flex;flex-wrap:wrap;justify-content:space-between}@media only screen and (max-width: 768px){.product .product-intro-wrapper .product-intro-content .product-price-and-options{flex-direction:column}}.product .product-intro-wrapper .product-intro-content .product-price-and-options .price-wrapper,.product .product-intro-wrapper .product-intro-content .product-price-and-options .variants-wrapper{flex-basis:60%;margin-top:10px;margin-bottom:30px;display:flex;justify-content:flex-start}.product .product-intro-wrapper .product-intro-content .product-price-and-options .price-wrapper .Cart__productPrice,.product .product-intro-wrapper .product-intro-content .product-price-and-options .variants-wrapper .Cart__productPrice{margin-top:0}@media only screen and (max-width: 768px){.product .product-intro-wrapper .product-intro-content .product-price-and-options .variants-wrapper .label-and-value-wrapper{display:block}.product .product-intro-wrapper .product-intro-content .product-price-and-options .variants-wrapper .label-and-value-wrapper .product-field-label{margin-bottom:5px}}.product .product-intro-wrapper .product-intro-content .product-price-and-options .add-to-cart-wrapper,.product .product-intro-wrapper .product-intro-content .product-price-and-options .reviews-wrapper{display:flex;justify-content:flex-end;flex-basis:40%;margin-top:10px}@media only screen and (max-width: 768px){.product .product-intro-wrapper .product-intro-content .product-price-and-options .add-to-cart-wrapper{order:1;flex-direction:column}}.product .product-intro-wrapper .product-intro-content .buy-no-dtc-product .component--small{margin-top:20px}.product .reviews-wrapper .bv-ratings{padding-bottom:15px}.product .reviews-wrapper .bv-ratings .bv_main_container{align-items:flex-end !important;flex-direction:column !important}.product .reviews-wrapper .bv-ratings .bv_main_container .bv_main_container_row_flex{padding-right:0 !important}.product .reviews-wrapper .bv-ratings .bv_main_container .bv_main_container_row_flex .bv_numReviews_text{color:#c4287c !important}.product .reviews-wrapper .bv-ratings .bv_main_container .bv_main_container_row_flex .bv_button_buttonMinimalist{padding-top:10px !important;color:#c4287c !important;text-decoration:none !important;font-size:15px !important}@media only screen and (max-width: 959px){.product .reviews-wrapper.desktop{display:none !important}}@media only screen and (min-width: 960px){.product .reviews-wrapper.mobile{display:none !important}}.product .reviews-wrapper.mobile .bv-ratings .bv_main_container{align-items:flex-start !important}.product .reviews-wrapper .write-a-review-button{color:#c4287c;text-decoration:none;font-size:15px}.product .product-info-divider{width:100%;margin-bottom:20px;--commonHR_marginTop: 20px}.product .product-section-divider{width:100%;margin-bottom:20px;margin-top:60px !important;--commonHR_borderColor: #ffc709;--commonHR_borderWidth: 3px}@media only screen and (max-width: 768px){.product .product-section-divider{margin-top:0 !important}}.product p{margin-top:0px}.product object{height:257px;width:386px;display:block}.product .description{display:flex;flex-direction:column}@media only screen and (max-width: 959px){.product .description .abstract{order:100}}.product .imageslider{width:100%}@media only screen and (min-width: 960px){.product .imageslider{width:40%}}.product .imageslider .fullview-image,.product .imageslider .slider{max-width:386px;text-align:center;margin:0 auto}@media only screen and (max-width: 959px){.product .imageslider .fullview-image,.product .imageslider .slider{max-width:initial;width:auto !important}}@media only screen and (max-width: 400px){.product .imageslider .fullview-image iframe,.product .imageslider .slider iframe{width:100% !important}}.product .imageslider .fullview-image{height:392px;display:flex;align-items:center;justify-content:center}.product .imageslider .fullview-image img{max-width:100%;max-height:392px}.product .imageslider .fullview-image iframe.hide{display:none}.product .imageslider .fullview-image iframe.hide+img{display:inline}.product .imageslider .fullview-image iframe+img{display:none}@media only screen and (max-width: 768px){.product .imageslider .slider{padding:0 20px}}.product .imageslider .slider:before,.product .imageslider .slider:after{background:#d2d2d2;content:" ";display:block;height:1px;width:100%}.product .imageslider .slider .viewer{text-decoration:none}.product .imageslider .slider .viewerIcon{background-image:url(../../img/icons/360_rotate_.png);width:84px;height:84px;background-size:contain;display:flex;justify-content:center;align-items:center}.product .imageslider .slider .viewerIcon strong{letter-spacing:2px;color:#2e2e2e}.product .imageslider .slider .wrapper{display:block;margin:0 auto;max-width:300px;overflow:hidden;width:100%}.product .imageslider .slider .viewport{width:100%}.product .imageslider .slider .viewport .images .slide{float:left;margin:5px;padding:8px 7px;width:33%}@media only screen and (max-width: 768px){.product .imageslider .slider .viewport .images .slide{width:45%}}.product .imageslider .slider .viewport .images .slide.active img,.product .imageslider .slider .viewport .images .slide:hover img{opacity:1}.product .imageslider .slider .viewport .images .slide img{display:inline;margin:0;max-width:84px;padding:0}.product .imageslider .slider>.control{margin-top:-20px;top:50%;stroke:initial}@media only screen and (max-width: 768px){.product .imageslider .slider>.control.next{right:20px}}.product .imageslider .slider .paging{display:none}.product .product-variant-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("../svg/dropdown.svg");background-position:calc(100% - 20px) 10px;background-size:15px 15px;background-repeat:no-repeat;border:none;border-bottom:2px solid #7d8386;padding-bottom:5px;width:100%;min-width:300px;font-size:18px}.product .product-variant-select:focus,.product .product-variant-select:focus-visible{border:none;border-bottom:2px solid #7d8386}.product .product-variant-select::-ms-expand{display:none}.product .price{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:24px;line-height:normal;display:inline-block}html[lang=jp-JP] .product .price,html[lang=vi_VN] .product .price,html[lang=zh-CN] .product .price{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .product .price,html[lang=ru-KZ] .product .price{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .product .price{font-size:23px}html[lang=ru-KZ] .product .price{font-size:23px}@media only screen and (max-width: 768px){.product .price{padding-top:5px}}.product .strikeprice{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px;display:inline-block;position:relative}html[lang=jp-JP] .product .strikeprice,html[lang=vi_VN] .product .strikeprice,html[lang=zh-CN] .product .strikeprice{font-family:Arial,sans-serif}html[lang=ru-RU] .product .strikeprice,html[lang=ru-KZ] .product .strikeprice{font-family:Arial,sans-serif}html[lang=ru-RU] .product .strikeprice{font-size:17px}html[lang=ru-KZ] .product .strikeprice{font-size:17px}@media only screen and (max-width: 768px){.product .strikeprice{line-height:23px}}.product .strikeprice:before{position:absolute;content:"";left:0;top:50%;right:0;border-top:1px solid;border-color:inherit;transform:rotate(-10deg)}.product .tax{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px;margin-bottom:15px;display:block}html[lang=jp-JP] .product .tax,html[lang=vi_VN] .product .tax,html[lang=zh-CN] .product .tax{font-family:Arial,sans-serif}html[lang=ru-RU] .product .tax,html[lang=ru-KZ] .product .tax{font-family:Arial,sans-serif}html[lang=ru-RU] .product .tax{font-size:17px}html[lang=ru-KZ] .product .tax{font-size:17px}@media only screen and (max-width: 768px){.product .tax{line-height:23px}}@media only screen and (max-width: 768px){.product .tax{float:right;font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:18px}html[lang=jp-JP] .product .tax,html[lang=vi_VN] .product .tax,html[lang=zh-CN] .product .tax{font-family:Arial,sans-serif}html[lang=ru-RU] .product .tax,html[lang=ru-KZ] .product .tax{font-family:Arial,sans-serif}html[lang=ru-RU] .product .tax{font-size:13px}html[lang=ru-KZ] .product .tax{font-size:13px}}.product .tax .instock{font-weight:600;font-size:14px;line-height:14px}.product .outofstock{color:red;font-weight:600;padding-top:10px;display:block}html[lang=de-DE] .product .outofstock{color:inherit;font-weight:inherit}.product .label{padding:4px 10px;background-color:red;font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px;color:#fff;position:relative;top:-4px;left:10px}html[lang=jp-JP] .product .label,html[lang=vi_VN] .product .label,html[lang=zh-CN] .product .label{font-family:Arial,sans-serif}html[lang=ru-RU] .product .label,html[lang=ru-KZ] .product .label{font-family:Arial,sans-serif}html[lang=ru-RU] .product .label{font-size:17px}html[lang=ru-KZ] .product .label{font-size:17px}@media only screen and (max-width: 768px){.product .label{line-height:23px}}.product .button{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:21px;letter-spacing:2px;text-transform:uppercase;background:var(--button_background_color, #f58220);border-radius:20px;color:#fff;display:inline-block;padding:10px 0px;text-align:center;text-decoration:none;border:0px;cursor:pointer;width:250px;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;width:190px;padding-top:18px;padding-bottom:18px;border-radius:10px;font-size:20px;color:var(--commonButton_color, #575757);background-color:var(--commonButton_bgColor, #ffc709)}html[lang=jp-JP] .product .button,html[lang=vi_VN] .product .button,html[lang=zh-CN] .product .button{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .product .button,html[lang=ru-KZ] .product .button{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .product .button{font-size:13px}html[lang=ru-KZ] .product .button{font-size:13px}.product .button:hover{background:#646464;color:#fff;cursor:pointer}.product .button:disabled{background-color:#ececec;color:#5d6a74;cursor:not-allowed}html[lang=jp-JP] .product .button,html[lang=vi_VN] .product .button,html[lang=zh-CN] .product .button{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .product .button,html[lang=ru-KZ] .product .button{font-family:Arial,sans-serif;font-weight:bold}.product .button:hover{color:#383838;background-color:var(--commonButton_bgColor_hovered, #f58220)}.product .button:disabled{background-color:#687782;color:#fff}.product input{border:0;width:25px;height:44px;background:#d8d8d8;text-align:center;font-family:arial;float:left;padding:10px 0px;-moz-appearance:textfield}.product input[type=number]::-webkit-inner-spin-button,.product input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product .minus{float:left;padding:7px 5px;background:#d8d8d8;color:#7c8d97;border-top-left-radius:5px;border-bottom-left-radius:5px;width:25px;height:44px;text-align:center;cursor:pointer;font-size:30px}.product .plus{float:left;padding:10px 5px;background:#d8d8d8;width:22px;height:44px;text-align:center;margin-right:10px;color:#7c8d97;cursor:pointer;border-top-right-radius:5px;border-bottom-right-radius:5px;font-size:22px}.product .addtocard{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:21px;letter-spacing:2px;text-transform:uppercase;background:var(--button_background_color, #f58220);border-radius:20px;color:#fff;display:inline-block;padding:10px 0px;text-align:center;text-decoration:none;border:0px;cursor:pointer;width:250px;float:right;margin-bottom:20px;padding:10px 40px}html[lang=jp-JP] .product .addtocard,html[lang=vi_VN] .product .addtocard,html[lang=zh-CN] .product .addtocard{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .product .addtocard,html[lang=ru-KZ] .product .addtocard{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .product .addtocard{font-size:13px}html[lang=ru-KZ] .product .addtocard{font-size:13px}.product .addtocard:hover{background:#646464;color:#fff;cursor:pointer}.product .addtocard:disabled{background-color:#ececec;color:#5d6a74;cursor:not-allowed}@media only screen and (max-width: 959px){.product .addtocard{text-align:center}}@media only screen and (max-width: 768px){.product .addtocard{width:100%}}.product .addtocard.notpurchasable{background:#939393}.product .buttonGrey{background:#939393;border-radius:4px;color:#fff;display:inline-block;padding:10px 0px;text-align:center;text-decoration:none;width:100%;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px;float:left}html[lang=jp-JP] .product .buttonGrey,html[lang=vi_VN] .product .buttonGrey,html[lang=zh-CN] .product .buttonGrey{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .product .buttonGrey,html[lang=ru-KZ] .product .buttonGrey{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .product .buttonGrey{font-size:15px}html[lang=ru-KZ] .product .buttonGrey{font-size:15px}@media only screen and (max-width: 768px){.product .buttonGrey{font-size:18px;line-height:20px}html[lang=ru-RU] .product .buttonGrey{font-size:17px}html[lang=ru-KZ] .product .buttonGrey{font-size:17px}}.product .buttonTrans{color:#939393;display:inline-block;padding:0px 0px;text-decoration:underline;text-align:right;width:100%;float:right}.product .buttonTrans:hover{color:#00838f}@media only screen and (max-width: 768px){.product .buttonTrans{width:100%;text-align:center}}.product .deliveryinfo{color:#939393;text-align:right;padding-right:10px;padding-bottom:10px}@media only screen and (max-width: 768px){.product .deliveryinfo{float:right;font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:18px;padding-bottom:3px}html[lang=jp-JP] .product .deliveryinfo,html[lang=vi_VN] .product .deliveryinfo,html[lang=zh-CN] .product .deliveryinfo{font-family:Arial,sans-serif}html[lang=ru-RU] .product .deliveryinfo,html[lang=ru-KZ] .product .deliveryinfo{font-family:Arial,sans-serif}html[lang=ru-RU] .product .deliveryinfo{font-size:13px}html[lang=ru-KZ] .product .deliveryinfo{font-size:13px}}.product .addedtoCard{border-radius:4px;clear:both;margin:56px auto 0;padding:30px 10px 20px;position:absolute;width:246px;text-align:center;display:none;z-index:1;background:#f0f0f0;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px}@media only screen and (max-width: 768px){.product .addedtoCard{width:calc(100% - 56px)}}html[lang=jp-JP] .product .addedtoCard,html[lang=vi_VN] .product .addedtoCard,html[lang=zh-CN] .product .addedtoCard{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .product .addedtoCard,html[lang=ru-KZ] .product .addedtoCard{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .product .addedtoCard{font-size:15px}html[lang=ru-KZ] .product .addedtoCard{font-size:15px}@media only screen and (max-width: 768px){.product .addedtoCard{font-size:18px;line-height:20px}html[lang=ru-RU] .product .addedtoCard{font-size:17px}html[lang=ru-KZ] .product .addedtoCard{font-size:17px}}.product .addedtoCard .close{position:absolute;z-index:9999;top:0;right:0;line-height:35px;width:35px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;color:#000;background:transparent;border:none;padding:0}.product .addedtoCard::before{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;content:" ";border-bottom:10px solid #f0f0f0;position:absolute;top:-10px;left:69%;margin-left:-10px}@media only screen and (max-width: 768px){.product .addedtoCard::before{left:49%}}@media only screen and (max-width: 768px){.product .addedtoCard::before{right:0}}.product .addedtoCard::after{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;content:" ";border-bottom:10px solid #f0f0f0;position:absolute;top:-9px;left:69%;margin-left:-10px}@media only screen and (max-width: 768px){.product .addedtoCard::after{right:0;border-left:0;border-right:0}}.product .addedtoCard .viewbasket{color:#939393;font-family:"FuturaSB-Regular",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal}html[lang=jp-JP] .product .addedtoCard .viewbasket,html[lang=vi_VN] .product .addedtoCard .viewbasket,html[lang=zh-CN] .product .addedtoCard .viewbasket{font-family:Arial,sans-serif}html[lang=ru-RU] .product .addedtoCard .viewbasket,html[lang=ru-KZ] .product .addedtoCard .viewbasket{font-family:Arial,sans-serif}.product .addedtoCard .viewbasket:hover{color:#ffc709}.product .chooseVariant,.product .quantityValErr{border-radius:4px;clear:both;margin:56px 0px;padding:20px 10px;position:relative;text-align:center;display:none;background:#f0f0f0;font-weight:bold}.product .chooseVariant::before,.product .quantityValErr::before{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;content:" ";border-bottom:10px solid #f0f0f0;position:absolute;top:-10px;left:75%;margin-left:-10px}.product .chooseVariant::after,.product .quantityValErr::after{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;content:" ";border-bottom:10px solid #f0f0f0;position:absolute;top:-9px;left:75%;margin-left:-10px}.product .getaquoteForm{background:#ffc709;border-radius:8px;clear:both;margin:13px 10px;padding:30px;position:relative;display:none;background:#fcfff7;font-weight:bold}.product .getaquoteForm .error h3{margin:0px}.product .getaquoteForm input{text-align:left}.product .getaquoteForm::before{width:0;height:0;border-bottom:10px solid;border-bottom-color:#ffc709;border-left:10px solid transparent !important;border-right:10px solid transparent !important;content:" ";position:absolute;top:-10px;left:75%;margin-left:-10px}.featherlight h3{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:31px}html[lang=jp-JP] .featherlight h3,html[lang=vi_VN] .featherlight h3,html[lang=zh-CN] .featherlight h3{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .featherlight h3,html[lang=ru-KZ] .featherlight h3{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .featherlight h3{font-size:25px}html[lang=ru-KZ] .featherlight h3{font-size:25px}@media only screen and (max-width: 768px){.featherlight h3{font-size:22px;line-height:24px}html[lang=ru-RU] .featherlight h3{font-size:21px}html[lang=ru-KZ] .featherlight h3{font-size:21px}}.featherlight h3:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company .featherlight h3:before{background:#f58220}.twoColumns .cols{margin-left:-10px;margin-right:-10px;display:flex;align-items:center}@media only screen and (max-width: 768px){.twoColumns .cols{flex-direction:column}}.twoColumns .col-medium{padding:0 10px}@media only screen and (max-width: 959px){.twoColumnTeaserWrap{margin-left:30px;margin-right:30px}}.twoColumnTeasers{display:flex;flex-wrap:nowrap;justify-content:center}@media only screen and (max-width: 768px){.twoColumnTeasers{display:block}}.twoColumnTeasers__heading{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;padding-top:20px}html[lang=jp-JP] .twoColumnTeasers__heading,html[lang=vi_VN] .twoColumnTeasers__heading,html[lang=zh-CN] .twoColumnTeasers__heading{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .twoColumnTeasers__heading,html[lang=ru-KZ] .twoColumnTeasers__heading{font-family:Arial,sans-serif;font-weight:bold}.twoColumnTeasers__heading:before{content:" ";position:relative;background:#ffc709;display:block;width:80px;height:2px;top:-20px}.twoColumnTeasers__introText{font-family:"FuturaSB-Regular",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;margin-bottom:20px}html[lang=jp-JP] .twoColumnTeasers__introText,html[lang=vi_VN] .twoColumnTeasers__introText,html[lang=zh-CN] .twoColumnTeasers__introText{font-family:Arial,sans-serif}html[lang=ru-RU] .twoColumnTeasers__introText,html[lang=ru-KZ] .twoColumnTeasers__introText{font-family:Arial,sans-serif}.twoColumnTeaser{margin-right:20px;background:#fff;flex:1}.twoColumnTeaser:last-child{margin-right:0}@media only screen and (max-width: 768px){.twoColumnTeaser{width:100%;border-top:0;margin-bottom:30px}}.twoColumnTeaser a{text-decoration:none}.twoColumnTeaser a h2:hover{color:var(--heading_link_hover_color, #f58220)}.twoColumnTeaser a h2:hover svg .link_dark0,.twoColumnTeaser a h2:hover svg .link_dark1{stroke:var(--heading_link_hover_color, #f58220)}.twoColumnTeaser .wave-small{position:relative;line-height:0;max-width:1044px}.twoColumnTeaser .wave-small img{width:100%}.twoColumnTeaser .wave-small h2{color:#000;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:20px;line-height:1;position:relative;z-index:10;bottom:2px;width:100%;padding-right:20px;margin:16px 0 0}html[lang=jp-JP] .twoColumnTeaser .wave-small h2,html[lang=vi_VN] .twoColumnTeaser .wave-small h2,html[lang=zh-CN] .twoColumnTeaser .wave-small h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .twoColumnTeaser .wave-small h2,html[lang=ru-KZ] .twoColumnTeaser .wave-small h2{font-family:Arial,sans-serif;font-weight:bold}.twoColumnTeaser .wave-small h2 svg{vertical-align:text-bottom;stroke:#7c8d97}@media only screen and (max-width: 768px){.twoColumnTeaser .wave-small h2{font-size:18px;margin-top:30px}}.twoColumnTeaser p{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:18px;color:#000;padding:0 20px;margin:0px;text-decoration:none}html[lang=jp-JP] .twoColumnTeaser p,html[lang=vi_VN] .twoColumnTeaser p,html[lang=zh-CN] .twoColumnTeaser p{font-family:Arial,sans-serif}html[lang=ru-RU] .twoColumnTeaser p,html[lang=ru-KZ] .twoColumnTeaser p{font-family:Arial,sans-serif}html[lang=ru-RU] .twoColumnTeaser p{font-size:13px}html[lang=ru-KZ] .twoColumnTeaser p{font-size:13px}.textMedia__heading{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:22px;line-height:31px;padding-top:40px;margin-bottom:21px;max-width:800px}html[lang=jp-JP] .textMedia__heading,html[lang=vi_VN] .textMedia__heading,html[lang=zh-CN] .textMedia__heading{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .textMedia__heading,html[lang=ru-KZ] .textMedia__heading{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .textMedia__heading{font-size:21px}html[lang=ru-KZ] .textMedia__heading{font-size:21px}@media only screen and (max-width: 768px){.textMedia__heading{font-size:18px;line-height:22px}html[lang=ru-RU] .textMedia__heading{font-size:17px}html[lang=ru-KZ] .textMedia__heading{font-size:17px}}.textMedia__heading:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company .textMedia__heading:before{background:#f58220}.textMedia__wrap{display:flex;flex-flow:row nowrap;justify-content:center;align-items:top}@media only screen and (max-width: 768px){.textMedia__wrap{flex-direction:column}}.textMedia__media,.textMedia__text{flex-basis:50%;flex-grow:0;flex-shrink:1}@media only screen and (max-width: 768px){.textMedia__media,.textMedia__text{flex:1 1 auto}}.textMedia__img img{max-width:100%}.textMedia__text{font-family:"FuturaSB-Regular",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;display:flex;flex-direction:column;align-self:stretch}html[lang=jp-JP] .textMedia__text,html[lang=vi_VN] .textMedia__text,html[lang=zh-CN] .textMedia__text{font-family:Arial,sans-serif}html[lang=ru-RU] .textMedia__text,html[lang=ru-KZ] .textMedia__text{font-family:Arial,sans-serif}.textMedia__textWrap{padding:0 0 0 50px;margin:0}@media only screen and (max-width: 768px){.textMedia__textWrap{padding:20px 0 0}}.textMedia--right .textMedia__textWrap{padding:0 50px 0 0}.textMedia__textHeading{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:20px}html[lang=jp-JP] .textMedia__textHeading,html[lang=vi_VN] .textMedia__textHeading,html[lang=zh-CN] .textMedia__textHeading{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .textMedia__textHeading,html[lang=ru-KZ] .textMedia__textHeading{font-family:Arial,sans-serif;font-weight:bold}.textMedia__disclaimer{font-style:italic;font-size:12px;line-height:1.25;color:#474747;padding-left:50px;padding-right:15px}@media only screen and (max-width: 768px){.textMedia__disclaimer{padding-left:0}}.textMedia__linkList{list-style:none;padding:0}.textMedia__listItem{margin-bottom:10px}.textMedia__link{text-decoration:none;color:#000}.textMedia__link svg{vertical-align:text-top;height:22px;width:22px;margin-right:5px}.textMedia__link:hover{text-decoration:none;color:#f58220}.textMedia__link:hover svg .link_dark0{stroke:#f58220}.textMedia__link:hover svg .link_dark1{stroke:#f58220}.textMedia--grey{background-color:#f0f0f0}.textMedia--grey .textMedia__heading{padding-left:20px;padding-right:20px}.textMedia--grey .textMedia__heading+.textMedia__wrap .textMedia__text{padding-top:0}.textMedia--grey .textMedia__text{padding:20px}@media only screen and (max-width: 768px){.textMedia--hasVideo.textMedia--right .textMedia__textWrap{padding-top:20px}}.interuptTeaser{border:1px solid #646464;border-radius:0;margin:40px auto 20px auto;cursor:pointer}.interuptTeaser img{width:100%}.interuptTeaser .desktop{line-height:0px}.interuptTeaser .desktop img{border-radius:0}.interuptTeaser .mobile{display:none;line-height:0px}.interuptTeaser .mobile img{border-radius:0}@media only screen and (min-width: 769px)and (max-width: 959px){.interuptTeaser .col-medium{width:50%}}@media only screen and (max-width: 768px){.interuptTeaser{border:1px solid #646464;margin:40px 16px 20px 16px}.interuptTeaser .col-medium{width:100%}.interuptTeaser .desktop{display:none}.interuptTeaser .mobile{display:block}}.interuptTeaser .right{text-align:right;padding:20px}.interuptTeaser .h2{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:30px;text-decoration:none}html[lang=jp-JP] .interuptTeaser .h2,html[lang=vi_VN] .interuptTeaser .h2,html[lang=zh-CN] .interuptTeaser .h2{font-family:Arial,sans-serif}html[lang=ru-RU] .interuptTeaser .h2,html[lang=ru-KZ] .interuptTeaser .h2{font-family:Arial,sans-serif}html[lang=ru-RU] .interuptTeaser .h2{font-size:25px}html[lang=ru-KZ] .interuptTeaser .h2{font-size:25px}@media only screen and (max-width: 768px){.interuptTeaser .h2{font-size:20px;line-height:23px}html[lang=ru-RU] .interuptTeaser .h2{font-size:19px}html[lang=ru-KZ] .interuptTeaser .h2{font-size:19px}}.breastfeeding .interuptTeaser .h2{color:#612166}.healthcare .interuptTeaser .h2{color:#2e497e}.professionals .interuptTeaser .h2{color:#c0287b}.company .interuptTeaser .h2{color:#f17e00}.blog .interuptTeaser .h2{color:#c0287b}.location-finder .interuptTeaser .h2{color:#612166}.interuptTeaser .button{border-radius:0;color:#fff;display:inline-block;padding:10px 0px;text-align:center;text-decoration:none;min-width:150px;max-width:222px;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px;margin-top:5px}html[lang=jp-JP] .interuptTeaser .button,html[lang=vi_VN] .interuptTeaser .button,html[lang=zh-CN] .interuptTeaser .button{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .interuptTeaser .button,html[lang=ru-KZ] .interuptTeaser .button{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .interuptTeaser .button{font-size:15px}html[lang=ru-KZ] .interuptTeaser .button{font-size:15px}@media only screen and (max-width: 768px){.interuptTeaser .button{font-size:18px;line-height:20px}html[lang=ru-RU] .interuptTeaser .button{font-size:17px}html[lang=ru-KZ] .interuptTeaser .button{font-size:17px}}.interuptTeaser p{font-family:"FuturaSB-Regular",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:22px;line-height:28px}html[lang=jp-JP] .interuptTeaser p,html[lang=vi_VN] .interuptTeaser p,html[lang=zh-CN] .interuptTeaser p{font-family:Arial,sans-serif}html[lang=ru-RU] .interuptTeaser p,html[lang=ru-KZ] .interuptTeaser p{font-family:Arial,sans-serif}html[lang=ru-RU] .interuptTeaser p{font-size:21px}html[lang=ru-KZ] .interuptTeaser p{font-size:21px}@media only screen and (max-width: 768px){.interuptTeaser p{line-height:25px}}@media only screen and (max-width: 768px){.interuptTeaser p{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px}html[lang=jp-JP] .interuptTeaser p,html[lang=vi_VN] .interuptTeaser p,html[lang=zh-CN] .interuptTeaser p{font-family:Arial,sans-serif}html[lang=ru-RU] .interuptTeaser p,html[lang=ru-KZ] .interuptTeaser p{font-family:Arial,sans-serif}html[lang=ru-RU] .interuptTeaser p{font-size:17px}html[lang=ru-KZ] .interuptTeaser p{font-size:17px}}@media only screen and (max-width: 768px)and (max-width: 768px){.interuptTeaser p{line-height:23px}}.whats-included .whats-included__item-list{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px;line-height:35px;margin:0 !important}html[lang=jp-JP] .whats-included .whats-included__item-list,html[lang=vi_VN] .whats-included .whats-included__item-list,html[lang=zh-CN] .whats-included .whats-included__item-list{font-family:Arial,sans-serif}html[lang=ru-RU] .whats-included .whats-included__item-list,html[lang=ru-KZ] .whats-included .whats-included__item-list{font-family:Arial,sans-serif}html[lang=ru-RU] .whats-included .whats-included__item-list{font-size:17px}html[lang=ru-KZ] .whats-included .whats-included__item-list{font-size:17px}@media only screen and (max-width: 768px){.whats-included .whats-included__item-list{line-height:23px}}@media only screen and (max-width: 768px){.whats-included .whats-included__item-list{line-height:35px}}.relatedProducts{position:relative;color:#323b4f}.aside .relatedProducts{max-width:300px;margin:auto}@media only screen and (min-width: 960px){#article .content .relatedProducts{margin-left:135px}}.relatedProducts .heading{font-size:36px;line-height:46px;font-family:FuturaSB-Bold;padding-top:40px;margin-bottom:8px}.content .relatedProducts .heading{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:22px;line-height:31px}html[lang=jp-JP] .content .relatedProducts .heading,html[lang=vi_VN] .content .relatedProducts .heading,html[lang=zh-CN] .content .relatedProducts .heading{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .content .relatedProducts .heading,html[lang=ru-KZ] .content .relatedProducts .heading{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .content .relatedProducts .heading{font-size:21px}html[lang=ru-KZ] .content .relatedProducts .heading{font-size:21px}@media only screen and (max-width: 768px){.content .relatedProducts .heading{font-size:18px;line-height:22px}html[lang=ru-RU] .content .relatedProducts .heading{font-size:17px}html[lang=ru-KZ] .content .relatedProducts .heading{font-size:17px}}.content .relatedProducts .heading:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company .content .relatedProducts .heading:before{background:#f58220}.aside .relatedProducts .heading{font-family:"FuturaSB-Regular",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:20px}html[lang=jp-JP] .aside .relatedProducts .heading,html[lang=vi_VN] .aside .relatedProducts .heading,html[lang=zh-CN] .aside .relatedProducts .heading{font-family:Arial,sans-serif}html[lang=ru-RU] .aside .relatedProducts .heading,html[lang=ru-KZ] .aside .relatedProducts .heading{font-family:Arial,sans-serif}html[lang=ru-RU] .aside .relatedProducts .heading{font-size:13px}html[lang=ru-KZ] .aside .relatedProducts .heading{font-size:13px}@media only screen and (max-width: 768px){.aside .relatedProducts .heading{line-height:21px}}.aside .relatedProducts .heading:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company .aside .relatedProducts .heading:before{background:#f58220}.aside .relatedProducts .heading:before{top:-10px}@media only screen and (max-width: 768px){.relatedProducts .heading{text-align:center}}.relatedProducts .description{font-size:21px;line-height:27px}@media only screen and (max-width: 768px){.relatedProducts .description{text-align:center}}.relatedProducts .slider{position:static;padding:0 0 40px 0}.relatedProducts .slider .viewport{margin-top:50px}.relatedProducts .slider>.control{top:175px;display:block}.relatedProducts .slider>.control.prev{left:0}.relatedProducts .slider>.control.next{right:0}.relatedProducts .products{min-width:100%;display:flex;flex-wrap:wrap}.relatedProducts .products .slide{float:left}.content .relatedProducts .products .slide{padding:0 15px}@media only screen and (max-width: 768px){.content .relatedProducts .products .slide{width:100%}}@media only screen and (min-width: 769px)and (max-width: 959px){.content .relatedProducts .products .slide{width:50%}.content .relatedProducts .products .slide:first-child,.content .relatedProducts .products .slide:nth-child(3n){padding-left:70px}.content .relatedProducts .products .slide:nth-child(2n){padding-right:70px}}@media only screen and (min-width: 960px){.content .relatedProducts .products .slide{width:33%}}.aside .relatedProducts .products .slide{width:100%}.aside .relatedProducts .products .slide:nth-child(2n){float:right}.relatedProducts .products .item{display:block;margin:10px 0 40px;text-decoration:none;min-height:234px;color:#323b4f;max-width:322px;margin-bottom:40px;outline-offset:-1px;font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:18px}.relatedProducts .products .item.article-item{margin-right:3.5%;border:1px solid #dde4e8;border-radius:5px}.relatedProducts .products .item.article-item:nth-child(3n){margin-right:0}@media only screen and (max-width: 768px){.relatedProducts .products .item.article-item{margin-right:0}}.relatedProducts .products .item.article-item img{height:auto;max-width:100%}@media only screen and (max-width: 768px){.relatedProducts .products .item{max-width:100%}}html[lang=jp-JP] .relatedProducts .products .item,html[lang=vi_VN] .relatedProducts .products .item,html[lang=zh-CN] .relatedProducts .products .item{font-family:Arial,sans-serif}html[lang=ru-RU] .relatedProducts .products .item,html[lang=ru-KZ] .relatedProducts .products .item{font-family:Arial,sans-serif}html[lang=ru-RU] .relatedProducts .products .item{font-size:13px}html[lang=ru-KZ] .relatedProducts .products .item{font-size:13px}.relatedProducts .products .item .image{height:150px}.relatedProducts .products .item strong{border-top:2px solid #f0f0f0;display:block;hyphens:auto;padding-top:10px}.content .relatedProducts .products .item strong{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:18px;line-height:20px}html[lang=jp-JP] .content .relatedProducts .products .item strong,html[lang=vi_VN] .content .relatedProducts .products .item strong,html[lang=zh-CN] .content .relatedProducts .products .item strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .content .relatedProducts .products .item strong,html[lang=ru-KZ] .content .relatedProducts .products .item strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .content .relatedProducts .products .item strong{font-size:17px}html[lang=ru-KZ] .content .relatedProducts .products .item strong{font-size:17px}@media only screen and (max-width: 768px){.content .relatedProducts .products .item strong{font-size:20px;line-height:23px}html[lang=ru-RU] .content .relatedProducts .products .item strong{font-size:19px}html[lang=ru-KZ] .content .relatedProducts .products .item strong{font-size:19px}}.aside .relatedProducts .products .item strong{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:16px}html[lang=jp-JP] .aside .relatedProducts .products .item strong,html[lang=vi_VN] .aside .relatedProducts .products .item strong,html[lang=zh-CN] .aside .relatedProducts .products .item strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .aside .relatedProducts .products .item strong,html[lang=ru-KZ] .aside .relatedProducts .products .item strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .aside .relatedProducts .products .item strong{font-size:13px}html[lang=ru-KZ] .aside .relatedProducts .products .item strong{font-size:13px}.relatedProducts .products .item p{hyphens:auto}.relatedProducts .products .item img{display:block;margin:0 auto;height:181px}@media only screen and (max-width: 768px){.relatedProducts .products .item img{height:auto;width:100%}}#main .content .relatedProducts .products .item img{width:60%}.relatedProducts .products .item .separator{margin-top:15px;width:50px;height:3px;background-color:#ffc709}.relatedProducts .products .item .title{font-size:24px;line-height:31px;margin-top:8px;text-transform:uppercase}.relatedProducts .products .item .copy{font-size:21px;line-height:27px;margin-top:16px}.relatedProducts .products .item__content{padding:0 14px 8px}.relatedProducts .products .item__readMore{display:flex;justify-content:left;align-items:center;color:#7e8386;font-size:20px;line-height:37px;font-weight:700}.relatedProducts .products .item__readMoreIcon{width:25px;height:25px;margin-right:10px}.relatedProducts--articles .products .item strong{border-top:none}#main .content .relatedProducts--articles .products .item img{width:100%}@media only screen and (min-width: 960px){.content .relatedProducts--selector .products .slide{width:25%}}.relatedVideos{padding:20px 0;position:relative}@media only screen and (min-width: 960px){#article .relatedVideos{margin-left:135px}}.relatedVideos .heading{padding-top:40px;margin-bottom:21px}.content .relatedVideos .heading{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:22px;line-height:31px}html[lang=jp-JP] .content .relatedVideos .heading,html[lang=vi_VN] .content .relatedVideos .heading,html[lang=zh-CN] .content .relatedVideos .heading{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .content .relatedVideos .heading,html[lang=ru-KZ] .content .relatedVideos .heading{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .content .relatedVideos .heading{font-size:21px}html[lang=ru-KZ] .content .relatedVideos .heading{font-size:21px}@media only screen and (max-width: 768px){.content .relatedVideos .heading{font-size:18px;line-height:22px}html[lang=ru-RU] .content .relatedVideos .heading{font-size:17px}html[lang=ru-KZ] .content .relatedVideos .heading{font-size:17px}}.content .relatedVideos .heading:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company .content .relatedVideos .heading:before{background:#f58220}.aside .relatedVideos .heading{font-family:"FuturaSB-Regular",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:18px;line-height:20px}html[lang=jp-JP] .aside .relatedVideos .heading,html[lang=vi_VN] .aside .relatedVideos .heading,html[lang=zh-CN] .aside .relatedVideos .heading{font-family:Arial,sans-serif}html[lang=ru-RU] .aside .relatedVideos .heading,html[lang=ru-KZ] .aside .relatedVideos .heading{font-family:Arial,sans-serif}html[lang=ru-RU] .aside .relatedVideos .heading{font-size:17px}html[lang=ru-KZ] .aside .relatedVideos .heading{font-size:17px}@media only screen and (max-width: 768px){.aside .relatedVideos .heading{line-height:21px}}.aside .relatedVideos .heading:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company .aside .relatedVideos .heading:before{background:#f58220}.aside .relatedVideos .heading:before{top:-10px}.tabs__tab .relatedVideos .heading{display:none}.relatedVideos .cols{display:flex;flex-wrap:wrap;align-items:stretch}.relatedVideos .cols>.mgnlEditor{width:100% !important}.relatedVideos .youtube-video-component{margin:0 15px 15px 15px;display:flex;flex-direction:column;justify-content:space-between;width:100%}@media only screen and (min-width: 1024px){.relatedVideos .youtube-video-component{margin:0 24px;width:calc(33% - 29px)}#article .relatedVideos .youtube-video-component{margin:0 5px;width:calc(33% - 10px)}#article .relatedVideos .youtube-video-component .player:before{font-size:10px;top:46%;left:46%}#article .relatedVideos .youtube-video-component p{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:18px}html[lang=jp-JP] #article .relatedVideos .youtube-video-component p,html[lang=vi_VN] #article .relatedVideos .youtube-video-component p,html[lang=zh-CN] #article .relatedVideos .youtube-video-component p{font-family:Arial,sans-serif}html[lang=ru-RU] #article .relatedVideos .youtube-video-component p,html[lang=ru-KZ] #article .relatedVideos .youtube-video-component p{font-family:Arial,sans-serif}html[lang=ru-RU] #article .relatedVideos .youtube-video-component p{font-size:13px}html[lang=ru-KZ] #article .relatedVideos .youtube-video-component p{font-size:13px}#article .relatedVideos .youtube-video-component strong{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:16px}html[lang=jp-JP] #article .relatedVideos .youtube-video-component strong,html[lang=vi_VN] #article .relatedVideos .youtube-video-component strong,html[lang=zh-CN] #article .relatedVideos .youtube-video-component strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #article .relatedVideos .youtube-video-component strong,html[lang=ru-KZ] #article .relatedVideos .youtube-video-component strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #article .relatedVideos .youtube-video-component strong{font-size:13px}html[lang=ru-KZ] #article .relatedVideos .youtube-video-component strong{font-size:13px}#landing-page .relatedVideos .youtube-video-component{margin:0 5px;width:calc(50% - 10px)}#landing-page .relatedVideos .youtube-video-component .player:before{font-size:10px;top:46%;left:46%}#landing-page .relatedVideos .youtube-video-component p{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:18px}html[lang=jp-JP] #landing-page .relatedVideos .youtube-video-component p,html[lang=vi_VN] #landing-page .relatedVideos .youtube-video-component p,html[lang=zh-CN] #landing-page .relatedVideos .youtube-video-component p{font-family:Arial,sans-serif}html[lang=ru-RU] #landing-page .relatedVideos .youtube-video-component p,html[lang=ru-KZ] #landing-page .relatedVideos .youtube-video-component p{font-family:Arial,sans-serif}html[lang=ru-RU] #landing-page .relatedVideos .youtube-video-component p{font-size:13px}html[lang=ru-KZ] #landing-page .relatedVideos .youtube-video-component p{font-size:13px}#landing-page .relatedVideos .youtube-video-component strong{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:16px}html[lang=jp-JP] #landing-page .relatedVideos .youtube-video-component strong,html[lang=vi_VN] #landing-page .relatedVideos .youtube-video-component strong,html[lang=zh-CN] #landing-page .relatedVideos .youtube-video-component strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #landing-page .relatedVideos .youtube-video-component strong,html[lang=ru-KZ] #landing-page .relatedVideos .youtube-video-component strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #landing-page .relatedVideos .youtube-video-component strong{font-size:13px}html[lang=ru-KZ] #landing-page .relatedVideos .youtube-video-component strong{font-size:13px}.relatedVideos .youtube-video-component:nth-child(3n){margin-right:0px}.relatedVideos .youtube-video-component:nth-child(3n+1){margin-left:0px}}@media only screen and (min-width: 960px)and (max-width: 1023px){.relatedVideos .youtube-video-component{width:calc(33% - 30px)}.relatedVideos .youtube-video-component:nth-child(3n){margin-right:0px}.relatedVideos .youtube-video-component:nth-child(3n+1){margin-left:0px}}@media only screen and (min-width: 769px)and (max-width: 959px){.relatedVideos .youtube-video-component{width:calc(50% - 15px)}.relatedVideos .youtube-video-component:nth-child(2n){margin-right:0px}.relatedVideos .youtube-video-component:nth-child(2n+1){margin-left:0px}}.relatedVideos__editMode .cols{display:block}.relatedVideos__editMode .cols .youtube-video-component{margin:0}.new-search h1{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:30px;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;margin-top:21px;max-width:800px;margin-bottom:20px}html[lang=jp-JP] .new-search h1,html[lang=vi_VN] .new-search h1,html[lang=zh-CN] .new-search h1{font-family:Arial,sans-serif}html[lang=ru-RU] .new-search h1,html[lang=ru-KZ] .new-search h1{font-family:Arial,sans-serif}html[lang=ru-RU] .new-search h1{font-size:25px}html[lang=ru-KZ] .new-search h1{font-size:25px}@media only screen and (max-width: 768px){.new-search h1{font-size:20px;line-height:23px}html[lang=ru-RU] .new-search h1{font-size:19px}html[lang=ru-KZ] .new-search h1{font-size:19px}}html[lang=jp-JP] .new-search h1,html[lang=vi_VN] .new-search h1,html[lang=zh-CN] .new-search h1{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .new-search h1,html[lang=ru-KZ] .new-search h1{font-family:Arial,sans-serif;font-weight:bold}.new-search form{margin-top:40px}.new-search form label{display:block;float:left;margin-right:5px;font-family:"FuturaSB-Regular",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:22px;line-height:28px;height:55px}html[lang=jp-JP] .new-search form label,html[lang=vi_VN] .new-search form label,html[lang=zh-CN] .new-search form label{font-family:Arial,sans-serif}html[lang=ru-RU] .new-search form label,html[lang=ru-KZ] .new-search form label{font-family:Arial,sans-serif}html[lang=ru-RU] .new-search form label{font-size:21px}html[lang=ru-KZ] .new-search form label{font-size:21px}@media only screen and (max-width: 768px){.new-search form label{line-height:25px}}.new-search form label.select{display:inline}.new-search form label.select select{font-size:19px;background:transparent;border:0px;border-bottom:1px solid #646464;color:#000;padding:0 28px 10px 0;margin-top:-10px;appearance:none;width:auto;height:37px}html[lang=ru-RU] .new-search form label.select select{font-size:18px}@media only screen and (max-width: 768px){.new-search form label.select select{padding:0 0px 10px 0;width:100%}}.new-search form label.select select option{padding:0px;font-size:16px}html[lang=ru-RU] .new-search form label.select select option{font-size:15px}.new-search form label.select:before{top:8px;color:#000}.new-search form input{float:left;font-family:"FuturaSB-Regular",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:22px;line-height:28px;background:transparent;border:0px;border-bottom:2px solid #ffc709;width:249px;margin:0px 0px 15px;padding:0 0 9px 4px;transition:all .3s ease 0s;outline:none;box-shadow:none}html[lang=jp-JP] .new-search form input,html[lang=vi_VN] .new-search form input,html[lang=zh-CN] .new-search form input{font-family:Arial,sans-serif}html[lang=ru-RU] .new-search form input,html[lang=ru-KZ] .new-search form input{font-family:Arial,sans-serif}html[lang=ru-RU] .new-search form input{font-size:21px}html[lang=ru-KZ] .new-search form input{font-size:21px}@media only screen and (max-width: 768px){.new-search form input{line-height:25px}}.company .new-search form input{border-color:#f58220}.new-search form button{float:left;background:transparent;border:0px;margin-left:-38px;cursor:pointer}.new-search form button svg{width:22px}.searchTabs{position:relative;margin-bottom:40px;max-width:800px}@media only screen and (max-width: 768px){.searchTabs{padding-left:30px}}.searchTabs:before{position:absolute;content:" ";border-bottom:4px solid #efefef;width:800px;top:40px}@media only screen and (max-width: 768px){.searchTabs:before{left:0px}}.searchTabs a{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px;text-decoration:none;padding:18px 40px;position:relative}html[lang=jp-JP] .searchTabs a,html[lang=vi_VN] .searchTabs a,html[lang=zh-CN] .searchTabs a{font-family:Arial,sans-serif}html[lang=ru-RU] .searchTabs a,html[lang=ru-KZ] .searchTabs a{font-family:Arial,sans-serif}html[lang=ru-RU] .searchTabs a{font-size:17px}html[lang=ru-KZ] .searchTabs a{font-size:17px}@media only screen and (max-width: 768px){.searchTabs a{line-height:23px}}@media only screen and (max-width: 768px){.searchTabs a{padding:18px 8px;font-size:15px}}.searchTabs a.active{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:18px;line-height:20px;border-bottom:4px solid #ffc709;z-index:2}html[lang=jp-JP] .searchTabs a.active,html[lang=vi_VN] .searchTabs a.active,html[lang=zh-CN] .searchTabs a.active{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .searchTabs a.active,html[lang=ru-KZ] .searchTabs a.active{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .searchTabs a.active{font-size:17px}html[lang=ru-KZ] .searchTabs a.active{font-size:17px}@media only screen and (max-width: 768px){.searchTabs a.active{font-size:20px;line-height:23px}html[lang=ru-RU] .searchTabs a.active{font-size:19px}html[lang=ru-KZ] .searchTabs a.active{font-size:19px}}@media only screen and (max-width: 768px){.searchTabs a.active{font-size:14px}}.productSearchResults,.searchResults{max-width:747px}.productSearchResults .filters,.searchResults .filters{padding:0 0 20px 0;margin:0 0 20px 0;border-bottom:2px solid #e5e8ea}.productSearchResults .image,.searchResults .image{float:left}@media only screen and (max-width: 768px){.productSearchResults .image,.searchResults .image{float:none}}.productSearchResults .image img,.searchResults .image img{margin:0px 20px 0px 0;max-width:227px}@media only screen and (max-width: 768px){.productSearchResults .image img,.searchResults .image img{max-width:none;width:100%;margin-bottom:10px;float:none}}.productSearchResults a.productimage,.searchResults a.productimage{width:227px;display:inline-block;float:left;text-align:center;margin:0px 20px 0px 0}@media only screen and (max-width: 768px){.productSearchResults a.productimage,.searchResults a.productimage{width:100%}}.productSearchResults a.productimage img,.searchResults a.productimage img{float:none;margin:0 auto;width:100%}.productSearchResults em,.searchResults em{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:18px}html[lang=jp-JP] .productSearchResults em,html[lang=vi_VN] .productSearchResults em,html[lang=zh-CN] .productSearchResults em,html[lang=jp-JP] .searchResults em,html[lang=vi_VN] .searchResults em,html[lang=zh-CN] .searchResults em{font-family:Arial,sans-serif}html[lang=ru-RU] .productSearchResults em,html[lang=ru-KZ] .productSearchResults em,html[lang=ru-RU] .searchResults em,html[lang=ru-KZ] .searchResults em{font-family:Arial,sans-serif}html[lang=ru-RU] .productSearchResults em,html[lang=ru-RU] .searchResults em{font-size:13px}html[lang=ru-KZ] .productSearchResults em,html[lang=ru-KZ] .searchResults em{font-size:13px}.productSearchResults h3,.searchResults h3{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px;max-width:800px}html[lang=jp-JP] .productSearchResults h3,html[lang=vi_VN] .productSearchResults h3,html[lang=zh-CN] .productSearchResults h3,html[lang=jp-JP] .searchResults h3,html[lang=vi_VN] .searchResults h3,html[lang=zh-CN] .searchResults h3{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .productSearchResults h3,html[lang=ru-KZ] .productSearchResults h3,html[lang=ru-RU] .searchResults h3,html[lang=ru-KZ] .searchResults h3{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .productSearchResults h3,html[lang=ru-RU] .searchResults h3{font-size:15px}html[lang=ru-KZ] .productSearchResults h3,html[lang=ru-KZ] .searchResults h3{font-size:15px}@media only screen and (max-width: 768px){.productSearchResults h3,.searchResults h3{font-size:18px;line-height:20px}html[lang=ru-RU] .productSearchResults h3,html[lang=ru-RU] .searchResults h3{font-size:17px}html[lang=ru-KZ] .productSearchResults h3,html[lang=ru-KZ] .searchResults h3{font-size:17px}}.productSearchResults em+h3,.searchResults em+h3{margin-top:0px}.productSearchResults>div ul,.searchResults>div ul{margin:0 0 60px 0;padding:0px}.productSearchResults>div li,.searchResults>div li{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:18px;border-bottom:2px solid #e5e8ea;list-style:none;margin:0px 0 18px 0;padding:0px 0px 15px 0px}html[lang=jp-JP] .productSearchResults>div li,html[lang=vi_VN] .productSearchResults>div li,html[lang=zh-CN] .productSearchResults>div li,html[lang=jp-JP] .searchResults>div li,html[lang=vi_VN] .searchResults>div li,html[lang=zh-CN] .searchResults>div li{font-family:Arial,sans-serif}html[lang=ru-RU] .productSearchResults>div li,html[lang=ru-KZ] .productSearchResults>div li,html[lang=ru-RU] .searchResults>div li,html[lang=ru-KZ] .searchResults>div li{font-family:Arial,sans-serif}html[lang=ru-RU] .productSearchResults>div li,html[lang=ru-RU] .searchResults>div li{font-size:13px}html[lang=ru-KZ] .productSearchResults>div li,html[lang=ru-KZ] .searchResults>div li{font-size:13px}.productSearchResults>div li a,.searchResults>div li a{text-decoration:none;color:#000}.productSearchResults>div li a.readmore,.searchResults>div li a.readmore{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px;color:#5d6a74}html[lang=jp-JP] .productSearchResults>div li a.readmore,html[lang=vi_VN] .productSearchResults>div li a.readmore,html[lang=zh-CN] .productSearchResults>div li a.readmore,html[lang=jp-JP] .searchResults>div li a.readmore,html[lang=vi_VN] .searchResults>div li a.readmore,html[lang=zh-CN] .searchResults>div li a.readmore{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .productSearchResults>div li a.readmore,html[lang=ru-KZ] .productSearchResults>div li a.readmore,html[lang=ru-RU] .searchResults>div li a.readmore,html[lang=ru-KZ] .searchResults>div li a.readmore{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .productSearchResults>div li a.readmore,html[lang=ru-RU] .searchResults>div li a.readmore{font-size:15px}html[lang=ru-KZ] .productSearchResults>div li a.readmore,html[lang=ru-KZ] .searchResults>div li a.readmore{font-size:15px}@media only screen and (max-width: 768px){.productSearchResults>div li a.readmore,.searchResults>div li a.readmore{font-size:18px;line-height:20px}html[lang=ru-RU] .productSearchResults>div li a.readmore,html[lang=ru-RU] .searchResults>div li a.readmore{font-size:17px}html[lang=ru-KZ] .productSearchResults>div li a.readmore,html[lang=ru-KZ] .searchResults>div li a.readmore{font-size:17px}}.productSearchResults>div li a.readmore svg,.searchResults>div li a.readmore svg{position:relative;stroke:#5d6a74;top:8px;margin-right:3px}.productSearchResults>div li a.readmore:hover,.searchResults>div li a.readmore:hover{color:#f58220}.productSearchResults>div li a.readmore:hover svg .link0,.productSearchResults>div li a.readmore:hover svg .link1,.searchResults>div li a.readmore:hover svg .link0,.searchResults>div li a.readmore:hover svg .link1{stroke:#f58220}.productSearchResults img{float:none}.search-faq-container{display:flex;align-items:center}.search-faq-container .expand-collapse{margin-bottom:0}.section-intro{padding:0 0 10px 0}.section-intro #page-intro h1{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:31px;margin-top:40px;padding-top:20px;max-width:800px}html[lang=jp-JP] .section-intro #page-intro h1,html[lang=vi_VN] .section-intro #page-intro h1,html[lang=zh-CN] .section-intro #page-intro h1{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .section-intro #page-intro h1,html[lang=ru-KZ] .section-intro #page-intro h1{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .section-intro #page-intro h1{font-size:25px}html[lang=ru-KZ] .section-intro #page-intro h1{font-size:25px}@media only screen and (max-width: 768px){.section-intro #page-intro h1{font-size:22px;line-height:24px}html[lang=ru-RU] .section-intro #page-intro h1{font-size:21px}html[lang=ru-KZ] .section-intro #page-intro h1{font-size:21px}}.section-intro #page-intro h1:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company .section-intro #page-intro h1:before{background:#f58220}.section-intro #page-intro img{display:block;margin-right:15px;margin-bottom:15px;width:550px;float:left}@media only screen and (max-width: 959px){.section-intro #page-intro img{width:100%}}#landing-page .content .teasers.grey{background-color:#f0f0f0}@media only screen and (min-width: 960px){#landing-page .content .teasers,#article .content .teasers{margin-left:135px}#landing-page .content .teasers .group,#article .content .teasers .group{display:flex;flex-wrap:wrap}#article .content .teasers{padding-bottom:30px}#landing-page .content .teasers .group{padding:0 15px}}.teasers .teaser{margin-bottom:20px}.teasers .heading{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:22px;line-height:31px;padding-top:40px;margin-bottom:21px;max-width:800px}html[lang=jp-JP] .teasers .heading,html[lang=vi_VN] .teasers .heading,html[lang=zh-CN] .teasers .heading{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .teasers .heading,html[lang=ru-KZ] .teasers .heading{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .teasers .heading{font-size:21px}html[lang=ru-KZ] .teasers .heading{font-size:21px}@media only screen and (max-width: 768px){.teasers .heading{font-size:18px;line-height:22px}html[lang=ru-RU] .teasers .heading{font-size:17px}html[lang=ru-KZ] .teasers .heading{font-size:17px}}.teasers .heading:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company .teasers .heading:before{background:#f58220}.aside .teasers .heading{font-family:"FuturaSB-Regular",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:18px;line-height:20px}html[lang=jp-JP] .aside .teasers .heading,html[lang=vi_VN] .aside .teasers .heading,html[lang=zh-CN] .aside .teasers .heading{font-family:Arial,sans-serif}html[lang=ru-RU] .aside .teasers .heading,html[lang=ru-KZ] .aside .teasers .heading{font-family:Arial,sans-serif}html[lang=ru-RU] .aside .teasers .heading{font-size:17px}html[lang=ru-KZ] .aside .teasers .heading{font-size:17px}@media only screen and (max-width: 768px){.aside .teasers .heading{line-height:21px}}.aside .teasers .heading:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company .aside .teasers .heading:before{background:#f58220}.aside .teasers .heading:before{top:-10px}.teasers .h2,.teasers h2{margin-top:0px;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:18px;line-height:20px;color:#000}html[lang=jp-JP] .teasers .h2,html[lang=vi_VN] .teasers .h2,html[lang=zh-CN] .teasers .h2,html[lang=jp-JP] .teasers h2,html[lang=vi_VN] .teasers h2,html[lang=zh-CN] .teasers h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .teasers .h2,html[lang=ru-KZ] .teasers .h2,html[lang=ru-RU] .teasers h2,html[lang=ru-KZ] .teasers h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .teasers .h2,html[lang=ru-RU] .teasers h2{font-size:17px}html[lang=ru-KZ] .teasers .h2,html[lang=ru-KZ] .teasers h2{font-size:17px}@media only screen and (max-width: 768px){.teasers .h2,.teasers h2{font-size:20px;line-height:23px}html[lang=ru-RU] .teasers .h2,html[lang=ru-RU] .teasers h2{font-size:19px}html[lang=ru-KZ] .teasers .h2,html[lang=ru-KZ] .teasers h2{font-size:19px}}.teasers .readmore{color:#000}.teasers .readmore svg{top:27px;left:-32px;fill:#5d6a74}.teasers .readmore:hover{color:#f58220}.teasers .readmore:hover svg .link0,.teasers .readmore:hover svg .link1{stroke:#f58220}.teasers a{display:block;text-decoration:none;color:#000}#landing-page .content .teasers{margin:0 -15px}#landing-page .content .teasers .heading{padding-left:15px}.teasers .moreInformationTeaser{padding:0 15px 0px 0px}.teasers .moreInformationTeaser.yellow a{background:#ffc709;height:100%}.teasers .moreInformationTeaser.yellow a h3{margin:0px;padding:5px 20px 10px 20px}.teasers .moreInformationTeaser.yellow a .readmore{display:none}.teasers .moreInformationTeaser img{float:left;margin-right:15px;margin-bottom:20px;max-width:140px}.teasers .moreInformationTeaser p{margin:0px;padding-bottom:20px;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:16px;hyphens:auto}html[lang=jp-JP] .teasers .moreInformationTeaser p,html[lang=vi_VN] .teasers .moreInformationTeaser p,html[lang=zh-CN] .teasers .moreInformationTeaser p{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .teasers .moreInformationTeaser p,html[lang=ru-KZ] .teasers .moreInformationTeaser p{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .teasers .moreInformationTeaser p{font-size:13px}html[lang=ru-KZ] .teasers .moreInformationTeaser p{font-size:13px}.teasers .moreInformationTeaser p svg{width:20px;height:17px;margin-right:-5px;margin-bottom:-5px}#article .content .teasers .moreInformationTeaser,#landing-page .content .teasers .moreInformationTeaser{float:left;margin:20px 0px;position:relative;padding-bottom:40px;width:25%}#article .content .teasers .moreInformationTeaser.yellow,#landing-page .content .teasers .moreInformationTeaser.yellow{width:33%}@media only screen and (max-width: 959px){#article .content .teasers .moreInformationTeaser,#landing-page .content .teasers .moreInformationTeaser{float:none;width:100%}#article .content .teasers .moreInformationTeaser.yellow,#landing-page .content .teasers .moreInformationTeaser.yellow{width:100%;padding-bottom:0px}}#article .content .teasers .moreInformationTeaser img,#landing-page .content .teasers .moreInformationTeaser img{float:none;width:100%;max-width:initial;margin-bottom:0px}#article .content .teasers .moreInformationTeaser h3,#landing-page .content .teasers .moreInformationTeaser h3{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:22px}html[lang=jp-JP] #article .content .teasers .moreInformationTeaser h3,html[lang=vi_VN] #article .content .teasers .moreInformationTeaser h3,html[lang=zh-CN] #article .content .teasers .moreInformationTeaser h3,html[lang=jp-JP] #landing-page .content .teasers .moreInformationTeaser h3,html[lang=vi_VN] #landing-page .content .teasers .moreInformationTeaser h3,html[lang=zh-CN] #landing-page .content .teasers .moreInformationTeaser h3{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #article .content .teasers .moreInformationTeaser h3,html[lang=ru-KZ] #article .content .teasers .moreInformationTeaser h3,html[lang=ru-RU] #landing-page .content .teasers .moreInformationTeaser h3,html[lang=ru-KZ] #landing-page .content .teasers .moreInformationTeaser h3{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #article .content .teasers .moreInformationTeaser h3,html[lang=ru-RU] #landing-page .content .teasers .moreInformationTeaser h3{font-size:17px}html[lang=ru-KZ] #article .content .teasers .moreInformationTeaser h3,html[lang=ru-KZ] #landing-page .content .teasers .moreInformationTeaser h3{font-size:17px}@media only screen and (max-width: 768px){#article .content .teasers .moreInformationTeaser h3,#landing-page .content .teasers .moreInformationTeaser h3{line-height:23px}}#article .content .teasers .moreInformationTeaser .readmore,#landing-page .content .teasers .moreInformationTeaser .readmore{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px;color:#5d6a74;position:absolute;bottom:0px;width:100%;padding-top:20px}html[lang=jp-JP] #article .content .teasers .moreInformationTeaser .readmore,html[lang=vi_VN] #article .content .teasers .moreInformationTeaser .readmore,html[lang=zh-CN] #article .content .teasers .moreInformationTeaser .readmore,html[lang=jp-JP] #landing-page .content .teasers .moreInformationTeaser .readmore,html[lang=vi_VN] #landing-page .content .teasers .moreInformationTeaser .readmore,html[lang=zh-CN] #landing-page .content .teasers .moreInformationTeaser .readmore{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #article .content .teasers .moreInformationTeaser .readmore,html[lang=ru-KZ] #article .content .teasers .moreInformationTeaser .readmore,html[lang=ru-RU] #landing-page .content .teasers .moreInformationTeaser .readmore,html[lang=ru-KZ] #landing-page .content .teasers .moreInformationTeaser .readmore{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #article .content .teasers .moreInformationTeaser .readmore,html[lang=ru-RU] #landing-page .content .teasers .moreInformationTeaser .readmore{font-size:15px}html[lang=ru-KZ] #article .content .teasers .moreInformationTeaser .readmore,html[lang=ru-KZ] #landing-page .content .teasers .moreInformationTeaser .readmore{font-size:15px}@media only screen and (max-width: 768px){#article .content .teasers .moreInformationTeaser .readmore,#landing-page .content .teasers .moreInformationTeaser .readmore{font-size:18px;line-height:20px}html[lang=ru-RU] #article .content .teasers .moreInformationTeaser .readmore,html[lang=ru-RU] #landing-page .content .teasers .moreInformationTeaser .readmore{font-size:17px}html[lang=ru-KZ] #article .content .teasers .moreInformationTeaser .readmore,html[lang=ru-KZ] #landing-page .content .teasers .moreInformationTeaser .readmore{font-size:17px}}#article .content .teasers .moreInformationTeaser .readmore svg,#landing-page .content .teasers .moreInformationTeaser .readmore svg{margin-bottom:-8px;left:0px;stroke:#5d6a74;margin-right:2px}#article .content .teasers .moreInformationTeaser .readmore:hover,#landing-page .content .teasers .moreInformationTeaser .readmore:hover{color:#f58220}#article .content .teasers .moreInformationTeaser .readmore:hover svg .link0,#article .content .teasers .moreInformationTeaser .readmore:hover svg .link1,#landing-page .content .teasers .moreInformationTeaser .readmore:hover svg .link0,#landing-page .content .teasers .moreInformationTeaser .readmore:hover svg .link1{stroke:#f58220}#article .content .teasers .moreInformationTeaser .readmore:before,#landing-page .content .teasers .moreInformationTeaser .readmore:before{margin-top:-5px;margin-right:5px}#article .content .teasers .moreInformationTeaser p,#landing-page .content .teasers .moreInformationTeaser p{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:18px}html[lang=jp-JP] #article .content .teasers .moreInformationTeaser p,html[lang=vi_VN] #article .content .teasers .moreInformationTeaser p,html[lang=zh-CN] #article .content .teasers .moreInformationTeaser p,html[lang=jp-JP] #landing-page .content .teasers .moreInformationTeaser p,html[lang=vi_VN] #landing-page .content .teasers .moreInformationTeaser p,html[lang=zh-CN] #landing-page .content .teasers .moreInformationTeaser p{font-family:Arial,sans-serif}html[lang=ru-RU] #article .content .teasers .moreInformationTeaser p,html[lang=ru-KZ] #article .content .teasers .moreInformationTeaser p,html[lang=ru-RU] #landing-page .content .teasers .moreInformationTeaser p,html[lang=ru-KZ] #landing-page .content .teasers .moreInformationTeaser p{font-family:Arial,sans-serif}html[lang=ru-RU] #article .content .teasers .moreInformationTeaser p,html[lang=ru-RU] #landing-page .content .teasers .moreInformationTeaser p{font-size:13px}html[lang=ru-KZ] #article .content .teasers .moreInformationTeaser p,html[lang=ru-KZ] #landing-page .content .teasers .moreInformationTeaser p{font-size:13px}#landing-page .content .teasers .moreInformationTeaser h3{margin-bottom:0px}#landing-page .content .teasers .moreInformationTeaser h3:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company #landing-page .content .teasers .moreInformationTeaser h3:before{background:#f58220}#landing-page .content .teasers .moreInformationTeaser h3:before{top:-8px}#article .content .teasers .moreInformationTeaser{width:50%}.teaser{background:#fff;overflow:hidden}.teaser h3{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:18px;line-height:20px;color:#000;margin-top:20px;padding:0 30px}html[lang=jp-JP] .teaser h3,html[lang=vi_VN] .teaser h3,html[lang=zh-CN] .teaser h3{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .teaser h3,html[lang=ru-KZ] .teaser h3{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .teaser h3{font-size:17px}html[lang=ru-KZ] .teaser h3{font-size:17px}@media only screen and (max-width: 768px){.teaser h3{font-size:20px;line-height:23px}html[lang=ru-RU] .teaser h3{font-size:19px}html[lang=ru-KZ] .teaser h3{font-size:19px}}.teaser a{color:#000;display:block;text-decoration:none}.teaser img{width:100%}.teaser img.icon{margin:28px 38px;width:auto}.teaser svg{top:9px;left:0px;fill:#000;margin-right:-2px}.teaser .readmore{color:#000}.teaser .readmore svg{left:0px;width:22px;height:22px;margin-right:2px;margin-bottom:-5px}.teaser .readmore svg .link0,.teaser .readmore svg .link1{stroke:#5d6a74}.teaser .readmore:hover{color:#f58220}.teaser .readmore:hover svg .link0,.teaser .readmore:hover svg .link1{stroke:#f58220}.teaser .author{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px;color:#939393}html[lang=jp-JP] .teaser .author,html[lang=vi_VN] .teaser .author,html[lang=zh-CN] .teaser .author{font-family:Arial,sans-serif}html[lang=ru-RU] .teaser .author,html[lang=ru-KZ] .teaser .author{font-family:Arial,sans-serif}html[lang=ru-RU] .teaser .author{font-size:17px}html[lang=ru-KZ] .teaser .author{font-size:17px}@media only screen and (max-width: 768px){.teaser .author{line-height:23px}}.centeredTeaser{text-align:center}.centeredTeaser a{color:#000;text-decoration:none}.twoColumns .centeredTeaser{width:50%}.twoColumns .teasers .cols{margin:0}.text-image{padding-bottom:30px}.text-image .blueCaps{color:var(--textImage_capsColor_blue, #2b2d7e);font-size:200%}.text-image .yellowCaps{color:var(--textImage_capsColor_yellow, #ffc709);font-size:200%}.text-image .media{display:block;margin:0 0 0 1.5em}.text-image .media.photo{float:none;margin:0 135px 50px 0;width:100%}.text-image .media.photo.small{float:right;width:200px;margin:0px}.text-image .media.photo.small.left{float:left;width:200px;margin:0 15px 0px 0}.text-image .media.photo.left{float:left;width:270px;margin:0 1.5em 0 0}.text-image .media.photo.pos-2{float:right;width:270px;margin:0 0 0 1.5em}.text-image .media.photo.large{float:none;width:100%;margin:0 0 50px 0}@media only screen and (max-width: 768px){.text-image .media{margin:0px}.text-image .media.photo{float:none;width:100%}.text-image .media.photo.small{width:100%;float:none;margin:0 0 50px 0}.text-image .media.photo.small.left{float:none;margin:0 0 50px 0}.text-image .media.photo.pos-2{float:none;width:100%;margin:0}.text-image .media.photo.large{float:none;width:100%;margin:0 0 50px 0}.text-image .media img{width:100%}}.text-image table{border:0px}.text-image table thead td{background:#ffc709}.text-image table td{border:0px;vertical-align:top;padding:10px;font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:18px;background:rgba(255,199,9,.2)}html[lang=jp-JP] .text-image table td,html[lang=vi_VN] .text-image table td,html[lang=zh-CN] .text-image table td{font-family:Arial,sans-serif}html[lang=ru-RU] .text-image table td,html[lang=ru-KZ] .text-image table td{font-family:Arial,sans-serif}html[lang=ru-RU] .text-image table td{font-size:13px}html[lang=ru-KZ] .text-image table td{font-size:13px}.text-image table td p{margin:0px}.text-image dl{padding:0}.text-image dl dd{margin:22px 0 0 0;padding:0;display:block}.text-image dl dd.caption{color:#ededed}.text-image dl dd.longdesc{color:#939393;font-size:14px}html[lang=ru-RU] .text-image dl dd.longdesc{font-size:13px}.text-image dl dd.empty{display:none}.text-image h2{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:22px;line-height:31px;margin-top:41px;max-width:700px}html[lang=jp-JP] .text-image h2,html[lang=vi_VN] .text-image h2,html[lang=zh-CN] .text-image h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .text-image h2,html[lang=ru-KZ] .text-image h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .text-image h2{font-size:21px}html[lang=ru-KZ] .text-image h2{font-size:21px}@media only screen and (max-width: 768px){.text-image h2{font-size:18px;line-height:22px}html[lang=ru-RU] .text-image h2{font-size:17px}html[lang=ru-KZ] .text-image h2{font-size:17px}}.text-image h2:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company .text-image h2:before{background:#f58220}.text-image h2 a{color:#00838f}.text-image h3{font-family:"FuturaSB-Regular",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:18px;line-height:20px;margin-top:41px;max-width:700px}html[lang=jp-JP] .text-image h3,html[lang=vi_VN] .text-image h3,html[lang=zh-CN] .text-image h3{font-family:Arial,sans-serif}html[lang=ru-RU] .text-image h3,html[lang=ru-KZ] .text-image h3{font-family:Arial,sans-serif}html[lang=ru-RU] .text-image h3{font-size:17px}html[lang=ru-KZ] .text-image h3{font-size:17px}@media only screen and (max-width: 768px){.text-image h3{line-height:21px}}.text-image h3:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company .text-image h3:before{background:#f58220}.text-image h3:before{top:-10px}.text-image li{margin-bottom:18px}.text-image img{width:100%;display:block}@media only screen and (max-width: 768px){.text-image img{width:100% !important;height:auto !important}}.text-image ol,.text-image ul,.text-image>p{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px}html[lang=jp-JP] .text-image ol,html[lang=vi_VN] .text-image ol,html[lang=zh-CN] .text-image ol,html[lang=jp-JP] .text-image ul,html[lang=vi_VN] .text-image ul,html[lang=zh-CN] .text-image ul,html[lang=jp-JP] .text-image>p,html[lang=vi_VN] .text-image>p,html[lang=zh-CN] .text-image>p{font-family:Arial,sans-serif}html[lang=ru-RU] .text-image ol,html[lang=ru-KZ] .text-image ol,html[lang=ru-RU] .text-image ul,html[lang=ru-KZ] .text-image ul,html[lang=ru-RU] .text-image>p,html[lang=ru-KZ] .text-image>p{font-family:Arial,sans-serif}html[lang=ru-RU] .text-image ol,html[lang=ru-RU] .text-image ul,html[lang=ru-RU] .text-image>p{font-size:17px}html[lang=ru-KZ] .text-image ol,html[lang=ru-KZ] .text-image ul,html[lang=ru-KZ] .text-image>p{font-size:17px}@media only screen and (max-width: 768px){.text-image ol,.text-image ul,.text-image>p{line-height:23px}}.rightsmall.text-image ol,.rightsmall.text-image ul,.rightsmall.text-image>p,.right.text-image ol,.right.text-image ul,.right.text-image>p{max-width:700px}.text-image blockquote{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:30px;color:#5d6a74;text-align:center}html[lang=jp-JP] .text-image blockquote,html[lang=vi_VN] .text-image blockquote,html[lang=zh-CN] .text-image blockquote{font-family:Arial,sans-serif}html[lang=ru-RU] .text-image blockquote,html[lang=ru-KZ] .text-image blockquote{font-family:Arial,sans-serif}html[lang=ru-RU] .text-image blockquote{font-size:25px}html[lang=ru-KZ] .text-image blockquote{font-size:25px}@media only screen and (max-width: 768px){.text-image blockquote{font-size:20px;line-height:23px}html[lang=ru-RU] .text-image blockquote{font-size:19px}html[lang=ru-KZ] .text-image blockquote{font-size:19px}}#article .text-image blockquote{margin-left:-135px}@media only screen and (max-width: 768px){#article .text-image blockquote{margin-left:0px}}@media only screen and (max-width: 768px){.text-image ul{padding-left:20px}}.text-image th{background:#f5f5f5}.text-image b,.text-image strong,.text-image td strong{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px;font-size:inherit}html[lang=jp-JP] .text-image b,html[lang=vi_VN] .text-image b,html[lang=zh-CN] .text-image b,html[lang=jp-JP] .text-image strong,html[lang=vi_VN] .text-image strong,html[lang=zh-CN] .text-image strong,html[lang=jp-JP] .text-image td strong,html[lang=vi_VN] .text-image td strong,html[lang=zh-CN] .text-image td strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .text-image b,html[lang=ru-KZ] .text-image b,html[lang=ru-RU] .text-image strong,html[lang=ru-KZ] .text-image strong,html[lang=ru-RU] .text-image td strong,html[lang=ru-KZ] .text-image td strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .text-image b,html[lang=ru-RU] .text-image strong,html[lang=ru-RU] .text-image td strong{font-size:15px}html[lang=ru-KZ] .text-image b,html[lang=ru-KZ] .text-image strong,html[lang=ru-KZ] .text-image td strong{font-size:15px}@media only screen and (max-width: 768px){.text-image b,.text-image strong,.text-image td strong{font-size:18px;line-height:20px}html[lang=ru-RU] .text-image b,html[lang=ru-RU] .text-image strong,html[lang=ru-RU] .text-image td strong{font-size:17px}html[lang=ru-KZ] .text-image b,html[lang=ru-KZ] .text-image strong,html[lang=ru-KZ] .text-image td strong{font-size:17px}}.text-image a.button{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:21px;letter-spacing:2px;text-transform:uppercase;background:var(--button_background_color, #f58220);border-radius:20px;color:#fff;display:inline-block;padding:10px 0px;text-align:center;text-decoration:none;border:0px;cursor:pointer;width:250px;color:#fff !important;height:37px;min-width:220px;bottom:40px}html[lang=jp-JP] .text-image a.button,html[lang=vi_VN] .text-image a.button,html[lang=zh-CN] .text-image a.button{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .text-image a.button,html[lang=ru-KZ] .text-image a.button{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .text-image a.button{font-size:13px}html[lang=ru-KZ] .text-image a.button{font-size:13px}.text-image a.button:hover{background:#646464;color:#fff;cursor:pointer}.text-image a.button:disabled{background-color:#ececec;color:#5d6a74;cursor:not-allowed}@media only screen and (max-width: 768px){.text-image a.button{width:100%}}.component .text-image{padding-bottom:0}.referenceanchor{text-decoration:none}@media only screen and (max-width: 768px){.video-player{margin:0 15px}}@media only screen and (max-width: 768px){.video-player .row{margin-left:0;margin-right:0}}.video-player.playlist{padding:40px 0 60px}@media only screen and (max-width: 768px){.video-player.playlist{padding:15px 0;border-top:none;border-bottom:none}}.video-player.playlist .player{float:left;padding-top:37.5%;width:66.667%;height:0}@media only screen and (max-width: 768px){.video-player.playlist .player{width:100%}}.video-player.playlist .player.paused{padding-top:37.5%}.video-player.playlist .list{float:right;width:33.333%;padding-top:37.5%;position:relative;background-color:#222}@media only screen and (max-width: 768px){.video-player.playlist .list{padding-top:0;width:100%;background-color:#333}}.video-player.playlist .list .header{background:#1a1a1a;position:absolute;width:100%;padding:10px;height:16.667%;top:0;left:0}@media only screen and (max-width: 768px){.video-player.playlist .list .header{background:#222;position:static;height:auto;border-bottom:1px solid #111}}.video-player.playlist .list .header .title{font-size:15px;color:#fff}html[lang=ru-RU] .video-player.playlist .list .header .title{font-size:14px}@media only screen and (max-width: 768px){.video-player.playlist .list .header .title:after{content:"";font-family:"iconfont";float:right;font-size:22px;line-height:0px}}.video-player.playlist .list ul{position:absolute;bottom:0;left:0;width:100%;height:83.333%;overflow-y:auto}@media only screen and (max-width: 768px){.video-player.playlist .list ul{height:auto;position:static;padding:8px;border-top:1px solid #1a1a1a}}.video-player.playlist .list ul li{line-height:14px;font-size:10px;overflow:hidden;position:relative;cursor:pointer}html[lang=ru-RU] .video-player.playlist .list ul li{font-size:9px}@media only screen and (max-width: 768px){.video-player.playlist .list ul li{background-color:#444;border:1px solid #1a1a1a;padding:8px}}@media only screen and (max-width: 768px){.video-player.playlist .list ul li+li{border-top:none}}.video-player.playlist .list ul li.active{background-color:#3a3a3a}@media only screen and (max-width: 768px){.video-player.playlist .list ul li.active{background-color:#666}}.video-player.playlist .list ul li.active .index span{display:none}.video-player.playlist .list ul li:hover{background-color:#525252}.video-player.playlist .list ul li .index{float:left;width:10%;color:#b8b8b8;text-align:center;vertical-align:top;padding-top:8%}@media only screen and (max-width: 768px){.video-player.playlist .list ul li .index{display:none}}.video-player.playlist .list ul li .thumbnail{float:left;width:25%;margin-top:3%;margin-bottom:3%;overflow:hidden;position:relative;padding-top:14.0625%}@media only screen and (max-width: 768px){.video-player.playlist .list ul li .thumbnail{width:40%;padding-top:22.5%;margin:0}}.video-player.playlist .list ul li .thumbnail img{width:100%;position:absolute;top:0;margin-top:-9%}.video-player.playlist .list ul li .information{float:left;width:65%;padding:7px 10px 10px;height:100%}@media only screen and (max-width: 768px){.video-player.playlist .list ul li .information{width:60%}}.video-player.playlist .list ul li .information .title{font-size:12px;color:#cacaca}html[lang=ru-RU] .video-player.playlist .list ul li .information .title{font-size:11px}.video-player.playlist .list ul li .information .channel{color:#777}.video-player.playlist h3{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:30px;margin-top:21px}html[lang=jp-JP] .video-player.playlist h3,html[lang=vi_VN] .video-player.playlist h3,html[lang=zh-CN] .video-player.playlist h3{font-family:Arial,sans-serif}html[lang=ru-RU] .video-player.playlist h3,html[lang=ru-KZ] .video-player.playlist h3{font-family:Arial,sans-serif}html[lang=ru-RU] .video-player.playlist h3{font-size:25px}html[lang=ru-KZ] .video-player.playlist h3{font-size:25px}@media only screen and (max-width: 768px){.video-player.playlist h3{font-size:20px;line-height:23px}html[lang=ru-RU] .video-player.playlist h3{font-size:19px}html[lang=ru-KZ] .video-player.playlist h3{font-size:19px}}.video-player.playlist p{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px;color:#474747;margin-bottom:41px}html[lang=jp-JP] .video-player.playlist p,html[lang=vi_VN] .video-player.playlist p,html[lang=zh-CN] .video-player.playlist p{font-family:Arial,sans-serif}html[lang=ru-RU] .video-player.playlist p,html[lang=ru-KZ] .video-player.playlist p{font-family:Arial,sans-serif}html[lang=ru-RU] .video-player.playlist p{font-size:17px}html[lang=ru-KZ] .video-player.playlist p{font-size:17px}@media only screen and (max-width: 768px){.video-player.playlist p{line-height:23px}}.video-player .vimeo,.video-player .player{overflow:hidden;padding-top:56.26%;position:relative;width:100%;background:#1a1a1a;cursor:pointer;height:0}.video-player .vimeo.paused:before,.video-player .player.paused:before{font-size:1em;position:absolute;top:50%;left:50%;z-index:3;margin-left:-1.7em;margin-top:-1.7em;width:4em;content:" ";height:4em;background:url("../svg/play.svg")}.video-player .vimeo.paused:hover:before,.video-player .player.paused:hover:before{background:url("../svg/playHover.svg")}.video-player .vimeo.paused iframe,.video-player .player.paused iframe{top:-100%}.video-player .vimeo.paused img,.video-player .player.paused img{display:block}.video-player .vimeo iframe,.video-player .player iframe{left:0;position:absolute;top:0;height:100% !important;width:100% !important;z-index:1}.video-player .vimeo img,.video-player .player img{display:none;left:0;position:absolute;top:0;width:100%;z-index:2}.video-player p{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:18px}html[lang=jp-JP] .video-player p,html[lang=vi_VN] .video-player p,html[lang=zh-CN] .video-player p{font-family:Arial,sans-serif}html[lang=ru-RU] .video-player p,html[lang=ru-KZ] .video-player p{font-family:Arial,sans-serif}html[lang=ru-RU] .video-player p{font-size:13px}html[lang=ru-KZ] .video-player p{font-size:13px}.video-player p strong{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:18px;line-height:20px;margin-bottom:8px;display:inline-block}html[lang=jp-JP] .video-player p strong,html[lang=vi_VN] .video-player p strong,html[lang=zh-CN] .video-player p strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .video-player p strong,html[lang=ru-KZ] .video-player p strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .video-player p strong{font-size:17px}html[lang=ru-KZ] .video-player p strong{font-size:17px}@media only screen and (max-width: 768px){.video-player p strong{font-size:20px;line-height:23px}html[lang=ru-RU] .video-player p strong{font-size:19px}html[lang=ru-KZ] .video-player p strong{font-size:19px}}.video-player p span{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px}html[lang=jp-JP] .video-player p span,html[lang=vi_VN] .video-player p span,html[lang=zh-CN] .video-player p span{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .video-player p span,html[lang=ru-KZ] .video-player p span{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .video-player p span{font-size:15px}html[lang=ru-KZ] .video-player p span{font-size:15px}@media only screen and (max-width: 768px){.video-player p span{font-size:18px;line-height:20px}html[lang=ru-RU] .video-player p span{font-size:17px}html[lang=ru-KZ] .video-player p span{font-size:17px}}.video-player:focus{outline:3px solid #51a0d5}.col-medium .video-player--youku iframe{height:140px}.video-player--youku .player{border-radius:8px;overflow:hidden;padding-top:83.33%;position:relative;width:100%;background:#1a1a1a;cursor:pointer}.video-player--youku object{left:0;position:absolute;top:0;width:100%;z-index:1}.video-player--youku p{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px;color:#939393}html[lang=jp-JP] .video-player--youku p,html[lang=vi_VN] .video-player--youku p,html[lang=zh-CN] .video-player--youku p{font-family:Arial,sans-serif}html[lang=ru-RU] .video-player--youku p,html[lang=ru-KZ] .video-player--youku p{font-family:Arial,sans-serif}html[lang=ru-RU] .video-player--youku p{font-size:17px}html[lang=ru-KZ] .video-player--youku p{font-size:17px}@media only screen and (max-width: 768px){.video-player--youku p{line-height:23px}}.video-player--youku p span{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px}html[lang=jp-JP] .video-player--youku p span,html[lang=vi_VN] .video-player--youku p span,html[lang=zh-CN] .video-player--youku p span{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .video-player--youku p span,html[lang=ru-KZ] .video-player--youku p span{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .video-player--youku p span{font-size:15px}html[lang=ru-KZ] .video-player--youku p span{font-size:15px}@media only screen and (max-width: 768px){.video-player--youku p span{font-size:18px;line-height:20px}html[lang=ru-RU] .video-player--youku p span{font-size:17px}html[lang=ru-KZ] .video-player--youku p span{font-size:17px}}@media only screen and (max-width: 768px){.video-playlists-group{background:#f0f0f0;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8}.video-playlists-group+.video-playlists-group{border-top:1px solid #f0f0f0}}.video-playlists-group.single-playlist{padding:40px 0}.video-playlists-group.single-playlist .video-player.playlist{border:none}.video-playlists-group.show-playlists .video-player{position:static}.video-playlists-group .video-playlists-header h2{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:31px;margin-top:21px}html[lang=jp-JP] .video-playlists-group .video-playlists-header h2,html[lang=vi_VN] .video-playlists-group .video-playlists-header h2,html[lang=zh-CN] .video-playlists-group .video-playlists-header h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .video-playlists-group .video-playlists-header h2,html[lang=ru-KZ] .video-playlists-group .video-playlists-header h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .video-playlists-group .video-playlists-header h2{font-size:25px}html[lang=ru-KZ] .video-playlists-group .video-playlists-header h2{font-size:25px}@media only screen and (max-width: 768px){.video-playlists-group .video-playlists-header h2{font-size:22px;line-height:24px}html[lang=ru-RU] .video-playlists-group .video-playlists-header h2{font-size:21px}html[lang=ru-KZ] .video-playlists-group .video-playlists-header h2{font-size:21px}}.video-playlists-group .video-playlists-header h2:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company .video-playlists-group .video-playlists-header h2:before{background:#f58220}.video-playlists-group .video-playlists-content h3{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px}html[lang=jp-JP] .video-playlists-group .video-playlists-content h3,html[lang=vi_VN] .video-playlists-group .video-playlists-content h3,html[lang=zh-CN] .video-playlists-group .video-playlists-content h3{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .video-playlists-group .video-playlists-content h3,html[lang=ru-KZ] .video-playlists-group .video-playlists-content h3{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .video-playlists-group .video-playlists-content h3{font-size:15px}html[lang=ru-KZ] .video-playlists-group .video-playlists-content h3{font-size:15px}@media only screen and (max-width: 768px){.video-playlists-group .video-playlists-content h3{font-size:18px;line-height:20px}html[lang=ru-RU] .video-playlists-group .video-playlists-content h3{font-size:17px}html[lang=ru-KZ] .video-playlists-group .video-playlists-content h3{font-size:17px}}.video-playlists-group .video-playlists-content .col-small{padding:0 12px}@media only screen and (max-width: 768px){.video-playlists-group .video-playlists-content .col-small{padding:0;margin-bottom:15px}}.video-playlists-group .video-playlists-content .video-playlists{margin:0 -12px 24px}@media only screen and (max-width: 768px){.video-playlists-group .video-playlists-content .video-playlists{display:block;margin:0 0 24px}}.video-playlists-group .video-playlists-content .video-playlists .video-playlist{position:relative;padding-bottom:100%;color:#fff;background-position:center center;background-repeat:no-repeat;cursor:pointer}@media only screen and (max-width: 768px){.video-playlists-group .video-playlists-content .video-playlists .video-playlist{padding-bottom:30%}}.video-playlists-group .video-playlists-content .video-playlists .video-playlist.active .information:after{content:"";display:block;position:absolute;top:100%;width:100%;height:20px;background:url("../img/youtube-playlist-active-marker.png?test") no-repeat center top}@media only screen and (max-width: 768px){.video-playlists-group .video-playlists-content .video-playlists .video-playlist.active .information:after{display:none}}.video-playlists-group .video-playlists-content .video-playlists .video-playlist.active .information .action{color:#939393;background-color:#f0f0f0}@media only screen and (max-width: 768px){.video-playlists-group .video-playlists-content .video-playlists .video-playlist.active .information .action{background-color:transparent}}.video-playlists-group .video-playlists-content .video-playlists .video-playlist.active .information .action:after{content:attr(data-text-close)}.video-playlists-group .video-playlists-content .video-playlists .video-playlist .information{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;border:1px solid #e8e8e8;border-radius:8px;background:linear-gradient(to bottom, white 0%, rgba(61, 61, 61, 0) 49%, rgba(0, 0, 0, 0.44) 100%)}@media only screen and (max-width: 768px){.video-playlists-group .video-playlists-content .video-playlists .video-playlist .information{width:70%;left:30%;border-left:none;border-radius:0 8px 8px 0;background:#fff;padding:20px 50px 20px 15px}}.video-playlists-group .video-playlists-content .video-playlists .video-playlist .information h4{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px;padding:0 20px;content:attr(data-title);display:block;width:100%}html[lang=jp-JP] .video-playlists-group .video-playlists-content .video-playlists .video-playlist .information h4,html[lang=vi_VN] .video-playlists-group .video-playlists-content .video-playlists .video-playlist .information h4,html[lang=zh-CN] .video-playlists-group .video-playlists-content .video-playlists .video-playlist .information h4{font-family:Arial,sans-serif}html[lang=ru-RU] .video-playlists-group .video-playlists-content .video-playlists .video-playlist .information h4,html[lang=ru-KZ] .video-playlists-group .video-playlists-content .video-playlists .video-playlist .information h4{font-family:Arial,sans-serif}html[lang=ru-RU] .video-playlists-group .video-playlists-content .video-playlists .video-playlist .information h4{font-size:17px}html[lang=ru-KZ] .video-playlists-group .video-playlists-content .video-playlists .video-playlist .information h4{font-size:17px}@media only screen and (max-width: 768px){.video-playlists-group .video-playlists-content .video-playlists .video-playlist .information h4{line-height:23px}}@media only screen and (max-width: 768px){.video-playlists-group .video-playlists-content .video-playlists .video-playlist .information h4{color:#474747;margin:0;padding:0;font-weight:bold;font-size:15px;line-height:1}html[lang=ru-RU] .video-playlists-group .video-playlists-content .video-playlists .video-playlist .information h4{font-size:14px}}.video-playlists-group .video-playlists-content .video-playlists .video-playlist .information .subtitle{display:none}@media only screen and (max-width: 768px){.video-playlists-group .video-playlists-content .video-playlists .video-playlist .information .subtitle{display:block;text-transform:uppercase;color:#939393;font-size:13px}html[lang=ru-RU] .video-playlists-group .video-playlists-content .video-playlists .video-playlist .information .subtitle{font-size:12px}}.video-playlists-group .video-playlists-content .video-playlists .video-playlist .information .action{border-radius:0 0 8px 8px;position:absolute;bottom:0;left:0;width:100%;padding:10px 10px 10px 50px;line-height:20px}@media only screen and (max-width: 768px){.video-playlists-group .video-playlists-content .video-playlists .video-playlist .information .action{left:auto;bottom:auto;right:14px;top:50%;margin-top:-14px;width:22px;height:22px;padding:0;color:#939393}}.video-playlists-group .video-playlists-content .video-playlists .video-playlist .information .action:before{margin-left:-30px;line-height:inherit;font-size:20px}@media only screen and (max-width: 768px){.video-playlists-group .video-playlists-content .video-playlists .video-playlist .information .action:before{margin-left:0}}.video-playlists-group .video-playlists-content .video-playlists .video-playlist .information .action:after{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px;content:attr(data-text-open);vertical-align:middle;margin-left:10px;content:attr(data-text-open)}html[lang=jp-JP] .video-playlists-group .video-playlists-content .video-playlists .video-playlist .information .action:after,html[lang=vi_VN] .video-playlists-group .video-playlists-content .video-playlists .video-playlist .information .action:after,html[lang=zh-CN] .video-playlists-group .video-playlists-content .video-playlists .video-playlist .information .action:after{font-family:Arial,sans-serif}html[lang=ru-RU] .video-playlists-group .video-playlists-content .video-playlists .video-playlist .information .action:after,html[lang=ru-KZ] .video-playlists-group .video-playlists-content .video-playlists .video-playlist .information .action:after{font-family:Arial,sans-serif}html[lang=ru-RU] .video-playlists-group .video-playlists-content .video-playlists .video-playlist .information .action:after{font-size:17px}html[lang=ru-KZ] .video-playlists-group .video-playlists-content .video-playlists .video-playlist .information .action:after{font-size:17px}@media only screen and (max-width: 768px){.video-playlists-group .video-playlists-content .video-playlists .video-playlist .information .action:after{line-height:23px}}@media only screen and (max-width: 768px){.video-playlists-group .video-playlists-content .video-playlists .video-playlist .information .action:after{display:none}}.video-playlists-group .video-playlists-content .video-playlists .video-playlist .thumbnail{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;border-radius:8px;z-index:0}@media only screen and (max-width: 768px){.video-playlists-group .video-playlists-content .video-playlists .video-playlist .thumbnail{width:30%;border-radius:8px 0 0 8px}}.video-playlists-group .video-playlists-content .video-playlists .video-playlist .thumbnail img{display:block;width:auto !important}.video-playlists-group .video-playlist-container{display:none}@media only screen and (max-width: 768px){.video-playlists-group .video-playlist-container{display:block;margin-left:-15px;margin-right:-15px}}.video-playlists-group .video-playlist-container.playlist-all{display:block}@media only screen and (max-width: 768px){.video-playlists-group .video-playlist-container.playlist-all{display:none}}.video-playlists-group .video-player{position:absolute;left:-99999px;width:100%;height:100%}.video-playlists-group .video-player.active{position:static;display:none}.video-playlists-group .video-player h3,.video-playlists-group .video-player p{display:none}.teaserNewsOverview{margin-top:60px;margin-bottom:40px}.teaserNewsOverview h2{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:31px}html[lang=jp-JP] .teaserNewsOverview h2,html[lang=vi_VN] .teaserNewsOverview h2,html[lang=zh-CN] .teaserNewsOverview h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .teaserNewsOverview h2,html[lang=ru-KZ] .teaserNewsOverview h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .teaserNewsOverview h2{font-size:25px}html[lang=ru-KZ] .teaserNewsOverview h2{font-size:25px}@media only screen and (max-width: 768px){.teaserNewsOverview h2{font-size:22px;line-height:24px}html[lang=ru-RU] .teaserNewsOverview h2{font-size:21px}html[lang=ru-KZ] .teaserNewsOverview h2{font-size:21px}}.teaserNewsOverview h2:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company .teaserNewsOverview h2:before{background:#f58220}.teaserNewsOverview ul{margin:0 -10px;display:flex}@media only screen and (max-width: 959px){.teaserNewsOverview ul{margin:0px;padding:0px;flex-direction:column}}.teaserNewsOverview li{width:calc(25% - 20px);float:left;background:#fff;margin:0 35px;list-style:none;flex:1 1 auto;position:relative}@media only screen and (max-width: 959px){.teaserNewsOverview li{width:calc(100%);margin:20px 0}}.teaserNewsOverview li a{display:block;margin-left:0px;position:relative}.teaserNewsOverview li a.readmore{min-height:0;position:absolute;bottom:0}.teaserNewsOverview li a.readmore svg{margin-bottom:-8px;stroke:#5d6a74}.teaserNewsOverview li a.readmore:hover{color:#f58220}.teaserNewsOverview li a.readmore:hover svg .link0,.teaserNewsOverview li a.readmore:hover svg .link1{stroke:#f58220}.teaserNewsOverview li a.image{line-height:0px}.teaserNewsOverview li a.image img{width:100%}.teaserNewsOverview li a.image:after{background:#ffc709;display:block;height:60px;width:2px;bottom:-37px;left:15px;position:absolute;content:" "}.teaserNewsOverview li h3{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:18px;line-height:20px;margin-top:20px;margin-bottom:5px;position:relative;color:#000;padding:0 30px}html[lang=jp-JP] .teaserNewsOverview li h3,html[lang=vi_VN] .teaserNewsOverview li h3,html[lang=zh-CN] .teaserNewsOverview li h3{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .teaserNewsOverview li h3,html[lang=ru-KZ] .teaserNewsOverview li h3{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .teaserNewsOverview li h3{font-size:17px}html[lang=ru-KZ] .teaserNewsOverview li h3{font-size:17px}@media only screen and (max-width: 768px){.teaserNewsOverview li h3{font-size:20px;line-height:23px}html[lang=ru-RU] .teaserNewsOverview li h3{font-size:19px}html[lang=ru-KZ] .teaserNewsOverview li h3{font-size:19px}}.teaserNewsOverview li h3 a{float:none;min-height:0px;color:#000;text-decoration:none}.teaserNewsOverview li .date{color:#5d6a74;font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:18px;padding:0 30px}html[lang=jp-JP] .teaserNewsOverview li .date,html[lang=vi_VN] .teaserNewsOverview li .date,html[lang=zh-CN] .teaserNewsOverview li .date{font-family:Arial,sans-serif}html[lang=ru-RU] .teaserNewsOverview li .date,html[lang=ru-KZ] .teaserNewsOverview li .date{font-family:Arial,sans-serif}html[lang=ru-RU] .teaserNewsOverview li .date{font-size:13px}html[lang=ru-KZ] .teaserNewsOverview li .date{font-size:13px}.teaserNewsOverview li p{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:18px;padding:0 30px;margin-top:5px;padding-bottom:25px}html[lang=jp-JP] .teaserNewsOverview li p,html[lang=vi_VN] .teaserNewsOverview li p,html[lang=zh-CN] .teaserNewsOverview li p{font-family:Arial,sans-serif}html[lang=ru-RU] .teaserNewsOverview li p,html[lang=ru-KZ] .teaserNewsOverview li p{font-family:Arial,sans-serif}html[lang=ru-RU] .teaserNewsOverview li p{font-size:13px}html[lang=ru-KZ] .teaserNewsOverview li p{font-size:13px}.teaserNewsOverview li .readmore{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px;position:relative;color:#5d6a74;text-decoration:none;padding:0 30px;width:100%}html[lang=jp-JP] .teaserNewsOverview li .readmore,html[lang=vi_VN] .teaserNewsOverview li .readmore,html[lang=zh-CN] .teaserNewsOverview li .readmore{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .teaserNewsOverview li .readmore,html[lang=ru-KZ] .teaserNewsOverview li .readmore{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .teaserNewsOverview li .readmore{font-size:15px}html[lang=ru-KZ] .teaserNewsOverview li .readmore{font-size:15px}@media only screen and (max-width: 768px){.teaserNewsOverview li .readmore{font-size:18px;line-height:20px}html[lang=ru-RU] .teaserNewsOverview li .readmore{font-size:17px}html[lang=ru-KZ] .teaserNewsOverview li .readmore{font-size:17px}}.teaserNewsOverview li .readmore:before{margin-right:10px;margin-top:-5px}.teaserNewsOverview li .readmore:hover{color:#f58220}.teaserNewsOverview li .readmore:hover svg .link0,.teaserNewsOverview li .readmore:hover svg .link1{stroke:#f58220}.quickLinks{background:#f0f0f0;margin:0px -2000px;padding:40px 2000px}.quickLinks ul{margin:0 -10px}@media only screen and (max-width: 959px){.quickLinks ul{margin:0px}}@media only screen and (min-width: 960px){.quickLinks ul{display:flex}}.quickLinks li{width:calc(25% - 20px);float:left;background:#fff;margin:0 10px;border-bottom:2px solid #5d6a74}@media only screen and (max-width: 959px){.quickLinks li{width:calc(100%);margin:20px 0}}.quickLinks li img{width:100%}.quickLinks li a span{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px;position:relative;color:#5d6a74;padding:10px 40px 15px 45px;display:block}html[lang=jp-JP] .quickLinks li a span,html[lang=vi_VN] .quickLinks li a span,html[lang=zh-CN] .quickLinks li a span{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .quickLinks li a span,html[lang=ru-KZ] .quickLinks li a span{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .quickLinks li a span{font-size:15px}html[lang=ru-KZ] .quickLinks li a span{font-size:15px}@media only screen and (max-width: 768px){.quickLinks li a span{font-size:18px;line-height:20px}html[lang=ru-RU] .quickLinks li a span{font-size:17px}html[lang=ru-KZ] .quickLinks li a span{font-size:17px}}.quickLinks li a span svg{left:13px;top:7px;position:absolute}.quickLinks li a span:hover{color:#f58220}.quickLinks li a span:hover svg .link0,.quickLinks li a span:hover svg .link1{stroke:#f58220}.quickLinks h2{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:31px}html[lang=jp-JP] .quickLinks h2,html[lang=vi_VN] .quickLinks h2,html[lang=zh-CN] .quickLinks h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .quickLinks h2,html[lang=ru-KZ] .quickLinks h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .quickLinks h2{font-size:25px}html[lang=ru-KZ] .quickLinks h2{font-size:25px}@media only screen and (max-width: 768px){.quickLinks h2{font-size:22px;line-height:24px}html[lang=ru-RU] .quickLinks h2{font-size:21px}html[lang=ru-KZ] .quickLinks h2{font-size:21px}}.quickLinks h2:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company .quickLinks h2:before{background:#f58220}@media only screen and (min-width: 769px){.aside{padding:0 0 0 20px}}.aside .categories{background:#fff;list-style:none;margin:0;padding-top:20px}@media only screen and (min-width: 769px){.aside .categories{margin:60px 0 0px 0}}.aside .categories h3{font-family:"FuturaSB-Regular",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:18px;line-height:20px}html[lang=jp-JP] .aside .categories h3,html[lang=vi_VN] .aside .categories h3,html[lang=zh-CN] .aside .categories h3{font-family:Arial,sans-serif}html[lang=ru-RU] .aside .categories h3,html[lang=ru-KZ] .aside .categories h3{font-family:Arial,sans-serif}html[lang=ru-RU] .aside .categories h3{font-size:17px}html[lang=ru-KZ] .aside .categories h3{font-size:17px}@media only screen and (max-width: 768px){.aside .categories h3{line-height:21px}}.aside .categories h3:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company .aside .categories h3:before{background:#f58220}.aside .categories h3:before{top:-10px}.aside .categories a{text-decoration:none;font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:18px;color:#5d6a74}html[lang=jp-JP] .aside .categories a,html[lang=vi_VN] .aside .categories a,html[lang=zh-CN] .aside .categories a{font-family:Arial,sans-serif}html[lang=ru-RU] .aside .categories a,html[lang=ru-KZ] .aside .categories a{font-family:Arial,sans-serif}html[lang=ru-RU] .aside .categories a{font-size:13px}html[lang=ru-KZ] .aside .categories a{font-size:13px}.aside .categories span{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:18px;color:#5d6a74}html[lang=jp-JP] .aside .categories span,html[lang=vi_VN] .aside .categories span,html[lang=zh-CN] .aside .categories span{font-family:Arial,sans-serif}html[lang=ru-RU] .aside .categories span,html[lang=ru-KZ] .aside .categories span{font-family:Arial,sans-serif}html[lang=ru-RU] .aside .categories span{font-size:13px}html[lang=ru-KZ] .aside .categories span{font-size:13px}.aside .socialMediaBoxes{width:100%;padding-top:53px}.comments{padding-bottom:14px}.comments .fb-comments{margin:30px 0}.comments h3{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:30px;max-width:800px}html[lang=jp-JP] .comments h3,html[lang=vi_VN] .comments h3,html[lang=zh-CN] .comments h3{font-family:Arial,sans-serif}html[lang=ru-RU] .comments h3,html[lang=ru-KZ] .comments h3{font-family:Arial,sans-serif}html[lang=ru-RU] .comments h3{font-size:25px}html[lang=ru-KZ] .comments h3{font-size:25px}@media only screen and (max-width: 768px){.comments h3{font-size:20px;line-height:23px}html[lang=ru-RU] .comments h3{font-size:19px}html[lang=ru-KZ] .comments h3{font-size:19px}}@media only screen and (min-width: 960px){.comments>div{width:700px;padding-left:135px}}.comments>div ul{margin:0px 0 30px 0;padding:0px}.comments>div li{background:#fff;border-radius:8px;border:1px solid #e8e8e8;list-style:none;margin:0px 0 18px 0;padding:35px 20px 35px 20px}@media only screen and (max-width: 768px){.comments>div li{padding:20px 20px 20px 20px}.comments>div li blockquote{margin:0px}}.comments>div li h4{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:31px;max-width:800px;margin-top:0}html[lang=jp-JP] .comments>div li h4,html[lang=vi_VN] .comments>div li h4,html[lang=zh-CN] .comments>div li h4{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .comments>div li h4,html[lang=ru-KZ] .comments>div li h4{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .comments>div li h4{font-size:25px}html[lang=ru-KZ] .comments>div li h4{font-size:25px}@media only screen and (max-width: 768px){.comments>div li h4{font-size:22px;line-height:24px}html[lang=ru-RU] .comments>div li h4{font-size:21px}html[lang=ru-KZ] .comments>div li h4{font-size:21px}}.comments>div li h4:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company .comments>div li h4:before{background:#f58220}.breastfeeding .comments>div li h4{color:#906494}.healthcare .comments>div li h4{color:#6d80a5}.professionals .comments>div li h4{color:#d36988}.company .comments>div li h4{color:#f4a54d}.blog .comments>div li h4{color:#d36988}.location-finder .comments>div li h4{color:#906494}.root-home .comments>div li h4{color:#906494}.breastfeeding .comments>div li h4 a{color:#906494}.healthcare .comments>div li h4 a{color:#6d80a5}.professionals .comments>div li h4 a{color:#d36988}.company .comments>div li h4 a{color:#f4a54d}.blog .comments>div li h4 a{color:#d36988}.location-finder .comments>div li h4 a{color:#906494}.root-home .comments>div li h4 a{color:#906494}.comments>div li a{text-decoration:none}.breastfeeding .comments>div li a{color:#906494}.healthcare .comments>div li a{color:#6d80a5}.professionals .comments>div li a{color:#d36988}.company .comments>div li a{color:#f4a54d}.blog .comments>div li a{color:#d36988}.location-finder .comments>div li a{color:#906494}.root-home .comments>div li a{color:#906494}.comments>div li .readmore{color:#000}.comments>div li .readmore svg{top:8px;left:0px;stroke:#5d6a74;margin-right:2px}.comments>div li .comment-meta img{float:left}.comments>div li .comment-meta .comment-name{display:block;padding-left:60px}.comments>div li .comment-meta .comment-date{display:block;padding-left:60px}.comments>div li .comment-meta .comment-reply-action{display:block;margin-top:10px;font-style:normal}#your-comment{border-bottom:60px solid #fff}@media only screen and (max-width: 768px){#your-comment.form{padding:20px}}#your-comment h4{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:30px;margin-top:11px;display:block}html[lang=jp-JP] #your-comment h4,html[lang=vi_VN] #your-comment h4,html[lang=zh-CN] #your-comment h4{font-family:Arial,sans-serif}html[lang=ru-RU] #your-comment h4,html[lang=ru-KZ] #your-comment h4{font-family:Arial,sans-serif}html[lang=ru-RU] #your-comment h4{font-size:25px}html[lang=ru-KZ] #your-comment h4{font-size:25px}@media only screen and (max-width: 768px){#your-comment h4{font-size:20px;line-height:23px}html[lang=ru-RU] #your-comment h4{font-size:19px}html[lang=ru-KZ] #your-comment h4{font-size:19px}}.eventsOverview{padding-bottom:60px;max-width:800px}.eventsOverview>ul{margin:0px;padding:0px}.eventsOverview>ul>li{padding:40px 0 20px 0;list-style:none}.eventsOverview>ul>li div .date{float:left;width:50%;min-height:1px}@media only screen and (max-width: 768px){.eventsOverview>ul>li div .date{float:none;width:100%}}.eventsOverview>ul>li div .date .day{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px}html[lang=jp-JP] .eventsOverview>ul>li div .date .day,html[lang=vi_VN] .eventsOverview>ul>li div .date .day,html[lang=zh-CN] .eventsOverview>ul>li div .date .day{font-family:Arial,sans-serif}html[lang=ru-RU] .eventsOverview>ul>li div .date .day,html[lang=ru-KZ] .eventsOverview>ul>li div .date .day{font-family:Arial,sans-serif}html[lang=ru-RU] .eventsOverview>ul>li div .date .day{font-size:17px}html[lang=ru-KZ] .eventsOverview>ul>li div .date .day{font-size:17px}@media only screen and (max-width: 768px){.eventsOverview>ul>li div .date .day{line-height:23px}}.eventsOverview>ul>li div .date .month{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px}html[lang=jp-JP] .eventsOverview>ul>li div .date .month,html[lang=vi_VN] .eventsOverview>ul>li div .date .month,html[lang=zh-CN] .eventsOverview>ul>li div .date .month{font-family:Arial,sans-serif}html[lang=ru-RU] .eventsOverview>ul>li div .date .month,html[lang=ru-KZ] .eventsOverview>ul>li div .date .month{font-family:Arial,sans-serif}html[lang=ru-RU] .eventsOverview>ul>li div .date .month{font-size:17px}html[lang=ru-KZ] .eventsOverview>ul>li div .date .month{font-size:17px}@media only screen and (max-width: 768px){.eventsOverview>ul>li div .date .month{line-height:23px}}.eventsOverview>ul>li div .date .year{color:#939393;font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px}html[lang=jp-JP] .eventsOverview>ul>li div .date .year,html[lang=vi_VN] .eventsOverview>ul>li div .date .year,html[lang=zh-CN] .eventsOverview>ul>li div .date .year{font-family:Arial,sans-serif}html[lang=ru-RU] .eventsOverview>ul>li div .date .year,html[lang=ru-KZ] .eventsOverview>ul>li div .date .year{font-family:Arial,sans-serif}html[lang=ru-RU] .eventsOverview>ul>li div .date .year{font-size:17px}html[lang=ru-KZ] .eventsOverview>ul>li div .date .year{font-size:17px}@media only screen and (max-width: 768px){.eventsOverview>ul>li div .date .year{line-height:23px}}.eventsOverview>ul>li div .event{float:left;width:66%;cursor:pointer}@media only screen and (max-width: 768px){.eventsOverview>ul>li div .event{float:none;width:100%}}.eventsOverview>ul>li div .event h2{margin-top:0px;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:22px;line-height:31px}html[lang=jp-JP] .eventsOverview>ul>li div .event h2,html[lang=vi_VN] .eventsOverview>ul>li div .event h2,html[lang=zh-CN] .eventsOverview>ul>li div .event h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .eventsOverview>ul>li div .event h2,html[lang=ru-KZ] .eventsOverview>ul>li div .event h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .eventsOverview>ul>li div .event h2{font-size:21px}html[lang=ru-KZ] .eventsOverview>ul>li div .event h2{font-size:21px}@media only screen and (max-width: 768px){.eventsOverview>ul>li div .event h2{font-size:18px;line-height:22px}html[lang=ru-RU] .eventsOverview>ul>li div .event h2{font-size:17px}html[lang=ru-KZ] .eventsOverview>ul>li div .event h2{font-size:17px}}.eventsOverview>ul>li div .event h2:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company .eventsOverview>ul>li div .event h2:before{background:#f58220}.eventsOverview>ul>li div .event .location{color:#939393}.eventsOverview>ul>li div .accordionContent{display:none}.eventsOverview>ul>li div .logo{float:left;width:33%;padding-top:30px}@media only screen and (max-width: 768px){.eventsOverview>ul>li div .logo{float:none;width:100%;padding-top:0px;margin:10px 0}}.eventsOverview>ul>li div .content{float:left;width:66%}@media only screen and (max-width: 768px){.eventsOverview>ul>li div .content{float:none;width:100%}}.eventsOverview>ul>li div .content .time{color:#939393;display:block;margin:27px 0}@media only screen and (max-width: 768px){.eventsOverview>ul>li div .content .time{margin:0 0 27px 0}}.eventsOverview>ul>li div .content .time svg{width:15px;height:15px}.eventsOverview>ul>li div .content .url{display:block;margin-top:20px}.eventsOverview>ul>li div .content .url a{text-decoration:none}.banner-mymedela__iframe{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}.banner-mymedela__iframe{width:100%;border:none}.banner-mymedela #Stage{margin-left:auto;margin-right:auto}.productTeaser-home{max-height:222px;height:222px}@media only screen and (max-width: 768px){.productTeaser-home{max-height:inherit;height:inherit}}.productTeaser-home a{margin:0;text-decoration:none}.productTeaser-home a .image{margin:0;margin-right:0;float:left;position:relative;height:100%}@media only screen and (max-width: 768px){.productTeaser-home a .image{float:none;margin-right:0}}.productTeaser-home a .image img{height:100%}@media only screen and (max-width: 768px){.productTeaser-home a .image img{width:100%}}.productTeaser-home a .image:before{content:" ";position:absolute;top:0;height:100%;width:100%;right:0;background-image:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 41%, white 97%, white 100%);opacity:1}@media only screen and (max-width: 768px){.productTeaser-home a .image:before{background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 52%, white 83%, white 100%)}}.productTeaser-home a:after{clear:both}.productTeaser-home a .prodInfoWrapper{position:relative;height:100%;display:flex}@media only screen and (max-width: 768px){.productTeaser-home a .prodInfoWrapper{display:block}}.productTeaser-home a .prodInfoWrapper .prodInfo{position:absolute;height:100%;width:100%;display:inline-block}@media only screen and (max-width: 768px){.productTeaser-home a .prodInfoWrapper .prodInfo{display:block;position:relative;left:0px}}.productTeaser-home a .prodInfoWrapper .prodInfo .headings{position:absolute;top:50%;transform:translateY(-50%);max-width:455px}@media only screen and (min-width: 769px)and (max-width: 959px){.productTeaser-home a .prodInfoWrapper .prodInfo .headings{max-width:250px;margin-right:185px}}@media only screen and (max-width: 768px){.productTeaser-home a .prodInfoWrapper .prodInfo .headings{width:100%;max-width:inherit;position:relative;top:auto;padding:0 20px 20px 20px;transform:inherit}}.productTeaser-home a .prodInfoWrapper .prodInfo h2{margin-top:0;margin-bottom:0;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:28px;line-height:28px}html[lang=jp-JP] .productTeaser-home a .prodInfoWrapper .prodInfo h2,html[lang=vi_VN] .productTeaser-home a .prodInfoWrapper .prodInfo h2,html[lang=zh-CN] .productTeaser-home a .prodInfoWrapper .prodInfo h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .productTeaser-home a .prodInfoWrapper .prodInfo h2,html[lang=ru-KZ] .productTeaser-home a .prodInfoWrapper .prodInfo h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .productTeaser-home a .prodInfoWrapper .prodInfo h2{font-size:27px}html[lang=ru-KZ] .productTeaser-home a .prodInfoWrapper .prodInfo h2{font-size:27px}@media only screen and (max-width: 768px){.productTeaser-home a .prodInfoWrapper .prodInfo h2{line-height:16px;font-size:14px}}@media only screen and (max-width: 1279px){.productTeaser-home a .prodInfoWrapper .prodInfo h2{font-size:26px;line-height:28px}}@media only screen and (min-width: 769px)and (max-width: 959px){.productTeaser-home a .prodInfoWrapper .prodInfo h2{font-size:20px;line-height:22px}}@media only screen and (max-width: 768px){.productTeaser-home a .prodInfoWrapper .prodInfo h2{line-height:28px;font-size:28px;transform:inherit}}.productTeaser-home a .prodInfoWrapper .prodInfo h3{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:22px;line-height:24px;margin-top:5px}html[lang=jp-JP] .productTeaser-home a .prodInfoWrapper .prodInfo h3,html[lang=vi_VN] .productTeaser-home a .prodInfoWrapper .prodInfo h3,html[lang=zh-CN] .productTeaser-home a .prodInfoWrapper .prodInfo h3{font-family:Arial,sans-serif}html[lang=ru-RU] .productTeaser-home a .prodInfoWrapper .prodInfo h3,html[lang=ru-KZ] .productTeaser-home a .prodInfoWrapper .prodInfo h3{font-family:Arial,sans-serif}html[lang=ru-RU] .productTeaser-home a .prodInfoWrapper .prodInfo h3{font-size:21px}html[lang=ru-KZ] .productTeaser-home a .prodInfoWrapper .prodInfo h3{font-size:21px}@media only screen and (max-width: 768px){.productTeaser-home a .prodInfoWrapper .prodInfo h3{line-height:22px;font-size:24px}}@media only screen and (min-width: 769px)and (max-width: 959px){.productTeaser-home a .prodInfoWrapper .prodInfo h3{font-size:18px;line-height:20px}}@media only screen and (max-width: 768px){.productTeaser-home a .prodInfoWrapper .prodInfo h3{line-height:26px;font-size:22px}}.productTeaser-home a .prodInfoWrapper .prodInfo .readmore{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px;color:#5d6a74;text-decoration:none;width:100%;margin-top:10px}html[lang=jp-JP] .productTeaser-home a .prodInfoWrapper .prodInfo .readmore,html[lang=vi_VN] .productTeaser-home a .prodInfoWrapper .prodInfo .readmore,html[lang=zh-CN] .productTeaser-home a .prodInfoWrapper .prodInfo .readmore{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .productTeaser-home a .prodInfoWrapper .prodInfo .readmore,html[lang=ru-KZ] .productTeaser-home a .prodInfoWrapper .prodInfo .readmore{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .productTeaser-home a .prodInfoWrapper .prodInfo .readmore{font-size:15px}html[lang=ru-KZ] .productTeaser-home a .prodInfoWrapper .prodInfo .readmore{font-size:15px}@media only screen and (max-width: 768px){.productTeaser-home a .prodInfoWrapper .prodInfo .readmore{font-size:18px;line-height:20px}html[lang=ru-RU] .productTeaser-home a .prodInfoWrapper .prodInfo .readmore{font-size:17px}html[lang=ru-KZ] .productTeaser-home a .prodInfoWrapper .prodInfo .readmore{font-size:17px}}.productTeaser-home a .prodInfoWrapper .prodInfo .readmore svg{stroke:#5d6a74;margin-bottom:-8px}.productTeaser-home a .prodInfoWrapper .prodInfo .readmore:hover{color:#b95b09}.productTeaser-home a .prodInfoWrapper .prodInfo .readmore:hover svg .link0,.productTeaser-home a .prodInfoWrapper .prodInfo .readmore:hover svg .link1{stroke:#b95b09}.productTeaser-home a .prodInfoWrapper .prodInfo .readmore:before{margin-top:-5px;margin-right:10px}.productTeaser-home a .prodInfoWrapper .prodInfo:after{content:"";clear:both;display:table}.productPromotionTeaser-home{max-height:222px;height:222px}@media only screen and (max-width: 768px){.productPromotionTeaser-home{max-height:inherit;height:inherit}}.productPromotionTeaser-home a{margin:0;text-decoration:none}.productPromotionTeaser-home .image{margin:0;float:left;position:relative;z-index:10;height:100%}@media only screen and (max-width: 768px){.productPromotionTeaser-home .image{float:none;margin-right:0}}.productPromotionTeaser-home .image:before{position:absolute;content:" ";right:-1px;bottom:0px;width:111px;height:100%;background:url(../svg/wave_vertical.svg);background-size:cover;background-repeat:no-repeat}@media only screen and (max-width: 768px){.productPromotionTeaser-home .image:before{right:0px;width:100%;background:url(../svg/wave_big.svg)}}.productPromotionTeaser-home .image img{height:100%}@media only screen and (max-width: 768px){.productPromotionTeaser-home .image img{width:100%}}.productPromotionTeaser-home .productInfoWrapper{position:relative;background-color:#ffc709;height:100%;display:flex;z-index:10}@media only screen and (max-width: 768px){.productPromotionTeaser-home .productInfoWrapper{display:block}}.productPromotionTeaser-home .productInfoWrapper .productInfo{position:absolute;height:100%;width:100%;display:inline-block;padding-top:50px;padding-left:0px;padding-bottom:50px;padding-right:25px}@media only screen and (max-width: 768px){.productPromotionTeaser-home .productInfoWrapper .productInfo{display:block;position:relative;margin-top:-30px;padding-top:10px;padding-left:20px;padding-bottom:20px}}.productPromotionTeaser-home .productInfoWrapper h2{margin-top:0;margin-bottom:0;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:28px;line-height:28px}html[lang=jp-JP] .productPromotionTeaser-home .productInfoWrapper h2,html[lang=vi_VN] .productPromotionTeaser-home .productInfoWrapper h2,html[lang=zh-CN] .productPromotionTeaser-home .productInfoWrapper h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .productPromotionTeaser-home .productInfoWrapper h2,html[lang=ru-KZ] .productPromotionTeaser-home .productInfoWrapper h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .productPromotionTeaser-home .productInfoWrapper h2{font-size:27px}html[lang=ru-KZ] .productPromotionTeaser-home .productInfoWrapper h2{font-size:27px}@media only screen and (max-width: 768px){.productPromotionTeaser-home .productInfoWrapper h2{line-height:16px;font-size:14px}}@media only screen and (max-width: 1279px){.productPromotionTeaser-home .productInfoWrapper h2{font-size:26px;line-height:28px}}@media only screen and (min-width: 769px)and (max-width: 959px){.productPromotionTeaser-home .productInfoWrapper h2{font-size:20px;line-height:22px}}@media only screen and (max-width: 768px){.productPromotionTeaser-home .productInfoWrapper h2{line-height:28px;font-size:28px;transform:inherit}}.productPromotionTeaser-home .productInfoWrapper h3{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:22px;line-height:24px;margin-top:5px}html[lang=jp-JP] .productPromotionTeaser-home .productInfoWrapper h3,html[lang=vi_VN] .productPromotionTeaser-home .productInfoWrapper h3,html[lang=zh-CN] .productPromotionTeaser-home .productInfoWrapper h3{font-family:Arial,sans-serif}html[lang=ru-RU] .productPromotionTeaser-home .productInfoWrapper h3,html[lang=ru-KZ] .productPromotionTeaser-home .productInfoWrapper h3{font-family:Arial,sans-serif}html[lang=ru-RU] .productPromotionTeaser-home .productInfoWrapper h3{font-size:21px}html[lang=ru-KZ] .productPromotionTeaser-home .productInfoWrapper h3{font-size:21px}@media only screen and (max-width: 768px){.productPromotionTeaser-home .productInfoWrapper h3{line-height:22px;font-size:24px}}@media only screen and (min-width: 769px)and (max-width: 959px){.productPromotionTeaser-home .productInfoWrapper h3{font-size:18px;line-height:20px}}@media only screen and (max-width: 768px){.productPromotionTeaser-home .productInfoWrapper h3{line-height:26px;font-size:22px}}.productPromotionTeaser-home .productInfoWrapper .button{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:21px;letter-spacing:2px;text-transform:uppercase;background:var(--button_background_color, #f58220);border-radius:20px;color:#fff;display:inline-block;padding:10px 0px;text-align:center;text-decoration:none;border:0px;cursor:pointer;width:250px;height:37px;width:50%;display:block;bottom:40px}html[lang=jp-JP] .productPromotionTeaser-home .productInfoWrapper .button,html[lang=vi_VN] .productPromotionTeaser-home .productInfoWrapper .button,html[lang=zh-CN] .productPromotionTeaser-home .productInfoWrapper .button{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .productPromotionTeaser-home .productInfoWrapper .button,html[lang=ru-KZ] .productPromotionTeaser-home .productInfoWrapper .button{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .productPromotionTeaser-home .productInfoWrapper .button{font-size:13px}html[lang=ru-KZ] .productPromotionTeaser-home .productInfoWrapper .button{font-size:13px}.productPromotionTeaser-home .productInfoWrapper .button:hover{background:#646464;color:#fff;cursor:pointer}.productPromotionTeaser-home .productInfoWrapper .button:disabled{background-color:#ececec;color:#5d6a74;cursor:not-allowed}.productPromotionTeaser-home .productInfoWrapper .termsLink{position:absolute;text-decoration:underline;font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;font-style:normal;color:#000;font-size:16px;line-height:18px;bottom:20px;right:30px}.testimonialWrapper.grey{background-color:#f0f0f0}.testimonialWrapper .slider svg{stroke:#5d6a74}.testimonialWrapper .slider .viewport{min-width:100%}.testimonialWrapper .slider .control{color:var(--testimonialsArrow_color, #5D6A74)}.testimonialWrapper .slider .control:hover{color:var(--testimonialsArrow_color_hover, #000)}.testimonialWrapper .slider .control.prev{left:20px;top:90px;width:40px;position:absolute;height:inherit;background:transparent}.testimonialWrapper .slider .control.next{right:20px;top:90px;width:40px;position:absolute;height:inherit;background:transparent}.testimonialWrapper .slider .control svg g{stroke:currentColor}.testimonialWrapper .slider .paging{margin-top:0px;position:absolute;width:100%;bottom:10px;padding-left:122px}@media only screen and (max-width: 768px){.testimonialWrapper .slider .paging{margin-top:10px;position:relative;width:100%;padding:10px}}.testimonialWrapper .testimonial{position:relative;padding:0 50px;width:100%;display:flex;float:left}@media only screen and (max-width: 768px){.testimonialWrapper .testimonial{display:inherit}}.testimonialWrapper .testimonial .testimonial_img{float:left;width:222px;height:222px;position:relative}@media only screen and (max-width: 768px){.testimonialWrapper .testimonial .testimonial_img{float:inherit}}.testimonialWrapper .testimonial .testimonial_img img{width:168px;height:168px;margin:30px;border-radius:222px}@media only screen and (max-width: 768px){.testimonialWrapper .testimonial .testimonial_img img{margin:20px 0;left:50%;transform:translateX(-50%);display:block;position:relative}}@media only screen and (max-width: 768px){.testimonialWrapper .testimonial .testimonial_img{width:100%;height:100%}}.testimonialWrapper .testimonial .testimonial_infoWrapper{min-height:222px;text-align:center;position:relative;width:570px;margin-left:25px;margin-right:25px;color:#5d6a74}@media only screen and (min-width: 960px)and (max-width: 1023px){.testimonialWrapper .testimonial .testimonial_infoWrapper{width:570px}}@media only screen and (min-width: 769px)and (max-width: 959px){.testimonialWrapper .testimonial .testimonial_infoWrapper{width:410px}}@media only screen and (max-width: 768px){.testimonialWrapper .testimonial .testimonial_infoWrapper{width:100%;height:100%;margin-left:0;max-width:inherit}}.testimonialWrapper .testimonial .testimonial_info{position:relative;text-align:center;top:50%;transform:translateY(-50%);width:100%}.testimonialWrapper .testimonial .testimonial_info a{text-decoration:none;color:#5d6a74}.testimonialWrapper .testimonial .testimonial_info h2{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px;font-size:26px;color:#5d6a74;margin:0px}html[lang=jp-JP] .testimonialWrapper .testimonial .testimonial_info h2,html[lang=vi_VN] .testimonialWrapper .testimonial .testimonial_info h2,html[lang=zh-CN] .testimonialWrapper .testimonial .testimonial_info h2{font-family:Arial,sans-serif}html[lang=ru-RU] .testimonialWrapper .testimonial .testimonial_info h2,html[lang=ru-KZ] .testimonialWrapper .testimonial .testimonial_info h2{font-family:Arial,sans-serif}html[lang=ru-RU] .testimonialWrapper .testimonial .testimonial_info h2{font-size:17px}html[lang=ru-KZ] .testimonialWrapper .testimonial .testimonial_info h2{font-size:17px}@media only screen and (max-width: 768px){.testimonialWrapper .testimonial .testimonial_info h2{line-height:23px}}@media only screen and (max-width: 1279px){.testimonialWrapper .testimonial .testimonial_info h2{font-size:24px}}@media only screen and (max-width: 768px){.testimonialWrapper .testimonial .testimonial_info{position:relative;width:100%;height:100%;top:inherit;transform:inherit}}@media only screen and (max-width: 768px){.generalTestimonialWrapper{margin-left:30px;margin-right:30px}}.generalTestimonialWrapper--noImg .viewport{background-color:#ffc709}.generalTestimonialWrapper .slider svg{stroke:#5d6a74}.generalTestimonialWrapper .slider .control.prev,.generalTestimonialWrapper .slider .control.next{display:none}.generalTestimonialWrapper .slider .paging{margin-top:0px;position:absolute;width:100%;bottom:10px}@media only screen and (max-width: 768px){.generalTestimonialWrapper .slider .paging{margin-top:10px;width:100%;padding:10px;bottom:calc(100vw - 120px)}}.generalTestimonialWrapper .slider .paging .control.slide{background:transparent;border:1px solid #00838f;width:12px;height:12px}.generalTestimonialWrapper .slider .paging .control.slide:hover,.generalTestimonialWrapper .slider .paging .control.slide.selected{background:#00838f;border:1px solid #00838f}.generalTestimonialWrapper .viewport{min-width:100%;border:1px solid #5d6a74}.generalTestimonial{position:relative;width:100%;display:flex;float:left}@media only screen and (max-width: 768px){.generalTestimonial{flex-direction:column}}.generalTestimonial--noImg{border:none}.generalTestimonial--noImg .generalTestimonial__info{padding:50px 100px}@media only screen and (max-width: 768px){.generalTestimonial--noImg .generalTestimonial__info{padding:15px 50px}}.generalTestimonial--noImg .generalTestimonial__author{text-align:center}.generalTestimonial--noImg .generalTestimonial__info{text-align:center}.generalTestimonial--noImg .generalTestimonial__info q{text-align:justify}.generalTestimonial__img{position:relative;text-align:right;height:346px}@media only screen and (max-width: 768px){.generalTestimonial__img{width:100%;flex-grow:0;height:auto}}.generalTestimonial__img img{height:100%}@media only screen and (max-width: 768px){.generalTestimonial__img img{display:block;position:relative;width:100%;height:auto}}.generalTestimonial__infoWrapper{min-height:222px;text-align:center;position:relative;flex-grow:1}@media only screen and (max-width: 768px){.generalTestimonial__infoWrapper{width:100%;margin-left:0;max-width:inherit;flex-grow:1;padding-bottom:50px}}.generalTestimonial__info{position:relative;text-align:left;top:50%;transform:translateY(-50%);width:100%;padding:50px 50px 50px 100px}.generalTestimonial__info a{text-decoration:none;color:#5d6a74}.generalTestimonial__info q{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:1.3;position:relative}html[lang=jp-JP] .generalTestimonial__info q,html[lang=vi_VN] .generalTestimonial__info q,html[lang=zh-CN] .generalTestimonial__info q{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .generalTestimonial__info q,html[lang=ru-KZ] .generalTestimonial__info q{font-family:Arial,sans-serif;font-weight:bold}@media only screen and (min-width: 1024px){.generalTestimonial__info q{font-size:24px}}@media only screen and (max-width: 768px){.generalTestimonial__info q{font-size:20px}}.generalTestimonial__info q:before,.generalTestimonial__info q:after{font-size:30px}@media only screen and (max-width: 768px){.generalTestimonial__info q:before,.generalTestimonial__info q:after{font-size:28px}}@media only screen and (max-width: 768px){.generalTestimonial__info{position:relative;width:100%;height:100%;top:inherit;transform:inherit;padding:30px 50px}}.generalTestimonial__author{margin-top:20px}.generalTestimonial__author p{margin:0;line-height:1.25}@media only screen and (max-width: 768px){.generalTestimonialWrapper--noImg .slider .paging{position:relative;bottom:auto}}@media only screen and (min-width: 960px){.generalTestimonialWrapper--noImg .slider .paging .control.slide{border:1px solid #575757}.generalTestimonialWrapper--noImg .slider .paging .control.slide:hover,.generalTestimonialWrapper--noImg .slider .paging .control.slide.selected{background:#575757;border:1px solid #575757}}.additionalTeasers{display:flex;flex-wrap:nowrap;justify-content:center}@media only screen and (max-width: 768px){.additionalTeasers{display:inline-block;width:100%}}.additionalTeasers a{position:relative;float:left;text-decoration:none;margin:40px 10px;width:220px;padding-bottom:30px}.additionalTeasers a:first-child{margin-left:60px}@media only screen and (max-width: 768px){.additionalTeasers a:first-child{margin-left:0px}}.additionalTeasers a:last-child{margin-right:60px}@media only screen and (max-width: 768px){.additionalTeasers a{display:block;margin:0px;margin-top:30px;width:100%}}.additionalTeasers h2{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:22px}html[lang=jp-JP] .additionalTeasers h2,html[lang=vi_VN] .additionalTeasers h2,html[lang=zh-CN] .additionalTeasers h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .additionalTeasers h2,html[lang=ru-KZ] .additionalTeasers h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .additionalTeasers h2{font-size:17px}html[lang=ru-KZ] .additionalTeasers h2{font-size:17px}@media only screen and (max-width: 768px){.additionalTeasers h2{line-height:23px}}.additionalTeasers h2:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company .additionalTeasers h2:before{background:#f58220}.additionalTeasers h2:before{top:-8px}.additionalTeasers h2 svg{top:9px;left:0px;width:20px;height:17px;margin-right:-5px;margin-bottom:-5px;fill:#000}.additionalTeasers .readmore{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px;position:absolute;bottom:0;color:#5d6a74;text-decoration:none;width:100%}html[lang=jp-JP] .additionalTeasers .readmore,html[lang=vi_VN] .additionalTeasers .readmore,html[lang=zh-CN] .additionalTeasers .readmore{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .additionalTeasers .readmore,html[lang=ru-KZ] .additionalTeasers .readmore{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .additionalTeasers .readmore{font-size:15px}html[lang=ru-KZ] .additionalTeasers .readmore{font-size:15px}@media only screen and (max-width: 768px){.additionalTeasers .readmore{font-size:18px;line-height:20px}html[lang=ru-RU] .additionalTeasers .readmore{font-size:17px}html[lang=ru-KZ] .additionalTeasers .readmore{font-size:17px}}.additionalTeasers .readmore svg{top:8px;position:relative;margin-right:2px;stroke:#5d6a74}.additionalTeasers .readmore:hover{color:var(--read_more_link_hover_color, #b95B09)}.additionalTeasers .readmore:hover svg .link0,.additionalTeasers .readmore:hover svg .link1{stroke:var(--read_more_link_hover_color, #b95B09)}@media only screen and (max-width: 768px){.additionalTeasers .readmore{position:relative;margin:0;margin-bottom:20px}}.additionalTeasers img{width:100%}.teaserPromo{padding-bottom:0 !important}.teaserPromo--reverse .teaserPromo__overlay{background-color:#fff}.teaserPromo--reverse .teaserPromo__title{color:#000}.teaserPromo--reverse .teaserPromo__description{color:#000}.teaserPromo__link{display:flex !important;width:100%;height:100%}.teaserPromo__img{object-fit:cover;font-family:"object-fit: cover";width:100%;height:100%}#nav-content a.teaserPromo__btn{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:21px;letter-spacing:2px;text-transform:uppercase;background:var(--button_background_color, #f58220);border-radius:20px;color:#fff;display:inline-block;padding:10px 0px;text-align:center;text-decoration:none;border:0px;cursor:pointer;width:250px;height:37px;padding:9px 10px 0;max-width:90%}html[lang=jp-JP] #nav-content a.teaserPromo__btn,html[lang=vi_VN] #nav-content a.teaserPromo__btn,html[lang=zh-CN] #nav-content a.teaserPromo__btn{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #nav-content a.teaserPromo__btn,html[lang=ru-KZ] #nav-content a.teaserPromo__btn{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #nav-content a.teaserPromo__btn{font-size:13px}html[lang=ru-KZ] #nav-content a.teaserPromo__btn{font-size:13px}#nav-content a.teaserPromo__btn:hover{background:#646464;color:#fff;cursor:pointer}#nav-content a.teaserPromo__btn:disabled{background-color:#ececec;color:#5d6a74;cursor:not-allowed}.teaserPromo__overlay{width:100%;height:100%;position:absolute;top:0;opacity:.3;background-color:#000}.teaserPromo__content{display:flex;flex-direction:column;width:100%;height:100%;position:absolute;top:0;align-items:center;justify-content:space-between;text-align:center;border-top:6px solid #ffc709;border-bottom:6px solid #ffc709;padding-top:25px;padding-bottom:25px}.teaserPromo__title{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#fff;margin-bottom:20px}html[lang=jp-JP] .teaserPromo__title,html[lang=vi_VN] .teaserPromo__title,html[lang=zh-CN] .teaserPromo__title{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .teaserPromo__title,html[lang=ru-KZ] .teaserPromo__title{font-family:Arial,sans-serif;font-weight:bold}@media only screen and (max-width: 768px){.teaserPromo__title{font-size:1.5em}}.teaserPromo__description{line-height:1.15;margin:0 10px 20px;color:#fff}.howiflex-hot-topics{display:inline-block;padding-bottom:30px}.howiflex-hot-topics .row{margin:0 -10px;padding:0}@media only screen and (max-width: 959px){.howiflex-hot-topics .row{padding:0px 20px}}.howiflex-hot-topics .col-medium{padding:0 10px;float:left;width:50%}@media only screen and (max-width: 959px){.howiflex-hot-topics .col-medium{width:100%;padding:0 20px}}.howiflex-hot-topics .col-large{padding:0 10px;float:left;width:100%}.howiflex-hot-topics .col-left{padding-right:15px}@media only screen and (max-width: 959px){.howiflex-hot-topics .col-left .votes{display:none}}.howiflex-hot-topics .col-right{padding-left:15px}.howiflex-hot-topics .col-right .votes{display:none;margin-top:20px}@media only screen and (max-width: 959px){.howiflex-hot-topics .col-right .votes{display:block}}.howiflex-hot-topics h2{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:22px;line-height:31px;margin-top:41px;max-width:765px}.howiflex-hot-topics h2:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company .howiflex-hot-topics h2:before{background:#f58220}html[lang=jp-JP] .howiflex-hot-topics h2,html[lang=vi_VN] .howiflex-hot-topics h2,html[lang=zh-CN] .howiflex-hot-topics h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .howiflex-hot-topics h2,html[lang=ru-KZ] .howiflex-hot-topics h2{font-family:Arial,sans-serif;font-weight:bold}.howiflex-hot-topics .image img{margin:0 45px 20px 0;width:100%}.howiflex-hot-topics .votes{margin-bottom:50px}.howiflex-hot-topics .votes p{margin-top:0}.howiflex-hot-topics .votes b,.howiflex-hot-topics .votes strong,.howiflex-hot-topics .votes td strong{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px;font-size:inherit;display:block}html[lang=jp-JP] .howiflex-hot-topics .votes b,html[lang=vi_VN] .howiflex-hot-topics .votes b,html[lang=zh-CN] .howiflex-hot-topics .votes b,html[lang=jp-JP] .howiflex-hot-topics .votes strong,html[lang=vi_VN] .howiflex-hot-topics .votes strong,html[lang=zh-CN] .howiflex-hot-topics .votes strong,html[lang=jp-JP] .howiflex-hot-topics .votes td strong,html[lang=vi_VN] .howiflex-hot-topics .votes td strong,html[lang=zh-CN] .howiflex-hot-topics .votes td strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .howiflex-hot-topics .votes b,html[lang=ru-KZ] .howiflex-hot-topics .votes b,html[lang=ru-RU] .howiflex-hot-topics .votes strong,html[lang=ru-KZ] .howiflex-hot-topics .votes strong,html[lang=ru-RU] .howiflex-hot-topics .votes td strong,html[lang=ru-KZ] .howiflex-hot-topics .votes td strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .howiflex-hot-topics .votes b,html[lang=ru-RU] .howiflex-hot-topics .votes strong,html[lang=ru-RU] .howiflex-hot-topics .votes td strong{font-size:15px}html[lang=ru-KZ] .howiflex-hot-topics .votes b,html[lang=ru-KZ] .howiflex-hot-topics .votes strong,html[lang=ru-KZ] .howiflex-hot-topics .votes td strong{font-size:15px}@media only screen and (max-width: 768px){.howiflex-hot-topics .votes b,.howiflex-hot-topics .votes strong,.howiflex-hot-topics .votes td strong{font-size:18px;line-height:20px}html[lang=ru-RU] .howiflex-hot-topics .votes b,html[lang=ru-RU] .howiflex-hot-topics .votes strong,html[lang=ru-RU] .howiflex-hot-topics .votes td strong{font-size:17px}html[lang=ru-KZ] .howiflex-hot-topics .votes b,html[lang=ru-KZ] .howiflex-hot-topics .votes strong,html[lang=ru-KZ] .howiflex-hot-topics .votes td strong{font-size:17px}}.howiflex-hot-topics .votes .vote{border-bottom:1px solid #ffc709;padding:8px 0;margin:0}.howiflex-hot-topics .votes .vote>div{padding:0}.howiflex-hot-topics .votes .vote a{color:#0094ac;display:inline-block;width:60%}.howiflex-hot-topics .votes .vote span{float:right}.howiflex-hot-topics .textwrapper p{margin:0}.howiflex-weekly-topics{width:100%;display:inline-block}@media only screen and (max-width: 959px){.howiflex-weekly-topics{padding:0px 20px}}.howiflex-weekly-topics .col-medium{padding-right:10px}.howiflex-weekly-topics .col-medium+.col-medium{padding-left:10px}.howiflex-weekly-topics h2{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:22px;line-height:31px;margin-top:41px;max-width:765px}.howiflex-weekly-topics h2:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company .howiflex-weekly-topics h2:before{background:#f58220}html[lang=jp-JP] .howiflex-weekly-topics h2,html[lang=vi_VN] .howiflex-weekly-topics h2,html[lang=zh-CN] .howiflex-weekly-topics h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .howiflex-weekly-topics h2,html[lang=ru-KZ] .howiflex-weekly-topics h2{font-family:Arial,sans-serif;font-weight:bold}.howiflex-weekly-topics .button{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:21px;letter-spacing:2px;text-transform:uppercase;background:var(--button_background_color, #f58220);border-radius:20px;color:#fff;display:inline-block;padding:10px 0px;text-align:center;text-decoration:none;border:0px;cursor:pointer;width:250px;height:37px;width:75%;display:block;bottom:40px}html[lang=jp-JP] .howiflex-weekly-topics .button,html[lang=vi_VN] .howiflex-weekly-topics .button,html[lang=zh-CN] .howiflex-weekly-topics .button{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .howiflex-weekly-topics .button,html[lang=ru-KZ] .howiflex-weekly-topics .button{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .howiflex-weekly-topics .button{font-size:13px}html[lang=ru-KZ] .howiflex-weekly-topics .button{font-size:13px}.howiflex-weekly-topics .button:hover{background:#646464;color:#fff;cursor:pointer}.howiflex-weekly-topics .button:disabled{background-color:#ececec;color:#5d6a74;cursor:not-allowed}.howiflex-social-media-wall{width:100%;display:inline-block}@media only screen and (max-width: 959px){.howiflex-social-media-wall{padding:0px 20px}}.howiflex-social-media-wall .howiflex-social-media-wall_comment,.howiflex-social-media-wall .howiflex-social-media-wall_topic{clear:both}.howiflex-social-media-wall .howiflex-social-media-wall_topic+.howiflex-social-media-wall_comment,.howiflex-social-media-wall .howiflex-social-media-wall_topic+.howiflex-social-media-wall_topic,.howiflex-social-media-wall .howiflex-social-media-wall_comment+.howiflex-social-media-wall_topic,.howiflex-social-media-wall .howiflex-social-media-wall_comment+.howiflex-social-media-wall_comment{margin-top:20px;padding-top:20px;border-top:1px solid #ffc709}.howiflex-social-media-wall .column{width:333px;margin-right:10px;float:left}@media only screen and (max-width: 959px){.howiflex-social-media-wall .column{width:100%;margin:0px !important}}.howiflex-social-media-wall .column+.column{margin-left:10px}.howiflex-social-media-wall .column:last-child{margin-right:0px}.howiflex-social-media-wall .column img{width:100%}.howiflex-social-media-wall .column p{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:21px}html[lang=jp-JP] .howiflex-social-media-wall .column p,html[lang=vi_VN] .howiflex-social-media-wall .column p,html[lang=zh-CN] .howiflex-social-media-wall .column p{font-family:Arial,sans-serif}html[lang=ru-RU] .howiflex-social-media-wall .column p,html[lang=ru-KZ] .howiflex-social-media-wall .column p{font-family:Arial,sans-serif}html[lang=ru-RU] .howiflex-social-media-wall .column p{font-size:15px}html[lang=ru-KZ] .howiflex-social-media-wall .column p{font-size:15px}.howiflex-social-media-wall .column h4{margin-top:0px}.howiflex-social-media-wall .column .profile img{border-radius:30px;width:32px;float:left}.howiflex-social-media-wall .column .profile span{display:inline-block;font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:21px;margin:5px 10px}html[lang=jp-JP] .howiflex-social-media-wall .column .profile span,html[lang=vi_VN] .howiflex-social-media-wall .column .profile span,html[lang=zh-CN] .howiflex-social-media-wall .column .profile span{font-family:Arial,sans-serif}html[lang=ru-RU] .howiflex-social-media-wall .column .profile span,html[lang=ru-KZ] .howiflex-social-media-wall .column .profile span{font-family:Arial,sans-serif}html[lang=ru-RU] .howiflex-social-media-wall .column .profile span{font-size:15px}html[lang=ru-KZ] .howiflex-social-media-wall .column .profile span{font-size:15px}.howiflex-social-media-wall .column .actions{height:40px}.howiflex-social-media-wall .column .actions .left{width:50%;float:left;font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:18px}html[lang=jp-JP] .howiflex-social-media-wall .column .actions .left,html[lang=vi_VN] .howiflex-social-media-wall .column .actions .left,html[lang=zh-CN] .howiflex-social-media-wall .column .actions .left{font-family:Arial,sans-serif}html[lang=ru-RU] .howiflex-social-media-wall .column .actions .left,html[lang=ru-KZ] .howiflex-social-media-wall .column .actions .left{font-family:Arial,sans-serif}html[lang=ru-RU] .howiflex-social-media-wall .column .actions .left{font-size:13px}html[lang=ru-KZ] .howiflex-social-media-wall .column .actions .left{font-size:13px}.howiflex-social-media-wall .column .actions .left .likes svg,.howiflex-social-media-wall .column .actions .left .comments svg{width:15px;height:15px;vertical-align:sub}.howiflex-social-media-wall .column .actions .right{width:50%;float:right}.howiflex-social-media-wall .column .actions .right a{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:21px;letter-spacing:2px;text-transform:uppercase;background:var(--button_background_color, #f58220);border-radius:20px;color:#fff;display:inline-block;padding:10px 0px;text-align:center;text-decoration:none;border:0px;cursor:pointer;width:250px;height:37px;width:75%;display:block;bottom:40px}html[lang=jp-JP] .howiflex-social-media-wall .column .actions .right a,html[lang=vi_VN] .howiflex-social-media-wall .column .actions .right a,html[lang=zh-CN] .howiflex-social-media-wall .column .actions .right a{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .howiflex-social-media-wall .column .actions .right a,html[lang=ru-KZ] .howiflex-social-media-wall .column .actions .right a{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .howiflex-social-media-wall .column .actions .right a{font-size:13px}html[lang=ru-KZ] .howiflex-social-media-wall .column .actions .right a{font-size:13px}.howiflex-social-media-wall .column .actions .right a:hover{background:#646464;color:#fff;cursor:pointer}.howiflex-social-media-wall .column .actions .right a:disabled{background-color:#ececec;color:#5d6a74;cursor:not-allowed}.howiflex-social-media-wall h2{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:22px;line-height:31px;margin-top:41px;max-width:765px}.howiflex-social-media-wall h2:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company .howiflex-social-media-wall h2:before{background:#f58220}html[lang=jp-JP] .howiflex-social-media-wall h2,html[lang=vi_VN] .howiflex-social-media-wall h2,html[lang=zh-CN] .howiflex-social-media-wall h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .howiflex-social-media-wall h2,html[lang=ru-KZ] .howiflex-social-media-wall h2{font-family:Arial,sans-serif;font-weight:bold}.calculator{margin:0px -2000px;padding:10px 2000px;background-color:#f0f0f0}@media only screen and (max-width: 768px){.calculator{margin:2em -1em;padding:10px 2em}}.calculator .copyRightText{background-color:#fff;font-size:.8em}.calculator .number-input-container{width:100%;height:100%;display:flex;justify-content:space-between;align-items:center}.calculator .number-input-container .number-input-label{font-weight:600}.calculator .number-input-container .number-input{text-align:center;border:1px solid silver;height:2.5em;font-weight:600;margin-left:1em;-moz-appearance:textfield}.calculator .number-input-container .number-input::-webkit-inner-spin-button{display:none}@media only screen and (max-width: 768px){.calculator .number-input-container .number-input{max-width:30%}}.calculator .panel-common{background-color:#fff;padding:0em 1em;margin-top:.5em}.calculator .common-input{margin-bottom:0}.calculator .common-input .number-input-container:nth-child(2){margin-left:2em}@media only screen and (max-width: 768px){.calculator .common-input .number-input-container:nth-child(2){margin-top:1em;margin-left:0em}}.calculator .common-input .intro-title{font-weight:600;padding-top:1em}.calculator .common-input .numbers-input-container{display:flex;flex-direction:row;align-items:center}@media only screen and (max-width: 768px){.calculator .common-input .numbers-input-container{flex-direction:column}}.calculator .calculator-tabs{margin-top:1em;display:flex;flex-direction:row;background-color:#fff;justify-content:space-around}@media only screen and (max-width: 768px){.calculator .calculator-tabs{flex-direction:column}}.calculator .tab{font-size:16px;font-weight:600;display:flex;align-items:center;justify-content:center;width:100%;background-color:#fff;color:#000;height:2.5em;cursor:pointer;outline:1px solid silver}.calculator .tab.active{background-color:#939393;color:#fff}.calculator .info-text-container{min-height:4em;padding:.5em 0}.calculator .range-text-input{text-align:center;border:1px solid silver;height:2.5em;float:right;font-weight:600;padding-left:1em;-moz-appearance:textfield;position:relative}.calculator .range-text-input::-webkit-inner-spin-button{display:none}.calculator .range-text-input-unit{position:absolute;left:85%;top:100%;transform:translateY(-20%);text-align:center;font-size:11px;width:15%}.calculator .slider-panels{display:flex;flex-direction:row;justify-content:space-between;width:100%;margin-top:.5em;padding:0em 1em;background-color:#fff}@media only screen and (max-width: 768px){.calculator .slider-panels{flex-direction:column}}.calculator .slider-panels .slider-panel-container{background-color:#fff;display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:1em 0em}.calculator .slider-panels .slider-panel-container .slider-panel-title{font-weight:600;font-size:16px;margin-bottom:1em;min-height:3em;max-width:490px}.calculator .slider-panels .slider-panel-container .slider-panel-slider{width:100%}.calculator .slider-panels .slider-panel-container .slider-panel-slider .range-slider-container{display:flex;flex-direction:column;align-items:flex-start;width:100%}.calculator .slider-panels .slider-panel-container .slider-panel-slider .range-slider-container .range-slider-label{font-size:.8em}.calculator .slider-panels .slider-panel-container .slider-panel-slider .range-slider-container .range-slider-and-textbox{align-items:center;position:relative;width:100%}.calculator .slider-panels .slider-panel-container .slider-panel-slider .range-slider-container .range-slider-and-textbox input[type=number]{width:15%;margin-left:1em;text-align:center;padding:0}.calculator .slider-panels .slider-panel-container .slider-panel-slider .range-slider-container .range-slider-and-textbox .rangeSlider,.calculator .slider-panels .slider-panel-container .slider-panel-slider .range-slider-container .range-slider-and-textbox .rangeSlider__fill{display:block}.calculator .slider-panels .slider-panel-container .slider-panel-slider .range-slider-container .range-slider-and-textbox .rangeSlider{position:absolute;background:#cdcccc;width:80%;top:0;transform:translateY(-100%);left:0}.calculator .slider-panels .slider-panel-container .slider-panel-slider .range-slider-container .range-slider-and-textbox .rangeSlider__horizontal{margin:20px 0;height:8px;border-radius:10px}.calculator .slider-panels .slider-panel-container .slider-panel-slider .range-slider-container .range-slider-and-textbox .rangeSlider__vertical{height:100%;width:20px}.calculator .slider-panels .slider-panel-container .slider-panel-slider .range-slider-container .range-slider-and-textbox .rangeSlider--disabled{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);opacity:.4}.calculator .slider-panels .slider-panel-container .slider-panel-slider .range-slider-container .range-slider-and-textbox .rangeSlider__fill{background:#ffc709;position:absolute;border-radius:10px}.calculator .slider-panels .slider-panel-container .slider-panel-slider .range-slider-container .range-slider-and-textbox .rangeSlider__fill__horizontal{height:140%;top:-1px;left:0}.calculator .slider-panels .slider-panel-container .slider-panel-slider .range-slider-container .range-slider-and-textbox .rangeSlider__fill__vertical{width:100%;bottom:0;left:0}.calculator .slider-panels .slider-panel-container .slider-panel-slider .range-slider-container .range-slider-and-textbox .rangeSlider__handle{cursor:pointer;display:inline-block;width:26px;height:26px;position:absolute;background:#ffc709;border-radius:50%}.calculator .slider-panels .slider-panel-container .slider-panel-slider .range-slider-container .range-slider-and-textbox .rangeSlider__handle__horizontal{top:-8px}.calculator .slider-panels .slider-panel-container .slider-panel-slider .range-slider-container .range-slider-and-textbox .rangeSlider__handle__vertical{left:-10px;bottom:0}.calculator .slider-panels .slider-panel-container .slider-panel-slider .range-slider-container .range-slider-and-textbox .rangeSlider__handle:after{content:"";display:block;width:16px;height:16px;margin:auto;position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;border-radius:50%}.calculator .slider-panels .slider-panel-container .slider-panel-slider .range-slider-container .range-slider-and-textbox .rangeSlider__handle:active{background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.12)));background-image:-o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12))}.calculator .slider-panels .slider-panel-container .slider-panel-slider .range-slider-container .range-slider-and-textbox input[type=range]:focus+.rangeSlider .rangeSlider__handle{-webkit-box-shadow:0 0 8px rgba(142,68,173,.9);box-shadow:0 0 8px rgba(142,68,173,.9)}.calculator .slider-panels .slider-panel-container .slider-panel-slider .range-slider-container .range-slider-and-textbox .rangeSlider__buffer{position:absolute;top:3px;height:14px;background:#2c3e50;border-radius:10px}.calculator .slider-panels .slider-panel-container .slider-panel-slider .range-slider-container .range-slider-and-textbox.readonly .rangeSlider__fill{background:gray}.calculator .slider-panels .slider-panel-container .slider-panel-slider .range-slider-container .range-slider-and-textbox.readonly .rangeSlider__handle{cursor:default;background:gray}.calculator .slider-panels .slider-panel-container:nth-child(2){margin-left:.5em;padding-left:.5em}@media only screen and (max-width: 768px){.calculator .slider-panels .slider-panel-container:nth-child(2){margin-left:0;margin-top:.5em;padding-left:0}}.calculator .slider-panels .slider-panel-container:nth-child(1){padding-right:.5em}@media only screen and (max-width: 768px){.calculator .slider-panels .slider-panel-container:nth-child(1){padding-right:0}}.calculator .associated-cost-panel{padding:0em 1em;background-color:#fff;margin-top:.5em}.calculator .associated-cost-panel .associated-cost-container{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:1em 0}@media only screen and (max-width: 768px){.calculator .associated-cost-panel .associated-cost-container{flex-direction:column}}.calculator .associated-cost-panel .associated-cost-container .associated-cost-title{font-weight:600}.calculator .associated-cost-panel .associated-cost-container .associated-cost-text{display:block;font-weight:300;font-size:.8em;flex:1 0 auto}.calculator .associated-cost-panel .associated-cost-container .number-input-container{display:flex;justify-content:flex-end}.calculator .potential-savings-panel{background-color:#fff;padding:0em 1em;margin-top:.5em}.calculator .potential-savings-panel .potential-savings-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:1em 0}@media only screen and (max-width: 768px){.calculator .potential-savings-panel .potential-savings-container{flex-direction:column}}.calculator .potential-savings-panel .potential-savings-container .potential-savings-text{width:100%}@media only screen and (max-width: 768px){.calculator .potential-savings-panel .potential-savings-container .potential-savings-text{margin-bottom:1em}}.calculator .potential-savings-panel .potential-savings-container .potential-savings-text .potential-savings-text-title{font-weight:600}.calculator .potential-savings-panel .potential-savings-container .potential-savings-numbers{width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-end}.calculator .potential-savings-panel .potential-savings-container .potential-savings-numbers .number-input-label{font-weight:300}.calculator .potential-savings-panel .potential-savings-container .potential-savings-numbers .number-input-container:nth-child(2){margin-top:.5em}.calculator .potential-savings-panel .potential-savings-container .potential-savings-numbers .number-input-container{display:flex;flex-direction:row;justify-content:flex-end}@media only screen and (max-width: 768px){.calculator .potential-savings-panel .potential-savings-container .potential-savings-numbers .number-input-container{justify-content:space-between}}.calculator .total-benefits-panel{background-color:#939393;padding:1em 1em;margin-top:.5em}.calculator .total-benefits-panel .total-benefits-container-top{display:flex;flex-direction:column;color:#fff;font-weight:600}.calculator .total-benefits-panel .total-benefits-container-top .total-benefits-label{padding:1em 0}.calculator .total-benefits-panel .total-benefits-container-top .total-benefits-numbers{display:flex;flex-direction:row;align-items:center;justify-content:space-between}@media only screen and (max-width: 768px){.calculator .total-benefits-panel .total-benefits-container-top .total-benefits-numbers{flex-direction:column}}.calculator .total-benefits-panel .total-benefits-container-top .total-benefits-numbers .number-input-container{display:flex;justify-content:flex-end;width:100%}@media only screen and (max-width: 768px){.calculator .total-benefits-panel .total-benefits-container-top .total-benefits-numbers .number-input-container{justify-content:space-between}}.calculator .total-benefits-panel .total-benefits-container-top .total-benefits-numbers .number-input-container .number-input-label{font-weight:300;font-size:.8em}.calculator .total-benefits-panel .total-benefits-container-top .total-benefits-numbers .number-input-container input{width:30%;background-color:#d2d2d2}.calculator .total-benefits-panel .total-benefits-container-top .total-benefits-numbers .number-input-container:nth-child(1){justify-content:flex-start}@media only screen and (max-width: 768px){.calculator .total-benefits-panel .total-benefits-container-top .total-benefits-numbers .number-input-container:nth-child(1){justify-content:space-between}}.calculator .total-benefits-panel .total-benefits-container-bottom{color:#fff}@media only screen and (max-width: 768px){.calculator .total-benefits-panel .total-benefits-container-bottom{justify-content:space-between}}.calculator .total-benefits-panel .total-benefits-container-bottom .number-input-container{display:flex;justify-content:flex-end}.calculator .total-benefits-panel .total-benefits-container-bottom .number-input-container input{color:#000;background-color:#fff}.calculator .total-benefits-panel .total-benefits-container-breaker{min-height:1px;margin:.5em 0;width:100%;background-color:#d2d2d2}.calculator .panel-boxes{display:flex}@media only screen and (max-width: 768px){.calculator .panel-boxes{flex-direction:column}}.calculator .panel-boxes .box{padding:.5em;margin-right:.5em;background-color:#ffc709;display:flex;flex-direction:column;align-items:flex-start;width:100%}.calculator .panel-boxes .box .box-title{font-size:1.5em;font-weight:600}.calculator .panel-boxes .box .box-l1{padding-top:.5em}.calculator .panel-boxes .box .box-l1-p1,.calculator .panel-boxes .box .box-l2{font-size:.8em}.calculator .panel-boxes .box .box-l1-p2{color:#fff;font-size:1.5em}@media only screen and (max-width: 768px){.calculator .panel-boxes .box{margin-bottom:.5em}}.calculator .panel-boxes .box:nth-child(3){margin-right:0}@media only screen and (max-width: 768px){.calculator .panel-boxes .box:nth-child(3){margin-bottom:0}}.calculator #copyRightText_L1,.calculator #copyRightText_L2{background-color:#fff}.calculator .button-panel{display:flex;justify-content:flex-end;margin-top:.5em}@media only screen and (max-width: 768px){.calculator .button-panel{display:block}}.calculator .button-panel a{background:#f58220;border-radius:20px;width:250px;color:#fff;font-size:14px;line-height:21px;text-transform:uppercase;cursor:pointer;border-width:0px;padding:8px;height:39px;margin-right:5px;text-decoration:none;text-align:center}@media only screen and (max-width: 768px){.calculator .button-panel a{width:100%;display:block;margin-bottom:5px;margin-right:0px}}.calculator .button-panel a:hover{background:gray}.calculator .button-panel button{background:#f58220;border-radius:20px;width:250px;color:#fff;font-size:14px;line-height:21px;text-transform:uppercase;cursor:pointer;border-width:0px;padding:8px;height:39px}@media only screen and (max-width: 768px){.calculator .button-panel button{width:100%}}.calculator .button-panel button:hover{background:gray}@media only screen and (max-width: 768px){.itemsGrid{margin-left:20px;margin-right:20px}}.itemsGrid__heading{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:22px;line-height:31px;padding-top:40px;margin-bottom:21px;max-width:800px}html[lang=jp-JP] .itemsGrid__heading,html[lang=vi_VN] .itemsGrid__heading,html[lang=zh-CN] .itemsGrid__heading{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .itemsGrid__heading,html[lang=ru-KZ] .itemsGrid__heading{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .itemsGrid__heading{font-size:21px}html[lang=ru-KZ] .itemsGrid__heading{font-size:21px}@media only screen and (max-width: 768px){.itemsGrid__heading{font-size:18px;line-height:22px}html[lang=ru-RU] .itemsGrid__heading{font-size:17px}html[lang=ru-KZ] .itemsGrid__heading{font-size:17px}}.itemsGrid__heading:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company .itemsGrid__heading:before{background:#f58220}@media only screen and (max-width: 768px){.itemsGrid__heading{margin:0 20px 21px}}@media only screen and (max-width: 768px){.itemsGrid__intoCopy{margin:0 20px}}.itemsGrid__group{margin:40px auto 0;display:flex;flex-wrap:wrap}.itemsGrid__item{width:25%;padding:0 20px;margin-bottom:30px}@media only screen and (max-width: 959px){.itemsGrid__item{width:50%}}@media only screen and (max-width: 768px){.itemsGrid__item{width:100%}}.itemsGrid__itemLink{display:flex;flex-direction:column;text-decoration:none}.itemsGrid__itemImage{width:100%;flex-shrink:0}.itemsGrid__itemTitle{color:#000;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px}html[lang=jp-JP] .itemsGrid__itemTitle,html[lang=vi_VN] .itemsGrid__itemTitle,html[lang=zh-CN] .itemsGrid__itemTitle{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .itemsGrid__itemTitle,html[lang=ru-KZ] .itemsGrid__itemTitle{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .itemsGrid__itemTitle{font-size:15px}html[lang=ru-KZ] .itemsGrid__itemTitle{font-size:15px}@media only screen and (max-width: 768px){.itemsGrid__itemTitle{font-size:18px;line-height:20px}html[lang=ru-RU] .itemsGrid__itemTitle{font-size:17px}html[lang=ru-KZ] .itemsGrid__itemTitle{font-size:17px}}.itemsGrid__itemTitleAccent{position:relative}.itemsGrid__itemTitleAccent:before{position:absolute;content:"";height:50px;width:3px;background-color:#ffc709;left:22px;top:-20px}.itemsGrid__itemContent{background-color:#fff;padding:0 36px 10px;min-height:160px;display:flex;flex-direction:column;justify-content:space-between}.itemsGrid__readmore{color:#5d6a74;display:inline-flex;cursor:pointer}.itemsGrid__readmore svg{width:17px;height:17px}.itemsGrid__readmoreTxt{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px;margin-left:6px;font-size:16px}html[lang=jp-JP] .itemsGrid__readmoreTxt,html[lang=vi_VN] .itemsGrid__readmoreTxt,html[lang=zh-CN] .itemsGrid__readmoreTxt{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .itemsGrid__readmoreTxt,html[lang=ru-KZ] .itemsGrid__readmoreTxt{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .itemsGrid__readmoreTxt{font-size:15px}html[lang=ru-KZ] .itemsGrid__readmoreTxt{font-size:15px}@media only screen and (max-width: 768px){.itemsGrid__readmoreTxt{font-size:18px;line-height:20px}html[lang=ru-RU] .itemsGrid__readmoreTxt{font-size:17px}html[lang=ru-KZ] .itemsGrid__readmoreTxt{font-size:17px}}.itemsGrid--threeItems .itemsGrid__item{width:33%}@media only screen and (max-width: 768px){.itemsGrid--threeItems .itemsGrid__item{width:100%}}.itemsGrid--greyBg{background-color:#f0f0f0;position:relative;padding:0 0 40px}.itemsGrid--greyBg:before,.itemsGrid--greyBg:after{content:"";height:100%;width:150px;background-color:#f0f0f0;position:absolute;top:0;bottom:0}.itemsGrid--greyBg:before{left:-150px}.itemsGrid--greyBg:after{right:-150px}.itemsGrid__item--multiLink .itemsGrid__itemImage{border:1px solid #5d6a74}.itemsGrid__item--multiLink .itemsGrid__itemContent{padding:18px 0 10px;justify-content:normal}.itemsGrid__item--multiLink .itemsGrid__readmore{padding:8px 0;color:#000}.itemsGrid__item--multiLink .itemsGrid__readmoreLink{text-decoration:none}.itemsGrid__group--editMode{width:100%}.itemsGrid__item--editMode{display:flex;flex-wrap:wrap}.hotspotContainer{position:relative}.hotspotContainer__introContent{background-color:#f0f0f0;padding:30px 0}.hotspotContainer__intro{text-align:center;position:relative;z-index:2}.hotspotContainer__intro:before,.hotspotContainer__intro:after{box-sizing:border-box;z-index:-1;position:absolute;content:"";bottom:15px;left:10px;width:50%;height:10px;bottom:15px;max-width:300px;background:#e2e2e2;box-shadow:0 15px 10px #e2e2e2;transform:rotate(-3deg)}.hotspotContainer__intro:after{left:inherit;right:10px;transform:rotate(3deg)}.hotspotContainer__intro h3{font-size:30px;color:#000;font-weight:700;margin-bottom:15px;max-width:70%;margin:0 auto}@media only screen and (max-width: 768px){.hotspotContainer__intro h3{max-width:90%}}.hotspotContainer__intro p{max-width:70%;margin-left:auto;margin-right:auto}@media only screen and (max-width: 768px){.hotspotContainer__intro p{max-width:90%}}.hotspotContainer__introImg{margin:0 auto 10px}.hotspotContainer__image{width:100%}.hotspotContainer__tooltipsWrap{position:relative}.hotspotContainer__tooltip{position:relative;display:block;background-color:#f58220;border-radius:50%;border:none;color:#fff;width:35px;height:35px;cursor:pointer;font-size:35px;text-align:center}.hotspotContainer__tooltip:before{content:"+";width:35px;height:35px;position:absolute;left:0;right:0}.hotspotContainer__tooltipContent{display:block;visibility:hidden;position:absolute;bottom:130%;left:50%;min-width:220px;min-height:30px;padding:20px;color:#fff;line-height:1.4em;vertical-align:middle;font-family:sans-serif;font-size:13px;background-color:#f58220;transform:translateX(-50%);z-index:10}.hotspotContainer__tooltipContent:after{content:"";position:absolute;top:100%;left:50%;width:0px;height:0px;margin-left:-8px;border-top:8px solid #f58220;border-right:8px solid transparent;border-left:8px solid transparent}.hotspotContainer__tooltipContent--open .hotspotContainer__tooltipContent{visibility:visible}.hotspotContainer__tooltipContent--open .hotspotContainer__tooltip:before{content:"-";font-size:45px;top:1px;font-smoothing:antialiased}.hotspotContainer__tooltip--1{position:absolute;top:31%;left:26%}.hotspotContainer__tooltip--2{position:absolute;top:53%;left:36%}.hotspotContainer__tooltip--3{position:absolute;top:11%;left:64%}.hotspotContainer__tooltip--4{position:absolute;top:69%;left:59%}.medelaLiner{height:2px;border:0;background-color:#000}.medelaLiner--black{background-color:#000}.medelaLiner--cyan{background-color:#00838f}.medelaLiner--orange{background-color:#f58220}.medelaLiner--yellow{background-color:#ffc709}.medelaLiner--propink{background-color:#d36988}.medelaLiner--custom{background-color:var(--medelaLiner-color, #000)}.mmApp{margin:60px auto 40px}.mmApp__wrap{display:flex;flex-direction:row}@media only screen and (max-width: 768px){.mmApp__wrap{display:none}}.mmApp__heading{text-align:center;margin-bottom:1em;padding:0 10px;font-weight:300;font-size:2em}.mmApp__imgStage{max-width:33%;position:relative}@media only screen and (max-width: 1024px){.mmApp__imgStage{max-width:45%}}.mmApp__img{display:none;width:100%}.mmApp__featureList{max-width:66%;display:flex;flex-direction:row;list-style:none;flex-flow:row wrap;align-content:flex-start}@media only screen and (max-width: 1024px){.mmApp__featureList{width:50%;flex-direction:column}}.mmApp__featureListItem{width:50%;padding:0 12px 10px;position:relative;transition:all .5s ease}@media only screen and (max-width: 1024px){.mmApp__featureListItem{width:100%}}.mmApp__featureListItem:before{content:"";height:20px;width:20px;position:absolute;right:98%;background-size:100% 100%}.mmApp__featureListItem h2{font-weight:bold;font-size:1rem;line-height:1.2;color:#474747;margin:0 0 .35em}.mmApp__featureListItem p{margin:0 0 1em;line-height:1.2;cursor:default;font-size:1rem;color:#757575}.mmApp__slider{display:none}@media only screen and (max-width: 768px){.mmApp__slider{display:block;max-width:300px;margin:auto}}.mmApp__slider .slide{float:left}.mmApp__slider .paging{position:absolute;bottom:-10px;left:50%;transform:translateX(-50%)}.mmApp__slider .control{top:40%}.slider>.control.next{right:5%}.slider>.control.prev{left:5%}.mmApp__sliderItem img{margin:0 auto;display:block;max-width:80%}@media only screen and (min-width: 769px){.mmApp__sliderItem img{width:50%}}.mmApp__sliderItem .mmApp__sliderContent{margin:12px auto 0;display:block;width:80%}.mmApp__sliderItem .mmApp__sliderContent p{color:#000}@media only screen and (min-width: 769px){.mmApp__sliderItem .mmApp__sliderContent{max-width:250px}}.mmApp__img--active{display:block}.mmApp__featureListItem--active p{color:#000}.isAdmin .mmApp__featureListItem{width:100%}.productTiles{display:flex;flex-wrap:wrap;flex-direction:row;list-style:none;padding:60px 0 60px;background-color:#f0f0f0}.productTiles__item{width:30%;background-color:#fff;margin:0 24px;padding:30px 30px 10px;cursor:pointer;transition:all .45s;box-shadow:2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);border-radius:2px}.productTiles__item:hover{transform:scale(1.05)}.productTiles__itemImage{width:100%}.productTiles__itemTitle{color:#000;text-decoration:none;text-align:center;font-size:1.1em}.productTiles__itemTitle:hover{text-decoration:none}.productTiles__itemMsrp{color:#646464;font-size:1.3em;text-align:center}.products-compare img{max-width:100%;width:150px}.products-compare table{border-collapse:collapse;border-spacing:0}.products-compare table.border,.products-compare table.border td,.products-compare table.border th{border-width:1px;border-color:#6a639a;border-style:solid;border-spacing:0px;border-collapse:separate}.products-compare table.border td,.products-compare table.border th{padding:2px}.products-compare table.border0,.products-compare table.border0 td,.products-compare table.border0 th{border-width:0px}.products-compare table.border1,.products-compare table.border1 td,.products-compare table.border1 th{border-width:1px}.products-compare table.border2,.products-compare table.border2 td,.products-compare table.border2 th{border-width:2px}.products-compare table.border3,.products-compare table.border3 td,.products-compare table.border3 th{border-width:3px}.products-compare table.super{background-color:#fff;margin:0 0 10px 0;font-size:12px}.products-compare table.super-wide{width:100%}.products-compare table.super caption,.products-compare table.super th,.products-compare table.super td{padding:5px 10px;border-right:1px solid #ddd}.products-compare table.super caption,.products-compare table.super th:first-child,.products-compare table.super td:first-child{border-left:1px solid #ddd}.products-compare .legacy-content table.super tr td label,.products-compare .legacy-content table tr td label a{font-size:12px}.products-compare table.super caption,.products-compare table.super th{font-weight:bold;text-align:left}.products-compare table.super th,.products-compare table.super.full-row-highlight td,.products-compare table.super tr.odd td{background-color:#f9f9f9}.products-compare table.super thead th,.products-compare table.super tfoot td,.products-compare table.super.full-row-highlight tr.odd td,.products-compare table.super tr.odd th{background-color:#eee}.products-compare table.super caption{background-color:#ddd;font-size:14px;font-weight:normal}.products-compare table.aligntop th,.products-compare table.aligntop td{vertical-align:top}.products-compare table.noborder caption,.products-compare table.noborder th,.products-compare table.noborder td,.products-compare table.noborder th:first-child,.products-compare table.noborder td:first-child,.products-compare tr.noborder th,.products-compare tr.noborder td{border:none}.products-compare table.noshade,.products-compare table.noshade th,.products-compare table.noshade tr.odd td,.products-compare table.noshade thead th,.products-compare table.noshade tfoot td,.products-compare table.noshade tr.odd th,.products-compare table.noshade caption,.products-compare tr.noshade th,.products-compare tr.noshade td{background-color:transparent}.products-compare .sidebar-none-wide table.super-wide{font-size:11px}.products-compare .sidebar-none-wide table.super-wide thead th,.products-compare .sidebar-none-wide table.super-wide td{text-align:center}.products-compare .sidebar-none-wide table.super-wide caption,.products-compare .sidebar-none-wide table.super-wide th:first-child{text-align:left}.products-compare .sidebar-none-wide table.super-wide caption.trigger{background-color:#ececec;margin:0;padding:10px}.products-compare .sidebar-none-wide table.super-wide caption.trigger.on{background-color:#ddd}.products-compare .sidebar-none-wide table.super-wide th:first-child{overflow:hidden}.products-compare .link-icon{border:none;padding:0;font-size:1rem;margin:10px 0;color:#f58220}.products-compare span.link-icon-help{color:#6a639a}.products-compare .icon{position:relative;display:inline-block;background-image:url("../img/icons.png");background-repeat:no-repeat;height:12px}.products-compare .icon-social,.products-compare .icon-bmm{width:20px;height:20px;margin-right:5px;vertical-align:top}.products-compare .icon-facebook{background-position:0 0}.products-compare .icon-twitter{background-position:-20px 0}.products-compare .icon-linkedIn{background-position:-40px 0}.products-compare .icon-youtube{background-position:-60px 0}.products-compare .icon-feed{background-position:-80px 0}.products-compare .icon-consultant{background-position:0 -460px}.products-compare .icon-buy{background-position:-20px -460px}.products-compare .icon-rent{background-position:-40px -460px}.products-compare .icon-iproducts{background-position:-60px -460px}.products-compare .icon-iservices{background-position:-80px -460px}.products-compare .icon-accounts{top:1px;background-position:0 -20px;width:10px;height:11px;margin-right:5px}.products-compare .menu-function .icon-accounts,.products-compare .btn .icon-accounts{background-position:-20px -20px}.products-compare .icon-professionals{top:1px;background-position:0 -40px;width:13px;height:11px;margin-right:5px}.products-compare .menu-function .icon-professionals,.products-compare .btn .icon-professionals{background-position:-20px -40px}.products-compare .icon-education{top:2px;background-position:0 -60px;width:16px;margin-right:5px}.products-compare .menu-function .icon-education,.products-compare .btn .icon-education{background-position:-20px -60px}.products-compare .icon-arrow-up{top:-3px;background-position:0 -80px;width:7px;height:4px;margin-right:5px}.products-compare .btn .icon-arrow-up{background-position:-20px -80px}.products-compare .icon-arrow-right{top:-1px;background-position:0 -100px;width:4px;height:7px;margin-left:5px}.products-compare .btn .icon-arrow-right,.products-compare .btn-device .icon-arrow-right{background-position:-20px -100px}.products-compare .btn-device .icon-arrow-right{position:absolute;top:40%;right:10px}.products-compare .icon-arrow-down{top:-3px;background-position:0 -120px;width:7px;height:4px;margin-left:5px}.products-compare .btn .icon-arrow-down{background-position:-20px -120px}.products-compare .icon-arrow-left{top:-1px;background-position:0 -140px;width:4px;height:7px;margin-right:5px}.products-compare .btn .icon-arrow-left{background-position:-20px -140px}.products-compare .icon-plus{top:1px;background-position:0 -160px;width:12px}.products-compare .icon-plus,.products-compare .fa-plus-square,.products-compare .fa-minus-square{margin-right:5px;color:#e57c13}.products-compare .btn .icon-plus{background-position:-20px -160px}.products-compare .icon-minus{top:1px;background-position:0 -180px;width:12px;margin-right:5px}.products-compare .btn .icon-minus{background-position:-20px -180px}.products-compare .icon-calculator{top:1px;background-position:0 -200px;width:10px;margin-right:5px}.products-compare .btn .icon-calculator{background-position:-20px -200px}.products-compare .icon-calendar{top:1px;background-position:0 -220px;width:11px;margin-right:5px}.products-compare .btn .icon-calendar{background-position:-20px -220px}.products-compare .icon-chart{top:1px;background-position:0 -240px;width:13px;height:11px;margin-right:5px}.products-compare .btn .icon-chart{background-position:-20px -240px}.products-compare .icon-envelope{top:1px;background-position:0 -260px;width:13px;height:11px;margin-right:5px}.products-compare .btn .icon-envelope{background-position:-20px -260px}.products-compare .icon-help{top:2px;background-position:0 -280px;width:12px;margin-left:5px}.products-compare .btn .icon-help{background-position:-20px -280px}.products-compare .icon-pdf{top:3px;background-position:0 -300px;width:15px;height:15px;margin-top:-3px;margin-left:5px}.products-compare .btn .icon-pdf{background-position:-20px -300px}.products-compare .icon-printer{top:1px;background-position:0 -320px;width:14px;margin-right:5px}.products-compare .btn .icon-printer{background-position:-20px -320px}.products-compare .icon-share{top:1px;background-position:0 -340px;width:12px;margin-right:5px}.products-compare .btn .icon-share{background-position:-20px -340px}.products-compare .icon-plus-minus{top:1px;background-position:0 -360px;width:12px;margin-right:5px}.products-compare .btn .icon-plus-minus{background-position:-20px -360px}.products-compare .icon-remove{top:1px;background-position:0 -380px;width:12px;margin-left:5px}.products-compare .btn .icon-remove{background-position:-20px -380px}.products-compare .icon-enlarge{top:1px;background-position:0 -400px;width:12px;margin-right:5px}.products-compare .btn .icon-enlarge{background-position:-20px -400px}.products-compare .icon-cart{top:1px;background-position:0 -420px;width:13px;height:10px;margin-right:5px}.products-compare .btn .icon-cart{background-position:-20px -420px}.products-compare .icon-refresh{top:1px;background-position:0 -440px;width:11px;margin-right:5px}.products-compare .ie7 .icon-refresh{top:-2px}.products-compare .btn .icon-refresh{background-position:-20px -440px}.products-compare .icon-checkbox{top:1px;background-position:0 -480px;width:12px;margin-right:5px}.products-compare .btn .icon-checkbox{background-position:-20px -480px}.products-compare .link-icon-video,.products-compare .link-icon-video-med{position:relative;display:inline-block;border:2px solid #ddd;overflow:hidden}.products-compare .link-icon-video-med{border:none}.products-compare .gallery .link-icon-video{margin:0px;display:block;border:none}.products-compare .link-icon-video:hover{border-color:#ccc}.products-compare .link-icon-video img{display:block}.products-compare .link-icon-video .icon,.products-compare .link-icon-video-med .icon{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);opacity:.5}.products-compare .link-icon-video:hover .icon,.products-compare a:hover .link-icon-video .icon,.products-compare .link-icon-video-med:hover .icon,.products-compare a:hover .link-icon-video-med .icon{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.products-compare .icon-checkmark{background-image:url("../img/icon-drop-orange.png");padding:8px 0 0;width:15px;height:9px;overflow:hidden}.products-compare .title-icon-breastpump,.products-compare .title-icon-checklist{padding-left:25px;background:transparent url("../img/icon-breastpump.png") no-repeat 0 50%}.products-compare .title-icon-checklist{background-image:url("../img/icon-checklist.png")}.products-compare .loading{visibility:hidden}.products-compare tr:nth-child(even) td,.products-compare tr:nth-child(even) th{background-color:#fff !important}.item-compare{text-align:center;padding:0 30px}.item-compare span,.item-compare .product-compare-link{color:#f58220;font-size:14px}.item-compare .product-compare-link{display:inline !important;text-decoration:none}.item-compare .product-compare-link[disabled]{color:#687782 !important;cursor:not-allowed !important}.productSelector{margin:40px auto}.productSelector button{margin-top:28px}@media only screen and (max-width: 768px){.productSelector__intro{padding-left:30px;padding-right:30px}}.productSelector__step{display:none}.productSelector__tooltip{color:#00838f;margin:4px auto 20px;cursor:pointer;text-decoration:none}.productSelector__tooltip:hover{text-decoration:underline}.productSelector__tooltipList{display:none}.productSelector__question p{margin-bottom:0}.productSelector__results{min-height:500px}@media only screen and (max-width: 959px){.productSelector__results{padding-left:30px;padding-right:30px}}.productSelector__results .text-image{padding:0}.productSelector__resultLink{display:none}.form .productSelector__startBtn{margin-top:30px}.productSelector .productSelector__prevBtn{margin-right:10px}.productSelector__results h2{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:22px;line-height:31px}html[lang=jp-JP] .productSelector__results h2,html[lang=vi_VN] .productSelector__results h2,html[lang=zh-CN] .productSelector__results h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .productSelector__results h2,html[lang=ru-KZ] .productSelector__results h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .productSelector__results h2{font-size:21px}html[lang=ru-KZ] .productSelector__results h2{font-size:21px}@media only screen and (max-width: 768px){.productSelector__results h2{font-size:18px;line-height:22px}html[lang=ru-RU] .productSelector__results h2{font-size:17px}html[lang=ru-KZ] .productSelector__results h2{font-size:17px}}.productSelector__results h2:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company .productSelector__results h2:before{background:#f58220}.productSelector_resultName{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:30px}html[lang=jp-JP] .productSelector_resultName,html[lang=vi_VN] .productSelector_resultName,html[lang=zh-CN] .productSelector_resultName{font-family:Arial,sans-serif}html[lang=ru-RU] .productSelector_resultName,html[lang=ru-KZ] .productSelector_resultName{font-family:Arial,sans-serif}html[lang=ru-RU] .productSelector_resultName{font-size:25px}html[lang=ru-KZ] .productSelector_resultName{font-size:25px}@media only screen and (max-width: 768px){.productSelector_resultName{font-size:20px;line-height:23px}html[lang=ru-RU] .productSelector_resultName{font-size:19px}html[lang=ru-KZ] .productSelector_resultName{font-size:19px}}.productSelector__heading{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:34px;line-height:36px}html[lang=jp-JP] .productSelector__heading,html[lang=vi_VN] .productSelector__heading,html[lang=zh-CN] .productSelector__heading{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .productSelector__heading,html[lang=ru-KZ] .productSelector__heading{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .productSelector__heading{font-size:33px}html[lang=ru-KZ] .productSelector__heading{font-size:33px}@media only screen and (max-width: 768px){.productSelector__heading{font-size:26px;line-height:28px}html[lang=ru-RU] .productSelector__heading{font-size:25px}html[lang=ru-KZ] .productSelector__heading{font-size:25px}}.productSelector--adminMode .productSelector__step,.productSelector--adminMode .productSelector__results,.productSelector--adminMode .productSelector__resultWrap{display:block}.productSelector__step--active{display:block}.productSelector__resultItem--active{display:block}.momsRoomBanner__btn,.form button.momsRoomBanner__btn{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:21px;letter-spacing:2px;text-transform:uppercase;background:var(--button_background_color, #f58220);border-radius:20px;color:#fff;display:inline-block;padding:10px 0px;text-align:center;text-decoration:none;border:0px;cursor:pointer;width:250px}html[lang=jp-JP] .momsRoomBanner__btn,html[lang=vi_VN] .momsRoomBanner__btn,html[lang=zh-CN] .momsRoomBanner__btn,html[lang=jp-JP] .form button.momsRoomBanner__btn,html[lang=vi_VN] .form button.momsRoomBanner__btn,html[lang=zh-CN] .form button.momsRoomBanner__btn{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .momsRoomBanner__btn,html[lang=ru-KZ] .momsRoomBanner__btn,html[lang=ru-RU] .form button.momsRoomBanner__btn,html[lang=ru-KZ] .form button.momsRoomBanner__btn{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .momsRoomBanner__btn,html[lang=ru-RU] .form button.momsRoomBanner__btn{font-size:13px}html[lang=ru-KZ] .momsRoomBanner__btn,html[lang=ru-KZ] .form button.momsRoomBanner__btn{font-size:13px}.momsRoomBanner__btn:hover,.form button.momsRoomBanner__btn:hover{background:#646464;color:#fff;cursor:pointer}.momsRoomBanner__btn:disabled,.form button.momsRoomBanner__btn:disabled{background-color:#ececec;color:#5d6a74;cursor:not-allowed}.momsRoomBanner__btn:hover,.form button.momsRoomBanner__btn:hover{text-decoration:none}.form button.momsRoomBanner__btn--left,.form .button.momsRoomBanner__btn--left{margin:0}.momsRoomForm__button-container{text-align:center;margin-top:25px}.momsRoomBanner__imgWrap{position:relative;background-color:#fede84}.momsRoomBanner__img{width:100%}.momsRoomBanner__logoWrap{position:absolute;z-index:9999;background:#ffc709;margin:0 auto;display:block;max-width:100%;width:315px;height:85px;bottom:-25px;left:50%;margin-left:-157px}@media only screen and (min-width: 769px){.momsRoomBanner__logoWrap{left:0;right:0;margin-left:auto;bottom:-42px;width:100%;max-width:625px;height:145px}}.momsRoomBanner__logo{margin:0 auto;max-width:100%;height:auto;text-align:center;display:block;position:absolute;bottom:13%;left:0;right:0;width:55%}.momsRoomBanner__intro{background-color:#fede84;padding:7% 0 50px;overflow:hidden}.momsRoomForm__subtitle{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:30px}html[lang=jp-JP] .momsRoomForm__subtitle,html[lang=vi_VN] .momsRoomForm__subtitle,html[lang=zh-CN] .momsRoomForm__subtitle{font-family:Arial,sans-serif}html[lang=ru-RU] .momsRoomForm__subtitle,html[lang=ru-KZ] .momsRoomForm__subtitle{font-family:Arial,sans-serif}html[lang=ru-RU] .momsRoomForm__subtitle{font-size:25px}html[lang=ru-KZ] .momsRoomForm__subtitle{font-size:25px}@media only screen and (max-width: 768px){.momsRoomForm__subtitle{font-size:20px;line-height:23px}html[lang=ru-RU] .momsRoomForm__subtitle{font-size:19px}html[lang=ru-KZ] .momsRoomForm__subtitle{font-size:19px}}.momsRoomBanner__introCopy{text-align:center;max-width:700px;display:block;margin:0 auto;padding:0 10px;font-size:1rem}.momsRoomBanner__introCopy h2,.momsRoomBanner__introCopy h2.page-title{font-size:20px;margin-bottom:25px}.momsRoomBanner__introCopy ul{text-align:left;margin:0 auto;display:inline-block}.tellMeMore{max-width:625px;margin:40px auto}@media only screen and (max-width: 768px){.tellMeMore{padding:0 14px}}.tellMeMore__headline{text-align:center;position:relative;color:#00838f;display:block;font-weight:bold;margin:10px auto 20px;z-index:9999;width:100%;background-color:#fff;font-weight:400;font-size:1.8rem}.tellMeMore__headline:before,.tellMeMore__headline:after{background-color:#00838f;height:2px;width:150px;content:"";position:absolute;top:12px;z-index:-1}@media only screen and (max-width: 768px){.tellMeMore__headline:before,.tellMeMore__headline:after{width:20%}}.tellMeMore__headline:before{left:10px;right:0}.tellMeMore__headline:after{right:10px}.tellMeMoreContent{display:flex;flex-direction:row;flex-wrap:wrap}@media only screen and (max-width: 768px){.tellMeMoreContent{flex-direction:row}}.tellMeMore__img{width:40%}@media only screen and (max-width: 768px){.tellMeMore__img{width:100%}}.tellMeMore__img img{margin:0 auto;display:block}.tellMeMore__copyWrap{text-align:center;width:60%}@media only screen and (max-width: 768px){.tellMeMore__copyWrap{width:100%}}.tellMeMore__copyWrap h2{margin-bottom:0;line-height:1;font-size:2.2rem;font-weight:700}.momsRoomCtaBand{background-color:#fede84;padding:0 0 60px;margin:0 10px}.momsRoomCtaBand__headline{text-align:center;display:block;margin:0 auto;padding-top:30px}.momsRoomCtaBand__items{max-width:1000px;display:flex;flex-wrap:wrap;margin:28px auto;justify-content:center}.momsRoomCtaCard{width:30%;background-color:#fff;display:flex;flex-direction:column;margin:0 12px;padding:30px;box-shadow:5px 5px 11px rgba(0,0,0,.2)}@media only screen and (max-width: 768px){.momsRoomCtaCard{width:100%}.momsRoomCtaCard:nth-of-type(even){background-color:#fede84}}.momsRoomCtaCard h3{color:#009bc2;font-weight:bold;font-size:1.2rem;margin:0 auto 8px}.momsRoomCtaCard p{text-align:center;font-size:1rem;line-height:1.4;margin:0 auto;font-weight:400;color:#666}@media only screen and (max-width: 768px){.momsRoomCtaCard p{max-width:300px}}.momsRoomCtaCard__image{margin:0 auto;max-height:243px;width:99%;max-width:180px;flex-shrink:0}.momsRoomCtaBand--noCards.momsRoomCtaBand{background-color:transparent}.momsRoomCtaBand--noCards .momsRoomCtaCard{box-shadow:none}.socialBand__wrap{padding:0px;border-bottom:4px solid #ffc52b;margin:0 10px;min-height:200px;text-align:center;position:relative;background-size:cover}.socialBand__content{width:60%;height:100%;margin:0 auto;color:#fff;display:flex;flex-direction:column;justify-content:center}.socialBand__content p{font-size:1.2rem}.socialBand__shareText{font-size:1.3rem;text-transform:uppercase;margin:0 10px 0 0;color:#fff;float:left}.socialBand__shareWrap{display:flex;flex-direction:row}.momsRoomFourCol{display:flex;flex-direction:row;padding:40px 0;flex-wrap:wrap}.momsRoomFourCol__item{max-width:25%;padding:0 12px;text-align:center}@media only screen and (max-width: 768px){.momsRoomFourCol__item{max-width:100%;width:100%}}.momsRoomFourCol__item h2{font-size:1.2rem;font-weight:bold;line-height:1.2;color:#353535;margin-bottom:0}@media only screen and (max-width: 768px){.momsRoomFourCol__item h2{max-width:300px;margin:0 auto;display:block}}.momsRoomFourCol__item p{margin-top:6px;font-size:1rem;line-height:1.4;font-weight:400;color:#666}@media only screen and (max-width: 768px){.momsRoomFourCol__item p{max-width:300px;margin:0 auto;display:block}}@media only screen and (max-width: 768px){.momsRoomFourCol__item img{max-width:300px;margin:0 auto;display:block}}@media only screen and (max-width: 768px){.momsRoomFourCol__itemContent{background-color:#f8f8f8;padding:15px 10px;max-width:100%;text-align:center;display:block;margin:0 auto}}.momsRoomFormNav{position:relative;text-align:left}.momsRoomFormNav__previousButton{color:#8a98a1;text-decoration:none}.momsRoomFormNav__previousButton::before{content:"<";width:10px;height:10px;font-size:28px;margin-right:4px}.momsRoomFormBanner{background-color:#ffc701;padding:20px 0;margin-bottom:40px}.momsRoomFormBanner__logoWrap{margin:0 auto;display:block;max-width:500px}.momsRoomForm{padding:0 12px;margin:auto}.momsRoomForm h1{font-size:2rem;margin-bottom:0;font-weight:300;line-height:normal}.momsRoomForm .required{float:none}.momsRoomForm div.select{width:100%}.momsRoomForm .form-row{margin-bottom:0;margin-top:0}.momsRoomForm .form-row input[type=number],.momsRoomForm .form-row input[type=email],.momsRoomForm .form-row input[type=password],.momsRoomForm .form-row input[type=text],.momsRoomForm .form-row input[type=date],.momsRoomForm .form-row .select{margin-top:30px}.momsRoomForm .form-row input[type=number]+label,.momsRoomForm .form-row input[type=email]+label,.momsRoomForm .form-row input[type=password]+label,.momsRoomForm .form-row input[type=text]+label,.momsRoomForm .form-row input[type=date]~label,.momsRoomForm .form-row .select+label{top:5px}.momsRoomForm__intro{text-align:left}.momsRoomForm__intro .page-title{text-align:center}.momsRoomForm__intro .page-additional-text{text-align:center}.momsRoomForm__copy{margin:12px 0}.momsRoomForm__disclaimer{font-size:12px;margin-bottom:0}.momsRoomForm__requiredTxt{margin-top:0;font-style:italic}.momsRoomForm__content{text-align:left}.momsRoomForm__content .form{margin-bottom:0}.form .form-row .form-item-s.momsRoomForm__select select{width:100%}.momsRoomForm__pumpSelect{float:left;display:flex;flex-direction:column;position:relative;border-radius:15px;border:none;cursor:pointer;width:47%;margin:0 5px;margin-left:5px;text-align:center;justify-content:center}.momsRoomForm__pumpSelect:hover,.momsRoomForm__pumpSelect.active{background-color:#ffc709}.momsRoomForm__pumpSelect:hover .momsRoomForm__pumpSelectLabel,.momsRoomForm__pumpSelect.active .momsRoomForm__pumpSelectLabel{color:#fff}.momsRoomForm__pumpSelect input{position:absolute;opacity:0}.momsRoomForm__pumpSelectLabel{padding:20px;cursor:pointer}.momsRoomForm__suggestedAddress{display:none}.momsRoomForm__disclaimer--large{font-size:.9rem;margin-top:15px !important}.momsRoomForm__radio-container{display:flex;flex-direction:row;justify-content:left}.momsRoomForm__radio-container input[type=radio]{display:none}.momsRoomForm__radio-container input[type=radio]:first-of-type+label{border-radius:0;border-top-left-radius:10px;border-bottom-left-radius:10px;border-right:1px solid #5d6a74}.momsRoomForm__radio-container input[type=radio]:last-of-type+label{border-radius:0;border-top-right-radius:10px;border-bottom-right-radius:10px;border-left:1px solid #5d6a74}.momsRoomForm__radio-container input[type=radio]+label{box-sizing:border-box;display:inline-block;padding:15px 20px;background-color:#ececec;cursor:pointer;flex-grow:1;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal}html[lang=jp-JP] .momsRoomForm__radio-container input[type=radio]+label,html[lang=vi_VN] .momsRoomForm__radio-container input[type=radio]+label,html[lang=zh-CN] .momsRoomForm__radio-container input[type=radio]+label{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .momsRoomForm__radio-container input[type=radio]+label,html[lang=ru-KZ] .momsRoomForm__radio-container input[type=radio]+label{font-family:Arial,sans-serif;font-weight:bold}.momsRoomForm__radio-container input[type=radio]+label:hover{background-color:#fff}.momsRoomForm__radio-container input[type=radio]:checked+label{background-color:#ffc709}.momsRoomForm__radio-individual{display:flex;align-items:flex-start}.momsRoomForm__radio-individual input[type=radio]{flex-grow:0;margin-top:2px}.momsRoomForm__radio-individual label{flex-grow:1;padding-left:10px;text-align:left}[data-moms-form-step],.momsRoomForm__signUpContainer,.momsRoomForm__pump-question{opacity:0;height:0;overflow:hidden;display:none}[data-moms-form-step].fade-up-in,.momsRoomForm__signUpContainer.fade-up-in,.momsRoomForm__pump-question.fade-up-in{height:auto;overflow:visible;display:block}.momsRoomForm__signUpContainer,.g-recaptcha{margin-top:25px}.expand-collapse-section{margin-bottom:25px}.expand-collapse-section__heading{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:18px;line-height:20px}html[lang=jp-JP] .expand-collapse-section__heading,html[lang=vi_VN] .expand-collapse-section__heading,html[lang=zh-CN] .expand-collapse-section__heading{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .expand-collapse-section__heading,html[lang=ru-KZ] .expand-collapse-section__heading{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .expand-collapse-section__heading{font-size:17px}html[lang=ru-KZ] .expand-collapse-section__heading{font-size:17px}@media only screen and (max-width: 768px){.expand-collapse-section__heading{font-size:20px;line-height:23px}html[lang=ru-RU] .expand-collapse-section__heading{font-size:19px}html[lang=ru-KZ] .expand-collapse-section__heading{font-size:19px}}.expand-collapse{margin-bottom:25px}.expand-collapse:before{display:inline-block;width:18px;height:20px;line-height:17px;text-align:center;margin-right:5px;margin-top:2px;border:1px solid #b45908;color:#b45908;border-radius:2px;font-size:.9rem;flex-shrink:0}.expand-collapse__content{padding-left:25px}.expand-collapse__heading{display:inline-block;border:none;background:none;font-size:.9rem;text-align:left;box-sizing:border-box;cursor:pointer}.expand-collapse__heading:focus,.expand-collapse__heading:hover{outline:none;color:#b45908}.expand-collapse__heading:focus h3,.expand-collapse__heading:hover h3{color:#b45908}.expand-collapse__heading h3{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px;margin:0}html[lang=jp-JP] .expand-collapse__heading h3,html[lang=vi_VN] .expand-collapse__heading h3,html[lang=zh-CN] .expand-collapse__heading h3{font-family:Arial,sans-serif}html[lang=ru-RU] .expand-collapse__heading h3,html[lang=ru-KZ] .expand-collapse__heading h3{font-family:Arial,sans-serif}html[lang=ru-RU] .expand-collapse__heading h3{font-size:17px}html[lang=ru-KZ] .expand-collapse__heading h3{font-size:17px}@media only screen and (max-width: 768px){.expand-collapse__heading h3{line-height:23px}}.expand-collapse__heading.products-compare__heading{background-color:#ececec;margin:0;padding:10px;width:100%}.expand-collapse[aria-expanded=false] .expand-collapse__content{display:none}.expand-collapse[aria-expanded=false]:before{content:"+"}.expand-collapse[aria-expanded=true]:before{content:"-";color:#000;border-color:#000}.expand-collapse[aria-expanded=true] .expand-collapse__heading.products-compare__heading:before{color:#f58220;border-color:#f58220}.announcement{display:flex;align-items:center;justify-content:center;background-color:#ffc709;color:#000;text-decoration:none;margin:20px;flex-direction:column;padding:1em 15px;font-size:.9em}.announcement .button{margin-top:10px;padding:4px 25px;width:auto}@media only screen and (min-width: 769px){.announcement{flex-direction:row;margin:20px 0}.announcement .button{margin-top:0;margin-left:20px}}@media only screen and (max-width: 480px){.dropzone .dz-preview{margin:0px}}.dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:flex;z-index:10}.dropzone .dz-preview .dz-image img{display:block;object-fit:cover;width:100%;height:100%}/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.fa,.fas,.far,.fal,.fad,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-0.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(-1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:""}.fa-accessible-icon:before{content:""}.fa-accusoft:before{content:""}.fa-acquisitions-incorporated:before{content:""}.fa-ad:before{content:""}.fa-address-book:before{content:""}.fa-address-card:before{content:""}.fa-adjust:before{content:""}.fa-adn:before{content:""}.fa-adobe:before{content:""}.fa-adversal:before{content:""}.fa-affiliatetheme:before{content:""}.fa-air-freshener:before{content:""}.fa-airbnb:before{content:""}.fa-algolia:before{content:""}.fa-align-center:before{content:""}.fa-align-justify:before{content:""}.fa-align-left:before{content:""}.fa-align-right:before{content:""}.fa-alipay:before{content:""}.fa-allergies:before{content:""}.fa-amazon:before{content:""}.fa-amazon-pay:before{content:""}.fa-ambulance:before{content:""}.fa-american-sign-language-interpreting:before{content:""}.fa-amilia:before{content:""}.fa-anchor:before{content:""}.fa-android:before{content:""}.fa-angellist:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angry:before{content:""}.fa-angrycreative:before{content:""}.fa-angular:before{content:""}.fa-ankh:before{content:""}.fa-app-store:before{content:""}.fa-app-store-ios:before{content:""}.fa-apper:before{content:""}.fa-apple:before{content:""}.fa-apple-alt:before{content:""}.fa-apple-pay:before{content:""}.fa-archive:before{content:""}.fa-archway:before{content:""}.fa-arrow-alt-circle-down:before{content:""}.fa-arrow-alt-circle-left:before{content:""}.fa-arrow-alt-circle-right:before{content:""}.fa-arrow-alt-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-down:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrows-alt:before{content:""}.fa-arrows-alt-h:before{content:""}.fa-arrows-alt-v:before{content:""}.fa-artstation:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asterisk:before{content:""}.fa-asymmetrik:before{content:""}.fa-at:before{content:""}.fa-atlas:before{content:""}.fa-atlassian:before{content:""}.fa-atom:before{content:""}.fa-audible:before{content:""}.fa-audio-description:before{content:""}.fa-autoprefixer:before{content:""}.fa-avianex:before{content:""}.fa-aviato:before{content:""}.fa-award:before{content:""}.fa-aws:before{content:""}.fa-baby:before{content:""}.fa-baby-carriage:before{content:""}.fa-backspace:before{content:""}.fa-backward:before{content:""}.fa-bacon:before{content:""}.fa-balance-scale:before{content:""}.fa-balance-scale-left:before{content:""}.fa-balance-scale-right:before{content:""}.fa-ban:before{content:""}.fa-band-aid:before{content:""}.fa-bandcamp:before{content:""}.fa-barcode:before{content:""}.fa-bars:before{content:""}.fa-baseball-ball:before{content:""}.fa-basketball-ball:before{content:""}.fa-bath:before{content:""}.fa-battery-empty:before{content:""}.fa-battery-full:before{content:""}.fa-battery-half:before{content:""}.fa-battery-quarter:before{content:""}.fa-battery-three-quarters:before{content:""}.fa-battle-net:before{content:""}.fa-bed:before{content:""}.fa-beer:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-bell:before{content:""}.fa-bell-slash:before{content:""}.fa-bezier-curve:before{content:""}.fa-bible:before{content:""}.fa-bicycle:before{content:""}.fa-biking:before{content:""}.fa-bimobject:before{content:""}.fa-binoculars:before{content:""}.fa-biohazard:before{content:""}.fa-birthday-cake:before{content:""}.fa-bitbucket:before{content:""}.fa-bitcoin:before{content:""}.fa-bity:before{content:""}.fa-black-tie:before{content:""}.fa-blackberry:before{content:""}.fa-blender:before{content:""}.fa-blender-phone:before{content:""}.fa-blind:before{content:""}.fa-blog:before{content:""}.fa-blogger:before{content:""}.fa-blogger-b:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-bold:before{content:""}.fa-bolt:before{content:""}.fa-bomb:before{content:""}.fa-bone:before{content:""}.fa-bong:before{content:""}.fa-book:before{content:""}.fa-book-dead:before{content:""}.fa-book-medical:before{content:""}.fa-book-open:before{content:""}.fa-book-reader:before{content:""}.fa-bookmark:before{content:""}.fa-bootstrap:before{content:""}.fa-border-all:before{content:""}.fa-border-none:before{content:""}.fa-border-style:before{content:""}.fa-bowling-ball:before{content:""}.fa-box:before{content:""}.fa-box-open:before{content:""}.fa-boxes:before{content:""}.fa-braille:before{content:""}.fa-brain:before{content:""}.fa-bread-slice:before{content:""}.fa-briefcase:before{content:""}.fa-briefcase-medical:before{content:""}.fa-broadcast-tower:before{content:""}.fa-broom:before{content:""}.fa-brush:before{content:""}.fa-btc:before{content:""}.fa-buffer:before{content:""}.fa-bug:before{content:""}.fa-building:before{content:""}.fa-bullhorn:before{content:""}.fa-bullseye:before{content:""}.fa-burn:before{content:""}.fa-buromobelexperte:before{content:""}.fa-bus:before{content:""}.fa-bus-alt:before{content:""}.fa-business-time:before{content:""}.fa-buy-n-large:before{content:""}.fa-buysellads:before{content:""}.fa-calculator:before{content:""}.fa-calendar:before{content:""}.fa-calendar-alt:before{content:""}.fa-calendar-check:before{content:""}.fa-calendar-day:before{content:""}.fa-calendar-minus:before{content:""}.fa-calendar-plus:before{content:""}.fa-calendar-times:before{content:""}.fa-calendar-week:before{content:""}.fa-camera:before{content:""}.fa-camera-retro:before{content:""}.fa-campground:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-candy-cane:before{content:""}.fa-cannabis:before{content:""}.fa-capsules:before{content:""}.fa-car:before{content:""}.fa-car-alt:before{content:""}.fa-car-battery:before{content:""}.fa-car-crash:before{content:""}.fa-car-side:before{content:""}.fa-caret-down:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-caret-square-down:before{content:""}.fa-caret-square-left:before{content:""}.fa-caret-square-right:before{content:""}.fa-caret-square-up:before{content:""}.fa-caret-up:before{content:""}.fa-carrot:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-cart-plus:before{content:""}.fa-cash-register:before{content:""}.fa-cat:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-cc-diners-club:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-cc-visa:before{content:""}.fa-centercode:before{content:""}.fa-centos:before{content:""}.fa-certificate:before{content:""}.fa-chair:before{content:""}.fa-chalkboard:before{content:""}.fa-chalkboard-teacher:before{content:""}.fa-charging-station:before{content:""}.fa-chart-area:before{content:""}.fa-chart-bar:before{content:""}.fa-chart-line:before{content:""}.fa-chart-pie:before{content:""}.fa-check:before{content:""}.fa-check-circle:before{content:""}.fa-check-double:before{content:""}.fa-check-square:before{content:""}.fa-cheese:before{content:""}.fa-chess:before{content:""}.fa-chess-bishop:before{content:""}.fa-chess-board:before{content:""}.fa-chess-king:before{content:""}.fa-chess-knight:before{content:""}.fa-chess-pawn:before{content:""}.fa-chess-queen:before{content:""}.fa-chess-rook:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-down:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-chevron-up:before{content:""}.fa-child:before{content:""}.fa-chrome:before{content:""}.fa-chromecast:before{content:""}.fa-church:before{content:""}.fa-circle:before{content:""}.fa-circle-notch:before{content:""}.fa-city:before{content:""}.fa-clinic-medical:before{content:""}.fa-clipboard:before{content:""}.fa-clipboard-check:before{content:""}.fa-clipboard-list:before{content:""}.fa-clock:before{content:""}.fa-clone:before{content:""}.fa-closed-captioning:before{content:""}.fa-cloud:before{content:""}.fa-cloud-download-alt:before{content:""}.fa-cloud-meatball:before{content:""}.fa-cloud-moon:before{content:""}.fa-cloud-moon-rain:before{content:""}.fa-cloud-rain:before{content:""}.fa-cloud-showers-heavy:before{content:""}.fa-cloud-sun:before{content:""}.fa-cloud-sun-rain:before{content:""}.fa-cloud-upload-alt:before{content:""}.fa-cloudscale:before{content:""}.fa-cloudsmith:before{content:""}.fa-cloudversify:before{content:""}.fa-cocktail:before{content:""}.fa-code:before{content:""}.fa-code-branch:before{content:""}.fa-codepen:before{content:""}.fa-codiepie:before{content:""}.fa-coffee:before{content:""}.fa-cog:before{content:""}.fa-cogs:before{content:""}.fa-coins:before{content:""}.fa-columns:before{content:""}.fa-comment:before{content:""}.fa-comment-alt:before{content:""}.fa-comment-dollar:before{content:""}.fa-comment-dots:before{content:""}.fa-comment-medical:before{content:""}.fa-comment-slash:before{content:""}.fa-comments:before{content:""}.fa-comments-dollar:before{content:""}.fa-compact-disc:before{content:""}.fa-compass:before{content:""}.fa-compress:before{content:""}.fa-compress-arrows-alt:before{content:""}.fa-concierge-bell:before{content:""}.fa-confluence:before{content:""}.fa-connectdevelop:before{content:""}.fa-contao:before{content:""}.fa-cookie:before{content:""}.fa-cookie-bite:before{content:""}.fa-copy:before{content:""}.fa-copyright:before{content:""}.fa-cotton-bureau:before{content:""}.fa-couch:before{content:""}.fa-cpanel:before{content:""}.fa-creative-commons:before{content:""}.fa-creative-commons-by:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-creative-commons-share:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-credit-card:before{content:""}.fa-critical-role:before{content:""}.fa-crop:before{content:""}.fa-crop-alt:before{content:""}.fa-cross:before{content:""}.fa-crosshairs:before{content:""}.fa-crow:before{content:""}.fa-crown:before{content:""}.fa-crutch:before{content:""}.fa-css3:before{content:""}.fa-css3-alt:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-cut:before{content:""}.fa-cuttlefish:before{content:""}.fa-d-and-d:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-dashcube:before{content:""}.fa-database:before{content:""}.fa-deaf:before{content:""}.fa-delicious:before{content:""}.fa-democrat:before{content:""}.fa-deploydog:before{content:""}.fa-deskpro:before{content:""}.fa-desktop:before{content:""}.fa-dev:before{content:""}.fa-deviantart:before{content:""}.fa-dharmachakra:before{content:""}.fa-dhl:before{content:""}.fa-diagnoses:before{content:""}.fa-diaspora:before{content:""}.fa-dice:before{content:""}.fa-dice-d20:before{content:""}.fa-dice-d6:before{content:""}.fa-dice-five:before{content:""}.fa-dice-four:before{content:""}.fa-dice-one:before{content:""}.fa-dice-six:before{content:""}.fa-dice-three:before{content:""}.fa-dice-two:before{content:""}.fa-digg:before{content:""}.fa-digital-ocean:before{content:""}.fa-digital-tachograph:before{content:""}.fa-directions:before{content:""}.fa-discord:before{content:""}.fa-discourse:before{content:""}.fa-divide:before{content:""}.fa-dizzy:before{content:""}.fa-dna:before{content:""}.fa-dochub:before{content:""}.fa-docker:before{content:""}.fa-dog:before{content:""}.fa-dollar-sign:before{content:""}.fa-dolly:before{content:""}.fa-dolly-flatbed:before{content:""}.fa-donate:before{content:""}.fa-door-closed:before{content:""}.fa-door-open:before{content:""}.fa-dot-circle:before{content:""}.fa-dove:before{content:""}.fa-download:before{content:""}.fa-draft2digital:before{content:""}.fa-drafting-compass:before{content:""}.fa-dragon:before{content:""}.fa-draw-polygon:before{content:""}.fa-dribbble:before{content:""}.fa-dribbble-square:before{content:""}.fa-dropbox:before{content:""}.fa-drum:before{content:""}.fa-drum-steelpan:before{content:""}.fa-drumstick-bite:before{content:""}.fa-drupal:before{content:""}.fa-dumbbell:before{content:""}.fa-dumpster:before{content:""}.fa-dumpster-fire:before{content:""}.fa-dungeon:before{content:""}.fa-dyalog:before{content:""}.fa-earlybirds:before{content:""}.fa-ebay:before{content:""}.fa-edge:before{content:""}.fa-edit:before{content:""}.fa-egg:before{content:""}.fa-eject:before{content:""}.fa-elementor:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-ello:before{content:""}.fa-ember:before{content:""}.fa-empire:before{content:""}.fa-envelope:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-text:before{content:""}.fa-envelope-square:before{content:""}.fa-envira:before{content:""}.fa-equals:before{content:""}.fa-eraser:before{content:""}.fa-erlang:before{content:""}.fa-ethereum:before{content:""}.fa-ethernet:before{content:""}.fa-etsy:before{content:""}.fa-euro-sign:before{content:""}.fa-evernote:before{content:""}.fa-exchange-alt:before{content:""}.fa-exclamation:before{content:""}.fa-exclamation-circle:before{content:""}.fa-exclamation-triangle:before{content:""}.fa-expand:before{content:""}.fa-expand-arrows-alt:before{content:""}.fa-expeditedssl:before{content:""}.fa-external-link-alt:before{content:""}.fa-external-link-square-alt:before{content:""}.fa-eye:before{content:""}.fa-eye-dropper:before{content:""}.fa-eye-slash:before{content:""}.fa-facebook:before{content:""}.fa-facebook-f:before{content:""}.fa-facebook-messenger:before{content:""}.fa-facebook-square:before{content:""}.fa-fan:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-fast-backward:before{content:""}.fa-fast-forward:before{content:""}.fa-fax:before{content:""}.fa-feather:before{content:""}.fa-feather-alt:before{content:""}.fa-fedex:before{content:""}.fa-fedora:before{content:""}.fa-female:before{content:""}.fa-fighter-jet:before{content:""}.fa-figma:before{content:""}.fa-file:before{content:""}.fa-file-alt:before{content:""}.fa-file-archive:before{content:""}.fa-file-audio:before{content:""}.fa-file-code:before{content:""}.fa-file-contract:before{content:""}.fa-file-csv:before{content:""}.fa-file-download:before{content:""}.fa-file-excel:before{content:""}.fa-file-export:before{content:""}.fa-file-image:before{content:""}.fa-file-import:before{content:""}.fa-file-invoice:before{content:""}.fa-file-invoice-dollar:before{content:""}.fa-file-medical:before{content:""}.fa-file-medical-alt:before{content:""}.fa-file-pdf:before{content:""}.fa-file-powerpoint:before{content:""}.fa-file-prescription:before{content:""}.fa-file-signature:before{content:""}.fa-file-upload:before{content:""}.fa-file-video:before{content:""}.fa-file-word:before{content:""}.fa-fill:before{content:""}.fa-fill-drip:before{content:""}.fa-film:before{content:""}.fa-filter:before{content:""}.fa-fingerprint:before{content:""}.fa-fire:before{content:""}.fa-fire-alt:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-firefox:before{content:""}.fa-first-aid:before{content:""}.fa-first-order:before{content:""}.fa-first-order-alt:before{content:""}.fa-firstdraft:before{content:""}.fa-fish:before{content:""}.fa-fist-raised:before{content:""}.fa-flag:before{content:""}.fa-flag-checkered:before{content:""}.fa-flag-usa:before{content:""}.fa-flask:before{content:""}.fa-flickr:before{content:""}.fa-flipboard:before{content:""}.fa-flushed:before{content:""}.fa-fly:before{content:""}.fa-folder:before{content:""}.fa-folder-minus:before{content:""}.fa-folder-open:before{content:""}.fa-folder-plus:before{content:""}.fa-font:before{content:""}.fa-font-awesome:before{content:""}.fa-font-awesome-alt:before{content:""}.fa-font-awesome-flag:before{content:""}.fa-font-awesome-logo-full:before{content:""}.fa-fonticons:before{content:""}.fa-fonticons-fi:before{content:""}.fa-football-ball:before{content:""}.fa-fort-awesome:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-forumbee:before{content:""}.fa-forward:before{content:""}.fa-foursquare:before{content:""}.fa-free-code-camp:before{content:""}.fa-freebsd:before{content:""}.fa-frog:before{content:""}.fa-frown:before{content:""}.fa-frown-open:before{content:""}.fa-fulcrum:before{content:""}.fa-funnel-dollar:before{content:""}.fa-futbol:before{content:""}.fa-galactic-republic:before{content:""}.fa-galactic-senate:before{content:""}.fa-gamepad:before{content:""}.fa-gas-pump:before{content:""}.fa-gavel:before{content:""}.fa-gem:before{content:""}.fa-genderless:before{content:""}.fa-get-pocket:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-ghost:before{content:""}.fa-gift:before{content:""}.fa-gifts:before{content:""}.fa-git:before{content:""}.fa-git-alt:before{content:""}.fa-git-square:before{content:""}.fa-github:before{content:""}.fa-github-alt:before{content:""}.fa-github-square:before{content:""}.fa-gitkraken:before{content:""}.fa-gitlab:before{content:""}.fa-gitter:before{content:""}.fa-glass-cheers:before{content:""}.fa-glass-martini:before{content:""}.fa-glass-martini-alt:before{content:""}.fa-glass-whiskey:before{content:""}.fa-glasses:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-globe:before{content:""}.fa-globe-africa:before{content:""}.fa-globe-americas:before{content:""}.fa-globe-asia:before{content:""}.fa-globe-europe:before{content:""}.fa-gofore:before{content:""}.fa-golf-ball:before{content:""}.fa-goodreads:before{content:""}.fa-goodreads-g:before{content:""}.fa-google:before{content:""}.fa-google-drive:before{content:""}.fa-google-play:before{content:""}.fa-google-plus:before{content:""}.fa-google-plus-g:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-wallet:before{content:""}.fa-gopuram:before{content:""}.fa-graduation-cap:before{content:""}.fa-gratipay:before{content:""}.fa-grav:before{content:""}.fa-greater-than:before{content:""}.fa-greater-than-equal:before{content:""}.fa-grimace:before{content:""}.fa-grin:before{content:""}.fa-grin-alt:before{content:""}.fa-grin-beam:before{content:""}.fa-grin-beam-sweat:before{content:""}.fa-grin-hearts:before{content:""}.fa-grin-squint:before{content:""}.fa-grin-squint-tears:before{content:""}.fa-grin-stars:before{content:""}.fa-grin-tears:before{content:""}.fa-grin-tongue:before{content:""}.fa-grin-tongue-squint:before{content:""}.fa-grin-tongue-wink:before{content:""}.fa-grin-wink:before{content:""}.fa-grip-horizontal:before{content:""}.fa-grip-lines:before{content:""}.fa-grip-lines-vertical:before{content:""}.fa-grip-vertical:before{content:""}.fa-gripfire:before{content:""}.fa-grunt:before{content:""}.fa-guitar:before{content:""}.fa-gulp:before{content:""}.fa-h-square:before{content:""}.fa-hacker-news:before{content:""}.fa-hacker-news-square:before{content:""}.fa-hackerrank:before{content:""}.fa-hamburger:before{content:""}.fa-hammer:before{content:""}.fa-hamsa:before{content:""}.fa-hand-holding:before{content:""}.fa-hand-holding-heart:before{content:""}.fa-hand-holding-usd:before{content:""}.fa-hand-lizard:before{content:""}.fa-hand-middle-finger:before{content:""}.fa-hand-paper:before{content:""}.fa-hand-peace:before{content:""}.fa-hand-point-down:before{content:""}.fa-hand-point-left:before{content:""}.fa-hand-point-right:before{content:""}.fa-hand-point-up:before{content:""}.fa-hand-pointer:before{content:""}.fa-hand-rock:before{content:""}.fa-hand-scissors:before{content:""}.fa-hand-spock:before{content:""}.fa-hands:before{content:""}.fa-hands-helping:before{content:""}.fa-handshake:before{content:""}.fa-hanukiah:before{content:""}.fa-hard-hat:before{content:""}.fa-hashtag:before{content:""}.fa-hat-cowboy:before{content:""}.fa-hat-cowboy-side:before{content:""}.fa-hat-wizard:before{content:""}.fa-haykal:before{content:""}.fa-hdd:before{content:""}.fa-heading:before{content:""}.fa-headphones:before{content:""}.fa-headphones-alt:before{content:""}.fa-headset:before{content:""}.fa-heart:before{content:""}.fa-heart-broken:before{content:""}.fa-heartbeat:before{content:""}.fa-helicopter:before{content:""}.fa-highlighter:before{content:""}.fa-hiking:before{content:""}.fa-hippo:before{content:""}.fa-hips:before{content:""}.fa-hire-a-helper:before{content:""}.fa-history:before{content:""}.fa-hockey-puck:before{content:""}.fa-holly-berry:before{content:""}.fa-home:before{content:""}.fa-hooli:before{content:""}.fa-hornbill:before{content:""}.fa-horse:before{content:""}.fa-horse-head:before{content:""}.fa-hospital:before{content:""}.fa-hospital-alt:before{content:""}.fa-hospital-symbol:before{content:""}.fa-hot-tub:before{content:""}.fa-hotdog:before{content:""}.fa-hotel:before{content:""}.fa-hotjar:before{content:""}.fa-hourglass:before{content:""}.fa-hourglass-end:before{content:""}.fa-hourglass-half:before{content:""}.fa-hourglass-start:before{content:""}.fa-house-damage:before{content:""}.fa-houzz:before{content:""}.fa-hryvnia:before{content:""}.fa-html5:before{content:""}.fa-hubspot:before{content:""}.fa-i-cursor:before{content:""}.fa-ice-cream:before{content:""}.fa-icicles:before{content:""}.fa-icons:before{content:""}.fa-id-badge:before{content:""}.fa-id-card:before{content:""}.fa-id-card-alt:before{content:""}.fa-igloo:before{content:""}.fa-image:before{content:""}.fa-images:before{content:""}.fa-imdb:before{content:""}.fa-inbox:before{content:""}.fa-indent:before{content:""}.fa-industry:before{content:""}.fa-infinity:before{content:""}.fa-info:before{content:""}.fa-info-circle:before{content:""}.fa-instagram:before{content:""}.fa-intercom:before{content:""}.fa-internet-explorer:before{content:""}.fa-invision:before{content:""}.fa-ioxhost:before{content:""}.fa-italic:before{content:""}.fa-itch-io:before{content:""}.fa-itunes:before{content:""}.fa-itunes-note:before{content:""}.fa-java:before{content:""}.fa-jedi:before{content:""}.fa-jedi-order:before{content:""}.fa-jenkins:before{content:""}.fa-jira:before{content:""}.fa-joget:before{content:""}.fa-joint:before{content:""}.fa-joomla:before{content:""}.fa-journal-whills:before{content:""}.fa-js:before{content:""}.fa-js-square:before{content:""}.fa-jsfiddle:before{content:""}.fa-kaaba:before{content:""}.fa-kaggle:before{content:""}.fa-key:before{content:""}.fa-keybase:before{content:""}.fa-keyboard:before{content:""}.fa-keycdn:before{content:""}.fa-khanda:before{content:""}.fa-kickstarter:before{content:""}.fa-kickstarter-k:before{content:""}.fa-kiss:before{content:""}.fa-kiss-beam:before{content:""}.fa-kiss-wink-heart:before{content:""}.fa-kiwi-bird:before{content:""}.fa-korvue:before{content:""}.fa-landmark:before{content:""}.fa-language:before{content:""}.fa-laptop:before{content:""}.fa-laptop-code:before{content:""}.fa-laptop-medical:before{content:""}.fa-laravel:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-laugh:before{content:""}.fa-laugh-beam:before{content:""}.fa-laugh-squint:before{content:""}.fa-laugh-wink:before{content:""}.fa-layer-group:before{content:""}.fa-leaf:before{content:""}.fa-leanpub:before{content:""}.fa-lemon:before{content:""}.fa-less:before{content:""}.fa-less-than:before{content:""}.fa-less-than-equal:before{content:""}.fa-level-down-alt:before{content:""}.fa-level-up-alt:before{content:""}.fa-life-ring:before{content:""}.fa-lightbulb:before{content:""}.fa-line:before{content:""}.fa-link:before{content:""}.fa-linkedin:before{content:""}.fa-linkedin-in:before{content:""}.fa-linode:before{content:""}.fa-linux:before{content:""}.fa-lira-sign:before{content:""}.fa-list:before{content:""}.fa-list-alt:before{content:""}.fa-list-ol:before{content:""}.fa-list-ul:before{content:""}.fa-location-arrow:before{content:""}.fa-lock:before{content:""}.fa-lock-open:before{content:""}.fa-long-arrow-alt-down:before{content:""}.fa-long-arrow-alt-left:before{content:""}.fa-long-arrow-alt-right:before{content:""}.fa-long-arrow-alt-up:before{content:""}.fa-low-vision:before{content:""}.fa-luggage-cart:before{content:""}.fa-lyft:before{content:""}.fa-magento:before{content:""}.fa-magic:before{content:""}.fa-magnet:before{content:""}.fa-mail-bulk:before{content:""}.fa-mailchimp:before{content:""}.fa-male:before{content:""}.fa-mandalorian:before{content:""}.fa-map:before{content:""}.fa-map-marked:before{content:""}.fa-map-marked-alt:before{content:""}.fa-map-marker:before{content:""}.fa-map-marker-alt:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-markdown:before{content:""}.fa-marker:before{content:""}.fa-mars:before{content:""}.fa-mars-double:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mask:before{content:""}.fa-mastodon:before{content:""}.fa-maxcdn:before{content:""}.fa-mdb:before{content:""}.fa-medal:before{content:""}.fa-medapps:before{content:""}.fa-medium:before{content:""}.fa-medium-m:before{content:""}.fa-medkit:before{content:""}.fa-medrt:before{content:""}.fa-meetup:before{content:""}.fa-megaport:before{content:""}.fa-meh:before{content:""}.fa-meh-blank:before{content:""}.fa-meh-rolling-eyes:before{content:""}.fa-memory:before{content:""}.fa-mendeley:before{content:""}.fa-menorah:before{content:""}.fa-mercury:before{content:""}.fa-meteor:before{content:""}.fa-microchip:before{content:""}.fa-microphone:before{content:""}.fa-microphone-alt:before{content:""}.fa-microphone-alt-slash:before{content:""}.fa-microphone-slash:before{content:""}.fa-microscope:before{content:""}.fa-microsoft:before{content:""}.fa-minus:before{content:""}.fa-minus-circle:before{content:""}.fa-minus-square:before{content:""}.fa-mitten:before{content:""}.fa-mix:before{content:""}.fa-mixcloud:before{content:""}.fa-mizuni:before{content:""}.fa-mobile:before{content:""}.fa-mobile-alt:before{content:""}.fa-modx:before{content:""}.fa-monero:before{content:""}.fa-money-bill:before{content:""}.fa-money-bill-alt:before{content:""}.fa-money-bill-wave:before{content:""}.fa-money-bill-wave-alt:before{content:""}.fa-money-check:before{content:""}.fa-money-check-alt:before{content:""}.fa-monument:before{content:""}.fa-moon:before{content:""}.fa-mortar-pestle:before{content:""}.fa-mosque:before{content:""}.fa-motorcycle:before{content:""}.fa-mountain:before{content:""}.fa-mouse:before{content:""}.fa-mouse-pointer:before{content:""}.fa-mug-hot:before{content:""}.fa-music:before{content:""}.fa-napster:before{content:""}.fa-neos:before{content:""}.fa-network-wired:before{content:""}.fa-neuter:before{content:""}.fa-newspaper:before{content:""}.fa-nimblr:before{content:""}.fa-node:before{content:""}.fa-node-js:before{content:""}.fa-not-equal:before{content:""}.fa-notes-medical:before{content:""}.fa-npm:before{content:""}.fa-ns8:before{content:""}.fa-nutritionix:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-oil-can:before{content:""}.fa-old-republic:before{content:""}.fa-om:before{content:""}.fa-opencart:before{content:""}.fa-openid:before{content:""}.fa-opera:before{content:""}.fa-optin-monster:before{content:""}.fa-orcid:before{content:""}.fa-osi:before{content:""}.fa-otter:before{content:""}.fa-outdent:before{content:""}.fa-page4:before{content:""}.fa-pagelines:before{content:""}.fa-pager:before{content:""}.fa-paint-brush:before{content:""}.fa-paint-roller:before{content:""}.fa-palette:before{content:""}.fa-palfed:before{content:""}.fa-pallet:before{content:""}.fa-paper-plane:before{content:""}.fa-paperclip:before{content:""}.fa-parachute-box:before{content:""}.fa-paragraph:before{content:""}.fa-parking:before{content:""}.fa-passport:before{content:""}.fa-pastafarianism:before{content:""}.fa-paste:before{content:""}.fa-patreon:before{content:""}.fa-pause:before{content:""}.fa-pause-circle:before{content:""}.fa-paw:before{content:""}.fa-paypal:before{content:""}.fa-peace:before{content:""}.fa-pen:before{content:""}.fa-pen-alt:before{content:""}.fa-pen-fancy:before{content:""}.fa-pen-nib:before{content:""}.fa-pen-square:before{content:""}.fa-pencil-alt:before{content:""}.fa-pencil-ruler:before{content:""}.fa-penny-arcade:before{content:""}.fa-people-carry:before{content:""}.fa-pepper-hot:before{content:""}.fa-percent:before{content:""}.fa-percentage:before{content:""}.fa-periscope:before{content:""}.fa-person-booth:before{content:""}.fa-phabricator:before{content:""}.fa-phoenix-framework:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-phone:before{content:""}.fa-phone-alt:before{content:""}.fa-phone-slash:before{content:""}.fa-phone-square:before{content:""}.fa-phone-square-alt:before{content:""}.fa-phone-volume:before{content:""}.fa-photo-video:before{content:""}.fa-php:before{content:""}.fa-pied-piper:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-piggy-bank:before{content:""}.fa-pills:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-p:before{content:""}.fa-pinterest-square:before{content:""}.fa-pizza-slice:before{content:""}.fa-place-of-worship:before{content:""}.fa-plane:before{content:""}.fa-plane-arrival:before{content:""}.fa-plane-departure:before{content:""}.fa-play:before{content:""}.fa-play-circle:before{content:""}.fa-playstation:before{content:""}.fa-plug:before{content:""}.fa-plus:before{content:""}.fa-plus-circle:before{content:""}.fa-plus-square:before{content:""}.fa-podcast:before{content:""}.fa-poll:before{content:""}.fa-poll-h:before{content:""}.fa-poo:before{content:""}.fa-poo-storm:before{content:""}.fa-poop:before{content:""}.fa-portrait:before{content:""}.fa-pound-sign:before{content:""}.fa-power-off:before{content:""}.fa-pray:before{content:""}.fa-praying-hands:before{content:""}.fa-prescription:before{content:""}.fa-prescription-bottle:before{content:""}.fa-prescription-bottle-alt:before{content:""}.fa-print:before{content:""}.fa-procedures:before{content:""}.fa-product-hunt:before{content:""}.fa-project-diagram:before{content:""}.fa-pushed:before{content:""}.fa-puzzle-piece:before{content:""}.fa-python:before{content:""}.fa-qq:before{content:""}.fa-qrcode:before{content:""}.fa-question:before{content:""}.fa-question-circle:before{content:""}.fa-quidditch:before{content:""}.fa-quinscape:before{content:""}.fa-quora:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-quran:before{content:""}.fa-r-project:before{content:""}.fa-radiation:before{content:""}.fa-radiation-alt:before{content:""}.fa-rainbow:before{content:""}.fa-random:before{content:""}.fa-raspberry-pi:before{content:""}.fa-ravelry:before{content:""}.fa-react:before{content:""}.fa-reacteurope:before{content:""}.fa-readme:before{content:""}.fa-rebel:before{content:""}.fa-receipt:before{content:""}.fa-record-vinyl:before{content:""}.fa-recycle:before{content:""}.fa-red-river:before{content:""}.fa-reddit:before{content:""}.fa-reddit-alien:before{content:""}.fa-reddit-square:before{content:""}.fa-redhat:before{content:""}.fa-redo:before{content:""}.fa-redo-alt:before{content:""}.fa-registered:before{content:""}.fa-remove-format:before{content:""}.fa-renren:before{content:""}.fa-reply:before{content:""}.fa-reply-all:before{content:""}.fa-replyd:before{content:""}.fa-republican:before{content:""}.fa-researchgate:before{content:""}.fa-resolving:before{content:""}.fa-restroom:before{content:""}.fa-retweet:before{content:""}.fa-rev:before{content:""}.fa-ribbon:before{content:""}.fa-ring:before{content:""}.fa-road:before{content:""}.fa-robot:before{content:""}.fa-rocket:before{content:""}.fa-rocketchat:before{content:""}.fa-rockrms:before{content:""}.fa-route:before{content:""}.fa-rss:before{content:""}.fa-rss-square:before{content:""}.fa-ruble-sign:before{content:""}.fa-ruler:before{content:""}.fa-ruler-combined:before{content:""}.fa-ruler-horizontal:before{content:""}.fa-ruler-vertical:before{content:""}.fa-running:before{content:""}.fa-rupee-sign:before{content:""}.fa-sad-cry:before{content:""}.fa-sad-tear:before{content:""}.fa-safari:before{content:""}.fa-salesforce:before{content:""}.fa-sass:before{content:""}.fa-satellite:before{content:""}.fa-satellite-dish:before{content:""}.fa-save:before{content:""}.fa-schlix:before{content:""}.fa-school:before{content:""}.fa-screwdriver:before{content:""}.fa-scribd:before{content:""}.fa-scroll:before{content:""}.fa-sd-card:before{content:""}.fa-search:before{content:""}.fa-search-dollar:before{content:""}.fa-search-location:before{content:""}.fa-search-minus:before{content:""}.fa-search-plus:before{content:""}.fa-searchengin:before{content:""}.fa-seedling:before{content:""}.fa-sellcast:before{content:""}.fa-sellsy:before{content:""}.fa-server:before{content:""}.fa-servicestack:before{content:""}.fa-shapes:before{content:""}.fa-share:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-share-square:before{content:""}.fa-shekel-sign:before{content:""}.fa-shield-alt:before{content:""}.fa-ship:before{content:""}.fa-shipping-fast:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-shoe-prints:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-shopping-cart:before{content:""}.fa-shopware:before{content:""}.fa-shower:before{content:""}.fa-shuttle-van:before{content:""}.fa-sign:before{content:""}.fa-sign-in-alt:before{content:""}.fa-sign-language:before{content:""}.fa-sign-out-alt:before{content:""}.fa-signal:before{content:""}.fa-signature:before{content:""}.fa-sim-card:before{content:""}.fa-simplybuilt:before{content:""}.fa-sistrix:before{content:""}.fa-sitemap:before{content:""}.fa-sith:before{content:""}.fa-skating:before{content:""}.fa-sketch:before{content:""}.fa-skiing:before{content:""}.fa-skiing-nordic:before{content:""}.fa-skull:before{content:""}.fa-skull-crossbones:before{content:""}.fa-skyatlas:before{content:""}.fa-skype:before{content:""}.fa-slack:before{content:""}.fa-slack-hash:before{content:""}.fa-slash:before{content:""}.fa-sleigh:before{content:""}.fa-sliders-h:before{content:""}.fa-slideshare:before{content:""}.fa-smile:before{content:""}.fa-smile-beam:before{content:""}.fa-smile-wink:before{content:""}.fa-smog:before{content:""}.fa-smoking:before{content:""}.fa-smoking-ban:before{content:""}.fa-sms:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-snowboarding:before{content:""}.fa-snowflake:before{content:""}.fa-snowman:before{content:""}.fa-snowplow:before{content:""}.fa-socks:before{content:""}.fa-solar-panel:before{content:""}.fa-sort:before{content:""}.fa-sort-alpha-down:before{content:""}.fa-sort-alpha-down-alt:before{content:""}.fa-sort-alpha-up:before{content:""}.fa-sort-alpha-up-alt:before{content:""}.fa-sort-amount-down:before{content:""}.fa-sort-amount-down-alt:before{content:""}.fa-sort-amount-up:before{content:""}.fa-sort-amount-up-alt:before{content:""}.fa-sort-down:before{content:""}.fa-sort-numeric-down:before{content:""}.fa-sort-numeric-down-alt:before{content:""}.fa-sort-numeric-up:before{content:""}.fa-sort-numeric-up-alt:before{content:""}.fa-sort-up:before{content:""}.fa-soundcloud:before{content:""}.fa-sourcetree:before{content:""}.fa-spa:before{content:""}.fa-space-shuttle:before{content:""}.fa-speakap:before{content:""}.fa-speaker-deck:before{content:""}.fa-spell-check:before{content:""}.fa-spider:before{content:""}.fa-spinner:before{content:""}.fa-splotch:before{content:""}.fa-spotify:before{content:""}.fa-spray-can:before{content:""}.fa-square:before{content:""}.fa-square-full:before{content:""}.fa-square-root-alt:before{content:""}.fa-squarespace:before{content:""}.fa-stack-exchange:before{content:""}.fa-stack-overflow:before{content:""}.fa-stackpath:before{content:""}.fa-stamp:before{content:""}.fa-star:before{content:""}.fa-star-and-crescent:before{content:""}.fa-star-half:before{content:""}.fa-star-half-alt:before{content:""}.fa-star-of-david:before{content:""}.fa-star-of-life:before{content:""}.fa-staylinked:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-steam-symbol:before{content:""}.fa-step-backward:before{content:""}.fa-step-forward:before{content:""}.fa-stethoscope:before{content:""}.fa-sticker-mule:before{content:""}.fa-sticky-note:before{content:""}.fa-stop:before{content:""}.fa-stop-circle:before{content:""}.fa-stopwatch:before{content:""}.fa-store:before{content:""}.fa-store-alt:before{content:""}.fa-strava:before{content:""}.fa-stream:before{content:""}.fa-street-view:before{content:""}.fa-strikethrough:before{content:""}.fa-stripe:before{content:""}.fa-stripe-s:before{content:""}.fa-stroopwafel:before{content:""}.fa-studiovinari:before{content:""}.fa-stumbleupon:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-subscript:before{content:""}.fa-subway:before{content:""}.fa-suitcase:before{content:""}.fa-suitcase-rolling:before{content:""}.fa-sun:before{content:""}.fa-superpowers:before{content:""}.fa-superscript:before{content:""}.fa-supple:before{content:""}.fa-surprise:before{content:""}.fa-suse:before{content:""}.fa-swatchbook:before{content:""}.fa-swift:before{content:""}.fa-swimmer:before{content:""}.fa-swimming-pool:before{content:""}.fa-symfony:before{content:""}.fa-synagogue:before{content:""}.fa-sync:before{content:""}.fa-sync-alt:before{content:""}.fa-syringe:before{content:""}.fa-table:before{content:""}.fa-table-tennis:before{content:""}.fa-tablet:before{content:""}.fa-tablet-alt:before{content:""}.fa-tablets:before{content:""}.fa-tachometer-alt:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-tape:before{content:""}.fa-tasks:before{content:""}.fa-taxi:before{content:""}.fa-teamspeak:before{content:""}.fa-teeth:before{content:""}.fa-teeth-open:before{content:""}.fa-telegram:before{content:""}.fa-telegram-plane:before{content:""}.fa-temperature-high:before{content:""}.fa-temperature-low:before{content:""}.fa-tencent-weibo:before{content:""}.fa-tenge:before{content:""}.fa-terminal:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-th:before{content:""}.fa-th-large:before{content:""}.fa-th-list:before{content:""}.fa-the-red-yeti:before{content:""}.fa-theater-masks:before{content:""}.fa-themeco:before{content:""}.fa-themeisle:before{content:""}.fa-thermometer:before{content:""}.fa-thermometer-empty:before{content:""}.fa-thermometer-full:before{content:""}.fa-thermometer-half:before{content:""}.fa-thermometer-quarter:before{content:""}.fa-thermometer-three-quarters:before{content:""}.fa-think-peaks:before{content:""}.fa-thumbs-down:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbtack:before{content:""}.fa-ticket-alt:before{content:""}.fa-times:before{content:""}.fa-times-circle:before{content:""}.fa-tint:before{content:""}.fa-tint-slash:before{content:""}.fa-tired:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-toilet:before{content:""}.fa-toilet-paper:before{content:""}.fa-toolbox:before{content:""}.fa-tools:before{content:""}.fa-tooth:before{content:""}.fa-torah:before{content:""}.fa-torii-gate:before{content:""}.fa-tractor:before{content:""}.fa-trade-federation:before{content:""}.fa-trademark:before{content:""}.fa-traffic-light:before{content:""}.fa-train:before{content:""}.fa-tram:before{content:""}.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-trash:before{content:""}.fa-trash-alt:before{content:""}.fa-trash-restore:before{content:""}.fa-trash-restore-alt:before{content:""}.fa-tree:before{content:""}.fa-trello:before{content:""}.fa-tripadvisor:before{content:""}.fa-trophy:before{content:""}.fa-truck:before{content:""}.fa-truck-loading:before{content:""}.fa-truck-monster:before{content:""}.fa-truck-moving:before{content:""}.fa-truck-pickup:before{content:""}.fa-tshirt:before{content:""}.fa-tty:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-tv:before{content:""}.fa-twitch:before{content:""}.fa-twitter:before{content:""}.fa-twitter-square:before{content:""}.fa-typo3:before{content:""}.fa-uber:before{content:""}.fa-ubuntu:before{content:""}.fa-uikit:before{content:""}.fa-umbraco:before{content:""}.fa-umbrella:before{content:""}.fa-umbrella-beach:before{content:""}.fa-underline:before{content:""}.fa-undo:before{content:""}.fa-undo-alt:before{content:""}.fa-uniregistry:before{content:""}.fa-universal-access:before{content:""}.fa-university:before{content:""}.fa-unlink:before{content:""}.fa-unlock:before{content:""}.fa-unlock-alt:before{content:""}.fa-untappd:before{content:""}.fa-upload:before{content:""}.fa-ups:before{content:""}.fa-usb:before{content:""}.fa-user:before{content:""}.fa-user-alt:before{content:""}.fa-user-alt-slash:before{content:""}.fa-user-astronaut:before{content:""}.fa-user-check:before{content:""}.fa-user-circle:before{content:""}.fa-user-clock:before{content:""}.fa-user-cog:before{content:""}.fa-user-edit:before{content:""}.fa-user-friends:before{content:""}.fa-user-graduate:before{content:""}.fa-user-injured:before{content:""}.fa-user-lock:before{content:""}.fa-user-md:before{content:""}.fa-user-minus:before{content:""}.fa-user-ninja:before{content:""}.fa-user-nurse:before{content:""}.fa-user-plus:before{content:""}.fa-user-secret:before{content:""}.fa-user-shield:before{content:""}.fa-user-slash:before{content:""}.fa-user-tag:before{content:""}.fa-user-tie:before{content:""}.fa-user-times:before{content:""}.fa-users:before{content:""}.fa-users-cog:before{content:""}.fa-usps:before{content:""}.fa-ussunnah:before{content:""}.fa-utensil-spoon:before{content:""}.fa-utensils:before{content:""}.fa-vaadin:before{content:""}.fa-vector-square:before{content:""}.fa-venus:before{content:""}.fa-venus-double:before{content:""}.fa-venus-mars:before{content:""}.fa-viacoin:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-vial:before{content:""}.fa-vials:before{content:""}.fa-viber:before{content:""}.fa-video:before{content:""}.fa-video-slash:before{content:""}.fa-vihara:before{content:""}.fa-vimeo:before{content:""}.fa-vimeo-square:before{content:""}.fa-vimeo-v:before{content:""}.fa-vine:before{content:""}.fa-vk:before{content:""}.fa-vnv:before{content:""}.fa-voicemail:before{content:""}.fa-volleyball-ball:before{content:""}.fa-volume-down:before{content:""}.fa-volume-mute:before{content:""}.fa-volume-off:before{content:""}.fa-volume-up:before{content:""}.fa-vote-yea:before{content:""}.fa-vr-cardboard:before{content:""}.fa-vuejs:before{content:""}.fa-walking:before{content:""}.fa-wallet:before{content:""}.fa-warehouse:before{content:""}.fa-water:before{content:""}.fa-wave-square:before{content:""}.fa-waze:before{content:""}.fa-weebly:before{content:""}.fa-weibo:before{content:""}.fa-weight:before{content:""}.fa-weight-hanging:before{content:""}.fa-weixin:before{content:""}.fa-whatsapp:before{content:""}.fa-whatsapp-square:before{content:""}.fa-wheelchair:before{content:""}.fa-whmcs:before{content:""}.fa-wifi:before{content:""}.fa-wikipedia-w:before{content:""}.fa-wind:before{content:""}.fa-window-close:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-windows:before{content:""}.fa-wine-bottle:before{content:""}.fa-wine-glass:before{content:""}.fa-wine-glass-alt:before{content:""}.fa-wix:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-won-sign:before{content:""}.fa-wordpress:before{content:""}.fa-wordpress-simple:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpexplorer:before{content:""}.fa-wpforms:before{content:""}.fa-wpressr:before{content:""}.fa-wrench:before{content:""}.fa-x-ray:before{content:""}.fa-xbox:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-y-combinator:before{content:""}.fa-yahoo:before{content:""}.fa-yammer:before{content:""}.fa-yandex:before{content:""}.fa-yandex-international:before{content:""}.fa-yarn:before{content:""}.fa-yelp:before{content:""}.fa-yen-sign:before{content:""}.fa-yin-yang:before{content:""}.fa-yoast:before{content:""}.fa-youtube:before{content:""}.fa-youtube-square:before{content:""}.fa-zhihu:before{content:""}.sr-only{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.medelaLink path,.medelaLink polyline{stroke:#576269;transition:stroke .2s linear}.medelaLink:hover path,.medelaLink:focus path,.medelaLink:hover polyline,.medelaLink:focus polyline{stroke:#b45908}.medelaLink svg{display:block;height:22px;stroke-width:.5;width:22px}.medelaLink{color:#b45908}.medelaLink.-icon{align-items:center;color:#000;display:inline-flex;text-decoration:none;transition:color .2s linear}.medelaLink.-icon:hover,.medelaLink.-icon:focus{color:#b45908}.medelaLink__icon{margin-right:8px}@media only screen and (max-width: 768px){.col-small{float:left;width:100%}.col-mediumplussmall{width:100%}.col-medium,.col-large{float:left;width:100%}.hide-small{display:none !important}}@media only screen and (min-width: 769px){.show-small{display:none !important}}@media only screen and (min-width: 769px)and (max-width: 959px){.col-small{float:left;width:33%}.col-mediumplussmall{float:left;width:75%}.col-medium,.col-large{float:left;width:100%}}@media only screen and (min-width: 960px){.col-small{float:left;width:25%}.col-medium{float:left;width:50%}.col-mediumplussmall{float:left;width:75%}.col-large{float:left;width:100%}}.no-mediaquery .col-small{float:left;width:25%}.no-mediaquery .col-mediumplussmall{float:left;width:75%}.no-mediaquery .col-medium{float:left;width:50%}.no-mediaquery .col-large{float:left;width:100%}.no-mediaquery .show-small{display:none !important}.cookies>div,.comments,#main{margin-left:auto;margin-right:auto}@media only screen and (min-width: 1024px){.cookies>div,.comments,#main{max-width:1044px}}@media only screen and (max-width: 1279px){.cookies>div,.comments,#main{max-width:942px}}@media only screen and (min-width: 1024px){#medelababy .cookies>div,#medelababy .comments,#medelababy #main{max-width:1440px}}@media only screen and (max-width: 1279px){#medelababy .cookies>div,#medelababy .comments,#medelababy #main{max-width:942px}}.brandbox-content,#nav-global{margin-left:auto;margin-right:auto}@media only screen and (min-width: 1024px){.brandbox-content,#nav-global{max-width:1112px}}@media only screen and (max-width: 1279px){.brandbox-content,#nav-global{max-width:100%}}#footer-box{margin-left:auto;margin-right:auto}@media only screen and (min-width: 1024px){#footer-box{max-width:1090px}}@media only screen and (max-width: 1279px){#footer-box{max-width:100%}}#article.fullWidth .content{width:100%;float:left}#fullwithArticle #main{margin:0px;max-width:100%}#article.fullWidth .aside{width:100%;float:right}@media only screen and (min-width: 1024px){#form .content,#article .content{width:700px;float:left}#form .aside,#article .aside{width:296px;float:right;margin-top:25px}}@media only screen and (max-width: 1279px){#form .content,#article .content{width:620px;float:left}#form .aside,#article .aside{width:296px;float:right;margin-top:25px}}@media only screen and (max-width: 959px){#form .content,#article .content{width:100%;float:none}#form .aside,#article .aside{margin-top:0px;width:100%;float:none}}@font-face{font-family:"FuturaSB-Bold";font-display:fallback;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}@font-face{font-family:"FuturaSB-Light";font-display:fallback;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-family:"FuturaSB-Regular";font-display:fallback;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}html{color:#000;height:100%}body{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px;height:100%}html[lang=jp-JP] body,html[lang=vi_VN] body,html[lang=zh-CN] body{font-family:Arial,sans-serif}html[lang=ru-RU] body,html[lang=ru-KZ] body{font-family:Arial,sans-serif}html[lang=ru-RU] body{font-size:17px}@media only screen and (max-width: 768px){body{line-height:23px}}body,p,div,select{color:inherit}@media only screen and (min-width: 960px){#article #medelababy .medelaBaby-stage{margin-left:135px}}#medelababy .medelaBaby-stage .slider{position:relative;padding:0 0 40px 0}#medelababy .medelaBaby-stage .slider .viewport{margin:0;position:relative;max-height:810px;height:100%;border-bottom:6px solid #ffcd00}@media only screen and (max-width: 768px){#medelababy .medelaBaby-stage .slider .viewport{max-height:100%;background-color:#fff5cc}}#medelababy .medelaBaby-stage .slider>.control{top:50%;display:block;background:#ffcd00;border-radius:50%;line-height:36px;padding:7px 0;border:0}#medelababy .medelaBaby-stage .slider>.control.prev{left:0;margin-left:16px;transform:translateY(-50%) rotate(180deg)}#medelababy .medelaBaby-stage .slider>.control.next{right:0;margin-right:16px;transform:translateY(-50%)}#medelababy .medelaBaby-stage .slider>.control svg{display:block;height:26px}@media only screen and (max-width: 768px){#medelababy .medelaBaby-stage .slider>.control{top:22%}}#medelababy .medelaBaby-stage .slider .paging{position:absolute;bottom:60px;z-index:30;left:50%;transform:translateX(-50%)}#medelababy .medelaBaby-stage .slider .paging .control.slide:before{width:15px;height:15px;border:1px solid #f8f8f8;background:#fff}#medelababy .medelaBaby-stage .slider .paging .control.slide.selected:before{background:#ffcd00}@media only screen and (max-width: 768px){#medelababy .medelaBaby-stage .slider .paging{display:none !important}}#medelababy .medelaBaby-stage.gradientColor-white .slider .viewport .textslide:before{background:linear-gradient(90deg, white 75%, rgba(255, 255, 255, 0) 100%)}@media only screen and (max-width: 768px){#medelababy .medelaBaby-stage.gradientColor-white .slider .viewport .textslide:before{background:none}}#medelababy .medelaBaby-stage.gradientColor-grey .slider .viewport .textslide:before{background:linear-gradient(90deg, #b8bbbb 75%, rgba(255, 255, 255, 0) 100%)}@media only screen and (max-width: 768px){#medelababy .medelaBaby-stage.gradientColor-grey .slider .viewport .textslide:before{background:none}}#medelababy .medelaBaby-stage.gradientColor-olive .slider .viewport .textslide:before{background:linear-gradient(90deg, #F2ECDC 75%, rgba(255, 255, 255, 0) 100%)}@media only screen and (max-width: 768px){#medelababy .medelaBaby-stage.gradientColor-olive .slider .viewport .textslide:before{background:none}}#medelababy .medelaBaby-stage.gradientColor-none .slider .viewport .textslide:before{background:none}#medelababy .medelaBaby-stage .items .textslide:before{background:#f2ecdc;background:linear-gradient(90deg, #F2ECDC 75%, rgba(255, 255, 255, 0) 100%);display:inline-block;width:50%;position:absolute;z-index:15;content:" ";height:100%;opacity:.87}#medelababy .medelaBaby-stage .items .slide{float:left;width:100%;position:relative;overflow:hidden}@media only screen and (max-width: 768px){#medelababy .medelaBaby-stage .items .slide{height:100%;background-color:#fff5cc}}#medelababy .medelaBaby-stage .items .slide>img{width:100%;position:relative}@media only screen and (max-width: 768px){#medelababy .medelaBaby-stage .items .slide>img{transform:none;top:0}}#medelababy .medelaBaby-stage .items .slide .text{position:absolute;left:80px;top:50%;z-index:20;display:inline-block;width:541px;transform:translateY(-50%);color:#000}@media only screen and (max-width: 768px){#medelababy .medelaBaby-stage .items .slide .text{position:relative;left:0px;top:0px;width:100%;transform:none;padding:15px}}#medelababy .medelaBaby-stage .items .slide .text .heading{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:80px;line-height:82px;margin-bottom:40px}html[lang=jp-JP] #medelababy .medelaBaby-stage .items .slide .text .heading,html[lang=vi_VN] #medelababy .medelaBaby-stage .items .slide .text .heading,html[lang=zh-CN] #medelababy .medelaBaby-stage .items .slide .text .heading{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #medelababy .medelaBaby-stage .items .slide .text .heading,html[lang=ru-KZ] #medelababy .medelaBaby-stage .items .slide .text .heading{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #medelababy .medelaBaby-stage .items .slide .text .heading{font-size:79px}@media only screen and (max-width: 768px){#medelababy .medelaBaby-stage .items .slide .text .heading{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:30px;line-height:32px;margin-bottom:20px}html[lang=jp-JP] #medelababy .medelaBaby-stage .items .slide .text .heading,html[lang=vi_VN] #medelababy .medelaBaby-stage .items .slide .text .heading,html[lang=zh-CN] #medelababy .medelaBaby-stage .items .slide .text .heading{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #medelababy .medelaBaby-stage .items .slide .text .heading,html[lang=ru-KZ] #medelababy .medelaBaby-stage .items .slide .text .heading{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #medelababy .medelaBaby-stage .items .slide .text .heading{font-size:29px}}#medelababy .medelaBaby-stage .items .slide .text .description{font-family:"FuturaSB-Regular",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:28px;line-height:30px;margin-bottom:40px}html[lang=jp-JP] #medelababy .medelaBaby-stage .items .slide .text .description,html[lang=vi_VN] #medelababy .medelaBaby-stage .items .slide .text .description,html[lang=zh-CN] #medelababy .medelaBaby-stage .items .slide .text .description{font-family:Arial,sans-serif}html[lang=ru-RU] #medelababy .medelaBaby-stage .items .slide .text .description,html[lang=ru-KZ] #medelababy .medelaBaby-stage .items .slide .text .description{font-family:Arial,sans-serif}html[lang=ru-RU] #medelababy .medelaBaby-stage .items .slide .text .description{font-size:27px}@media only screen and (max-width: 768px){#medelababy .medelaBaby-stage .items .slide .text .description{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:18px;line-height:20px;margin-bottom:20px}html[lang=jp-JP] #medelababy .medelaBaby-stage .items .slide .text .description,html[lang=vi_VN] #medelababy .medelaBaby-stage .items .slide .text .description,html[lang=zh-CN] #medelababy .medelaBaby-stage .items .slide .text .description{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #medelababy .medelaBaby-stage .items .slide .text .description,html[lang=ru-KZ] #medelababy .medelaBaby-stage .items .slide .text .description{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #medelababy .medelaBaby-stage .items .slide .text .description{font-size:17px}}#medelababy .medelaBaby-stage .items .slide .text .readmore{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px;background:#ffcd00;padding:8px 30px;border-radius:10px;color:#000;text-decoration:none;text-transform:uppercase;display:inline-block;margin-top:10px;margin-bottom:40px}html[lang=jp-JP] #medelababy .medelaBaby-stage .items .slide .text .readmore,html[lang=vi_VN] #medelababy .medelaBaby-stage .items .slide .text .readmore,html[lang=zh-CN] #medelababy .medelaBaby-stage .items .slide .text .readmore{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #medelababy .medelaBaby-stage .items .slide .text .readmore,html[lang=ru-KZ] #medelababy .medelaBaby-stage .items .slide .text .readmore{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] #medelababy .medelaBaby-stage .items .slide .text .readmore{font-size:15px}#medelababy .medelaBaby-stage .items .slide .text .readmore:focus-visible{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color;outline-offset:-1px}@media only screen and (max-width: 959px){#medelababy .medelaBaby-stage .items .slide .text .readmore{padding:10px 35px}}#medelababy .medelaBaby-stage.textColor-black .items .slide .text{color:#000}#medelababy .medelaBaby-stage.textColor-grey .items .slide .text{color:#5c6060}#medelababy .medelaBaby-stage.textColor-white .items .slide .text{color:#fff}#medelababy .medelaBaby-stage.textColor-yellow .items .slide .text{color:#ffcd00}#medelababy .medelaBaby-stage.textColor-none .items .slide .text{color:#000}#fullwithArticle .medela-video-player{max-width:1240px;margin:0px auto 40px}@media only screen and (max-width: 959px){.medela-video-player{padding:30px 35px}}@media only screen and (max-width: 768px){.medela-video-player{padding:20px 15px}}.medela-video-player .videoThumb{width:100%;position:relative;line-height:0}.medela-video-player .videoThumb .playBtn{cursor:pointer;font-size:1em;position:absolute;top:50%;left:50%;z-index:3;margin-left:-1.7em;margin-top:-1.7em;width:4em;content:" ";height:4em;padding:0;background-color:transparent;border:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDE5MiAxOTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE5MiAxOTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM0MTQwNDI7fQ0KCS5zdDF7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8ZyBpZD0iTGF5ZXJfMV9Lb3BpZSI+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE2Ni43LDYwLjJjLTEuNy02LjQtNi43LTExLjQtMTMuMS0xMy4xQzE0Mi4yLDQ0LDk2LDQ0LDk2LDQ0cy00Ni4yLDAtNTcuNywzLjFDMzIsNDguOCwyNyw1My44LDI1LjMsNjAuMg0KCQlDMjIuMiw3MS44LDIyLjIsOTYsMjIuMiw5NnMwLDI0LjIsMy4xLDM1LjhjMS43LDYuNCw2LjcsMTEuNCwxMy4xLDEzLjFDNDkuOCwxNDgsOTYsMTQ4LDk2LDE0OHM0Ni4yLDAsNTcuNy0zLjENCgkJYzYuNC0xLjcsMTEuNC02LjcsMTMuMS0xMy4xYzMuMS0xMS42LDMuMS0zNS44LDMuMS0zNS44UzE2OS44LDcxLjgsMTY2LjcsNjAuMnoiLz4NCjwvZz4NCjxnIGlkPSJMYXllcl8xIj4NCgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTgwLjMsNTMuNGMtMi03LjYtOC0xMy42LTE1LjYtMTUuN0MxNTEsMzQsOTYsMzQsOTYsMzRzLTU1LDAtNjguOCwzLjdjLTcuNiwyLTEzLjUsOC0xNS42LDE1LjcNCgkJQzgsNjcuMiw4LDk2LDgsOTZzMCwyOC44LDMuNyw0Mi42YzIsNy42LDgsMTMuNiwxNS42LDE1LjdDNDEsMTU4LDk2LDE1OCw5NiwxNThzNTUsMCw2OC44LTMuN2M3LjYtMiwxMy41LTgsMTUuNi0xNS43DQoJCUMxODQsMTI0LjgsMTg0LDk2LDE4NCw5NlMxODQsNjcuMiwxODAuMyw1My40eiBNNzgsMTIyLjJWNjkuOEwxMjQsOTZMNzgsMTIyLjJ6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==)}.medela-video-player .videoThumb .playBtn:hover,.medela-video-player .videoThumb .playBtn:focus-visible{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxOTIgMTkyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxOTIgMTkyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5iYWNrZ3JvdW5ke2ZpbGw6I0ZGMDAwMDt9DQoJLmFycm93e2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPGcgaWQ9IlhNTElEXzE4NF8iPg0KCTxwYXRoIGlkPSJYTUxJRF8xODJfIiBjbGFzcz0iYmFja2dyb3VuZCIgZD0iTTE4MC4zLDUzLjRjLTItNy42LTgtMTMuNi0xNS42LTE1LjdDMTUxLDM0LDk2LDM0LDk2LDM0cy01NSwwLTY4LjgsMy43DQoJCWMtNy42LDItMTMuNSw4LTE1LjYsMTUuN0M4LDY3LjIsOCw5Niw4LDk2czAsMjguOCwzLjcsNDIuNmMyLDcuNiw4LDEzLjYsMTUuNiwxNS43QzQxLDE1OCw5NiwxNTgsOTYsMTU4czU1LDAsNjguOC0zLjcNCgkJYzcuNi0yLDEzLjUtOCwxNS42LTE1LjdDMTg0LDEyNC44LDE4NCw5NiwxODQsOTZTMTg0LDY3LjIsMTgwLjMsNTMuNHoiLz4NCgk8cG9seWdvbiBpZD0iWE1MSURfMTM1NV8iIGNsYXNzPSJhcnJvdyIgcG9pbnRzPSI3OCwxMjIuMiAxMjQsOTYgNzgsNjkuOCAJIi8+DQo8L2c+DQo8L3N2Zz4NCg==)}.medela-video-player .videoThumb img{width:100%}.medela-video-player .videoIframe{width:100%;border:none}.medela-video-player+.text p{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:18px}html[lang=jp-JP] .medela-video-player+.text p,html[lang=vi_VN] .medela-video-player+.text p,html[lang=zh-CN] .medela-video-player+.text p{font-family:Arial,sans-serif}html[lang=ru-RU] .medela-video-player+.text p,html[lang=ru-KZ] .medela-video-player+.text p{font-family:Arial,sans-serif}html[lang=ru-RU] .medela-video-player+.text p{font-size:13px}.medela-video-player+.text p strong{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:18px;line-height:20px;margin-bottom:8px;display:inline-block}html[lang=jp-JP] .medela-video-player+.text p strong,html[lang=vi_VN] .medela-video-player+.text p strong,html[lang=zh-CN] .medela-video-player+.text p strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .medela-video-player+.text p strong,html[lang=ru-KZ] .medela-video-player+.text p strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .medela-video-player+.text p strong{font-size:17px}@media only screen and (max-width: 768px){.medela-video-player+.text p strong{font-size:20px;line-height:23px}html[lang=ru-RU] .medela-video-player+.text p strong{font-size:19px}}.medela-video-player+.text p span{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px}html[lang=jp-JP] .medela-video-player+.text p span,html[lang=vi_VN] .medela-video-player+.text p span,html[lang=zh-CN] .medela-video-player+.text p span{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .medela-video-player+.text p span,html[lang=ru-KZ] .medela-video-player+.text p span{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .medela-video-player+.text p span{font-size:15px}@media only screen and (max-width: 768px){.medela-video-player+.text p span{font-size:18px;line-height:20px}html[lang=ru-RU] .medela-video-player+.text p span{font-size:17px}}@media only screen and (max-width: 768px){.video-player{margin:0 15px}}@media only screen and (max-width: 768px){.video-player .row{margin-left:0;margin-right:0}}.video-player.playlist{padding:40px 0 60px}@media only screen and (max-width: 768px){.video-player.playlist{padding:15px 0;border-top:none;border-bottom:none}}.video-player.playlist .player{float:left;padding-top:37.5%;width:66.667%;height:0}@media only screen and (max-width: 768px){.video-player.playlist .player{width:100%}}.video-player.playlist .player.paused{padding-top:37.5%}.video-player.playlist .list{float:right;width:33.333%;padding-top:37.5%;position:relative;background-color:#222}@media only screen and (max-width: 768px){.video-player.playlist .list{padding-top:0;width:100%;background-color:#333}}.video-player.playlist .list .header{background:#1a1a1a;position:absolute;width:100%;padding:10px;height:16.667%;top:0;left:0}@media only screen and (max-width: 768px){.video-player.playlist .list .header{background:#222;position:static;height:auto;border-bottom:1px solid #111}}.video-player.playlist .list .header .title{font-size:15px;color:#fff}html[lang=ru-RU] .video-player.playlist .list .header .title{font-size:14px}@media only screen and (max-width: 768px){.video-player.playlist .list .header .title:after{content:"";font-family:"iconfont";float:right;font-size:22px;line-height:0px}}.video-player.playlist .list ul{position:absolute;bottom:0;left:0;width:100%;height:83.333%;overflow-y:auto}@media only screen and (max-width: 768px){.video-player.playlist .list ul{height:auto;position:static;padding:8px;border-top:1px solid #1a1a1a}}.video-player.playlist .list ul li{line-height:14px;font-size:10px;overflow:hidden;position:relative;cursor:pointer}html[lang=ru-RU] .video-player.playlist .list ul li{font-size:9px}@media only screen and (max-width: 768px){.video-player.playlist .list ul li{background-color:#444;border:1px solid #1a1a1a;padding:8px}}@media only screen and (max-width: 768px){.video-player.playlist .list ul li+li{border-top:none}}.video-player.playlist .list ul li.active{background-color:#3a3a3a}@media only screen and (max-width: 768px){.video-player.playlist .list ul li.active{background-color:#666}}.video-player.playlist .list ul li.active .index span{display:none}.video-player.playlist .list ul li:hover{background-color:#525252}.video-player.playlist .list ul li .index{float:left;width:10%;color:#b8b8b8;text-align:center;vertical-align:top;padding-top:8%}@media only screen and (max-width: 768px){.video-player.playlist .list ul li .index{display:none}}.video-player.playlist .list ul li .thumbnail{float:left;width:25%;margin-top:3%;margin-bottom:3%;overflow:hidden;position:relative;padding-top:14.0625%}@media only screen and (max-width: 768px){.video-player.playlist .list ul li .thumbnail{width:40%;padding-top:22.5%;margin:0}}.video-player.playlist .list ul li .thumbnail img{width:100%;position:absolute;top:0;margin-top:-9%}.video-player.playlist .list ul li .information{float:left;width:65%;padding:7px 10px 10px;height:100%}@media only screen and (max-width: 768px){.video-player.playlist .list ul li .information{width:60%}}.video-player.playlist .list ul li .information .title{font-size:12px;color:#cacaca}html[lang=ru-RU] .video-player.playlist .list ul li .information .title{font-size:11px}.video-player.playlist .list ul li .information .channel{color:#777}.video-player.playlist h3{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:30px;margin-top:21px}html[lang=jp-JP] .video-player.playlist h3,html[lang=vi_VN] .video-player.playlist h3,html[lang=zh-CN] .video-player.playlist h3{font-family:Arial,sans-serif}html[lang=ru-RU] .video-player.playlist h3,html[lang=ru-KZ] .video-player.playlist h3{font-family:Arial,sans-serif}html[lang=ru-RU] .video-player.playlist h3{font-size:25px}@media only screen and (max-width: 768px){.video-player.playlist h3{font-size:20px;line-height:23px}html[lang=ru-RU] .video-player.playlist h3{font-size:19px}}.video-player.playlist p{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px;color:#474747;margin-bottom:41px}html[lang=jp-JP] .video-player.playlist p,html[lang=vi_VN] .video-player.playlist p,html[lang=zh-CN] .video-player.playlist p{font-family:Arial,sans-serif}html[lang=ru-RU] .video-player.playlist p,html[lang=ru-KZ] .video-player.playlist p{font-family:Arial,sans-serif}html[lang=ru-RU] .video-player.playlist p{font-size:17px}@media only screen and (max-width: 768px){.video-player.playlist p{line-height:23px}}.video-player .vimeo,.video-player .player{overflow:hidden;padding-top:56.26%;position:relative;width:100%;background:#1a1a1a;cursor:pointer;height:0}.video-player .vimeo.paused:before,.video-player .player.paused:before{font-size:1em;position:absolute;top:50%;left:50%;z-index:3;margin-left:-1.7em;margin-top:-1.7em;width:4em;content:" ";height:4em;background:url("../svg/play.svg")}.video-player .vimeo.paused:hover:before,.video-player .player.paused:hover:before{background:url("../svg/playHover.svg")}.video-player .vimeo.paused iframe,.video-player .player.paused iframe{top:-100%}.video-player .vimeo.paused img,.video-player .player.paused img{display:block}.video-player .vimeo iframe,.video-player .player iframe{left:0;position:absolute;top:0;height:100% !important;width:100% !important;z-index:1}.video-player .vimeo img,.video-player .player img{display:none;left:0;position:absolute;top:0;width:100%;z-index:2}.video-player p{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:18px}html[lang=jp-JP] .video-player p,html[lang=vi_VN] .video-player p,html[lang=zh-CN] .video-player p{font-family:Arial,sans-serif}html[lang=ru-RU] .video-player p,html[lang=ru-KZ] .video-player p{font-family:Arial,sans-serif}html[lang=ru-RU] .video-player p{font-size:13px}.video-player p strong{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:18px;line-height:20px;margin-bottom:8px;display:inline-block}html[lang=jp-JP] .video-player p strong,html[lang=vi_VN] .video-player p strong,html[lang=zh-CN] .video-player p strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .video-player p strong,html[lang=ru-KZ] .video-player p strong{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .video-player p strong{font-size:17px}@media only screen and (max-width: 768px){.video-player p strong{font-size:20px;line-height:23px}html[lang=ru-RU] .video-player p strong{font-size:19px}}.video-player p span{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px}html[lang=jp-JP] .video-player p span,html[lang=vi_VN] .video-player p span,html[lang=zh-CN] .video-player p span{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .video-player p span,html[lang=ru-KZ] .video-player p span{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .video-player p span{font-size:15px}@media only screen and (max-width: 768px){.video-player p span{font-size:18px;line-height:20px}html[lang=ru-RU] .video-player p span{font-size:17px}}@font-face{font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper-container{margin-left:auto;margin-right:auto;overflow:hidden;list-style:none;padding:0;z-index:1;position:relative}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;display:flex;flex-direction:column;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.container{display:flex;margin:0 auto;background-repeat:no-repeat;background-size:cover;margin-bottom:80px}@media only screen and (min-width: 1024px){.container{padding:0 calc((100% - 1489px) / 2 + 24px);padding-top:10%;padding-bottom:40px}}@media only screen and (max-width: 1279px){.container{padding:40px 60px}}@media only screen and (max-width: 959px){.container{padding:30px 35px}}@media only screen and (max-width: 768px){.container{padding:20px 15px;flex-direction:column}}.container.yellow1{background:#ffcd00}.containeryellow2{background:#fff5cc}.container.grey1{background:#898d8d}.container.grey2{background:#e0e4e5}.container.twocolumns333333 .area1{flex:1;margin-right:10px;display:flex;flex-direction:column}@media only screen and (max-width: 768px){.container.twocolumns333333 .area1{margin:0 0 20px 0;flex-direction:row;justify-content:center}}.container.twocolumns333333 .area2{flex:1;margin:0 5px;display:flex;flex-direction:column}@media only screen and (max-width: 768px){.container.twocolumns333333 .area2{margin:0 0 20px 0;flex-direction:row;justify-content:center}}.container.twocolumns333333 .area3{flex:1;margin-left:10px;display:flex;flex-direction:column}@media only screen and (max-width: 768px){.container.twocolumns333333 .area3{margin:0 0 20px 0;flex-direction:row;justify-content:center}}.container.twocolumns7030 .area1{grid-column:span 7;margin-right:40px}.container.twocolumns7030 .area2{grid-column:span 3}.container.twocolumns5050 .area1{flex:1;margin-right:0px;display:flex;flex-direction:row;justify-content:end}@media only screen and (max-width: 768px){.container.twocolumns5050 .area1{justify-content:start;margin:0 0 10px 0}}.container.twocolumns5050 .area2{flex:1;margin-left:30px;display:flex;flex-direction:row}@media only screen and (max-width: 768px){.container.twocolumns5050 .area2{margin:10px 0 0 0}}@media only screen and (max-width: 959px){.container.twocolumns25252525{flex-direction:column}}.container.twocolumns25252525 .area1{flex:1;margin-right:30px;display:flex;flex-direction:row}@media only screen and (max-width: 959px){.container.twocolumns25252525 .area1{margin:0 0 20px 0}}.container.twocolumns25252525 .area2{flex:1;display:flex;flex-direction:row}@media only screen and (max-width: 959px){.container.twocolumns25252525 .area2{margin:20px 0 0 0}}.container.twocolumns25252525 .area3{flex:1;margin-left:30px;display:flex;flex-direction:row}@media only screen and (max-width: 959px){.container.twocolumns25252525 .area3{margin:0 0 20px 0}}.container.twocolumns25252525 .area4{flex:1;margin-left:30px;display:flex;flex-direction:row}@media only screen and (max-width: 959px){.container.twocolumns25252525 .area4{margin:20px 0 0 0}}.container.twocolumns100 .area1{flex:1;display:flex;flex-direction:column}@media only screen and (max-width: 768px){.container.twocolumns100 .area1{margin:0 0 10px 0}}.container.twocolumns60 .area1{max-width:80%;margin:0 auto}@media only screen and (max-width: 768px){.container.twocolumns60 .area1{margin:0 0 10px 0}}@media only screen and (max-width: 959px){.container.twocolumns60 .area1{max-width:100%}}.container.twocolumns60 .title{position:absolute;margin:35px 0 0 0;color:#ffcd00;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:34px;line-height:36px}html[lang=jp-JP] .container.twocolumns60 .title,html[lang=vi_VN] .container.twocolumns60 .title,html[lang=zh-CN] .container.twocolumns60 .title{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .container.twocolumns60 .title,html[lang=ru-KZ] .container.twocolumns60 .title{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .container.twocolumns60 .title{font-size:33px}@media only screen and (max-width: 768px){.container.twocolumns60 .title{font-size:26px;line-height:28px}html[lang=ru-RU] .container.twocolumns60 .title{font-size:25px}}@media only screen and (min-width: 1024px){.container.twocolumns60 .title{position:relative;margin-top:30px;width:280px;float:left}}@media only screen and (max-width: 1279px){.container.twocolumns60 .title{position:relative;margin-top:20px;width:280px;float:left}}@media only screen and (max-width: 959px){.container.twocolumns60 .title{position:relative;float:none;padding:10px 0px;width:100%;margin-top:0px}}.container.disableAutoalign .area1,.container.disableAutoalign .area2,.container.disableAutoalign .area3,.container.disableAutoalign .area4{flex-direction:column !important}.container .area1>:first-child,.container .area2>:first-child,.container .area3>:first-child,.container .area4>:first-child{margin-top:0}.container div.mgnlPlaceholder{width:100% !important}.container.container-baby{padding-right:80px;padding-left:80px;padding-top:10px;margin-bottom:20px}@media only screen and (max-width: 768px){.container.container-baby{padding-right:20px;padding-left:20px;margin-bottom:0px}}#medelababy .area1,#medelababy .area2,#medelababy .area3{position:relative}.highlightedResource-baby .heading{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:24px;line-height:26px;color:#000;text-decoration:none;margin-top:0px;margin-bottom:20px;padding-bottom:30px}html[lang=jp-JP] .highlightedResource-baby .heading,html[lang=vi_VN] .highlightedResource-baby .heading,html[lang=zh-CN] .highlightedResource-baby .heading{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .highlightedResource-baby .heading,html[lang=ru-KZ] .highlightedResource-baby .heading{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .highlightedResource-baby .heading{font-size:23px}.highlightedResource-baby .heading:after{background:none}.highlightedResource-baby .relatedArticle{position:relative;display:block;width:100%;text-decoration:none;margin-bottom:40px}.highlightedResource-baby .relatedArticle .text{padding-left:20px;display:table-cell;max-width:430px}@media only screen and (max-width: 768px){.highlightedResource-baby .relatedArticle .text{padding:20px 0 0 0}}.highlightedResource-baby .relatedArticle .text h3{margin-top:0}.highlightedResource-baby .relatedArticle .text h3 a{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:31px;color:#000;text-decoration:none;margin-top:0px}html[lang=jp-JP] .highlightedResource-baby .relatedArticle .text h3 a,html[lang=vi_VN] .highlightedResource-baby .relatedArticle .text h3 a,html[lang=zh-CN] .highlightedResource-baby .relatedArticle .text h3 a{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .highlightedResource-baby .relatedArticle .text h3 a,html[lang=ru-KZ] .highlightedResource-baby .relatedArticle .text h3 a{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .highlightedResource-baby .relatedArticle .text h3 a{font-size:25px}@media only screen and (max-width: 768px){.highlightedResource-baby .relatedArticle .text h3 a{font-size:22px;line-height:24px}html[lang=ru-RU] .highlightedResource-baby .relatedArticle .text h3 a{font-size:21px}}.highlightedResource-baby .relatedArticle .text h3 a:before{background:#ffc709;display:block;width:40px;height:3px;top:-20px;position:relative;content:" "}.company .highlightedResource-baby .relatedArticle .text h3 a:before{background:#f58220}.highlightedResource-baby .relatedArticle .text li,.highlightedResource-baby .relatedArticle .text p{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;color:#000;font-size:18px;line-height:24px;color:#000;text-decoration:none}html[lang=jp-JP] .highlightedResource-baby .relatedArticle .text li,html[lang=vi_VN] .highlightedResource-baby .relatedArticle .text li,html[lang=zh-CN] .highlightedResource-baby .relatedArticle .text li,html[lang=jp-JP] .highlightedResource-baby .relatedArticle .text p,html[lang=vi_VN] .highlightedResource-baby .relatedArticle .text p,html[lang=zh-CN] .highlightedResource-baby .relatedArticle .text p{font-family:Arial,sans-serif}html[lang=ru-RU] .highlightedResource-baby .relatedArticle .text li,html[lang=ru-KZ] .highlightedResource-baby .relatedArticle .text li,html[lang=ru-RU] .highlightedResource-baby .relatedArticle .text p,html[lang=ru-KZ] .highlightedResource-baby .relatedArticle .text p{font-family:Arial,sans-serif}html[lang=ru-RU] .highlightedResource-baby .relatedArticle .text li,html[lang=ru-RU] .highlightedResource-baby .relatedArticle .text p{font-size:17px}@media only screen and (max-width: 768px){.highlightedResource-baby .relatedArticle .text li,.highlightedResource-baby .relatedArticle .text p{line-height:23px}}.highlightedResource-baby .relatedArticle .text .readmore{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px;background:#ffcd00;padding:8px 30px;border-radius:10px;color:#000;text-decoration:none;text-transform:uppercase;display:inline-block;margin-top:10px;margin-bottom:40px}html[lang=jp-JP] .highlightedResource-baby .relatedArticle .text .readmore,html[lang=vi_VN] .highlightedResource-baby .relatedArticle .text .readmore,html[lang=zh-CN] .highlightedResource-baby .relatedArticle .text .readmore{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .highlightedResource-baby .relatedArticle .text .readmore,html[lang=ru-KZ] .highlightedResource-baby .relatedArticle .text .readmore{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .highlightedResource-baby .relatedArticle .text .readmore{font-size:15px}@media only screen and (max-width: 959px){.highlightedResource-baby .relatedArticle .text .readmore{padding:10px 35px}}@media only screen and (max-width: 768px){.highlightedResource-baby .relatedArticle .text .readmore{margin-top:20px;margin-bottom:20px}}.highlightedResource-baby .relatedArticle .image,.highlightedResource-baby .relatedArticle .video-player{float:left;max-width:440px}@media only screen and (max-width: 959px){.highlightedResource-baby .relatedArticle .image,.highlightedResource-baby .relatedArticle .video-player{width:100%}}.highlightedResource-baby .relatedArticle .image img,.highlightedResource-baby .relatedArticle .video-player img{margin:0px 20px 0px 0;max-width:440px;width:100%}@media only screen and (max-width: 959px){.highlightedResource-baby .relatedArticle .image img,.highlightedResource-baby .relatedArticle .video-player img{max-width:unset;width:100%;margin-bottom:10px}}.highlightedResource-baby .relatedArticle .image .video,.highlightedResource-baby .relatedArticle .video-player .video{width:100%}.highlightedResource-baby .video-player{width:440px}.highlightedResource-baby .overviewlink{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:30px;font-style:italic;text-decoration:none;color:inherit;text-decoration:none;float:right}html[lang=jp-JP] .highlightedResource-baby .overviewlink,html[lang=vi_VN] .highlightedResource-baby .overviewlink,html[lang=zh-CN] .highlightedResource-baby .overviewlink{font-family:Arial,sans-serif}html[lang=ru-RU] .highlightedResource-baby .overviewlink,html[lang=ru-KZ] .highlightedResource-baby .overviewlink{font-family:Arial,sans-serif}html[lang=ru-RU] .highlightedResource-baby .overviewlink{font-size:25px}@media only screen and (max-width: 768px){.highlightedResource-baby .overviewlink{font-size:20px;line-height:23px}html[lang=ru-RU] .highlightedResource-baby .overviewlink{font-size:19px}}@media only screen and (max-width: 959px){.highlightedResource-baby .overviewlink{float:right;margin-right:10px}}.highlightedResource-baby .overviewlink svg{width:30px;height:30px;top:7px;position:relative;left:10px}.highlightedResource-baby .overviewlink svg path,.highlightedResource-baby .overviewlink svg polyline{stroke:#f58220}.highlightedResource-baby.covid{background:#fff;max-width:100%;height:100%}@media only screen and (max-width: 768px){.highlightedResource-baby.covid{margin:0 auto;max-width:450px}}.twocolumns5050 .area1 .highlightedResource-baby.covid{align-self:end}.highlightedResource-baby.covid:hover{box-shadow:0px 0px 16px -2px rgba(0,0,0,.38)}.highlightedResource-baby.covid.noShadow{box-shadow:none}.highlightedResource-baby.covid .hs-image{position:relative}.highlightedResource-baby.covid .hs-image img{margin:0;max-width:inherit;width:100%;display:block}.highlightedResource-baby.covid .hs-image:before{display:inline-block;height:20%;position:absolute;bottom:0;z-index:15;content:" ";width:100%}.highlightedResource-baby.covid.gradientColor-white .hs-image:before{background:linear-gradient(0deg, white 20%, rgba(255, 255, 255, 0) 100%)}.highlightedResource-baby.covid.gradientColor-grey .hs-image:before{background:linear-gradient(0deg, #f8f8f8 20%, rgba(255, 255, 255, 0) 100%)}.highlightedResource-baby.covid.gradientColor-olive .hs-image:before{background:linear-gradient(0deg, #F2ECDC 20%, rgba(255, 255, 255, 0) 100%)}.highlightedResource-baby.covid.gradientColor-none .hs-image:before{background:none}.highlightedResource-baby.covid.gradientColor-white .relatedArticle{background:#fff}.highlightedResource-baby.covid.gradientColor-grey .relatedArticle{background:#f8f8f8}.highlightedResource-baby.covid.gradientColor-olive .relatedArticle{background:#f2ecdc}.highlightedResource-baby.covid.gradientColor-none .relatedArticle{background:none}.highlightedResource-baby.covid a{text-decoration:none;color:#000;background-color:#fff;padding:2px;position:relative;width:100%;height:100%;display:flex}.highlightedResource-baby.covid a:focus-visible{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color;outline-offset:-1px}@media only screen and (max-width: 768px){.highlightedResource-baby.covid a{margin-bottom:25px}}.highlightedResource-baby.covid .heading{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:32px;line-height:34px;color:#000;text-decoration:none;margin-top:0px;margin-bottom:0;padding-bottom:15px}html[lang=jp-JP] .highlightedResource-baby.covid .heading,html[lang=vi_VN] .highlightedResource-baby.covid .heading,html[lang=zh-CN] .highlightedResource-baby.covid .heading{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .highlightedResource-baby.covid .heading,html[lang=ru-KZ] .highlightedResource-baby.covid .heading{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .highlightedResource-baby.covid .heading{font-size:31px}.highlightedResource-baby.covid .heading:after{background:none}.highlightedResource-baby.covid .relatedArticle{position:relative;display:block;width:100%;text-decoration:none;margin-bottom:0}.highlightedResource-baby.covid .relatedArticle img{margin:0;max-width:inherit;width:100%;display:block}.highlightedResource-baby.covid .relatedArticle .downloadButton{position:absolute;right:20px;bottom:-10px}.highlightedResource-baby.covid .relatedArticle .text{position:relative;padding:20px 20px 20px 22px;max-width:inherit;display:inline-block;min-height:130px;width:100%;border-top:0}.highlightedResource-baby.covid .relatedArticle .text li,.highlightedResource-baby.covid .relatedArticle .text p{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:18px;line-height:20px;color:#000;text-decoration:none;max-width:inherit;margin:0}html[lang=jp-JP] .highlightedResource-baby.covid .relatedArticle .text li,html[lang=vi_VN] .highlightedResource-baby.covid .relatedArticle .text li,html[lang=zh-CN] .highlightedResource-baby.covid .relatedArticle .text li,html[lang=jp-JP] .highlightedResource-baby.covid .relatedArticle .text p,html[lang=vi_VN] .highlightedResource-baby.covid .relatedArticle .text p,html[lang=zh-CN] .highlightedResource-baby.covid .relatedArticle .text p{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .highlightedResource-baby.covid .relatedArticle .text li,html[lang=ru-KZ] .highlightedResource-baby.covid .relatedArticle .text li,html[lang=ru-RU] .highlightedResource-baby.covid .relatedArticle .text p,html[lang=ru-KZ] .highlightedResource-baby.covid .relatedArticle .text p{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .highlightedResource-baby.covid .relatedArticle .text li,html[lang=ru-RU] .highlightedResource-baby.covid .relatedArticle .text p{font-size:17px}.highlightedResource-baby.covid .relatedArticle .text li a,.highlightedResource-baby.covid .relatedArticle .text p a{color:#0094ac;display:inline}@media only screen and (max-width: 768px){.highlightedResource-baby.covid .relatedArticle .text{min-height:0}}.highlightedResource-baby.covid .relatedArticle .text h3{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:32px;line-height:34px;margin:0px;margin-bottom:15px}html[lang=jp-JP] .highlightedResource-baby.covid .relatedArticle .text h3,html[lang=vi_VN] .highlightedResource-baby.covid .relatedArticle .text h3,html[lang=zh-CN] .highlightedResource-baby.covid .relatedArticle .text h3{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .highlightedResource-baby.covid .relatedArticle .text h3,html[lang=ru-KZ] .highlightedResource-baby.covid .relatedArticle .text h3{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .highlightedResource-baby.covid .relatedArticle .text h3{font-size:31px}.highlightedResource-baby.covid .relatedArticle .text.above{border:1px solid #ededed;border-bottom:0}.highlightedResource-baby.covid .relatedArticle .text.headingAndText{min-height:150px}@media only screen and (max-width: 768px){.highlightedResource-baby.covid .relatedArticle .text.headingAndText{min-height:0}}.highlightedResource-baby.covid .relatedArticle .text.headingOnly{min-height:135px}@media only screen and (max-width: 768px){.highlightedResource-baby.covid .relatedArticle .text.headingOnly{min-height:0}}.highlightedResource-baby.covid .relatedArticle .text.emptyText{min-height:0;border:0;padding:0px;display:none}.highlightedResource-baby.covid .relatedArticle .video-player{float:none;max-width:inherit}.highlightedResource-baby.covid .relatedArticle .video-player .video{width:100%}.highlightedResource-baby.covid .relatedArticle .video-player{width:100%}.highlightedResource-baby.covid.textColor-black .text h3,.highlightedResource-baby.covid.textColor-black .text li,.highlightedResource-baby.covid.textColor-black .text p{color:#000}.highlightedResource-baby.covid.textColor-grey .text h3,.highlightedResource-baby.covid.textColor-grey .text li,.highlightedResource-baby.covid.textColor-grey .text p{color:#5c6060}.highlightedResource-baby.covid.textColor-white .text h3,.highlightedResource-baby.covid.textColor-white .text li,.highlightedResource-baby.covid.textColor-white .text p{color:#fff}.highlightedResource-baby.covid.textColor-yellow .text h3,.highlightedResource-baby.covid.textColor-yellow .text li,.highlightedResource-baby.covid.textColor-yellow .text p{color:#ffcd00}.highlightedResource-baby.covid.textColor-none .text h3,.highlightedResource-baby.covid.textColor-none .text li,.highlightedResource-baby.covid.textColor-none .text p{color:#000}.stage-baby{min-height:500px;background-size:auto;background-position:100%;position:relative}@media only screen and (max-width: 768px){.stage-baby{min-height:250px;background-size:contain}}.stage-baby h1{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:80px;line-height:82px;position:absolute;bottom:20px;left:50px;max-width:50%;line-height:88px;color:#777b7b}html[lang=jp-JP] .stage-baby h1,html[lang=vi_VN] .stage-baby h1,html[lang=zh-CN] .stage-baby h1{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .stage-baby h1,html[lang=ru-KZ] .stage-baby h1{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .stage-baby h1{font-size:79px}@media only screen and (max-width: 768px){.stage-baby h1{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:30px;line-height:32px;bottom:0px;left:20px}html[lang=jp-JP] .stage-baby h1,html[lang=vi_VN] .stage-baby h1,html[lang=zh-CN] .stage-baby h1{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .stage-baby h1,html[lang=ru-KZ] .stage-baby h1{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .stage-baby h1{font-size:29px}}.quality-baby{position:relative}.quality-baby .inner{display:flex;background-color:#6e7272}.quality-baby .inner .column{text-align:center;flex:1;margin:10px 0 40px 0}.quality-baby .inner img{width:50px}.quality-baby .inner span{display:block;width:100%;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:16px;color:#fff}html[lang=jp-JP] .quality-baby .inner span,html[lang=vi_VN] .quality-baby .inner span,html[lang=zh-CN] .quality-baby .inner span{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .quality-baby .inner span,html[lang=ru-KZ] .quality-baby .inner span{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .quality-baby .inner span{font-size:13px}.quality-baby .inner p{font-family:"FuturaSB-Regular",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:12px;line-height:14px;color:#fff;display:block;width:80%;margin:0 auto}html[lang=jp-JP] .quality-baby .inner p,html[lang=vi_VN] .quality-baby .inner p,html[lang=zh-CN] .quality-baby .inner p{font-family:Arial,sans-serif}html[lang=ru-RU] .quality-baby .inner p,html[lang=ru-KZ] .quality-baby .inner p{font-family:Arial,sans-serif}html[lang=ru-RU] .quality-baby .inner p{font-size:11px}@media only screen and (max-width: 768px){.quality-baby .inner p{display:none}}.quality-baby__button{width:100%;text-align:center;margin-top:-15px;margin-bottom:-9px}.quality-baby__button .readmore{padding:8px 15px;border-radius:10px;background-color:#ffcd00;color:#fff;text-decoration:none}.quality-baby__button .readmore:hover{background-color:#ffd733}.productOverview-baby{margin-top:40px;margin-bottom:40px}.productOverview-baby .swiper-container{position:relative}.productOverview-baby .control{position:absolute;z-index:100;width:40px;height:40px;top:27%;display:block;background:#ffcd00;border-radius:50%;line-height:53px}.productOverview-baby .control.swiper-button-disabled{opacity:0%}.productOverview-baby .control svg{height:26px;width:40px;cursor:pointer}.productOverview-baby .control.prev{left:0;margin-left:15px;transform:translateY(-50%) rotate(180deg)}@media only screen and (max-width: 768px){.productOverview-baby .control.prev{margin-left:5px}}.productOverview-baby .control.next{right:0;margin-right:15px;transform:translateY(-50%)}@media only screen and (max-width: 768px){.productOverview-baby .control.next{margin-right:5px}}.productOverview-baby .inner h2{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:32px;line-height:34px;border-bottom:3px solid #ffcd00;color:#646363;padding-bottom:5px;display:inline-block;width:auto;margin:20px auto}html[lang=jp-JP] .productOverview-baby .inner h2,html[lang=vi_VN] .productOverview-baby .inner h2,html[lang=zh-CN] .productOverview-baby .inner h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .productOverview-baby .inner h2,html[lang=ru-KZ] .productOverview-baby .inner h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .productOverview-baby .inner h2{font-size:31px}.productOverview-baby .inner .column{text-align:center;background:#f8f8f8;margin:10px 0 40px 0;border:0px}.productOverview-baby .inner .column a{color:#898d8d;text-decoration:none;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:18px;line-height:20px;display:block}html[lang=jp-JP] .productOverview-baby .inner .column a,html[lang=vi_VN] .productOverview-baby .inner .column a,html[lang=zh-CN] .productOverview-baby .inner .column a{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .productOverview-baby .inner .column a,html[lang=ru-KZ] .productOverview-baby .inner .column a{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .productOverview-baby .inner .column a{font-size:17px}.productOverview-baby .inner .column a img{width:60%}.productOverview-baby .inner .column a span{display:block;margin:10px 0 40px 0}.productOverview-baby .inner .column a+a{padding-top:2px}.productOverview-baby .inner img{width:100%}.productOverview-baby .accessories{background:#f8f8f8}.productOverview-baby .accessories .accessoriesOverviewImage{overflow:hidden;display:inline-block;max-width:345px;margin-right:30px;vertical-align:top}@media only screen and (max-width: 768px){.productOverview-baby .accessories .accessoriesOverviewImage{max-width:100%;width:100%}}.productOverview-baby .accessories .accessoriesOverviewImage img{width:130%;margin-left:-15%;display:inline-block;object-fit:cover}@media only screen and (max-width: 768px){.productOverview-baby .accessories .accessoriesOverviewImage img{max-width:100%;width:100%;margin-left:0%}}.productOverview-baby .accessories h2{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:32px;line-height:34px;color:#646363;padding-bottom:5px;display:block}html[lang=jp-JP] .productOverview-baby .accessories h2,html[lang=vi_VN] .productOverview-baby .accessories h2,html[lang=zh-CN] .productOverview-baby .accessories h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .productOverview-baby .accessories h2,html[lang=ru-KZ] .productOverview-baby .accessories h2{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .productOverview-baby .accessories h2{font-size:31px}@media only screen and (max-width: 768px){.productOverview-baby .accessories h2{padding-left:20px}}.productOverview-baby .accessories h2 span{border-bottom:3px solid #ffcd00}.productOverview-baby .accessories .products{display:inline-block}.productOverview-baby .accessories a{color:#898d8d;text-decoration:none;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:18px;line-height:20px;display:inline-block;text-align:center;width:348px}html[lang=jp-JP] .productOverview-baby .accessories a,html[lang=vi_VN] .productOverview-baby .accessories a,html[lang=zh-CN] .productOverview-baby .accessories a{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .productOverview-baby .accessories a,html[lang=ru-KZ] .productOverview-baby .accessories a{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .productOverview-baby .accessories a{font-size:17px}.productOverview-baby .accessories a img{width:100%}.productOverview-baby .accessories a span{display:block;margin:10px 0 40px 0}.relatedArticlesBaby{position:relative;margin:60px 0}.relatedArticlesBaby .heading{text-align:center;position:relative;z-index:2;font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:18px;line-height:20px;margin-bottom:50px}html[lang=jp-JP] .relatedArticlesBaby .heading,html[lang=vi_VN] .relatedArticlesBaby .heading,html[lang=zh-CN] .relatedArticlesBaby .heading{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .relatedArticlesBaby .heading,html[lang=ru-KZ] .relatedArticlesBaby .heading{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .relatedArticlesBaby .heading{font-size:17px}.relatedArticlesBaby .heading span{border-bottom:3px solid #646363;padding-bottom:5px}.relatedArticlesBaby .relatedArticlesWrapper{padding:0 80px;overflow:hidden;white-space:nowrap}.relatedArticlesBaby .relatedArticlesWrapper:before{position:absolute;display:block;top:-30px;height:220px;width:100%;background-color:#ffeb99;content:" ";z-index:1;left:0}@media only screen and (max-width: 768px){.relatedArticlesBaby .relatedArticlesWrapper{padding:0 20px}}.relatedArticlesBaby .relatedArticle{width:100%;margin-right:20px;overflow:hidden;white-space:nowrap;text-decoration:none;display:flex;flex-direction:column;flex:1}.relatedArticlesBaby .relatedArticle:focus-visible{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.relatedArticlesBaby .relatedArticle .text{color:#646363;text-align:center;white-space:normal;background-color:#e7e8e8;padding:1px 16px;border-bottom:5px solid #ffcd00;flex:1}.relatedArticlesBaby .relatedArticle .text h3{font-family:"FuturaSB-Bold",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px}html[lang=jp-JP] .relatedArticlesBaby .relatedArticle .text h3,html[lang=vi_VN] .relatedArticlesBaby .relatedArticle .text h3,html[lang=zh-CN] .relatedArticlesBaby .relatedArticle .text h3{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .relatedArticlesBaby .relatedArticle .text h3,html[lang=ru-KZ] .relatedArticlesBaby .relatedArticle .text h3{font-family:Arial,sans-serif;font-weight:bold}html[lang=ru-RU] .relatedArticlesBaby .relatedArticle .text h3{font-size:15px}.relatedArticlesBaby .relatedArticle .text p{font-family:"FuturaSB-Regular",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:16px;line-height:18px}html[lang=jp-JP] .relatedArticlesBaby .relatedArticle .text p,html[lang=vi_VN] .relatedArticlesBaby .relatedArticle .text p,html[lang=zh-CN] .relatedArticlesBaby .relatedArticle .text p{font-family:Arial,sans-serif}html[lang=ru-RU] .relatedArticlesBaby .relatedArticle .text p,html[lang=ru-KZ] .relatedArticlesBaby .relatedArticle .text p{font-family:Arial,sans-serif}html[lang=ru-RU] .relatedArticlesBaby .relatedArticle .text p{font-size:15px}.relatedArticlesBaby .relatedArticle .image{display:block;width:100%;line-height:0px;background:#fff}.relatedArticlesBaby .relatedArticle .image img{width:100%;max-height:203px;object-fit:cover}.relatedArticlesBaby .control{position:absolute;z-index:100;width:40px;height:40px;top:50%;display:block;background:#ffcd00;border-radius:50%;line-height:53px}.relatedArticlesBaby .control.swiper-button-disabled{opacity:20%}.relatedArticlesBaby .control svg{height:26px;width:40px;cursor:pointer}.relatedArticlesBaby .control.prev{left:0;margin-left:60px;transform:translateY(-50%) rotate(180deg)}@media only screen and (max-width: 768px){.relatedArticlesBaby .control.prev{margin-left:5px}}.relatedArticlesBaby .control.next{right:0;margin-right:60px;transform:translateY(-50%)}@media only screen and (max-width: 768px){.relatedArticlesBaby .control.next{margin-right:5px}}.relatedArticlesBaby .blogoverviewlink{font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:26px;line-height:30px;font-style:italic;text-decoration:none;text-decoration:none;float:right}html[lang=jp-JP] .relatedArticlesBaby .blogoverviewlink,html[lang=vi_VN] .relatedArticlesBaby .blogoverviewlink,html[lang=zh-CN] .relatedArticlesBaby .blogoverviewlink{font-family:Arial,sans-serif}html[lang=ru-RU] .relatedArticlesBaby .blogoverviewlink,html[lang=ru-KZ] .relatedArticlesBaby .blogoverviewlink{font-family:Arial,sans-serif}html[lang=ru-RU] .relatedArticlesBaby .blogoverviewlink{font-size:25px}@media only screen and (max-width: 768px){.relatedArticlesBaby .blogoverviewlink{font-size:20px;line-height:23px}html[lang=ru-RU] .relatedArticlesBaby .blogoverviewlink{font-size:19px}}@media only screen and (max-width: 959px){.relatedArticlesBaby .blogoverviewlink{float:right;margin-right:10px}}.relatedArticlesBaby .blogoverviewlink svg{width:30px;height:30px;top:7px;position:relative;left:10px}.relatedArticlesBaby .blogoverviewlink svg path,.relatedArticlesBaby .blogoverviewlink svg polyline{stroke:#f58220}.relatedArticlesBaby~.relatedArticlesBaby .relatedArticle .image{background:#f6f6f6}.relatedArticlesBaby~.relatedArticlesBaby .relatedArticle .image img{max-height:100%;height:305px;object-fit:contain}.relatedArticlesBaby~.relatedArticlesBaby .relatedArticlesWrapper:before{background-color:#e7e8e8}html{background-color:#fff;height:100%}body{margin:0;min-height:100%;overflow-x:hidden;overflow-y:scroll;padding:0;width:100%}body>img{display:none}body>iframe{display:none}a{color:#b95b09}.skip{display:none}#wrapper{background:#fff;min-height:100%}textarea:focus,input:focus{outline:0}input[type=checkbox]:focus{outline:5px auto -webkit-focus-ring-color}div.mgnlPlaceholder,div.mgnlEditorBar.area.end,div.mgnlEditorBar{margin-left:auto !important;margin-right:auto !important;max-width:960px}div.mgnlEditorBar.area.mgnlEditorBarStatusIndicator,div.mgnlEditorBar.component.mgnlEditorBarStatusIndicator{margin-left:auto !important}#home .shareButtons,#home .share,#product .shareButtons{display:none}.shareButtons{margin:15px 0}.shareButtons span.text{display:block;font-family:"FuturaSB-Light",Arial,sans-serif;font-weight:300;letter-spacing:.005em;font-style:normal;font-size:14px;line-height:18px;color:#5d6c75;clear:both;padding:5px 0 5px 0}html[lang=jp-JP] .shareButtons span.text,html[lang=vi_VN] .shareButtons span.text,html[lang=zh-CN] .shareButtons span.text{font-family:Arial,sans-serif}html[lang=ru-RU] .shareButtons span.text,html[lang=ru-KZ] .shareButtons span.text{font-family:Arial,sans-serif}html[lang=ru-RU] .shareButtons span.text{font-size:13px}.shareButtons.a2a_default_style .a2a_count,.shareButtons.a2a_default_style .a2a_svg,.shareButtons.a2a_floating_style .a2a_svg,.shareButtons.a2a_menu .a2a_svg,.shareButtons.a2a_vertical_style .a2a_count,.shareButtons.a2a_vertical_style .a2a_svg{border-radius:30px}.shareButtons .a2a_svg{width:27px;height:27px}.shareButtons .a2a_svg svg{width:60%;margin-top:6px}.shareButtons .a2a_svg svg _:-ms-fullscreen,:root .shareButtons .a2a_svg svg{margin-top:0px}@media only screen and (min-width: 769px){.shareButtons .a2a_s_whatsapp{display:none}}.shareButtons .chicklets{padding-left:27px;height:21px;line-height:20px;font-family:"Neue Helvetica W02";letter-spacing:.1em;font-size:12px}sup{margin-top:-4px;display:inline-block}#shopsLightbox{display:none}.featherlight-content #shopsLightbox{display:block}#landing-page .article-intro{display:none}.article-intro .share{margin-top:-33px;margin-bottom:37px}.nohighlight{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.touchscreen{overflow-y:hidden}.touchscreen .cookies,.touchscreen #nav-global,.touchscreen #footer,.touchscreen .brandbox{display:none}.touchscreen #main{max-width:1644px;padding:50px 0}.location-finder{height:100%;position:relative;width:100%}.location-finder,.location-finder:before,.location-finder:after{box-sizing:border-box}.location-finder *,.location-finder *:before,.location-finder *:after{box-sizing:inherit}.location-finder__collapsable-trigger{cursor:pointer;position:relative}.location-finder__collapsable-content{height:auto;overflow:hidden;transition:height .5s}.location-finder__collapsable-expand{overflow:auto;height:auto}.location-finder__collapsable-active .location-finder__collapsable-content{display:block;height:auto}.location-finder__footer{max-height:100vh}@media only screen and (min-width: 768px){.location-finder__footer{position:absolute;top:6em;left:1em;max-height:calc(100vh - 7em);width:18em;z-index:10}}.location-finder__header{padding:1em;color:#666;border-bottom:1px solid #ccc;background-color:#fff;padding-bottom:78px}.location-finder__header.closed{padding-bottom:10px}@media only screen and (min-width: 768px){.location-finder__header{min-height:5em;padding-bottom:0}}.location-finder__header svg{fill:#ccc}.location-finder__list{background:#fff;border-style:solid;border-color:#ccc;border-width:0 0 1px 0}@media only screen and (min-width: 768px){.location-finder__list{border-left-width:1px;border-right-width:1px}}@media only screen and (min-width: 768px){.location-finder__list:first-child{border-top-width:1px}}.location-finder__list h2{margin:0;font-size:1em;line-height:1em;padding:1em;background-color:#f9f9f9;display:none}.location-finder__list h2 svg{transition:transform .5s;position:absolute;top:1em;right:1em;width:1em;height:1em}.location-finder__list h2:hover svg{fill:#666}@media only screen and (min-width: 768px){.location-finder__list h2{display:block}}.location-finder__collapsable-active h2{background-color:#fff}.location-finder__collapsable-active h2 svg{transform:rotate3d(1, 0, 0, 180deg)}.location-finder__list-too-many-items,.location-finder__list-empty{padding:1em;text-align:center}.location-finder__list-too-many-items span,.location-finder__list-empty span{font-style:italic;font-size:.75em}.location-finder__list-item{padding:1em;cursor:pointer}.location-finder__list-item:hover{background:#f9f9f9}.location-finder__list-item+.location-finder__list-item{border-top:1px solid #ccc}.location-finder__list-item h3{font-size:.9em;line-height:1.25em;margin:0}.location-finder__list-item address{font-style:normal;font-size:.9em}.location-finder .list-item-wrapper.active .location-finder__list-item:hover{background-color:#fff}.location-finder__list-controls{height:3em;padding:10px;text-align:right;border-top:1px solid #ccc}.location-finder__list-controls button,.location-finder__list-controls span{font-size:.75em}.location-finder__list-controls button{padding:0 .25em;background:#fff;border:none}.location-finder__list-controls button svg{width:1em;height:1em}.location-finder__list-controls button:hover svg{fill:#666}.location-finder__list-controls button[disabled] svg{fill:#eee}.location-finder__list-controls-label{float:left}.location-finder .detsil-info{font-size:12px;background-color:#fbfbfb;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:15px}.location-finder .detsil-info .shadow-top{-webkit-box-shadow:inset 0px 3px 5px 0px #828282;-moz-box-shadow:inset 0px 3px 5px 0px #828282;box-shadow:inset 0px 3px 5px 0px #828282}.location-finder .detsil-info .shadow-bottom{-webkit-box-shadow:inset 0px -3px 5px 0px #828282;-moz-box-shadow:inset 0px -3px 5px 0px #828282;box-shadow:inset 0px -3px 5px 0px #828282}.location-finder__main{position:relative}.location-finder__map{min-height:50%}.location-finder__search{border-radius:5px;border:1px solid #ccc;display:inline-block;margin-bottom:3em;position:relative;width:100%}@media only screen and (min-width: 768px){.location-finder__search{margin-bottom:0;margin-right:calc(14em + 2px);max-width:25em}}.location-finder__search-field,.location-finder__search-locate,.location-finder__search-submit,.location-finder__search-radius,.location-finder__search-country{background:#fff;border-radius:5px;border:none;vertical-align:top}.location-finder__search-field{height:2.25em;padding:.5em 5em .5em .5em;width:100%}.location-finder__search-field:focus{outline:none}.location-finder__search-locate,.location-finder__search-submit{cursor:pointer;height:2.25em;padding:.5em .75em;position:absolute;top:0;width:2.75em}.location-finder__search-locate svg,.location-finder__search-submit svg,.location-finder__search-radius svg{height:1.25em;width:1.25em}.location-finder__search-locate:hover svg,.location-finder__search-submit:hover svg,.location-finder__search-radius:hover svg{fill:#666}.location-finder__search-locate{right:2.75em}.location-finder__search-submit{border-left:1px solid #ccc;border-radius:0 5px 5px 0;right:0}.location-finder__search-radius,.location-finder__search-country{border-radius:5px;border:1px solid #ccc;height:calc(2.25em + 2px);left:0;margin-left:-1px;margin-top:-1px;position:absolute;top:3em;width:100%}@media only screen and (min-width: 768px){.location-finder__search-radius,.location-finder__search-country{left:calc(26em + 1px);top:0;width:calc(12em + 2px)}}.location-finder__search-radius select,.location-finder__search-country select{appearance:none;background:transparent;border-radius:5px;border:none;color:#666;height:100%;line-height:1;padding:.5em;position:relative;width:100%;z-index:1}.location-finder__search-radius svg,.location-finder__search-country svg{height:1em;position:absolute;right:.625em;top:.625em;width:1em;z-index:0}.location-finder__search-radius-none .location-finder__search-radius{display:none}.location-finder__viewport{height:100%;width:100%}.location-finder .lf-device-detector{visibility:hidden;height:0}@media only screen and (max-width: 768px){.location-finder .lf-device-detector:before{content:"small-device"}}@media only screen and (min-width: 769px)and (max-width: 959px){.location-finder .lf-device-detector:before{content:"medium-device"}}@media only screen and (min-width: 960px){.location-finder .lf-device-detector:before{content:"large-device"}}.visually-hidden:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}.component{margin-bottom:50px}@media only screen and (max-width: 768px){.component{margin-bottom:30px}}.component--small{margin-bottom:15px}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(0.54, 1.5, 0.38, 1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.field-validation-error{position:absolute;left:60%;bottom:66%;bottom:-webkit-calc(100% - 16px);bottom:calc(100% - 16px);z-index:3;display:block;min-width:100px;padding:.5em .75em;background-color:#fff;border:solid 1px #bbb;line-height:1.2;font-size:11px;font-weight:700;color:var(--tmrFieldInput_color_invalid, #b90013)}.field-validation-error:after,.field-validation-error:before{content:"";position:absolute;width:0;height:0;border:7px solid transparent;border-bottom-width:0}.field-validation-error:after{bottom:-7px;left:10px;border-top-color:#bbb}.field-validation-error:before{bottom:-6px;left:10px;z-index:2;border-top-color:#fff}@media only screen and (max-width: 767px){.field-validation-error{position:absolute;bottom:0px;left:auto;max-width:none;width:100%;padding:.25em 0 0;border:none;border-radius:0;background:transparent;white-space:normal}.field-validation-error:after,.field-validation-error:before{display:none !important}}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}.commonAlert p,.commonAlert ul{margin-bottom:0;margin-top:0}.commonAlert{max-height:400px;overflow:hidden;transition:max-height .3s ease}.commonAlert[aria-hidden=true]{max-height:0;transition:max-height .1s ease .2s}.commonAlert[aria-hidden=true] .commonAlert__closeBtn{display:none}.commonAlert__cell{position:relative}.commonAlert__cell.-content{padding-left:18px;padding-right:18px}.commonAlert__cell.-control{margin-left:auto;padding-left:25px;padding-right:25px}.commonAlert__closeBtn{background-color:transparent;border:0;color:inherit;display:block;font:inherit;letter-spacing:inherit;padding:0;position:relative;text-transform:uppercase}.commonAlert__closeBtn::after{border-radius:50%;content:"";display:block;height:48px;left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);width:48px}@media(min-width: 991px){.commonAlert__closeBtn::after{display:none}}.commonAlert__window{border-radius:11px;display:flex;font:700 21px/27px "FuturaSB";letter-spacing:-0.00625rem;opacity:1;padding-bottom:18px;padding-top:18px;position:relative;transition:opacity .1s ease .2s}.commonAlert__window.success{border:solid 1px var(--commonAlert_borderColor, #F5FFDE);color:var(--commonAlert_color, #2F9215)}.commonAlert__window.success::before{background-color:var(--commonAlert_bgColor, #CCFFB5)}.commonAlert__window.error{border:solid 1px var(--commonAlert_borderColor, #f690a2);color:var(--commonAlert_color, #aa001e)}.commonAlert__window.error::before{background-color:var(--commonAlert_bgColor, #ffdde3)}@supports(backdrop-filter: blur()){.commonAlert__window{backdrop-filter:blur(5px)}}.commonAlert[aria-hidden=true] .commonAlert__window{opacity:0;transition:opacity .3s ease}.commonAlert__window::before{border-radius:inherit;content:"";display:block;height:100%;left:0;opacity:.96;position:absolute;top:0;width:100%}@supports(backdrop-filter: blur()){.commonAlert__window::before{opacity:.75}}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}.commonButton{background-color:var(--commonButton_bgColor, #ffc709);border:0;border-radius:11px;color:var(--commonButton_color, #7e8386);cursor:pointer;font:700 20px/26px "FuturaSB";letter-spacing:-0.006875rem;min-width:250px;padding:18px 5px 16px;text-transform:uppercase}.commonButton[href],.commonButton[data-href]{display:inline-block;text-align:center;text-decoration:none}.commonButton[disabled],.commonButton[aria-disabled=true]{background-color:var(--commonButton_bgColor_disabled, #888a8b);color:var(--commonButton_color_disabled, #f8f9f9);cursor:not-allowed}.commonButton.-themeDark{background-color:var(--commonButton_bgColor_themeDark, #ffffff);color:var(--commonButton_color_themeDark, #ffc709)}.commonButtonLink{background-color:transparent;background-image:linear-gradient(180deg, transparent 82%, var(--commonButtonLink_underlineColor, #ffc709) 82%, var(--commonButtonLink_underlineColor, #ffc709) 87.4%, transparent 87.4%);border:none;color:var(--commonButtonLink_color, #6A6F71);font:400 20px/37px "FuturaSB";letter-spacing:-0.00625rem;padding:0;position:relative;cursor:pointer;text-transform:inherit}.commonButtonLink[href]{text-decoration:none}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}.commonLink{background-image:linear-gradient(180deg, transparent var(--commonLink_underlineStart, 82%), var(--commonLink_underlineColor, #ffc709) var(--commonLink_underlineStart, 82%), var(--commonLink_underlineColor, #ffc709) var(--commonLink_underlineEnd, 87.4%), transparent var(--commonLink_underlineEnd, 87.4%));color:var(--commonLink_color, #7e8386);display:inline-block;font:400 20px/37px "FuturaSB";letter-spacing:-0.00625rem;text-decoration:none;cursor:pointer}.commonLink:hover{text-decoration:none}.commonCell{flex:0 0 var(--commonCell_flexBasis, auto);margin-top:var(--commonCell_marginTop, 0);padding-left:var(--commonCell_paddingX, 16px);padding-right:var(--commonCell_paddingX, 16px)}.commonCell[aria-hidden=true]{display:none}.commonCell:not(:first-child){--commonCell_marginTop: 27px}@media(min-width: 991px){.commonCell:not(:first-child){--commonCell_marginTop: 0}}.commonCell:not(:first-child).-noMarginTop{--commonCell_marginTop: 0}.commonCell.-alignRight{margin-left:auto}.commonCell.-noPaddingX{--commonCell_paddingX: 0}.commonRow.-layoutVertical .commonCell{--commonCell_marginTop: 27px}@media(min-width: 991px){.commonCell.-widthFull{--commonCell_flexBasis: 100%}}@media(min-width: 991px){.commonCell.-width1of2{--commonCell_flexBasis: 50%}}@media(min-width: 991px){.commonCell.-width1of3{--commonCell_flexBasis: 33.33333%}}@media(min-width: 991px){.commonCell.-width2of3{--commonCell_flexBasis: 66.66666%}}.commonContainer{max-width:1350px;padding-left:16px;padding-right:16px}.commonContainer.-noPaddingX{padding-left:0;padding-right:0}.commonFragment{display:contents}.commonHR,.product .product-info-divider,.product .product-section-divider{border-color:var(--commonHR_borderColor, #e0e0e0) transparent transparent;border-style:solid;border-width:var(--commonHR_borderWidth, 1px) 0 0;margin-top:var(--commonHR_marginTop, 0)}.commonHR:not(:first-child),.product .product-info-divider:not(:first-child),.product .product-section-divider:not(:first-child){--commonHR_marginTop: 27px}.commonHR.-gapHuge,.product .-gapHuge.product-info-divider,.product .-gapHuge.product-section-divider{margin-top:46px}.commonRow{display:flex;flex-direction:var(--commonRow_flexDirection, column);margin-left:var(--commonRow_marginX, -16px);margin-right:var(--commonRow_marginX, -16px)}@media(min-width: 991px){.commonRow{--commonRow_flexDirection: row}}.commonRow:not(:first-child){margin-top:60px}.commonRow:not(:first-child).-noMarginTop{margin-top:0}.commonRow:not(:first-child):not(.-noMarginTop).-gapSmall{margin-top:27px}.commonRow:not(:first-child):not(.-noMarginTop).-gapLarge{margin-top:110px}.commonRow:not(:first-child):not(.-noMarginTop).-gapExtraSmall{margin-top:16px}.commonHR+.commonRow,.product .product-info-divider+.commonRow,.product .product-section-divider+.commonRow{margin-top:27px}.commonRow.-layoutHorizontal{--commonRow_flexDirection: row}.commonRow.-layoutVertical{--commonRow_flexDirection: column}.commonRow.-alignYCenter{align-items:center}.commonRow[aria-hidden=true]{display:none}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}.commonHeadline{color:var(--commonSectionTitle_color, #323b4f);font:600 36px/1.25 "FuturaSB";letter-spacing:-0.0125rem;margin-bottom:0;margin-top:0}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}.commonInfoBudge{align-items:center;background-color:var(--commonInfoBudge_bgColor, #ffc709);border:0;border-radius:50%;color:var(--commonInfoBudge_color, #575757);display:inline-flex;font:500 16px/1 "FuturaSB";height:25px;justify-content:center;letter-spacing:-0.005625rem;padding:0;vertical-align:text-bottom;width:25px;cursor:default}.commonInfoBudge:not(:first-child){margin-left:16px}.commonInfoBudge[aria-hidden=true]{display:none}.commonInfoBudge__icon{display:block;max-width:70%;max-height:70%}.tippy-box[data-theme~=common-info-budge]{background-color:#ffc709;border-radius:11px;color:#323b4f;font:300 18px/23px "FuturaSB";letter-spacing:-0.00625rem}.tippy-box[data-theme~=common-info-budge][data-placement^=top]>.tippy-arrow::before{border-top-color:#ffc709;border-top-width:6px;bottom:-5px}.tippy-box[data-theme~=common-info-budge][data-placement^=right]>.tippy-arrow::before{border-right-color:#ffc709;border-right-width:6px;left:-5px}.tippy-box[data-theme~=common-info-budge][data-placement^=bottom]>.tippy-arrow::before{border-bottom-color:#ffc709;border-bottom-width:6px;top:-5px}.tippy-box[data-theme~=common-info-budge][data-placement^=left]>.tippy-arrow::before{border-left-color:#ffc709;border-left-width:6px;right:-5px}.tippy-box[data-theme~=common-info-budge] .tippy-content{padding:10px 14px}body.-lockedScreen{overflow:hidden}.commonModal{height:100vh;left:0;overflow:auto;position:fixed;top:0;width:100vw;z-index:1000}.commonModal[aria-hidden=true]{display:none}.commonModal__box{align-items:center;display:flex;justify-content:center;left:0;padding:16px;width:100vw;min-height:100%}.commonModalBackdrop{background-color:#000;left:0;height:100vh;opacity:.75;position:fixed;top:0;width:100vw;z-index:999}.commonModalBackdrop:not([aria-hidden=false]){display:none}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}.commonRadio__label{display:flex;padding:20px}.commonRadio__radio:checked+.commonRadio__label{background-color:#fbf9f3}.commonRadio__wrapper{width:60px;flex-shrink:0}.commonRadio__display{align-items:center;background-color:#fff;border:solid 1px #dde4e8;border-radius:50%;display:flex;height:30px;justify-content:center;position:relative;transition:border-color .3s ease-in,box-shadow .3s ease-in;width:30px}.commonRadio__display::after{background-color:#ffc709;border-radius:50%;content:"";display:block;height:20px;max-height:0;max-width:0;transition:max-height .3s ease-in,max-width .3s ease-in;width:20px}.commonRadio__radio{position:absolute;opacity:0}.commonRadio__radio:focus+.commonRadio__label .commonRadio__display{box-shadow:0 0 0 .2rem rgba(255,199,9,.5);transition:border-color .1s ease-out,box-shadow .1s ease-out}.commonRadio__radio:checked+.commonRadio__label .commonRadio__display{border:3px solid rgba(255,199,9,.5)}.commonRadio__radio:checked+.commonRadio__label .commonRadio__display:after{max-height:20px;max-width:20px;transition:max-height .1s ease-out,max-width .1s ease-out}.commonRadio__text{flex-grow:1}.commonRadio__title{color:#323b4f;font:500 24px/31px "FuturaSB";letter-spacing:-0.13px}.commonRadio__description{color:#323b4f;font:300 21px/27px "FuturaSB";letter-spacing:-0.12px}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}.tmrEmailAndBabyDate{background-color:var(--tmrEmailAndBabyDate_bgColor, #EEE7D5);padding-bottom:10px;padding-top:10px;position:relative}@media(min-width: 991px){.tmrEmailAndBabyDate{padding-bottom:30px;padding-top:32px}}@media(min-width: 991px){.tmrEmailAndBabyDate__cell{padding-left:21px;padding-right:21px}}.tmrEmailAndBabyDate__cell:not(:first-child){margin-top:15px}@media(min-width: 991px){.tmrEmailAndBabyDate__cell:not(:first-child){margin-top:0}}.tmrEmailAndBabyDate__cell:not(.-control):not(.-field){flex:1 1 auto}@media(min-width: 991px){.tmrEmailAndBabyDate__cell.-control{flex:0 0 22%}}@media(min-width: 991px){.tmrEmailAndBabyDate__cell.-field{flex:0 0 39%}}.tmrEmailAndBabyDate__container{max-width:1350px}.tmrEmailAndBabyDate__container.-alertBanner{left:0;position:absolute;top:0;width:100%;z-index:99}.tmrEmailAndBabyDate__container.-content{padding-left:13px;padding-right:13px}@media(min-width: 991px){.tmrEmailAndBabyDate__container.-content{padding-left:89px;padding-right:28px}}.tmrEmailAndBabyDate__finePrint{color:var(--tmrEmailAndBabyDate__finePrint_color, #323b4f);font:300 18px/23px "FuturaSB";letter-spacing:-0.00625rem;margin-bottom:0;margin-top:0}.tmrEmailAndBabyDate__instructions{color:var(--tmrEmailAndBabyDate__instructions_color, #323b4f);font:500 17px/22px "FuturaSB";letter-spacing:-0.00625rem;margin-bottom:0;margin-top:0}@media(min-width: 991px){.tmrEmailAndBabyDate__instructions{font-size:24px;line-height:31px}}.tmrEmailAndBabyDate__row{display:flex;flex-direction:column}@media(min-width: 991px){.tmrEmailAndBabyDate__row{flex-direction:row;margin-left:-21px;margin-right:-21px}}.tmrEmailAndBabyDate__row:not(:first-child){margin-top:15px}@media(min-width: 991px){.tmrEmailAndBabyDate__row:not(:first-child){margin-top:34px}}@media(min-width: 991px){.commonButton.tmrEmailAndBabyDate__submitBtn{min-width:0;width:100%}}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}.tmrLogoBanner{background-color:var(--tmrLogoBanner_backgroundColor, #ffffff);background-position:50% 50%;background-repeat:no-repeat;background-size:cover;max-height:160px;padding-bottom:24px;padding-top:24px}@media(max-width: 767px){.tmrLogoBanner{height:35px;max-height:35px;padding-top:4px;padding-bottom:4px;padding-right:15px}}.tmrLogoBanner__cell{width:auto}.tmrLogoBanner__cell:not(.-noPaddingX){padding-left:16px;padding-right:16px}.tmrLogoBanner__cell:not(:first-child):not(.-noMarginTop){margin-top:15px}@media(min-width: 991px){.tmrLogoBanner__cell:not(:first-child):not(.-noMarginTop){margin-top:0}}.momsRoomStepRow.-layoutVertical .tmrLogoBanner__cell:not(:first-child):not(.-noMarginTop){margin-top:15px}.tmrLogoBanner__cell[aria-hidden=true]{display:none}.tmrLogoBanner__cell.-alignRight{margin-left:auto}@media(min-width: 991px){.tmrLogoBanner__cell.-widthFull{flex:0 0 100%}}@media(min-width: 991px){.tmrLogoBanner__cell.-width1of3{flex:0 0 33.33333%}}@media(min-width: 991px){.tmrLogoBanner__cell.-width2of3{flex:0 0 66.66666%}}@media(min-width: 991px){.tmrLogoBanner__cell.-width3of3{flex:0 0 100%}}@media(min-width: 991px){.tmrLogoBanner__cell.-width1of2{flex:0 0 50%}}.tmrLogoBanner__cell.-logo{padding-left:40px;padding-right:40px;height:100%}@media(max-width: 767px){.tmrLogoBanner__cell.-logo{padding-left:15px;padding-right:15px}}.tmrLogoBanner__cell.-content{padding-left:24px;padding-right:24px;text-align:right;position:relative}.tmrLogoBanner__container{margin-left:auto;margin-right:auto;max-width:1350px;padding-left:16px;padding-right:16px;height:100%}.tmrLogoBanner__image{display:block;height:100%;max-height:112px}.tmrLogoBanner__row{margin-left:-16px;margin-right:-16px;align-items:center;height:100%}.tmrLogoBanner__row:not(:first-child):not(.-gapSmall):not(.-noMarginTop){margin-top:36px}.momsRoomStepBreakLine+.tmrLogoBanner__row:not(:first-child):not(.-gapSmall):not(.-noMarginTop){margin-top:23px}.tmrLogoBanner__row:not(:first-child):not(.-noMarginTop).-gapSmall{margin-top:15px}@media(min-width: 768px){.tmrLogoBanner__row:not(.-layoutHorizontal):not(.-layoutVertical){display:flex;flex-direction:row}}.tmrLogoBanner__row.-layoutHorizontal{display:flex;flex-direction:row}@media(min-width: 768px){.tmrLogoBanner__row:not(.-layoutHorizontal):not(.-layoutVertical){display:block}}@media(min-width: 991px){.tmrLogoBanner__row:not(.-layoutHorizontal):not(.-layoutVertical){display:flex}}.tmrLogoBanner.-logoCentered .tmrLogoBanner__row{justify-content:center}.tmrLogoBanner__title{color:var(--tmrLogoBanner__title_color, #323b4f);font:400 26px / 36px "FuturaSB";letter-spacing:-0.0125rem;margin-bottom:0;margin-top:0;position:absolute;left:15px}@media(min-width: 991px){.tmrLogoBanner__title{font:400 36px / 46px "FuturaSB";position:relative;left:auto}}.tmrLogoBanner__helpfulLinksFlyout{height:100%;width:100%;position:absolute;z-index:10000;justify-content:center;align-items:center}.tmrLogoBanner__helpfulLinksFlyout[aria-disabled=true]{display:none}.tmrLogoBanner__helpfulLinksFlyoutContent{position:absolute;background-color:#ede5da;display:flex;width:100%;justify-content:center;align-items:center;padding:20px;flex-direction:column}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}.MomsRoomRegistration__description p{color:inherit;font:inherit;letter-spacing:inherit;margin-bottom:0;margin-top:0}.momsRoomStep .commonContainer{padding-left:0;padding-right:0}.MomsRoomRegistration{padding-bottom:1.4375rem}.MomsRoomRegistration__heading{font-size:2.25rem;line-height:2.875rem;color:#323b4f;margin:0 0 2rem}.MomsRoomRegistration__heading.-marginBottomBottom{margin-bottom:20px}.MomsRoomRegistration__description{color:var(--tmrRegistration__description_color, #323b4f);font:400 20px/38px "FuturaSB";letter-spacing:-0.006875rem}.MomsRoomRegistration__disclaimer{font-size:1.125rem;line-height:1.4375rem;margin-bottom:2.25rem}.MomsRoomRegistration__info{width:1.25rem;height:1.25rem;display:inline-block;background-size:contain;border-radius:.75rem;cursor:pointer}.MomsRoomRegistration .AccountRegistration .momsRoomStepCell{display:flex}.MomsRoomRegistration .PersonalInfoAndOptIns .PersonalInfoAndOptIns__subSection{padding-top:2.25rem}.MomsRoomRegistration .tmrTextField__input,.MomsRoomRegistration select.momsRoomStepSelect:not(.flatpickr-monthDropdown-months):not(.tmrSelectInput){border-bottom-width:.125rem;border-bottom-style:solid}.MomsRoomRegistration .tmrTextField__input[disabled],.MomsRoomRegistration .momsRoomStepSelect[disabled],.MomsRoomRegistration .tmrCheckbox__input[disabled]~.tmrCheckbox__presantation{background-color:#fefdfb}.MomsRoomRegistration .-base-step,.MomsRoomRegistration .-qsp-step{display:none}.MomsRoomRegistration.base-flow .-base-step:not(.-hidden){display:block}.MomsRoomRegistration.qsp-flow .-qsp-step:not(.-hidden){display:block}.MomsRoomRegistration .momsRoomStep .momsRoomStepRow.-hidden,.MomsRoomRegistration .momsRoomStep .momsRoomStepRow[aria-hidden=true]{display:none}.MomsRoomRegistration .momsRoomStep .momsRoomStepRow.-hidden+.momsRoomStepRow,.MomsRoomRegistration .momsRoomStep .momsRoomStepRow[aria-hidden=true]+.momsRoomStepRow{margin-top:0}.MomsRoomRegistration .PhysicianInfo .momsRoomStepRow:not(.-layoutHorizontal):not(.-layoutVertical){margin-top:36px}.MomsRoomRegistration .PhysicianInfo__table table{width:100%;font-size:1.3125rem;line-height:1.6875rem;color:#987500;border-collapse:collapse}.MomsRoomRegistration .PhysicianInfo__table table thead{background-color:var(--momsRoomRegistration__buttonEnabledColor)}.MomsRoomRegistration .PhysicianInfo__table table thead tr{height:2.3125rem}.MomsRoomRegistration .PhysicianInfo__table table tfoot{font-size:.875rem;line-height:1.125rem;background-color:var(--momsRoomRegistration__buttonEnabledColor)}.MomsRoomRegistration .PhysicianInfo__table table tfoot tr{height:1.8125rem}.MomsRoomRegistration .PhysicianInfo__table table tfoot tr a{color:#323b4f;cursor:pointer;padding:0 .125rem}.MomsRoomRegistration .PhysicianInfo__table table tfoot tr input{width:1.5625rem;height:1.125rem}.MomsRoomRegistration .PhysicianInfo__table table tfoot tr select{display:inline-block;width:50px;background-color:#fff;padding:0;appearance:auto}.MomsRoomRegistration .PhysicianInfo__table table tbody{background-color:#fff}.MomsRoomRegistration .PhysicianInfo__table table tbody tr{border-top:.0625rem solid #f6f6f6;border-bottom:.0625rem solid #f6f6f6;height:3.5rem}.MomsRoomRegistration .PhysicianInfo__table table tbody tr:hover{background-color:#f6f6f6}.MomsRoomRegistration .PhysicianInfo__table table td:first-child{padding:0 1.125rem}.MomsRoomRegistration .PhysicianInfo__table table .momsRoomStepRadio{width:1.875rem}.MomsRoomRegistration .PhysicianInfo__table .PhysicianInfo__record{cursor:pointer;color:var(--momsRoomRegistration__fieldLabelTextColor)}.MomsRoomRegistration .UpgradesAndAccessories__image img{width:100%}.MomsRoomRegistration .Summary__subsectionHeading{font-size:1.5rem;font-weight:700;line-height:1.9375rem}.MomsRoomRegistration .Summary__subsectionPropertyName{font-size:1.25rem;line-height:1.625rem}.MomsRoomRegistration .Summary__subsectionPropertyName{font-size:1.25rem;line-height:1.625rem;margin-right:1.25rem;font-weight:400}.MomsRoomRegistration .Summary__subsectionPropertyValue{font-size:1.25rem;line-height:1.625rem;font-weight:700}.MomsRoomRegistration .Summary__subsectionEdit{cursor:pointer}.MomsRoomRegistration .momsRoomStepperList__step.-highlighted .momsRoomStepperLabel{font-weight:700}.tmrRegistrationItem{background-position:50% 50%;background-size:cover;background-repeat:no-repeat;border:solid 1px #979797;display:block;padding-top:80%}.-hidden{display:none}.MomsRoomRegistration{background-color:var(--momsRoomRegistration__borderBackgroundColor)}.MomsRoomRegistration .momsRoomConfirmation{background-color:var(--momsRoomRegistration__questionsBackgroundColor)}.MomsRoomRegistration .tmrTextField:not(.-filled):not(.-invalid) .tmrTextField__input[type=date]{color:var(--momsRoomRegistration__fieldLabelTextColor)}.MomsRoomRegistration .tmrTextField:not(.-filled):not(.-invalid) .tmrTextField__input[type=date][aria-invalid=false]{color:var(--momsRoomRegistration__fieldEntryTextColor)}.MomsRoomRegistration .tmrTextField__input{appearance:none;color:var(--momsRoomRegistration__fieldEntryTextColor);border-bottom-color:var(--momsRoomRegistration__buttonEnabledTextColor)}.MomsRoomRegistration .tmrTextField__input::placeholder{color:var(--momsRoomRegistration__fieldLabelTextColor)}.MomsRoomRegistration .tmrTextField__input:focus{box-shadow:none}.MomsRoomRegistration select.momsRoomStepSelect:not(.flatpickr-monthDropdown-months){color:var(--momsRoomRegistration__fieldEntryTextColor)}.MomsRoomRegistration select.momsRoomStepSelect:not(.flatpickr-monthDropdown-months):focus{box-shadow:none}.MomsRoomRegistration select.momsRoomStepSelect:not(.flatpickr-monthDropdown-months):invalid,.MomsRoomRegistration select.momsRoomStepSelect:not(.flatpickr-monthDropdown-months):not([aria-invalid=false]):not(.-initialized){color:var(--momsRoomRegistration__fieldLabelTextColor)}.MomsRoomRegistration select.momsRoomStepSelect:not(.flatpickr-monthDropdown-months) option{color:var(--momsRoomRegistration__fieldLabelTextColor)}.MomsRoomRegistration select.momsRoomStepSelect:not(.flatpickr-monthDropdown-months) option:disabled{color:var(--momsRoomRegistration__fieldLabelTextColor)}.MomsRoomRegistration .momsRoomStepButton{background-color:var(--momsRoomRegistration__buttonEnabledColor);color:var(--momsRoomRegistration__buttonEnabledTextColor)}.MomsRoomRegistration .momsRoomStepButton[aria-disabled=true]{background-color:var(--momsRoomRegistration__buttonDisabledColor);color:var(--momsRoomRegistration__buttonDisabledTextColor)}.MomsRoomRegistration .momsRoomSteps__col.-navigation{background-color:var(--momsRoomRegistration__breadcrumbsBackgroundColor)}.MomsRoomRegistration .momsRoomSteps__col.-content{background-color:var(--momsRoomRegistration__questionsBackgroundColor)}.MomsRoomRegistration .momsRoomStepperLabel{color:var(--momsRoomRegistration__breadcrumbsFutureTextColor)}.MomsRoomRegistration .momsRoomStepperList__step:not(.-disabled) .momsRoomStepperLabel{color:var(--momsRoomRegistration__breadcrumbsCompletedTextColor)}.MomsRoomRegistration .momsRoomStepperList__step:not(.-disabled) .momsRoomStepsDot__preview{border-color:var(--momsRoomRegistration__breadcrumbsEnabledDotBorderColor)}.MomsRoomRegistration .momsRoomStepperList__step:not(.-disabled) .momsRoomStepsLine:before{background:var(--momsRoomRegistration__breadcrumbsEnabledLineColor)}.MomsRoomRegistration .momsRoomStepperList__step:not(.-disabled) .momsRoomStepsDot__preview:before{background-color:var(--momsRoomRegistration__breadcrumbsEnabledDotColor)}.MomsRoomRegistration .momsRoomStepperList__step.-highlighted .momsRoomStepperLabel{color:var(--momsRoomRegistration__breadcrumbsEnabledTextColor)}.MomsRoomRegistration .momsRoomStepperList__step.-highlighted:not(.-disabled) .momsRoomStepsLine::before{background:transparent linear-gradient(0deg, transparent, transparent 50%, var(--momsRoomRegistration__breadcrumbsEnabledLineColor) 50%, var(--momsRoomRegistration__breadcrumbsEnabledLineColor) 100%) left top/10px 10px repeat}.MomsRoomRegistration .momsRoomStepperList__step.-highlighted:not(.-disabled) .momsRoomStepsDot__preview:before{background-color:var(--momsRoomRegistration__breadcrumbsHighlightedDotColor)}.MomsRoomRegistration .momsRoomStepLabel{color:var(--momsRoomRegistration__questionsTextColor)}.MomsRoomRegistration .momsRoomStepRadio__presantation{border-color:#dde4e8}.MomsRoomRegistration .momsRoomStepRadio__presantation:after{background-color:var(--momsRoomRegistration__buttonEnabledColor)}.momsRoomStepRadio__input:focus~.MomsRoomRegistration:before{content:"";opacity:.5;box-shadow:var(--momsRoomRegistration__buttonEnabledColor);transition:border-color .3s ease-in,box-shadow .3s ease-in;display:block;height:100%;width:100%;border-radius:50%;position:absolute}.MomsRoomRegistration .tmrCheckbox__presantation{border-color:#dde4e8}.MomsRoomRegistration .tmrCheckbox__presantation:after{background-color:var(--momsRoomRegistration__buttonEnabledColor)}.-invalid.-touched .MomsRoomRegistration .tmrCheckbox__presantation{border-color:#eb3030;color:#eb3030}.MomsRoomRegistration__disclaimer{color:var(--momsRoomRegistration__disclaimerTextColor)}.MomsRoomRegistration .momsRoomStepLink{border-bottom:solid var(--momsRoomRegistration__buttonEnabledColor) 2px;color:var(--momsRoomRegistration__buttonEnabledTextColor)}.momsRoomStepHeadline{color:var(--commonSectionTitle_color, #323b4f);font:600 36px/1.25 "FuturaSB";letter-spacing:-0.0125rem;margin-bottom:0;margin-top:0}.momsRoomStepNote{color:var(--momsRoomStepNote_color, #323b4f);font:300 18px/23px "FuturaSB";letter-spacing:-0.00625rem;margin-bottom:0;margin-top:0}.QspShippingAddress__fieldGroup:not(:first-child){margin-top:36px}.QspShippingAddress__smsOptIn:not(.-hidden){display:flex;align-items:center}.commonDropdown{position:absolute;right:0px}.commonDropdown__menu{cursor:pointer}.commonDropdown__menu:after{content:"⠇";font-size:30px;color:#7e8386}@media(min-width: 768px){.commonDropdown__menu{display:none}}.commonDropdown__content{display:none;position:relative;background-color:#f9f9f9;overflow:auto;box-shadow:0px 8px 16px 0px rgba(0,0,0,.2);z-index:1}.commonDropdown__content.-show{display:block}.commonDropdown__content a,.commonDropdown__content button{color:#000;padding:12px 16px;text-decoration:none;display:block;font-size:16px;text-align:left}.commonDropdown__content a:not(:last-child),.commonDropdown__content button:not(:last-child){border-bottom:1px solid #d4d4d4}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}.exitWarningWindow{background-color:#fff;border-radius:11px;box-shadow:0 0 10px 0 rgba(0,0,0,.5);padding:30px}.exitWarningWindow__description{color:var(--commonSubTitle_color, #323b4f);font:500 21px/1.25 "FuturaSB";letter-spacing:-0.00625rem;margin-bottom:0;margin-top:0}.exitWarningWindow__description:not(:first-child){margin-top:16px}.exitWarningWindow__title{color:var(--commomQuestion_color, #323b4f);font:600 24px/1.25 "FuturaSB";letter-spacing:-0.006875rem;margin-bottom:0;margin-top:0}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}.flatBtn{border-radius:8px;font:600 20px / 26px "FuturaSB";letter-spacing:-0.006875rem;padding-left:4px;padding-right:4px;background-color:var(--flatBtn_bgColor, var(--commonButton_bgColor, #ffc709));border:0;color:var(--flatBtn_textColor, var(--commonButton_color, #7d681f));cursor:pointer;padding-bottom:7px;padding-top:7px;transition:background-color .2s linear,color .2s linear}.flatBtn:focus,.flatBtn:focus-visible{outline:0}.flatBtn[href],.flatBtn[data-href]{display:inline-block;text-align:center;text-decoration:none}.flatBtn[disabled],.flatBtn[aria-disabled=true]{cursor:not-allowed}.flatBtn.-large{border-radius:10px;text-transform:uppercase}.flatBtn:focus-visible,.flatBtn:hover{background-color:var(--flatBtn_bgColor_onHover, #f57a03);color:var(--flatBtn_textColor_onHover, #fff)}.flatBtn[disabled],.flatBtn[aria-disabled=true]{background-color:var(--flatBtn_bgColor_onDisabled, var(--commonButton_bgColor_disabled, #888a8b));color:var(--flatBtn_textColor_onDisabled, var(--commonButton_color_disabled, #f8f9f9))}.flatBtn.-large{padding-bottom:17px;padding-top:17px}.flatBtn.-themeSecondary{background-color:var(--flatBtn_bgColor_secondary, #f57a03);color:var(--flatBtn_textColor_secondary, #fff)}.flatBtn.-themeSecondary:focus-visible,.flatBtn.-themeSecondary:hover{background-color:var(--flatBtn_bgColor_secondary_onHover, #ffc709);color:var(--flatBtn_textColor_secondary_onHover, #fff)}.flatBtn.-themeDark{background-color:var(--commonButton_bgColor_themeDark, #ffffff);color:var(--commonButton_color_themeDark, #ffc709)}.flatBtn.-themeFlyout{background-color:var(--flatBtn_bgColor_secondary, #b95B09);color:var(--flatBtn_textColor_secondary, #fff)}.flatBtn.-themeFlyout:focus-visible,.flatBtn.-themeFlyout:hover{background-color:var(--flatBtn_bgColor_secondary_onHover, #ffc709);color:var(--flatBtn_textColor_secondary_onHover, #7d681f)}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}.ghostBtn{border-radius:8px;font:600 20px / 26px "FuturaSB";letter-spacing:-0.006875rem;padding-left:4px;padding-right:4px;background-color:transparent;border:solid 2px var(--ghostBtn_borderColor, #ffc709);color:var(--ghostBtn_textColor, #ffc709);cursor:pointer;padding-bottom:5px;padding-top:5px;transition:background-color .2s linear,border-color .2s linear,color .2s linear}.ghostBtn:focus,.ghostBtn:focus-visible{outline:0}.ghostBtn[href],.ghostBtn[data-href]{display:inline-block;text-align:center;text-decoration:none}.ghostBtn[disabled],.ghostBtn[aria-disabled=true]{cursor:not-allowed}.ghostBtn.-large{border-radius:10px;text-transform:uppercase}.ghostBtn:focus-visible,.ghostBtn:hover{background-color:var(--ghostBtn_borderColor_onHover, #ffc709);border-color:var(--ghostBtn_borderColor_onHover, #ffc709);color:var(--ghostBtn_textColor_onHover, #fff)}.ghostBtn[disabled],.ghostBtn[aria-disabled=true]{border-color:var(--ghostBtn_bgColor_onDisabled, #888a8b);color:var(--ghostBtn_textColor_onDisabled, #f8f9f9)}.ghostBtn.-large{padding-bottom:15px;padding-top:15px}.ghostBtn.-themeSecondary{border-color:var(--ghostBtn_bgColor_secondary, #f57a03);color:var(--ghostBtn_textColor_secondary, #f57a03)}.ghostBtn.-themeSecondary:focus-visible,.ghostBtn.-themeSecondary:hover{background-color:var(--ghostBtn_borderColor_secondary_onHover, #ffc709);border-color:var(--ghostBtn_borderColor_secondary_onHover, #ffc709);color:var(--ghostBtn_textColor_secondary_onHover, #fff)}.ghostBtn.-themeFlyout{border-color:var(--ghostBtn_bgColor_secondary, #b95B09);color:var(--ghostBtn_textColor_secondary, #383838)}.ghostBtn.-themeFlyout:focus-visible,.ghostBtn.-themeFlyout:hover{background-color:var(--ghostBtn_borderColor_secondary_onHover, #ffc709);border-color:var(--ghostBtn_borderColor_secondary_onHover, #ffc709);color:var(--ghostBtn_textColor_secondary_onHover, #65551a)}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}.collapseGroup{border:2px solid #ccc;border-radius:5px}.collapseGroup__body{max-height:0;overflow:hidden;transition:max-height .2s linear}.collapseGroup.-opened .collapseGroup__body{max-height:400px}.collapseGroup__content{padding:10px 15px 20px}.collapseGroupToggle{background:transparent;border:0;cursor:pointer;display:block;height:49px;padding:10px 50px 11px 15px;position:relative;text-align:left;width:100%}.collapseGroupToggle__indicator{color:#b35909;display:block;height:20px;position:absolute;right:18px;top:50%;transform:translateY(-50%);transform-origin:50% 50%;transition:transform .2s linear;width:20px}.collapseGroup.-opened .collapseGroupToggle__indicator{transform:translateY(-50%) rotate(225deg)}.collapseGroupToggle__indicator::after,.collapseGroupToggle__indicator::before{background-color:currentColor;content:"";display:block;height:20%;left:50%;position:absolute;top:50%;width:100%}.collapseGroupToggle__indicator::after{transform:translate(-50%, -50%) rotate(90deg)}.collapseGroupToggle__indicator::before{transform:translate(-50%, -50%)}.collapseGroupToggle__label{color:#323b4f;display:block;font:500 21px/27px "FuturaSB";overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.momsRoomStepButton{color:var(--commonButton_color, #575757);cursor:pointer;background-color:var(--commonButton_bgColor, #FFC709);border:solid 2px var(--commonButton_borderColor, --commonButton_bgColor, #575757);border-radius:10px;letter-spacing:-0.0075rem;min-width:250px;padding:13px 18px;text-transform:uppercase;transition:background-color .3s ease-in,color .3s ease-in,border-color .3s ease-in,box-shadow .3s ease-in;font:700 20px/26px "FuturaSB";letter-spacing:.2px}.momsRoomStepButton:hover{color:#383838;background-color:var(--commonButton_bgColor_hovered, #F58220);border-color:var(--commonButton_borderColor_hovered, --commonButton_bgColor_hovered, #F58220);transition:background-color .1s ease-out,border-color .1s ease-out}.momsRoomStepButton[href],.momsRoomStepButton[data-href]{display:inline-block;text-align:center;text-decoration:none}.momsRoomStepButton[aria-disabled=true]{cursor:not-allowed;opacity:.7}@media only screen and (max-width: 768px){.momsRoomStepButton{min-width:185px}}.momsRoomStepCheckbox{display:block;position:relative}.momsRoomStepCheckbox__input{left:50%;position:absolute;top:50%;transform:translate(-50%, -50%)}.momsRoomStepCheckbox__presantation{align-items:center;background-color:#fff;border:solid 1px #8d8f92;border-radius:2px;display:flex;height:30px;justify-content:center;position:relative;transition:box-shadow .3s ease-in;width:30px}.momsRoomStepCheckbox__input:focus~.momsRoomStepCheckbox__presantation{box-shadow:0 0 0 .2rem rgba(48,105,235,.5);transition:box-shadow .1s ease-out}.momsRoomStepCheckbox__presantation::after{background-color:#3069eb;border-radius:2px;content:"";display:block;height:24px;max-height:0;max-width:0;transition:max-height .3s ease-in,max-width .3s ease-in;width:24px}.momsRoomStepCheckbox__input:checked~.momsRoomStepCheckbox__presantation::after{max-height:24px;max-width:24px;transition:max-height .1s ease-out,max-width .1s ease-out}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}.momsRoomStepLabel{color:var(--commomQuestion_color, #323b4f);font:600 24px/1.25 "FuturaSB";letter-spacing:-0.006875rem;margin-bottom:0;margin-top:0}.momsRoomStepLabel.-huge{color:var(--commonSectionTitle_color, #323b4f);font:600 36px/1.25 "FuturaSB";letter-spacing:-0.0125rem;margin-bottom:0;margin-top:0}.momsRoomStepNote{color:#323b4f;font:300 18px/24px FuturaSB;letter-spacing:-0.00625rem}.momsRoomStepOption{display:flex}.momsRoomStepOption__cell:not(:first-child){margin-left:17px}.momsRoomStepOption .momsRoomStepNote{line-height:30px}.momsRoomStepOption .momsRoomStepText{line-height:30px}.momsRoomStepper__row.-mobileLabel{color:var(--momsRoomRegistration__breadcrumbsEnabledTextColor, #3069eb);font:300 24px/30px FuturaSB}@media(min-width: 991px){.momsRoomStepper__row.-mobileLabel{display:none}}.momsRoomStepper__row.-list{margin-left:8px;margin-top:48px}@media(min-width: 991px){.momsRoomStepper__row.-list{margin-left:0;margin-top:0}}.momsRoomStepper__row.-mobileLabel{margin:0;color:var(--momsRoomRegistration__breadcrumbsEnabledDotColor);size:18px;line-height:23px;font-weight:700}.momsRoomStepper__row.-mobileLabel~.momsRoomStepper__row.-list{margin-top:8px}.momsRoomStepperContent{display:none;margin-top:-14px;margin-bottom:24px}@media(min-width: 991px){.momsRoomStepperContent{display:block}}.momsRoomStepperContent a,.momsRoomStepperContent a:hover{text-decoration:none}.momsRoomStepsDot,.momsRoomStepperContent,.momsRoomStepperLabel{cursor:pointer}.momsRoomStepperList{display:flex;flex-direction:row;list-style:none;margin-bottom:0;min-width:100%;padding-left:0}@media(min-width: 991px){.momsRoomStepperList{flex-direction:column}}.momsRoomStepperList__step{flex:1;position:relative}@media(min-width: 991px){.momsRoomStepperList__step{padding-left:28px}.-no-dots .momsRoomStepperList__step{padding-left:0}}.momsRoomStepperList__step:last-child{flex:0}.momsRoomStepperList__subStep.-hidden{display:none}.momsRoomStepperList__subStep .momsRoomStepperLabel{font-size:18px;line-height:23px}.momsRoomStepperList__subStep .momsRoomStepsInput{opacity:0}.momsRoomStepperList__subStep .momsRoomStepsDot{display:none}.momsRoomStepperList__subStep.-highlighted .momsRoomStepperLabel{font-weight:700}.momsRoomStepsDot{display:block;height:0;left:0;position:absolute;top:1px;width:0;z-index:5}.momsRoomStepsDot__preview{background-color:#ececec;border:solid 2px #d5d2d2;border-radius:50%;display:block;height:28px;max-height:16px;max-width:16px;overflow:hidden;transform:translate(-50%, -50%);transition:border-color .3s ease,box-shadow .3s ease,max-height .3s ease,max-width .3s ease;width:28px}.momsRoomStepperList__step:not(.-disabled) .momsRoomStepsDot__preview{border-color:var(--momsRoomRegistration__breadcrumbsHighlightedDotColor, #c8c8c8)}.momsRoomStepperList__step.-highlighted:not(.-disabled) .momsRoomStepsDot__preview{max-height:28px;max-width:28px}.momsRoomStepsInput:focus~.momsRoomStepsDot .momsRoomStepsDot__preview{box-shadow:0 0 0 .2rem rgba(48,105,235,.5)}.momsRoomStepsDot__preview::before{background-color:#e9e9e9;border-radius:50%;content:"";display:block;height:14px;left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);transition:background-color .3s ease;width:14px}.momsRoomStepperList__step:not(.-disabled) .momsRoomStepsDot__preview::before{background-color:var(--momsRoomRegistration__breadcrumbsEnabledDotColor, #c8c8c8)}.momsRoomStepperList__step.-highlighted:not(.-disabled) .momsRoomStepsDot__preview::before{background-color:var(--momsRoomRegistration__breadcrumbsEnabledDotBorderColor, #c8c8c8)}.momsRoomStepsInput{left:0;margin:0;position:absolute;top:1px;transform:translate(-50%, -50%)}.momsRoomStepperLabel{color:var(--momsRoomRegistration__breadcrumbsFutureTextColor, #c8c8c8);font:300 24px/30px FuturaSB}.momsRoomStepperList__step:not(.-disabled) .momsRoomStepperLabel{color:#5e656a}.momsRoomStepperList__step.-hightlighted .momsRoomStepperLabel{font-weight:700}.momsRoomStepperLabel a{cursor:pointer}.momsRoomStepsLine{background:#d5d2d2;height:2px;width:100%}@media(min-width: 991px){.momsRoomStepsLine{height:auto;width:2px}}.momsRoomStepperList__step.-highlighted:not(.-disabled) .momsRoomStepsLine{background:transparent linear-gradient(90deg, transparent, transparent 50%, var(--momsRoomRegistration__breadcrumbsEnabledLineColor) 50%, var(--momsRoomRegistration__breadcrumbsEnabledLineColor) 100%) left top/10px 10px repeat}@media(min-width: 991px){.momsRoomStepperList__step.-highlighted:not(.-disabled) .momsRoomStepsLine{background:transparent linear-gradient(0deg, transparent, transparent 50%, var(--momsRoomRegistration__breadcrumbsEnabledLineColor) 50%, var(--momsRoomRegistration__breadcrumbsEnabledLineColor) 100%) left top/10px 10px repeat}}@media(min-width: 991px){.momsRoomStepperList__step .momsRoomStepsLine{bottom:0;left:-1px;position:absolute;top:0}}.momsRoomStepperList__step:last-child .momsRoomStepsLine{display:none}.momsRoomStepsLine::before{background:var(--momsRoomRegistration__breadcrumbsEnabledLineColor);content:"";display:block;height:100%;max-width:0;transition:background .3s ease,max-width .3s ease;width:100%}@media(min-width: 991px){.momsRoomStepsLine::before{max-height:0;max-width:none}}.momsRoomStepperList__step.-touched .momsRoomStepsLine::before{max-width:100%}@media(min-width: 991px){.momsRoomStepperList__step.-touched .momsRoomStepsLine::before{max-height:100%;max-width:none}}.momsRoomStepperList__step.-highlighted:not(.-disabled) .momsRoomStepsLine::before{background:transparent linear-gradient(90deg, transparent, transparent 50%, var(--momsRoomRegistration__breadcrumbsEnabledLineColor) 50%, var(--momsRoomRegistration__breadcrumbsEnabledLineColor) 100%) left top/10px 10px repeat}@media(min-width: 991px){.momsRoomStepperList__step.-highlighted:not(.-disabled) .momsRoomStepsLine::before{background:transparent linear-gradient(0deg, transparent, transparent 50%, var(--momsRoomRegistration__breadcrumbsEnabledLineColor) 50%, var(--momsRoomRegistration__breadcrumbsEnabledLineColor) 100%) left top/10px 10px repeat}}.momsRoomStepRadio{display:flex;position:relative}.momsRoomStepOption .momsRoomStepText{padding-left:47px}.momsRoomStepRadio__input{left:15px;position:absolute;top:15px;transform:translate(-50%, -50%)}.momsRoomStepRadio__presantation{align-items:center;background-color:#fff;border:solid 1px #8d8f92;border-radius:50%;display:flex;height:30px;justify-content:center;position:absolute;transition:border-color .3s ease-in,box-shadow .3s ease-in;width:30px}.momsRoomStepRadio__input:focus~.momsRoomStepRadio__presantation{box-shadow:0 0 0 .2rem rgba(48,105,235,.5);transition:border-color .1s ease-out,box-shadow .1s ease-out}.momsRoomStepRadio__input[aria-invalid=true]~.momsRoomStepRadio__presantation{border-color:var(--momsRoomRegistration__breadcrumbsEnabledLineColor)}.momsRoomStepRadio__input[aria-invalid=true]:focus~.momsRoomStepRadio__presantation{box-shadow:0 0 0 .2rem rgba(var(--momsRoomRegistration__breadcrumbsEnabledLineColor), 0.5)}.momsRoomStepRadio__presantation::after{background-color:#3069eb;border-radius:50%;content:"";display:block;height:20px;max-height:0;max-width:0;transition:max-height .3s ease-in,max-width .3s ease-in;width:20px}.momsRoomStepRadio__input:checked~.momsRoomStepRadio__presantation::after{max-height:20px;max-width:20px;transition:max-height .1s ease-out,max-width .1s ease-out}select.momsRoomStepSelect:not(.flatpickr-monthDropdown-months){background-color:var(--tmrField_bgColor, #ffffff);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56' fill='none'%3E%3Crect width='56' height='56' fill='none'/%3E%3Cpath d='M28 36L20 20H36L28 36Z' fill='%23B45908'/%3E%3C/svg%3E");background-position:right center;background-repeat:no-repeat;border:0;border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:var(--tmrField_borderColor, #323B4F);border-radius:0;color:var(--tmrFieldInput_color_filled, #007a85);font:400 21px/26px FuturaSB;padding:15px 75px 15px 18px;transition:box-shadow .3s ease-in}select.momsRoomStepSelect:not(.flatpickr-monthDropdown-months):focus{box-shadow:0 0 0 .2rem rgba(48,105,235,.5);outline:none;transition:box-shadow .1s ease-out}select.momsRoomStepSelect:not(.flatpickr-monthDropdown-months):invalid{color:#323b4f}select.momsRoomStepSelect:not(.flatpickr-monthDropdown-months)[aria-invalid=true]:not(.tmrSelectInput){box-shadow:inset 0 0 0 1px #eb3030}select.momsRoomStepSelect:not(.flatpickr-monthDropdown-months)[aria-invalid=true]:not(.tmrSelectInput):focus{box-shadow:inset 0 0 0 1px #eb3030,0 0 0 .2rem rgba(235,48,48,.5)}.momsRoomStepText{color:#323b4f;font:400 21px/26px FuturaSB;letter-spacing:-0.0075rem}.momsRoomStepTextField__icon img{display:block;max-height:100%;max-width:100%}.momsRoomStepTextField__icon path{fill:currentColor}.momsRoomStepTextField__icon svg{display:block}.momsRoomStepTextField{display:block;position:relative}.momsRoomStepLabel+.momsRoomStepTextField{margin-top:15px}.momsRoomStepTextField__icon{align-items:center;color:#8d8f92;border-right:solid 1px #e9e9e9;display:flex;justify-content:center;height:48px;left:33px;position:absolute;top:50%;transform:translate(-50%, -50%);width:66px}.momsRoomStepTextField__input{background-color:#fff;border:solid 1px #fff;color:#3069eb;font:400 21px/26px FuturaSB;letter-spacing:-0.0075rem;padding:14px 17px;transition:background-color .3s ease-in,border-color .3s ease-in,box-shadow .3s ease-in,color .3s ease-in;width:100%}.momsRoomStepTextField__input:focus{box-shadow:0 0 0 .2rem rgba(48,105,235,.5);transition:box-shadow .1s ease-out}.momsRoomStepTextField__input[disabled]{background-color:#e0e0e0;border-color:#e0e0e0;color:#323b4f;cursor:not-allowed;transition:background-color .1s ease-out,border-color .1s ease-out,box-shadow .1s ease-out,color .1s ease-out}.momsRoomStepTextField__input[readonly]{background-color:#e0e0e0;border-color:#e0e0e0;color:#323b4f;cursor:default}.momsRoomStepTextField__input .-invalid{border-color:#eb3030;color:#eb3030;transition:border-color .1s ease-out,box-shadow .1s ease-out}.momsRoomStepTextField__input .-invalid:focus{box-shadow:0 0 0 .2rem rgba(235,48,48,.5)}.momsRoomStepTextField__input .-invalid::placeholder{color:inherit}.momsRoomStepTextField__icon~.momsRoomStepTextField__input{padding-left:75px}.momsRoomStepTextField__input::placeholder{color:#323b4f;font:inherit;letter-spacing:inherit;transition:inherit}.momsRoomStepTooltip{background-color:var(--tmrTooltip_backgrounColor, #6e6e6e);border:0;border-radius:50%;color:#fff;font:400 16px/24px FuturaSB;letter-spacing:-0.005625rem;height:24px;padding:0;transition:background-color .3s ease-in,box-shadow .3s ease-in;vertical-align:text-bottom;width:24px}.momsRoomStepTooltip:focus{outline:none;box-shadow:0 0 0 .2rem rgba(48,105,235,.5);transition:background-color .1s ease-out,box-shadow .1s ease-out}.momsRoomStepTooltip:hover{background-color:#4c4b4b;transition:background-color .1s ease-out,box-shadow .1s ease-out}.momsRoomStepTooltip:not(:first-child){margin-left:4px}.momsRoomStepTooltip__image{display:block;max-width:100%}.momsRoomStepLink{color:#0094aa;border-bottom:solid #0094aa 2px;text-decoration:none;align-self:center;cursor:pointer}.tmrBreastPumpAssessmentQuestion{margin:-5px;max-height:1000px;opacity:1;overflow:hidden;padding:5px;transition:max-height .5s ease,opacity .4s .1s ease}.tmrBreastPumpAssessmentQuestion[aria-hidden=true]{max-height:0;opacity:0;transition:max-height .4s .1s ease,opacity .5s ease}.tmrBreastPumpAssessmentQuestion:not(:first-child) .tmrBreastPumpAssessmentQuestion__wrapper{padding-top:50px}.momsRoomSteps{position:relative}@media(min-width: 991px){.momsRoomSteps{display:flex}}.momsRoomSteps__col.-navigation{background-color:var(--momsRoomRegistration__breadcrumbsBackgroundColor, #ececec);padding:15px 15px 40px}.momsRoomSteps__col.-navigation.-editProfile{display:none}@media(min-width: 991px){.momsRoomSteps__col.-navigation.-editProfile{display:block}}@media(min-width: 991px){.momsRoomSteps__col.-navigation{padding:53px 15px 53px 27px;flex:0 0 18.5%}}.momsRoomSteps.-editMode .momsRoomSteps__col.-navigation{display:none}.momsRoomSteps__col.-content{background-color:var(--momsRoomRegistration__questionsBackgroundColor, #f6f6f6);display:block}@media(min-width: 991px){.momsRoomSteps__col.-content{flex:1}}.commonAlert.momsRoomSteps__alertBanner{left:0;position:absolute;top:0;width:100%;z-index:99}.alertBannerWrapper{position:relative;width:100%}.alertBannerWrapper .commonAlert.momsRoomSteps__alertBanner{z-index:445}.momsRoomStep{padding:20px 15px}.momsRoomStep.momsRoomSubstep{padding:36px 0 0}.momsRoomSteps:not(.-editMode) .momsRoomStep:not(.-active){display:none}@media(min-width: 991px){.momsRoomStep{padding:39px 62px 37px 69px;display:flex;flex-direction:column}.momsRoomStep.-thin{padding:0}}@media(min-width: 991px){.momsRoomStepCell{padding-left:18px;padding-right:18px}}.momsRoomStepCell.-layoutVertical{margin-top:15px !important}.momsRoomStepCell:not(:first-child){margin-top:15px}@media(min-width: 991px){.momsRoomStepCell:not(:first-child){margin-top:0}}.momsRoomStepRow.-layoutVertical .momsRoomStepCell:not(:first-child){margin-top:15px}.momsRoomStepCell[aria-hidden=true]{display:none}.momsRoomStepCell.-alignRight{margin-left:auto;margin-top:0}@media(min-width: 991px){.momsRoomStepCell.-widthFull{flex:0 0 100%}}@media(min-width: 991px){.momsRoomStepCell.-width1of3{flex:0 0 33.33333%}}@media(min-width: 991px){.momsRoomStepCell.-width2of3{flex:0 0 66.66666%}}@media(min-width: 991px){.momsRoomStepCell.-width3of3{flex:0 0 100%}}@media(min-width: 991px){.momsRoomStepCell.-width1of2{flex:0 0 50%}}.momsRoomStepFieldset{border:0;margin:-0.2rem;max-height:1000px;overflow:hidden;padding:.2rem;transition:max-height .3s ease}.momsRoomStepFieldset[aria-hidden=true]{max-height:0}.momsRoomStepFieldset__wrapper{margin-top:36px}@media(min-width: 991px){.momsRoomStepRow{margin-left:-18px;margin-right:-18px}}.momsRoomStepRow:not(:first-child):not(.-gapSmall){margin-top:36px}.momsRoomStepBreakLine+.momsRoomStepRow:not(:first-child):not(.-gapSmall){margin-top:23px}.momsRoomStepRow:not(:first-child).-gapSmall{margin-top:15px}@media(min-width: 991px){.momsRoomStepRow:not(.-layoutHorizontal):not(.-layoutVertical){display:flex;flex-direction:row}.momsRoomStepRow:not(.-layoutHorizontal):not(.-layoutVertical).-hide{display:none}}.momsRoomStepRow.-layoutHorizontal{display:flex;flex-direction:row;flex-wrap:wrap}.momsRoomStepRow.-hide{display:none}.momsRoomStepSection.-content{margin-bottom:auto}.momsRoomStepSection.-controls:not(:first-child){margin-top:36px}.momsRoomStepSection.-controls.-gapSmall{margin-top:0}.momsRoomStepBreakLine{border-color:#e0e0e0 transparent transparent;border-style:solid;border-width:1px 0 0}.momsRoomStepBreakLine:not(:first-child){margin-top:45px}.momsRoomStepFragment{display:contents}.linksList{padding:0;list-style-type:none}.linksList__item{margin-bottom:35px}.linksList__link{font-size:20px;font-weight:bold;line-height:37px;letter-spacing:.1px;color:#7e8386;text-decoration:none;border-bottom:2px solid #ffc709}.linksList__link:hover{color:#ffc709;text-decoration:none}.selectYourPump{word-wrap:break-word}.selectYourPump__heading{font-size:36px;line-height:46px;color:#323b4f;font-weight:500;margin:0 0 32px}.selectYourPump__subheading{font-size:18px;line-height:23px;color:#323b4f;margin-bottom:36px}.selectYourPump__productsList{display:flex;flex-wrap:wrap;justify-content:space-between}.selectYourPump__product{text-decoration:none;width:30%;margin-bottom:40px;background-color:#fff;border:2px solid #dde4e8;border-radius:5px;text-transform:none !important}.selectYourPump__product:hover{box-shadow:0 0 11px rgba(33,33,33,.2)}@media only screen and (max-width: 480px){.selectYourPump__product{min-width:0;flex:0 48%}}.selectYourPump__productImageContainer{display:flex;height:164px}.selectYourPump__productImageContainer img{max-width:100%;max-height:164px;margin:auto}.selectYourPump__productName{padding:18px 25px;min-height:54px;color:#435886;font-size:21px;line-height:27px;font-weight:500}.pumpDetails .selectYourPump__product{width:100%}.pumpDetails__serialNumber.-hide{display:none}.pumpDetails__submissionDescription{font-size:18px;line-height:23px;color:#323b4f;margin-bottom:36px}.momsRoomTextWithAsset__description ol{color:inherit;font:inherit;letter-spacing:inherit;margin-bottom:0;margin-top:0}.momsRoomTextWithAsset__description ol:not(:first-child){margin-top:16px}.momsRoomTextWithAsset__description ol{padding-left:22px}.momsRoomTextWithAsset__description p{color:inherit;font:inherit;letter-spacing:inherit;margin-bottom:0;margin-top:0}.momsRoomTextWithAsset__description p:not(:first-child){margin-top:16px}.momsRoomTextWithAsset__description ul{color:inherit;font:inherit;letter-spacing:inherit;margin-bottom:0;margin-top:0}.momsRoomTextWithAsset__description ul:not(:first-child){margin-top:16px}.momsRoomTextWithAsset__description ul{padding-left:22px}.momsRoomTextWithAsset{background-color:#fff;color:#000;background-size:cover}.momsRoomTextWithAsset__col{flex:1 1 50%;padding-left:16px;padding-right:16px}.momsRoomTextWithAsset__col.-content{margin-top:0;margin-left:89px;margin-right:89px;padding-bottom:35px;padding-top:35px}@media(min-width: 991px){.momsRoomTextWithAsset__col.-content{margin-top:0}}@media(max-width: 767px){.momsRoomTextWithAsset__col.-content{padding:63px 13px 18px 13px;margin:0}}.momsRoomTextWithAsset__col.-asset{align-items:center;display:flex;justify-content:center;margin-left:23px;margin-right:23px;padding-bottom:19px;padding-right:0;padding-left:0}.momsRoomTextWithAsset__container{display:flex;flex-direction:column-reverse;max-width:1350px}@media(min-width: 991px){.momsRoomTextWithAsset__container{flex-direction:row}}@media(min-width: 991px){.momsRoomTextWithAsset.-layoutRight .momsRoomTextWithAsset__container{flex-direction:row-reverse}}.momsRoomTextWithAsset__description{color:inherit;font-family:"FuturaSB";font-size:20px;font-weight:800;letter-spacing:-0.006875rem;line-height:37px}.momsRoomTextWithAsset__description:not(:first-child){margin-top:24px}.momsRoomTextWithAsset__headline{color:inherit;margin-bottom:0;margin-top:0;font-family:"FuturaSB";font-size:48px;font-weight:bold;letter-spacing:-0.016875rem;line-height:61px}@media(max-width: 767px){.momsRoomTextWithAsset__headline{font-size:34px;letter-spacing:-0.011875rem;line-height:43px}}.momsRoomTextWithAssetPreview{position:relative}.momsRoomTextWithAssetPreview__img{display:block;max-width:100%;object-fit:cover}.momsRoomTextWithAssetPreview__play{background:none;border:0;padding:0;cursor:pointer;transition:box-shadow .3s ease-in;margin-top:auto;margin-left:auto}.momsRoomTextWithAssetPreview__play.-layoutRight{margin-left:0;margin-right:auto}.momsRoomTextWithAssetPreview__play:focus{outline:none;opacity:1;transition:box-shadow .1s ease-out}.momsRoomTextWithAssetPreview__play span{text-decoration:underline;font-family:"FuturaSB";font-size:20px;line-height:37px}.momsRoomTextWithAssetPreview__play img{vertical-align:middle;width:50px;height:50px}.tmrTextAndAssetModalWindow{position:relative}.tmrTextAndAssetModalWindow__closeBtn{background-color:#6e6e6e;border:0;border-radius:50%;color:#fff;cursor:pointer;height:32px;position:absolute;right:10px;top:30px;transform:translateY(-50%);width:32px}.tmrTextAndAssetModalWindow__closeBtn:focus{outline:none;box-shadow:0 0 0 .2rem rgba(48,105,235,.5);opacity:1;transition:box-shadow .1s ease-out}.js-momsRoomTextWithAssetModal .commonModal__window{width:50%}.js-momsRoomTextWithAssetModal .videoWrapper{position:relative;padding-bottom:56.25%;height:0}.js-momsRoomTextWithAssetModal .videoWrapper>iframe{position:absolute;top:0;left:0;width:100%;height:100%}.js-momsRoomTextWithAssetModal .tmrTextAndAssetModalWindow__body{background-color:#fff;border-radius:8px;padding:60px 10px 10px}@media only screen and (max-width: 959px){.hidden_small{display:none !important}}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}.tmrEditProfile__cell{width:auto}.tmrEditProfile__cell:not(.-noPaddingX){padding-left:16px;padding-right:16px}.tmrEditProfile__cell:not(:first-child):not(.-noMarginTop){margin-top:15px}@media(min-width: 991px){.tmrEditProfile__cell:not(:first-child):not(.-noMarginTop){margin-top:0}}.momsRoomStepRow.-layoutVertical .tmrEditProfile__cell:not(:first-child):not(.-noMarginTop){margin-top:15px}.tmrEditProfile__cell[aria-hidden=true]{display:none}.tmrEditProfile__cell.-alignRight{margin-left:auto}@media(min-width: 991px){.tmrEditProfile__cell.-widthFull{flex:0 0 100%}}@media(min-width: 991px){.tmrEditProfile__cell.-width1of3{flex:0 0 33.33333%}}@media(min-width: 991px){.tmrEditProfile__cell.-width2of3{flex:0 0 66.66666%}}@media(min-width: 991px){.tmrEditProfile__cell.-width3of3{flex:0 0 100%}}@media(min-width: 991px){.tmrEditProfile__cell.-width1of2{flex:0 0 50%}}.tmrEditProfile__container{margin-left:auto;margin-right:auto;max-width:1350px;padding-left:16px;padding-right:16px}.tmrEditProfile__headline{color:var(--commomQuestion_color, #323b4f);font:600 24px/1.25 "FuturaSB";letter-spacing:-0.006875rem;margin-bottom:0;margin-top:0}.tmrEditProfile__row{margin-left:-16px;margin-right:-16px}.tmrEditProfile__row:not(:first-child):not(.-gapSmall):not(.-noMarginTop){margin-top:36px}.momsRoomStepBreakLine+.tmrEditProfile__row:not(:first-child):not(.-gapSmall):not(.-noMarginTop){margin-top:23px}.tmrEditProfile__row:not(:first-child):not(.-noMarginTop).-gapSmall{margin-top:15px}@media(min-width: 768px){.tmrEditProfile__row:not(.-layoutHorizontal):not(.-layoutVertical){display:flex;flex-direction:row}}.tmrEditProfile__row.-layoutHorizontal{display:flex;flex-direction:row}.tmrEditProfile__description{color:var(--commonSubTitle_color, #323b4f);font:500 21px/1.25 "FuturaSB";letter-spacing:-0.00625rem;margin-bottom:0;margin-top:0}.EditProfileInfo{padding-bottom:1.4375rem;background-color:var(--steps__borderBackgroundColor, #f6f6f6)}.EditProfileInfo .-highlighted .momsRoomStepperLabel{font-weight:700}.tmrChangePassword .commonHR:not(:first-child),.tmrChangePassword .product .product-info-divider:not(:first-child),.product .tmrChangePassword .product-info-divider:not(:first-child),.tmrChangePassword .product .product-section-divider:not(:first-child),.product .tmrChangePassword .product-section-divider:not(:first-child){--commonHR_marginTop: 46px}.tmrChangePassword .commonRow:not(:first-child){margin-top:40px}.tmrChangePassword .commonHR~.commonRow:not(:first-child),.tmrChangePassword .product .product-info-divider~.commonRow:not(:first-child),.product .tmrChangePassword .product-info-divider~.commonRow:not(:first-child),.tmrChangePassword .product .product-section-divider~.commonRow:not(:first-child),.product .tmrChangePassword .product-section-divider~.commonRow:not(:first-child){margin-top:36px}.tmrChangeOptIns .commonContainer{display:flex;flex-direction:column}.tmrChangeOptIns .commonContainer .tmrChangeOptIns__submit{order:2}.tmrChangeOptIns .commonContainer .-last{order:1}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}.tmrProfileWidgetContent{background-color:#fff;border-color:transparent #f0f0f4 #f0f0f4 #f0f0f4;border-style:solid;border-width:1px;border-radius:0 0 11px 11px}.tmrProfileWidgetContent__component:not(:first-child){margin-top:40px}.tmrProfileWidgetHeader{align-items:center;background:linear-gradient(179.75deg, var(--tmrProfileWidgetHeader_backgroundColorStart) 0%, var(--tmrProfileWidgetHeader_backgroundColor) 100%);color:var(--tmrProfileWidgetHeader_color, #987500);display:flex;padding:9px 15px;border-bottom:3px solid var(--commonButton_bgColor)}@media only screen and (max-width: 480px){.tmrProfileWidgetHeader{position:relative;text-align:right}}.tmrProfileWidgetHeader__cell.-control{margin-left:auto}.tmrProfileWidgetHeader__cell.-title:not(:first-child){margin-left:20px}.tmrProfileWidgetHeader__icon{display:block;max-height:30px;max-width:60px}.tmrProfileWidgetHeader__button{color:var(--commonButton_color, #575757);cursor:pointer;background-color:var(--commonButton_bgColor, #FFC709);border:solid 2px var(--commonButton_borderColor, --commonButton_bgColor, #575757);border-radius:10px;letter-spacing:-0.0075rem;min-width:250px;padding:13px 18px;text-transform:uppercase;transition:background-color .3s ease-in,color .3s ease-in,border-color .3s ease-in,box-shadow .3s ease-in;font:700 20px/26px "FuturaSB";letter-spacing:.2px}.tmrProfileWidgetHeader__button:hover{color:#383838;background-color:var(--commonButton_bgColor_hovered, #F58220);border-color:var(--commonButton_borderColor_hovered, --commonButton_bgColor_hovered, #F58220);transition:background-color .1s ease-out,border-color .1s ease-out}.tmrProfileWidgetHeader__button[href],.tmrProfileWidgetHeader__button[data-href]{display:inline-block;text-align:center;text-decoration:none}.tmrProfileWidgetHeader__button[aria-disabled=true]{cursor:not-allowed;opacity:.7}@media(max-width: 767px){.tmrProfileWidgetHeader__button.js-tmrBabiesAddLink,.tmrProfileWidgetHeader__button.js-tmrQSPLink,.tmrProfileWidgetHeader__button.js-tmrPumpRegLink{display:none}}.tmrProfileWidgetHeader__title{color:inherit;font:700 24px/32px "FuturaSB";letter-spacing:-0.008125rem;margin-bottom:0;margin-top:0}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}.tmrPromoReelSlide{align-items:center;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;display:flex;height:100%;position:relative}@media(min-width: 768px){.tmrPromoReelSlide.-alignLeft{justify-content:flex-start}}.tmrPromoReelSlide.-alignCenter{justify-content:center}@media(min-width: 768px){.tmrPromoReelSlide.-alignRight{justify-content:flex-end}}.tmrPromoReelSlide__cell{position:relative;z-index:10;height:100%;flex-direction:column;justify-content:space-between;display:flex;width:100%;padding:30px 15px 36px 36px}@media(min-width: 768px){.tmrPromoReelSlide__cell{padding-bottom:66px;padding-top:66px}}@media(min-width: 768px){.tmrPromoReelSlide.-alignLeft .tmrPromoReelSlide__cell{flex:0 0 50%;padding-left:86px;padding-right:20px}}.tmrPromoReelSlide.-alignCenter .tmrPromoReelSlide__cell{padding-left:86px;padding-right:86px;text-align:center}@media(min-width: 768px){.tmrPromoReelSlide.-alignRight .tmrPromoReelSlide__cell{flex:0 0 50%;padding-left:20px;padding-right:86px}}.tmrPromoReelSlide__cell .tmrBannerButton__cta{max-width:200px}.tmrPromoReelSlide__cta{display:inline-block}.tmrPromoReelSlide__cta:not(:first-child){margin-top:45px}.tmrPromoReelSlide__cta.-button{--commonButton_bgColor: #0094aa;--commonButton_bgColor_hovered: #0094aa;color:var(--commonButton_color, #575757);cursor:pointer;background-color:var(--commonButton_bgColor, #FFC709);border:solid 2px var(--commonButton_borderColor, --commonButton_bgColor, #575757);border-radius:10px;letter-spacing:-0.0075rem;min-width:250px;padding:13px 18px;text-transform:uppercase;transition:background-color .3s ease-in,color .3s ease-in,border-color .3s ease-in,box-shadow .3s ease-in;font:700 20px/26px "FuturaSB";letter-spacing:.2px}.tmrPromoReelSlide__cta.-button:hover{color:#383838;background-color:var(--commonButton_bgColor_hovered, #F58220);border-color:var(--commonButton_borderColor_hovered, --commonButton_bgColor_hovered, #F58220);transition:background-color .1s ease-out,border-color .1s ease-out}.tmrPromoReelSlide__cta.-button[href],.tmrPromoReelSlide__cta.-button[data-href]{display:inline-block;text-align:center;text-decoration:none}.tmrPromoReelSlide__cta.-button[aria-disabled=true]{cursor:not-allowed;opacity:.7}.tmrPromoReelSlide__title{letter-spacing:.2px;color:var(--tmrPromoReelSlide__title_color, #323b4f);font:700 28px/35px "FuturaSB";letter-spacing:-0.0125rem;margin-bottom:0;margin-top:0}@media(min-width: 768px){.tmrPromoReelSlide__title{font:700 36px/46px "FuturaSB"}}.tmrPromoReelSlide__video{left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);z-index:5}.tmrPromoReelSlide__video::after{bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0;z-index:6}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}.tmrPromoReelSlider{position:relative;width:100%;box-sizing:border-box}.tmrPromoReelSlider *{box-sizing:inherit}.tmrPromoReelSlider__track{overflow:hidden}.tmrPromoReelSlider__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.tmrPromoReelSlider__slides_dragging{user-select:none}.tmrPromoReelSlider__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.tmrPromoReelSlider__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.tmrPromoReelSlider__arrows{-webkit-touch-callout:none;user-select:none}.tmrPromoReelSlider__bullets{-webkit-touch-callout:none;user-select:none}.tmrPromoReelSlider_rtl{direction:rtl}.tmrPromoReelSlider{border-radius:11px;overflow:hidden;position:relative}.tmrPromoReelSlider .tmrPromoReelSliderControls{display:flex;align-items:center;justify-content:center;background:linear-gradient(179.75deg, var(--tmrProfileWidgetHeader_backgroundColorStart) 0%, var(--tmrProfileWidgetHeader_backgroundColor) 100%);color:var(--tmrProfileWidgetHeader_color, #987500);padding:9px 15px;border-bottom:3px solid var(--commonButton_bgColor)}.tmrPromoReelSlider__arrow{background-color:transparent;border:0;padding:0;position:absolute;top:169px;transform:translateY(-50%)}.tmrPromoReelSlider__arrow.-hidden{display:none}.tmrPromoReelSlider__arrow.-left{left:30px}.tmrPromoReelSlider__arrow.-right{right:30px}.tmrPromoReelSlider__arrowSvg{width:49px;height:126px}.tmrPromoReelSlider__arrowPath{stroke:var(--tmrPromoReelSlider__arrowPath_stroke, #ffffff)}.tmrPromoReelSlider__bullet{background-color:var(--tmrPromoReelSlider__bullet_backgroundColor, #ede5da);border-color:transparent;color:var(--tmrPromoReelSlider__bullet_color, #656667);font:24px / 32px "FuturaSB";letter-spacing:-0.008125rem;position:relative;text-align:left;transition:background-color .3s ease,color .3s ease;width:100%;padding:0 15px;min-height:45px;white-space:normal}@media(min-width: 768px){.tmrPromoReelSlider__bullet{height:62px;padding:15px 15px}}.tmrPromoReelSlider__bullet.-active,.tmrPromoReelSlider__bullet.glide__bullet--active{background-color:var(--tmrPromoReelSlider__bullet_backgroundColor_active, #ffc709);color:var(--commonButton_color, #575757);overflow:visible}.tmrPromoReelSlider__bullet:not(.-active)+.tmrPromoReelSlider__bullet::before{background-color:#fff;content:"";display:block;height:48px;left:-1px;position:absolute;top:50%;transform:translateY(-50%);width:2px}.tmrPromoReelSlider__bullets{display:flex;min-height:45px}@media(min-width: 768px){.tmrPromoReelSlider__bullets{height:62px}}.tmrPromoReelSlider__bullets.-hidden{display:none}.tmrPromoReelSlider__slides{height:100%;margin-bottom:0;margin-top:0}.tmrPromoReelSlider__track{height:255px}@media(min-width: 768px){.tmrPromoReelSlider__track{height:338px}}.tmrQsp:not(.tmrQsp_editMode) .tmrQsp__step[aria-hidden=true]{display:none}.tmrOrdersModal .commonModal__window{max-width:991px;width:100%}.commonModal.tmrOrdersModal{padding-bottom:16px;padding-top:16px}.tmrOrdersTable{color:#323b4f;display:block;font:400 21px/27px "FuturaSB";letter-spacing:-0.0075rem;width:100%}@media(min-width: 767px){.tmrOrdersTable{display:table;border-collapse:collapse}}.tmrOrderTable__header{display:none;text-align:left}@media(min-width: 767px){.tmrOrderTable__header{display:table-header-group}}.tmrOrderTable__body{display:block}@media(min-width: 767px){.tmrOrderTable__body{display:table-row-group;vertical-align:text-bottom}}.tmrOrderTable__cell.-label{flex:0 0 40%;font-weight:700;padding-right:32px}@media(min-width: 767px){.tmrOrderTable__cell.-label{display:none;flex:none}}.tmrOrderTable__cell.-value{flex:0 0 60%}@media(min-width: 767px){.tmrOrderTable__cell.-value{flex:none}}.tmrOrderTable__column{display:flex;padding:4px 16px}@media(min-width: 767px){.tmrOrderTable__column{display:table-cell;padding:12px 16px}}.tmrOrderTable__record{display:block;padding-bottom:8px;padding-top:8px}@media(min-width: 767px){.tmrOrderTable__record{display:table-row}}.tmrOrderTable__body .tmrOrderTable__record:nth-child(2n+1){background-color:transparent}@media(min-width: 767px){.tmrOrderTable__body .tmrOrderTable__record:nth-child(2n+1){background-color:#ececec}}.tmrOrderTable__body .tmrOrderTable__record:nth-child(2n+2){background-color:#ececec}@media(min-width: 767px){.tmrOrderTable__body .tmrOrderTable__record:nth-child(2n+2){background-color:transparent}}.tmrOrderTable__record .tmrOrderTable__header{font-weight:700}.tmrQspBanner__row.-orders[aria-hidden=false]~.tmrQspBanner__row.-banner .tmrBannerButton{border-radius:11px 11px 0 0}.tmrQspBanner{display:flex;flex-direction:column-reverse}.tmrQspBanner__orders[aria-hidden=false]+.tmrQspBanner__banner{border-radius:11px 11px 0 0}.tmrQspBanner__banner .tmrQspBanner__row{flex-grow:1}.tmrQspBanner__orders{border-color:transparent #f0f0f4 #f0f0f4 #f0f0f4;border-style:solid;border-width:1px}.tmrQspOrderRow{background-color:#fff9e6;border-radius:0 0 11px 11px;padding:8px 16px;text-align:right}.tmrQspOrderRow[aria-hidden=true]{display:none}.tmrQspOrderRow_link{background-color:transparent;border:0;color:#7e8386;cursor:pointer;font:400 20px/25px "FuturaSB";letter-spacing:-0.0075rem;padding:0}.tmrQspOrderRow_icon{display:inline-block;height:25px;margin-right:8px;vertical-align:text-bottom;width:25px}.tmrQspInfo p{margin-bottom:0;margin-top:0}.tmrQspInfo{color:#323b4f;font:400 21px/27px "FuturaSB";letter-spacing:-0.0075rem;margin-top:42px;text-align:center}.tmrQspInfo[aria-hidden=true]{display:none}.tmrProfileWidgetContent{display:flex;flex-direction:column-reverse}.tmrProfileWidgetContent[aria-hidden=true]{display:none}.tmrProfileWidgetContent__row.-body{padding:40px 20px}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}.tmrQspStart__description p{color:inherit;font:inherit;letter-spacing:inherit;margin-bottom:0;margin-top:0}.tmrQspStart__description p:not(:first-child){margin-top:7px}.tmrQspStart{background-color:#fff;background-position:right center;background-repeat:no-repeat;background-size:cover;border:solid 1px #f3f3f5;border-radius:11px;display:flex;padding:20px 24px}.tmrQspStart[aria-hidden=true]{display:none}.tmrQspStart__cell.-content{margin-right:40px;flex:0 0 37.5%}.tmrQspStart__cell.-controls{margin-left:auto}.tmrQspStart__description{color:#fff;font:400 21px/27px "FuturaSB";letter-spacing:-0.0075rem}.tmrQspStart__description:not(:first-child){margin-top:4px}.trmQspStart__icon{display:block;max-width:40px}.tmrQspStart__link{color:var(--commonButton_color, #575757);cursor:pointer;background-color:var(--commonButton_bgColor, #FFC709);border:solid 2px var(--commonButton_borderColor, --commonButton_bgColor, #575757);border-radius:10px;letter-spacing:-0.0075rem;min-width:250px;padding:13px 18px;text-transform:uppercase;transition:background-color .3s ease-in,color .3s ease-in,border-color .3s ease-in,box-shadow .3s ease-in;font:700 20px/26px "FuturaSB";letter-spacing:.2px;white-space:nowrap}.tmrQspStart__link:hover{color:#383838;background-color:var(--commonButton_bgColor_hovered, #F58220);border-color:var(--commonButton_borderColor_hovered, --commonButton_bgColor_hovered, #F58220);transition:background-color .1s ease-out,border-color .1s ease-out}.tmrQspStart__link[href],.tmrQspStart__link[data-href]{display:inline-block;text-align:center;text-decoration:none}.tmrQspStart__link[aria-disabled=true]{cursor:not-allowed;opacity:.7}.tmrQspStart__title{color:#fff;font:700 36px/46px "FuturaSB";letter-spacing:-0.0125rem;margin-bottom:0;margin-top:0}.tmrQspStart__title:not(:first-child){margin-top:7px}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}.tmrQspStep__row p{margin-bottom:0;margin-top:0}.tmrQspSteps{align-items:flex-start;border-bottom:solid 1px #a9b7bf;counter-reset:qsp-steps 0;display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-bottom:40px;padding-left:0}@media(min-width: 767px){.tmrQspSteps{align-items:stretch;border-bottom:0;flex-direction:row;padding-bottom:0}}.tmrQspSteps__item{align-items:flex-start;display:flex;flex-direction:row-reverse;padding-bottom:20px;padding-top:20px;position:relative}@media(min-width: 767px){.tmrQspSteps__item{align-items:stretch;flex:1 1 0;flex-direction:column;padding-bottom:0;padding-top:0}}@media(min-width: 767px){.tmrQspSteps__item:not(:first-child){flex:1 1 0}}.tmrQspSteps__item:nth-child(1){z-index:3}.tmrQspSteps__item:nth-child(2){z-index:2}.tmrQspSteps__item:nth-child(3){z-index:1}.tmrQspStep__icon{display:block;height:37px;margin:30px auto 0;transform:translateY(-50%);width:auto}@media(min-width: 767px){.tmrQspStep__icon{margin-top:0;transform:none}}.tmrQspStep__label{color:#323b4f;font:400 21px/27px "FuturaSB";letter-spacing:-0.0075rem;padding-top:16px}@media(min-width: 767px){.tmrQspStep__label{padding-top:0}}.tmrQspStep__label:not(:first-child){margin-left:20px}@media(min-width: 767px){.tmrQspStep__label:not(:first-child){margin-left:0;margin-top:12px}}.tmrQspStep__row.-bullet{display:flex;position:relative;justify-content:center}@media(min-width: 767px){.tmrQspStep__row.-bullet:not(:first-child){margin-top:22px}}.tmrQspStep__row.-bullet::after{background-color:#a9b7bf;content:"";display:none;height:4px;left:30px;position:absolute;top:30px;transform:rotate(-90deg);transform-origin:left center;width:var(--tmrQspStepBullet__line_width, 0);z-index:1}@media(min-width: 767px){.tmrQspStep__row.-bullet::after{left:0;top:50%;transform:translate(-50%, -50%);width:100%}}.tmrQspStep:not(.-disabled) .tmrQspStep__row.-bullet::after{background-color:#ffc709}.tmrQspStep:not(:first-child) .tmrQspStep__row.-bullet::after{display:block}.tmrQspStep__row.-content{display:flex;min-height:60px;text-align:left;padding:0 40px}@media(min-width: 767px){.tmrQspStep__row.-content{align-items:center;display:block;margin-bottom:auto;min-height:0;padding-left:30px;padding-right:30px;text-align:center}}.tmrQspStep__row[aria-hidden=true]{display:none}.tmrQspStepBullet{border:solid 2px transparent;border-radius:50%;color:#f3f3f5;font:700 36px/46px "FuturaSB";height:60px;letter-spacing:-0.0125rem;padding:5px;position:relative;width:60px;z-index:5}.tmrQspStep:not(.-disabled) .tmrQspStepBullet{color:#fff}.tmrQspStep.-active .tmrQspStepBullet{background-color:#fff;border-color:#ffc709}.tmrQspStepBullet__circle{align-items:center;background-color:#a9b7bf;border-radius:50%;display:flex;height:46px;justify-content:center;width:46px}.tmrQspStep:not(.-disabled) .tmrQspStepBullet__circle{background-color:#ffc709}.tmrQspStepBullet__circle::after{content:counter(qsp-steps);counter-increment:qsp-steps}.tmrQspStepBullet__circle:not(:empty)::after{display:none}.tmrQspStepBullet__icon{display:block;height:30px;width:30px}.tmrQspSupplier{color:#323b4f;font:400 21px/27px "FuturaSB";letter-spacing:-0.0075rem;list-style:none;margin:0 auto;max-width:500px;padding-left:0;word-break:break-all;word-break:break-word}.tmrQspSupplier:not(:first-child){margin-top:42px}.tmrQspSupplier[aria-hidden=true]{display:none}.tmrQspSupplier__item:not(:first-child){margin-top:5px}.tmrQspSupplier__item[aria-hidden=true]{display:none}.tmrQspSupplier__name{font-weight:bold}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}.tmrBabyCard{border:solid 1px var(--tmrBabyCard_borderColor, #dde4e8);border-radius:5px;box-shadow:0 0 5px 0 rgba(0,0,0,.1);color:var(--tmrPumpCard_color, #323b4f);cursor:pointer;display:block;overflow:hidden}.tmrBabyCard[href]{text-decoration:none}.tmrBabyCard:focus{--tmrBabyCard_borderColor: var( --tmrBabyCard_borderColor_focused, #ffc709 )}.tmrBabyCard:hover{--tmrBabyCard_borderColor: var( --tmrBabyCard_borderColor_hovered, #ffc709 )}.tmrBabyCard__cell.-info{background-color:var(--tmrBabyCard__cellInfo_backgroundColor, transparent);border-top:solid 1px var(--tmrBabyCard__cellInfo_borderColor, #f6f6f6);padding:10px 12px 18px}.tmrBabyCard:focus .tmrBabyCard__cell.-info{--tmrBabyCard__cellInfo_backgroundColor: var( --tmrBabyCard__cellInfo_backgroundColor_hovered, #ffc709 );--tmrBabyCard__cellInfo_borderColor: var( --tmrBabyCard__cellInfo_borderColor_hovered, #ffc709 )}.tmrBabyCard:hover .tmrBabyCard__cell.-info{--tmrBabyCard__cellInfo_backgroundColor: var( --tmrBabyCard__cellInfo_backgroundColor_hovered, #ffc709 );--tmrBabyCard__cellInfo_borderColor: var( --tmrBabyCard__cellInfo_borderColor_hovered, #ffc709 )}.tmrBabyCard__cell.-preview{position:relative;background-position:50% 50%;background-size:cover;padding-top:58%}.tmrBabyCard__communication{color:var(--tmrBabyCard__communication_color, #757575);font:300 italic 11px/14px "FuturaSB";letter-spacing:-0.00375rem}.tmrBabyCard__communication:not(:first-child){margin-top:6px}.tmrBabyCard:focus .tmrBabyCard__communication{--tmrBabyCard__communication_color: var( --tmrBabyCard__communication_color_cardHovered, #575757 )}.tmrBabyCard:hover .tmrBabyCard__communication{--tmrBabyCard__communication_color: var( --tmrBabyCard__communication_color_cardHovered, #575757 )}.tmrBabyCard__date{color:var(--tmrBabyCard__date_color, #757575);font:300 18px/23px "FuturaSB";letter-spacing:-0.00625rem}.tmrBabyCard__date:not(:first-child){margin-top:6px}.tmrBabyCard:focus .tmrBabyCard__date{--tmrBabyCard__date_color: var( --tmrBabyCard__date_color_cardHovered, #575757 )}.tmrBabyCard:hover .tmrBabyCard__date{--tmrBabyCard__date_color: var( --tmrBabyCard__date_color_cardHovered, #575757 )}.tmrBabyCard__icon{display:inline-block;height:10px;vertical-align:text-bottom;width:10px}.tmrBabyCard__editIcon{position:absolute;top:25px;right:25px;width:33px;height:33px;border-radius:50%;background-color:var(--commonButton_bgColor, #FFC70B);display:flex;justify-content:center;align-items:center}.tmrBabyCard__editIcon img{width:20px;height:20px}.tmrBabyCard__name{color:var(--tmrBabyCard__name_color, #323b4f);font:400 21px/27px "FuturaSB";letter-spacing:-0.0075rem;margin-bottom:0;margin-top:0}.tmrBabyCard:focus .tmrBabyCard__name{--tmrBabyCard__name_color: var( --tmrBabyCard__name_color_cardHovered, #575757 )}.tmrBabyCard:hover .tmrBabyCard__name{--tmrBabyCard__name_color: var( --tmrBabyCard__name_color_cardHovered, #575757 )}.tmrBabyList{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;margin-top:0;padding:30px 10px}@media only screen and (max-width: 480px){.tmrBabyList{display:block}}.tmrBabyList__item{flex:0 0 33.33333%;padding:10px}.tmrBabyModal .commonModal__window{max-width:520px;width:100%}.tmrBabyModal .tmrBabyModalControls .tmrBabyModalControls__cell{margin-left:10px}.tmrBabyModal .tmrBabyModalControls .tmrBabyModalControls__cellSpinner{width:40px}.tmrBabyModalWindow{background-color:#fff;border-radius:11px;box-shadow:0 0 10px 0 rgba(0,0,0,.5);padding:30px}@media only screen and (max-width: 480px){.tmrBabyModalWindow{padding:20px}}.tmrBabyModalButton{color:var(--commonButton_color, #575757);cursor:pointer;background-color:var(--commonButton_bgColor, #FFC709);border:solid 2px var(--commonButton_borderColor, --commonButton_bgColor, #575757);border-radius:10px;letter-spacing:-0.0075rem;min-width:250px;padding:13px 18px;text-transform:uppercase;transition:background-color .3s ease-in,color .3s ease-in,border-color .3s ease-in,box-shadow .3s ease-in;font:700 20px/26px "FuturaSB";letter-spacing:.2px}.tmrBabyModalButton:hover{color:#383838;background-color:var(--commonButton_bgColor_hovered, #F58220);border-color:var(--commonButton_borderColor_hovered, --commonButton_bgColor_hovered, #F58220);transition:background-color .1s ease-out,border-color .1s ease-out}.tmrBabyModalButton[href],.tmrBabyModalButton[data-href]{display:inline-block;text-align:center;text-decoration:none}.tmrBabyModalButton[aria-disabled=true]{cursor:not-allowed;opacity:.7}@media only screen and (max-width: 480px){.tmrBabyModalButton{min-width:190px}}.tmrBabyModalContent:not(:first-child){margin-top:30px}@media only screen and (max-width: 480px){.tmrBabyModalContent:not(:first-child){margin-top:0px}}.tmrBabyModalContent__imageZone.tmrBabyModalContent__cell:not(.-noPaddingX){padding:0}.tmrBabyModalContent__imageZone.tmrBabyModalContent__cell:not(.-noPaddingX) .dz-message{height:100%;width:100%;margin:0}.tmrBabyModalContent__imageZone.tmrBabyModalContent__cell:not(.-noPaddingX) .dz-message .dz-button{width:100%;height:100%}.tmrBabyModalContent__imageZone.tmrBabyModalContent__cell:not(.-noPaddingX) .dz-message .dz-button:focus{outline:auto;outline-color:#005fcc}.tmrBabyModalControls{align-items:center;display:flex;justify-content:flex-end}.tmrBabyModalControls:not(:first-child){margin-top:50px}@media only screen and (max-width: 480px){.tmrBabyModalControls:not(:first-child){margin-top:20px}}@media only screen and (max-width: 320px){.tmrBabyModalControls{flex-direction:column-reverse}}.tmrBabyModalControls__cell:not(:first-child){margin-left:50px}@media only screen and (max-width: 480px){.tmrBabyModalControls__cell:not(:first-child){margin-left:30px}}.tmrBabyModalContent__label{color:var(--tmrBabyModalContent__label_color, #323b4f);font:300 18px / 23px "FuturaSB";letter-spacing:-0.00625rem}.tmrBabyModalDelete{background-color:transparent;background-image:linear-gradient(180deg, transparent 0, transparent 80%, #ffc709 80%, #ffc709 85%, transparent 85%, transparent 100%);border:0;color:#888a8b;cursor:pointer;font:400 20px/37px "FuturaSB";letter-spacing:-0.006875rem;margin:0;min-width:0;padding:0;text-transform:uppercase}.tmrBabyModalContent__row{margin-left:-16px;margin-right:-16px}.tmrBabyModalContent__row:not(:first-child):not(.-gapSmall):not(.-noMarginTop){margin-top:36px}.momsRoomStepBreakLine+.tmrBabyModalContent__row:not(:first-child):not(.-gapSmall):not(.-noMarginTop){margin-top:23px}.tmrBabyModalContent__row:not(:first-child):not(.-noMarginTop).-gapSmall{margin-top:15px}@media(min-width: 768px){.tmrBabyModalContent__row:not(.-layoutHorizontal):not(.-layoutVertical){display:flex;flex-direction:row}}.tmrBabyModalContent__row.-layoutHorizontal{display:flex;flex-direction:row}.tmrBabyModalContent__cell{width:100%}.tmrBabyModalContent__cell:not(.-noPaddingX){padding-left:16px;padding-right:16px}.tmrBabyModalContent__cell:not(:first-child):not(.-noMarginTop){margin-top:15px}@media(min-width: 991px){.tmrBabyModalContent__cell:not(:first-child):not(.-noMarginTop){margin-top:0}}.momsRoomStepRow.-layoutVertical .tmrBabyModalContent__cell:not(:first-child):not(.-noMarginTop){margin-top:15px}.tmrBabyModalContent__cell[aria-hidden=true]{display:none}.tmrBabyModalContent__cell.-alignRight{margin-left:auto}@media(min-width: 991px){.tmrBabyModalContent__cell.-widthFull{flex:0 0 100%}}@media(min-width: 991px){.tmrBabyModalContent__cell.-width1of3{flex:0 0 33.33333%}}@media(min-width: 991px){.tmrBabyModalContent__cell.-width2of3{flex:0 0 66.66666%}}@media(min-width: 991px){.tmrBabyModalContent__cell.-width3of3{flex:0 0 100%}}@media(min-width: 991px){.tmrBabyModalContent__cell.-width1of2{flex:0 0 50%}}.tmrBabyModalHeader{display:flex;padding-bottom:25px;position:relative}.tmrBabyModalHeader::after{border-bottom:1px solid #e0e0e0;bottom:0;content:"";display:block;left:-10px;position:absolute;right:-10px}.tmrBabyModalHeader__cell.-title:not(:last-child){margin-right:30px}.tmrBabyModalHeader__cell.-close{align-self:center;margin-left:auto}.tmrBabyModalHeader__close{background-color:transparent;border:0;margin:0;padding:0}.tmrBabyModalHeader__closeIcon{display:block;height:auto;width:30px}.tmrBabyModalHeader__title{color:#323b4f;font:700 36px/46px "FuturaSB";letter-spacing:-0.0125rem;margin-bottom:0;margin-top:0}.tmrBabyModalFakeField{align-items:center;background-color:#fff;display:flex;height:58px}.tmrBabyModalFakeField__cell.-field{color:#323b4f;display:block;flex:1 1 auto;font:500 21px/27px "FuturaSB";letter-spacing:-0.0075rem;padding:20px 15px 11px;position:relative;z-index:10}.tmrBabyModalFakeField__cell.-field:not(:first-child){padding-left:9px}.tmrBabyModalFakeField__cell.-image{align-items:center;border-right:solid 1px #dde4e8;display:flex;flex:0 0 67px;height:46px;justify-content:center;padding-left:8px;padding-right:7px;position:relative}.tmrBabyModalFakeField__icon{display:block;max-width:100%;max-height:100%}.tmrBabyModalContent__rowImageZone{padding:0 1rem}.tmrBabyModalContent__imageZone{text-align:center}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}.tmrBannerButton{--commonButton_color: var(--tmrBannerButton__cta_color);--commonButton_bgColor: var(--tmrBannerButton__cta_backgroundColor);background-color:var(--tmrBannerButton_backgroundColor, #fbf9f3);background-position:left center;background-repeat:no-repeat;background-size:cover;border:solid 1px #f3f3f5;border-radius:11px;color:var(--tmrBannerButton_color, #323b4f);padding:30px 20px 35px}@media(min-width: 991px){.tmrBannerButton{padding:25px 20px}}.tmrBannerButton.-alignRight{background-position:right center;justify-content:flex-end}@media(min-width: 991px){.tmrBannerButton{display:flex}}.tmrBannerButton__content{display:flex;flex-wrap:wrap;width:66.7%}@media only screen and (max-width: 768px){.tmrBannerButton__content{width:100%}}.button-Left .tmrBannerButton__content{margin-right:auto}.button-Right .tmrBannerButton__content{margin-left:auto}.tmrBannerButton__title{color:inherit;font:700 28px/35px "FuturaSB";letter-spacing:-0.0125rem;margin-bottom:0;margin-top:0;text-transform:uppercase;width:50%;text-align:left}@media(min-width: 991px){.tmrBannerButton__title{font:700 36px/46px "FuturaSB"}}@media only screen and (max-width: 768px){.tmrBannerButton__title{width:100%}}.tmrBannerButton__description{color:inherit;font:21px/27px "FuturaSB";letter-spacing:-0.0075rem;width:50%;text-align:left}.tmrBannerButton__description p{margin-bottom:0;margin-top:0}@media only screen and (max-width: 768px){.tmrBannerButton__description{width:100%}}.tmrBannerButton__description:not(:first-child){margin-top:10px}@media(min-width: 991px){.tmrBannerButton__description:not(:first-child){margin-top:4px}}@media only screen and (min-width: 769px){.button-Right .tmrBannerButton__description{order:3}}.tmrBannerButton__button{width:50%;text-align:left;margin-top:10px}@media only screen and (max-width: 768px){.tmrBannerButton__button{width:100%}}@media only screen and (min-width: 769px){.button-Right .tmrBannerButton__button{margin-top:0;text-align:right}}.tmrBannerButton__cell.-content{flex:0 0 37.5%;margin-bottom:30px}.tmrBannerButton__cell.-content.grow{flex-grow:1}@media(min-width: 991px){.tmrBannerButton__cell.-content{margin-bottom:0}}.tmrBannerButton__cell.-cta.top{margin-top:0}@media(min-width: 991px){.tmrBannerButton.-alignLeft .tmrBannerButton__cell.-cta{margin-left:6%}}@media(min-width: 991px){.tmrBannerButton.-alignRight .tmrBannerButton__cell.-cta{margin-left:10%}}@media(min-width: 991px){.tmrBannerButton__cell.-cta{margin-top:5%}}.tmrBannerButton__cta{color:var(--commonButton_color, #575757);cursor:pointer;background-color:var(--commonButton_bgColor, #FFC709);border:solid 2px var(--commonButton_borderColor, --commonButton_bgColor, #575757);border-radius:10px;letter-spacing:-0.0075rem;min-width:250px;padding:13px 18px;text-transform:uppercase;transition:background-color .3s ease-in,color .3s ease-in,border-color .3s ease-in,box-shadow .3s ease-in;font:700 20px/26px "FuturaSB";letter-spacing:.2px}.tmrBannerButton__cta:hover{color:#383838;background-color:var(--commonButton_bgColor_hovered, #F58220);border-color:var(--commonButton_borderColor_hovered, --commonButton_bgColor_hovered, #F58220);transition:background-color .1s ease-out,border-color .1s ease-out}.tmrBannerButton__cta[href],.tmrBannerButton__cta[data-href]{display:inline-block;text-align:center;text-decoration:none}.tmrBannerButton__cta[aria-disabled=true]{cursor:not-allowed;opacity:.7}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}.tmrPumps__cell[aria-hidden=true]{display:none}.tmrPumpCard{border:solid 1px #dde4e8;border-radius:5px;box-shadow:0 0 5px 0 rgba(0,0,0,.1);color:var(--tmrPumpCard_color, #323b4f);display:block;overflow:hidden}.tmrPumpCard[href]{text-decoration:none}.tmrPumpCard__cell.-info{border-top:solid 1px #f6f6f6;padding:10px 12px 18px}.tmrPumpCard__cell.-preview{background-position:50% 50%;background-size:cover;padding-top:55%}.tmrPumpCard__name{color:var(--tmrPumpCard__name_color, --tmrPumpCard_color, #323b4f);font:400 21px/27px "FuturaSB";letter-spacing:-0.0075rem;margin-bottom:0;margin-top:0}.tmrPumpCard__date{color:var(--tmrPumpCard__date_color, #7e8386);font:400 11px/14px "FuturaSB";letter-spacing:-0.00375rem}.tmrPumpCard__date:not(:first-child){margin-top:5px}.tmrPumpCardData{display:flex;margin-bottom:0;margin-top:0}.tmrPumpCardData:not(:first-child){margin-top:5px}.tmrPumpCardData__label{color:var(--tmrPumpCardData__label_color, #323b4f);font:300 18px/23px "FuturaSB";letter-spacing:-0.00625rem}.tmrPumpCardData__value{color:var(--tmrPumpCardData__value_color, #a9b7bf);font:400 18px/23px "FuturaSB";letter-spacing:-0.00625rem;margin-left:5px}.tmrPumpList{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;margin-top:0;padding:30px 10px}@media only screen and (max-width: 480px){.tmrPumpList{display:block}}.tmrPumpList__item{flex:0 0 33.33333%;padding:10px}.commonModal.js-addressValidationModal{background-color:rgba(10,10,12,.65);z-index:99999}@media only screen and (max-width: 768px){.commonModal.js-addressValidationModal .commonModal__window{width:100%}}.tmrAddressValidationModalWindow{position:relative;background-color:#fff;max-width:775px}.tmrAddressValidationModalWindow__head{border-bottom:1px solid #979797;color:#323b4f;font-family:"FuturaSB";font-size:36px;font-weight:500;letter-spacing:-0.2px;line-height:46px;padding:27px}.tmrAddressValidationModalWindow__head .tmrAddressValidationModalWindow__closeBtn{background-color:#6e6e6e;border:0;border-radius:50%;color:#fff;cursor:pointer;height:32px;position:absolute;right:31px;top:50px;transform:translateY(-50%);width:32px}@media only screen and (max-width: 768px){.tmrAddressValidationModalWindow__head{display:flex;flex-direction:column}.tmrAddressValidationModalWindow__head .tmrAddressValidationModalWindow__closeBtn{position:static;align-self:flex-end;transform:none}.tmrAddressValidationModalWindow__head .tmrAddressValidationModalWindow__heading{align-self:flex-start}}.tmrAddressValidationModalWindow__body{padding:14px 33px;display:flex;flex-wrap:wrap}.tmrAddressValidationModalWindow__body .description{color:#323b4f;font-family:"FuturaSB";font-size:21px;font-weight:300;letter-spacing:-0.12px;line-height:27px;margin-bottom:32px}.tmrAddressValidationModalWindow__body .label{color:#323b4f;font-family:"FuturaSB";font-size:24px;font-weight:500;letter-spacing:-0.13px;line-height:31px}.tmrAddressValidationModalWindow__body .address-option{display:inline-flex;width:49%;flex-direction:column}.tmrAddressValidationModalWindow__body .suggested,.tmrAddressValidationModalWindow__body .entered{flex:1;color:#323b4f;font-family:"FuturaSB";font-size:21px;font-weight:300;letter-spacing:-0.12px;line-height:27px;padding-left:47px}.tmrAddressValidationModalWindow__foot{padding:25px 35px;text-align:right;display:flex;justify-content:flex-end}@media only screen and (max-width: 768px){.tmrAddressValidationModalWindow__foot{flex-direction:column;padding-left:20px;padding-right:20px}}.tmrAddressValidationModalWindow__foot button{text-transform:uppercase;text-align:center;cursor:pointer}@media only screen and (max-width: 768px){.tmrAddressValidationModalWindow__foot button{min-width:160px}}.tmrAddressValidationModalWindow__foot button.editButton{color:#575757;font-size:20px;font-weight:500;letter-spacing:-0.11px;line-height:37px;padding:0}@media only screen and (max-width: 768px){.tmrAddressValidationModalWindow__foot button.editButton{margin-bottom:10px}}.tmrAddressValidationModalWindow__foot button.saveButton{font-family:"FuturaSB";border:none;background:none;border-radius:10px;background-color:#ffc709;color:#575757;font-size:20px;font-weight:500;letter-spacing:-0.11px;line-height:26px;padding:17px 64px;margin-left:49px}@media only screen and (max-width: 768px){.tmrAddressValidationModalWindow__foot button.saveButton{margin-left:10px;padding:18px 5px 16px}}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}.tmrExistingUser__description ol{color:inherit;font:inherit;letter-spacing:inherit;margin-bottom:0;margin-top:0}.tmrExistingUser__description ol:not(:first-child){margin-top:16px}.tmrExistUser__row.-description ol{color:inherit;font:inherit;letter-spacing:inherit;margin-bottom:0;margin-top:0}.tmrExistUser__row.-description ol:not(:first-child){margin-top:16px}.tmrExistingUser__description p{color:inherit;font:inherit;letter-spacing:inherit;margin-bottom:0;margin-top:0}.tmrExistingUser__description p:not(:first-child){margin-top:16px}.tmrExistUser__row.-description p{color:inherit;font:inherit;letter-spacing:inherit;margin-bottom:0;margin-top:0}.tmrExistUser__row.-description p:not(:first-child){margin-top:16px}.tmrExistingUser__description ul{color:inherit;font:inherit;letter-spacing:inherit;margin-bottom:0;margin-top:0}.tmrExistingUser__description ul:not(:first-child){margin-top:16px}.tmrExistUser__row.-description ul{color:inherit;font:inherit;letter-spacing:inherit;margin-bottom:0;margin-top:0}.tmrExistUser__row.-description ul:not(:first-child){margin-top:16px}.tmrExistingUser{background-color:var(--tmrExistingUser_bgColor, #ffffff);border-bottom:solid 20px var(--tmrExistingUser__borderBottomColor, #ffffff)}.tmrExistingUser__cell{width:auto;padding:32px 16px 20px}.tmrExistingUser__cell:not(.-noPaddingX){padding-left:16px;padding-right:16px}.tmrExistingUser__cell:not(:first-child):not(.-noMarginTop){margin-top:15px}@media(min-width: 991px){.tmrExistingUser__cell:not(:first-child):not(.-noMarginTop){margin-top:0}}.momsRoomStepRow.-layoutVertical .tmrExistingUser__cell:not(:first-child):not(.-noMarginTop){margin-top:15px}.tmrExistingUser__cell[aria-hidden=true]{display:none}.tmrExistingUser__cell.-alignRight{margin-left:auto}@media(min-width: 991px){.tmrExistingUser__cell.-widthFull{flex:0 0 100%}}@media(min-width: 991px){.tmrExistingUser__cell.-width1of3{flex:0 0 33.33333%}}@media(min-width: 991px){.tmrExistingUser__cell.-width2of3{flex:0 0 66.66666%}}@media(min-width: 991px){.tmrExistingUser__cell.-width3of3{flex:0 0 100%}}@media(min-width: 991px){.tmrExistingUser__cell.-width1of2{flex:0 0 50%}}@media(min-width: 991px){.tmrExistingUser__cell.-content{flex:0 0 56%;padding-left:80px;padding-right:80px;padding-top:70px}}.tmrExistingUser__cell.-picture{display:none}@media(min-width: 991px){.tmrExistingUser__cell.-picture{align-items:center;display:flex;flex:0 0 44%;justify-content:center}}.tmrExistingUser__container{margin-left:auto;margin-right:auto;max-width:1350px;padding-left:16px;padding-right:16px}.tmrExistingUser__description{color:var(--tmrExistingUser__description_color, #323b4f);font:400 24px / 30px "FuturaSB";letter-spacing:-0.008125rem}.tmrExistingUser__description:not(:first-child){margin-top:30px}.tmrExistingUser__picture{display:block;max-height:100%;max-width:100%;object-fit:cover}.tmrExistingUser__row{margin-left:-16px;margin-right:-16px}.tmrExistingUser__row:not(:first-child):not(.-gapSmall):not(.-noMarginTop){margin-top:36px}.momsRoomStepBreakLine+.tmrExistingUser__row:not(:first-child):not(.-gapSmall):not(.-noMarginTop){margin-top:23px}.tmrExistingUser__row:not(:first-child):not(.-noMarginTop).-gapSmall{margin-top:15px}@media(min-width: 768px){.tmrExistingUser__row:not(.-layoutHorizontal):not(.-layoutVertical){display:flex;flex-direction:row}}.tmrExistingUser__row.-layoutHorizontal{display:flex;flex-direction:row}.tmrExistingUser__title{color:var(--tmrExistingUser__title_color, #323b4f);font:700 48px / 60px "FuturaSB";letter-spacing:-0.016875rem;margin-bottom:0;margin-top:0}.tmrExistUser{background-color:var(--tmrExistUser_bgColor);border-bottom:solid 15px var(--tmrExistUser_borderColor)}.tmrExistUser__cell:not(:first-child){margin-top:16px}@media(min-width: 767px){.tmrExistUser__cell:not(:first-child){margin-left:32px;margin-top:0}}.tmrExistUser__column{min-width:0}.tmrExistUser__column.-content{flex:1;padding:20px 13px 15px}@media(min-width: 991px){.tmrExistUser__column.-content{padding-left:90px;padding-right:90px}}.tmrExistUser__column.-image{background-position:50% 50%;background-size:cover;display:none;flex:0 0 44%}@media(min-width: 991px){.tmrExistUser__column.-image{display:block}}.tmrExistUser__container{display:flex;margin-left:auto;margin-right:auto;max-width:1350px}.tmrExistUser__controlLink{color:#007a85;line-height:26px;min-width:max-content}.commonButtonLink.tmrExistUser__controlLink{line-height:26px;min-width:max-content}.tmrExistUser__row:not(:first-child){margin-top:30px}.tmrExistUser__row.-controls{display:flex;flex-direction:column}@media(min-width: 767px){.tmrExistUser__row.-controls{align-items:center;flex-direction:row}}.tmrExistUser__row.-description{color:var(--tmrExistUser__description_color, #323b4f);font:700 24px/1.2777 "FuturaSB";letter-spacing:-0.0125rem}@media(min-width: 991px){.tmrExistUser__row.-description{font-size:36px}}.tmrExistUser__row.-field{max-width:450px}@media(min-width: 991px){.tmrExistUser__row.-field:not(:first-child){margin-top:50px}}.loading-icon{vertical-align:top}.loading-icon .hidden{display:none}.tmrExistingUserForm:not(:first-child){margin-top:36px}.tmrExistingUserForm__submitBtn{color:var(--commonButton_color, #575757);cursor:pointer;background-color:var(--commonButton_bgColor, #FFC709);border:solid 2px var(--commonButton_borderColor, --commonButton_bgColor, #575757);border-radius:10px;letter-spacing:-0.0075rem;min-width:250px;padding:13px 18px;text-transform:uppercase;transition:background-color .3s ease-in,color .3s ease-in,border-color .3s ease-in,box-shadow .3s ease-in;font:700 20px/26px "FuturaSB";letter-spacing:.2px}.tmrExistingUserForm__submitBtn:hover{color:#383838;background-color:var(--commonButton_bgColor_hovered, #F58220);border-color:var(--commonButton_borderColor_hovered, --commonButton_bgColor_hovered, #F58220);transition:background-color .1s ease-out,border-color .1s ease-out}.tmrExistingUserForm__submitBtn[href],.tmrExistingUserForm__submitBtn[data-href]{display:inline-block;text-align:center;text-decoration:none}.tmrExistingUserForm__submitBtn[aria-disabled=true]{cursor:not-allowed;opacity:.7}.tmrExistingUserForm__cell{width:auto}.tmrExistingUserForm__cell:not(.-noPaddingX){padding-left:16px;padding-right:16px}.tmrExistingUserForm__cell:not(:first-child):not(.-noMarginTop){margin-top:15px}@media(min-width: 991px){.tmrExistingUserForm__cell:not(:first-child):not(.-noMarginTop){margin-top:0}}.momsRoomStepRow.-layoutVertical .tmrExistingUserForm__cell:not(:first-child):not(.-noMarginTop){margin-top:15px}.tmrExistingUserForm__cell[aria-hidden=true]{display:none}.tmrExistingUserForm__cell.-alignRight{margin-left:auto}@media(min-width: 991px){.tmrExistingUserForm__cell.-widthFull{flex:0 0 100%}}@media(min-width: 991px){.tmrExistingUserForm__cell.-width1of3{flex:0 0 33.33333%}}@media(min-width: 991px){.tmrExistingUserForm__cell.-width2of3{flex:0 0 66.66666%}}@media(min-width: 991px){.tmrExistingUserForm__cell.-width3of3{flex:0 0 100%}}@media(min-width: 991px){.tmrExistingUserForm__cell.-width1of2{flex:0 0 50%}}.tmrExistingUserForm__row{margin-left:-16px;margin-right:-16px}.tmrExistingUserForm__row:not(:first-child):not(.-gapSmall):not(.-noMarginTop){margin-top:36px}.momsRoomStepBreakLine+.tmrExistingUserForm__row:not(:first-child):not(.-gapSmall):not(.-noMarginTop){margin-top:23px}.tmrExistingUserForm__row:not(:first-child):not(.-noMarginTop).-gapSmall{margin-top:15px}@media(min-width: 768px){.tmrExistingUserForm__row:not(.-layoutHorizontal):not(.-layoutVertical){display:flex;flex-direction:row}}.tmrExistingUserForm__row.-layoutHorizontal{display:flex;flex-direction:row}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}.tmrProfileSidebar{background-color:var(--tmrProfileSidebar_backgroundColor);max-width:250px;padding:20px 10px}.tmrProfileAsideWidget:not(:first-child){margin-top:50px}.tmrProfileAsideWidgetContent:not(:first-child){margin-top:20px}.tmrProfileAsideWidgetContent[aria-hidden=true]{display:none}.tmrProfileAsideWidgetHeader{border-bottom:solid 1px var(--tmrProfileAsideWidgetHeader_borderBottomColor);display:flex;line-height:30px}.commonLink.tmrProfileAsideWidgetHeader__action{--commonLink_color: var(--tmrProfileAsideWidgetInfo__label_color);line-height:inherit}.tmrProfileAsideWidgetHeader__cell:not(:first-child){margin-left:auto}.tmrProfileAsideWidgetHeader__headline{color:var(--tmrProfileAsideWidgetHeader__headline);font-family:"FuturaSB";font-size:24px;font-weight:500;letter-spacing:-0.008125rem;line-height:inherit;margin-bottom:0;margin-top:0}.tmrProfileAsideWidgetInfo .TmrOption__label{color:var(--tmrProfileAsideWidgetInfo_color);font:700 20px / 26px "FuturaSB"}.tmrProfileAsideWidgetInfo{color:var(--tmrProfileAsideWidgetInfo_color);font:20px / 26px "FuturaSB"}.tmrProfileAsideWidgetInfo:not(:first-child){margin-top:20px}.commonLink.tmrProfileAsideWidgetInfo__action{--commonLink_color: var(--tmrProfileAsideWidgetInfo__label_color)}.tmrProfileAsideWidgetInfo__line{font:18px / 26px "FuturaSB"}.tmrProfileAsideWidgetInfo__line:not(:first-child){margin-top:7px}.tmrProfileAsideWidgetInfo__line[aria-hidden=true]{display:none}.tmrProfileAsideWidgetInfo__headline{display:flex}.tmrProfileAsideWidgetInfo__headlineCell.-budge{margin-left:auto}.tmrProfileAsideWidgetInfo__label{color:var(--tmrProfileAsideWidgetInfo__label_color, inherit);font-weight:300}.tmrProfileAsideWidgetInfo__label::after{content:":"}.tmrProfileAsideWidgetInfo__value{color:var(--tmrProfileAsideWidgetInfo__value_color, inherit);font-weight:700}.tmrProfileAsideWidgetInfoLinks{list-style:none;margin-bottom:0;margin-top:0;padding-left:0}.tmrProfileAsideWidgetInfoLinks__item:not(:first-child){margin-top:20px}.commonLink.tmrProfileAsideWidgetInfoLinks__link{--commonLink_color: var(--tmrProfileAsideWidgetInfo__label_color)}.commonLink.tmrProfileAsideWidgetInfoLinks__link:hover,.commonLink.tmrProfileAsideWidgetInfoLinks__link:focus{--commonLink_color: var(--tmrProfileAsideWidgetInfo__label_color)}.tmrCheckbox{display:block;position:relative}.tmrCheckbox__input{left:50%;position:absolute;top:50%;transform:translate(-50%, -50%)}.tmrCheckbox__presantation{align-items:center;background-color:#fff;border:solid 1px #8d8f92;border-radius:2px;display:flex;height:30px;justify-content:center;position:relative;transition:box-shadow .3s ease-in;width:30px}.tmrCheckbox__input:focus~.tmrCheckbox__presantation{box-shadow:0 0 0 .2rem rgba(48,105,235,.5);transition:box-shadow .1s ease-out}.tmrCheckbox__presantation::after{background-color:#3069eb;border-radius:2px;content:"";display:block;height:24px;max-height:0;max-width:0;transition:max-height .3s ease-in,max-width .3s ease-in;width:24px}.tmrCheckbox__input:checked~.tmrCheckbox__presantation::after{max-height:24px;max-width:24px;transition:max-height .1s ease-out,max-width .1s ease-out}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}@font-face{font-family:"pwd";src:url("../webfonts/pwd/pwd.eot?0000");src:url("../webfonts/pwd/pwd.eot?0000#iefix") format("embedded-opentype"),url("../webfonts/pwd/pwd.woff2?0000") format("woff2"),url("../webfonts/pwd/pwd.woff?0000") format("woff"),url("../webfonts/pwd/pwd.ttf?0000") format("truetype"),url("../webfonts/pwd/pwd.svg?0000#fontello") format("svg")}@font-face{font-family:"pwd-webkit";src:url("../webfonts/pwd/pwd-webkit.eot?0000");src:url("../webfonts/pwd/pwd-webkit.eot?0000#iefix") format("embedded-opentype"),url("../webfonts/pwd/pwd-webkit.woff2?0000") format("woff2"),url("../webfonts/pwd/pwd-webkit.woff?0000") format("woff"),url("../webfonts/pwd/pwd-webkit.ttf?0000") format("truetype"),url("../webfonts/pwd/pwd-webkit.svg?0000#fontello") format("svg")}.tmrField{align-items:center;background-color:var(--tmrField_bgColor, #fff);border-bottom:solid 2px var(--tmrField_borderColor, #7e8386);display:flex;height:60px}.tmrField.-focused{border-bottom-color:var(--tmrField_borderColor_focused, #009bb1)}.tmrField:not(.-focused).-touched.-invalid{border-bottom-color:var(--tmrField_borderColor_invalid, #b90013)}.tmrField.-date{position:relative}.tmrField__cell.-field{flex:1 1 auto;padding:20px 15px 11px;position:relative;z-index:10}.tmrField__cell.-field:not(:first-child){padding-left:9px}.tmrField__cell.-iconMain{align-items:center;border-right:solid 1px #dde4e8;display:flex;flex:0 0 67px;height:46px;justify-content:center;padding-left:8px;padding-right:7px;position:relative}.tmrField__cell.-iconSecondary{align-items:center;display:flex;flex:0 0 66px;height:46px;justify-content:center;padding-left:8px;padding-right:7px;position:relative}.tmrField.-date .tmrField__cell.-iconSecondary{flex:none;position:absolute;right:0;top:50%;transform:translateY(-50%);width:64px;z-index:5}.tmrFieldIcon{display:block;max-width:100%;max-height:100%}@keyframes tmrEl_autofill_start{}.tmrFieldInput{background-color:transparent;border:0;color:var(--tmrFieldLabel_color, #323b4f);height:27px;letter-spacing:-0.0075rem;padding:0;transition:color .3s ease;width:100%}.tmrFieldInput:-webkit-autofill{animation-name:tmrEl_autofill_start;box-shadow:0 0 0 30px var(--tmrField_bgColor, #fff) inset !important}.tmrFieldInput:-internal-autofill-selected{box-shadow:0 0 0 30px var(--tmrField_bgColor, #fff) inset !important}.tmrFieldInput:not([type=password]){font:500 21px/27px "FuturaSB"}.tmrField.-focused .tmrFieldInput{color:var(--tmrFieldInput_color_focused, #007A85)}.tmrField:not(.-focused).-filled .tmrFieldInput{color:var(--tmrFieldInput_color_filled, #007A85)}.tmrField:not(.-focused).-touched.-invalid .tmrFieldInput{color:var(--tmrFieldInput_color_invalid, #b90013)}.tmrFieldInput::placeholder{opacity:0;transition:opacity .3s ease}.tmrField.-focused .tmrFieldInput::placeholder,.tmrField:not(.-focused).-filled .tmrFieldInput::placeholder{opacity:1}.tmrFieldInput[type=password]{font-size:12px;font-variant:unicase;letter-spacing:5px;line-height:27px}@media screen and (-webkit-min-device-pixel-ratio: 0){.tmrFieldInput[type=password]{font-family:"pwd-webkit"}}@-moz-document url-prefix(){.tmrFieldInput[type=password]{font-family:"pwd"}}.tmrFieldInput[type=date]::-webkit-datetime-edit{padding-right:66px}.tmrFieldInput[type=date]::-webkit-calendar-picker-indicator{background:transparent;height:46px;margin-left:0;padding:0;position:absolute;right:8px;top:50%;transform:translateY(-50%);width:46px}.tmrFieldInput[type=date]::-webkit-calendar-picker-indicator:focus{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.tmrFieldInput__button{height:56px;width:59px;display:flex;align-items:center;justify-content:center;cursor:pointer}.tmrFieldInput__button img{width:100%}.tmrFieldLabel{color:var(--tmrFieldLabel_color, #323b4f);display:block;font:500 21px/27px "FuturaSB";letter-spacing:-0.0075rem;opacity:1;pointer-events:none;transition:color .3s ease,font-size .3s ease,line-height .3s ease,opacity .3s ease,transform .3s ease}.tmrField .tmrFieldLabel{position:absolute;transform:translateY(0)}.tmrField.-focused .tmrFieldLabel,.tmrField.-filled .tmrFieldLabel,.tmrField.-date .tmrFieldLabel{font-size:11px;letter-spacing:-0.00375rem;line-height:14px;transform:translateY(-18px)}.tmrField.-focused .tmrFieldLabel{color:var(--tmrFieldLabel_color_focused, #00838F)}.tmrField:not(.-focused).-filled .tmrFieldLabel{color:var(--tmrFieldLabel_color_filled, #6f7476)}.tmrField:not(.-focused).-touched.-invalid .tmrFieldLabel{color:var(--tmrFieldLabel_color_invalid, #b90013)}.tmrFieldWithInfoBudge{position:relative}.tmrFieldWithInfoBudge__cell.-field{position:relative}.tmrFieldWithInfoBudge__cell.-budge{align-items:center;display:flex;height:55px;justify-content:center;position:absolute;right:0;top:0;width:55px;z-index:10}date-input-polyfill{z-index:9999}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}.tmrOption{color:var(--tmrOption_color, #323b4f);display:flex;font:400 21px / 30px "FuturaSB";letter-spacing:-0.0075rem}.tmrOption.-smallLabel{font-size:18px;font-weight:300;letter-spacing:-0.00625rem}.tmrOption__cell:not(:first-child){margin-left:17px}.tmrOption p{margin-block-start:0}.tmrOption__label{color:inherit;font:inherit;letter-spacing:initial}.tmrOptionLabel{display:inline-block;margin-bottom:21px;color:var(--tmrOption_color, #323b4f);font:500 18px/23px "FuturaSB"}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}:root{--tmrPick__bgColor_checked: #007A85;--tmrPick_borderColor: #7e8386;--tmrPick_bgColor: #fff;--tmrSwitcher_bgColor_two: #8196A2;--tmrSwitcher_borderColor_two: #7e8386;--tmrPick__focusColor_two: #00838F}.tmrPick{display:flex;position:relative}.tmrPick .tmrPickLabel{color:var(--tmrPickLabel_color, #323b4f);font:400 21px/27px "FuturaSB";letter-spacing:-0.0075rem;cursor:default;padding-left:17px}.tmrPick__input{left:15px;margin:0;position:absolute;top:15px;transform:translate(-50%, -50%)}.tmrPick__presantation{background-color:var(--tmrPick_bgColor);border:solid 2px var(--tmrPick_borderColor);display:block;height:30px;position:relative;transition:border-color .3s ease;width:30px;flex:0 0 30px}.tmrPick__input[type=radio]~.tmrPick__presantation{border-radius:50%}.tmrPick:not(.-focused).-touched.-invalid .tmrPick__presantation{border-color:var(--tmrPick_borderColor_invalid, #b90013)}.tmrPick__presantation::before{border-radius:inherit;box-shadow:0 0 0 .2rem var(--tmrPick__focusColor_two);content:"";display:block;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.tmrPick.-focused .tmrPick__presantation::before{opacity:.5}.tmrPick__presantation::after{background-color:var(--tmrPick__bgColor_checked);border-radius:inherit;content:"";display:block;height:100%;left:50%;max-height:0;max-width:0;position:absolute;top:50%;transform:translate(-50%, -50%);transition:max-height .3s ease,max-width .3s ease;width:80%}.tmrPick.-checked .tmrPick__presantation::after{max-height:22px;max-width:22px}.tmrSwitcher{display:flex;position:relative}.tmrSwitcher .tmrPickLabel{color:var(--tmrPickLabel_color, #323b4f);font:400 21px/27px "FuturaSB";letter-spacing:-0.0075rem;cursor:default;padding-left:17px}.tmrSwitcher__input{left:30px;margin:0;position:absolute;top:15px;transform:translate(-50%, -50%)}.tmrSwitcher__presentation{background-color:var(--tmrSwitcher_bgColor_two);border:solid 2px var(--tmrSwitcher_borderColor_two);border-radius:15px;display:block;height:30px;overflow:hidden;position:relative;transition:background-color .3s ease,border-color .3s ease;width:50px;flex:0 0 50px}.tmrSwitcher:not(.-focused).-touched.-invalid .tmrSwitcher__presentation{border-color:var(--tmrSwitcher_borderColor_invalid, #b90013)}.tmrSwitcher.-checked .tmrSwitcher__presentation{background-color:var(--tmrPick__focusColor_two)}.tmrSwitcher__input:focus~.tmrSwitcher__presentation{box-shadow:0 0 0 .2rem var(--tmrPick__focusColor, #FFC709);transition:border-color .1s ease-out,box-shadow .1s ease-out}.tmrSwitcher__presentation::before{border-radius:inherit;box-shadow:0 0 0 .2rem var(--tmrPick__focusColor_two);content:"";display:block;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.tmrSwitcher.-focused .tmrSwitcher__presentation::before{opacity:.5}.tmrSwitcher__presentation::after{background-color:var(--tmrPick__dot_bgColor, #fff);border-radius:50%;box-shadow:0 0 10px 0 rgba(0,0,0,.25);content:"";display:block;height:28px;left:14px;position:absolute;top:50%;transform:translate(-50%, -50%);transition:transform .3s ease;width:28px}.tmrSwitcher.-checked .tmrSwitcher__presentation::after{transform:translate(calc(-50% + 20px), -50%)}.momsRoomStepRadio__presantation{align-items:center;background-color:#fff;border:solid 1px #8d8f92;border-radius:50%;display:flex;height:30px;justify-content:center;position:absolute;transition:border-color .3s ease-in,box-shadow .3s ease-in;width:30px}.momsRoomStepRadio__input:focus~.momsRoomStepRadio__presantation{box-shadow:0 0 0 .2rem var(--tmrPick__focusColor, #FFC709);transition:border-color .1s ease-out,box-shadow .1s ease-out}.momsRoomStepRadio__input[aria-invalid=true]~.momsRoomStepRadio__presantation{border-color:#eb3030}.momsRoomStepRadio__input[aria-invalid=true]:focus~.momsRoomStepRadio__presantation{box-shadow:0 0 0 .2rem rgba(235,48,48,.5)}.momsRoomStepRadio__presantation::after{background-color:var(--momsRoomRegistration__breadcrumbsEnabledLineColor);border-radius:50%;content:"";display:block;height:20px;max-height:0;max-width:0;transition:max-height .3s ease-in,max-width .3s ease-in;width:20px}.momsRoomStepRadio__input:checked~.momsRoomStepRadio__presantation::after{max-height:20px;max-width:20px;transition:max-height .1s ease-out,max-width .1s ease-out}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}.tmrSelect{background-color:var(--tmrSelect_bgColor, #fff);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56' fill='none'%3E%3Crect width='56' height='56' fill='none'/%3E%3Cpath d='M28 36L20 20H36L28 36Z' fill='%23B45908'/%3E%3C/svg%3E");background-position:right center;background-repeat:no-repeat;border-bottom:solid 2px var(--tmrSelect_borderColor, #7e8386);display:block;position:relative}.tmrSelect.-disabled{background-image:none}.tmrSelect.-focused{border-bottom-color:var(--tmrSelect_borderColor_focused, #009bb1)}.tmrSelect:not(.-focused).-touched.-invalid{border-bottom-color:var(--tmrSelect_borderColor_invalid, #b90013)}select.tmrSelectInput:not(.flatpickr-monthDropdown-months),input.tmrSelectInput:not(.flatpickr-monthDropdown-months){background-color:transparent;border:0;color:var(--tmrSelectInput_color, #987500);display:block;font:500 21px/27px "FuturaSB";height:58px;letter-spacing:-0.0075rem;transition:color .3s ease;padding:20px 15px 11px;position:relative;width:100%;z-index:10}.tmrSelect select.tmrSelectInput:not(.flatpickr-monthDropdown-months),.tmrSelect input.tmrSelectInput:not(.flatpickr-monthDropdown-months){color:var(--tmrFieldInput_color, #323b4f)}.tmrSelect.-disabled select.tmrSelectInput:not(.flatpickr-monthDropdown-months),.tmrSelect.-disabled input.tmrSelectInput:not(.flatpickr-monthDropdown-months){cursor:not-allowed}.tmrSelect.-focused select.tmrSelectInput:not(.flatpickr-monthDropdown-months),.tmrSelect.-focused input.tmrSelectInput:not(.flatpickr-monthDropdown-months){color:var(--tmrFieldInput_color_focused, #007a85)}.tmrSelect:not(.-focused).-filled select.tmrSelectInput:not(.flatpickr-monthDropdown-months),.tmrSelect:not(.-focused).-filled input.tmrSelectInput:not(.flatpickr-monthDropdown-months){color:var(--tmrFieldInput_color_filled, #007a85)}.tmrSelect:not(.-focused).-touched.-invalid select.tmrSelectInput:not(.flatpickr-monthDropdown-months),.tmrSelect:not(.-focused).-touched.-invalid input.tmrSelectInput:not(.flatpickr-monthDropdown-months){color:var(--tmrFieldInput_color_invalid, #b90013)}.tmrSelectLabel{color:var(--tmrFieldLabel_color, #323b4f);display:block;font:500 21px/27px "FuturaSB";letter-spacing:-0.0075rem;opacity:1;transition:color .3s ease,font-size .3s ease,line-height .3s ease,opacity .3s ease,transform .3s ease}.tmrSelect .tmrSelectLabel{left:15px;position:absolute;top:20px;transform:translateY(0);z-index:5}.tmrSelect.-focused .tmrSelectLabel,.tmrSelect.-filled .tmrSelectLabel{font-size:11px;letter-spacing:-0.00375rem;line-height:14px;transform:translateY(-18px)}.tmrSelect.-focused .tmrSelectLabel{color:var(--tmrFieldLabel_color_focused, #007A85)}.tmrSelect:not(.-focused).-filled .tmrSelectLabel{color:var(--tmrFieldLabel_color_filled, #00838F)}.tmrSelect:not(.-focused).-touched.-invalid .tmrSelectLabel{color:var(--tmrFieldLabel_color_invalid, #b90013)}.tmrSearchableSelect input{cursor:pointer}.tmrSearchableSelect input::placeholder{color:var(--tmrFieldInput_color, #323b4f)}.tmrSearchableSelect input::-webkit-list-button,.tmrSearchableSelect input::-webkit-calendar-picker-indicator{display:none;opacity:0}.tmrSearchableSelect input::-ms-clear{display:none;width:0;height:0}.tmrSearchableSelect input::-ms-reveal{display:none;width:0;height:0}.tmrSearchableSelect input::-webkit-search-decoration,.tmrSearchableSelect input::-webkit-search-cancel-button,.tmrSearchableSelect input::-webkit-search-results-button,.tmrSearchableSelect input::-webkit-search-results-decoration{display:none}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}:root{--tmrTextField_bgColor: #ffffff}.tmrTextField__icon img{display:block;max-width:90%}.tmrTextField__icon path{fill:currentColor}.tmrTextField__icon svg{display:block;height:auto}.tmrTextField__icon.-after svg{width:30px}.tmrTextField__icon.-before svg{width:35px}.tmrTextField{background-color:var(--tmrTextField_bgColor);display:block;position:relative;width:100%}.tmrTextField.-disabled{background-color:#e0e0e0}.tmrTextField__icon{align-items:center;color:#8d8f92;display:flex;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);z-index:5}.tmrTextField__icon.-after{height:56px;right:0;width:59px}.tmrTextField__icon.-before{border-right:solid 1px #e9e9e9;height:48px;left:0;width:66px}.tmrTextField__icon.tmrTextField__button{z-index:11;cursor:pointer}.tmrTextField__input{background-color:transparent;border:solid 1px transparent;color:var(--tmrTextField_color, #3069eb);font:400 21px / 26px "FuturaSB";height:56px;letter-spacing:-0.0075rem;padding:14px 17px;position:relative;transition:border-color .3s ease-in,box-shadow .3s ease-in;width:100%;z-index:10}.tmrTextField__input:focus{box-shadow:0 0 0 .2rem rgba(48,105,235,.5);transition:border-color .1s ease-out,box-shadow .1s ease-out}.tmrTextField.-disabled .tmrTextField__input{border-color:#e0e0e0;color:#323b4f;cursor:not-allowed;transition:border-color .3s ease-in,box-shadow .3s ease-in}.tmrTextField.-invalid.-touched .tmrTextField__input{border-color:#eb3030;color:#eb3030;transition:border-color .1s ease-out,box-shadow .1s ease-out}.tmrTextField.-invalid.-touched .tmrTextField__input:focus{box-shadow:0 0 0 .2rem rgba(235,48,48,.5)}.tmrTextField.-invalid.-touched .tmrTextField__input::placeholder{color:inherit}.tmrFieldWithInfoBudge .tmrTextField__input,.tmrTextField__icon.-after~.tmrTextField__input{padding-right:59px}.tmrTextField__icon.-before~.tmrTextField__input{padding-left:83px}.tmrTextField:not(.-filled):not(.-invalid) .tmrTextField__input[type=date]{color:#323b4f}.tmrTextField__input[type=date]::-webkit-calendar-picker-indicator{background:transparent;height:56px;margin:0;padding:0;position:absolute;right:0;top:0;width:59px}.tmrTextField__input::placeholder{color:#323b4f;font:inherit;letter-spacing:inherit;transition:inherit}.tmrProfile__cell{width:auto}.tmrProfile__cell:not(.-noPaddingX){padding-left:16px;padding-right:16px}.tmrProfile__cell:not(:first-child):not(.-noMarginTop){margin-top:15px}@media(min-width: 991px){.tmrProfile__cell:not(:first-child):not(.-noMarginTop){margin-top:0}}.momsRoomStepRow.-layoutVertical .tmrProfile__cell:not(:first-child):not(.-noMarginTop){margin-top:15px}.tmrProfile__cell[aria-hidden=true]{display:none}.tmrProfile__cell.-alignRight{margin-left:auto}@media(min-width: 991px){.tmrProfile__cell.-widthFull{flex:0 0 100%}}@media(min-width: 991px){.tmrProfile__cell.-width1of3{flex:0 0 33.33333%}}@media(min-width: 991px){.tmrProfile__cell.-width2of3{flex:0 0 66.66666%}}@media(min-width: 991px){.tmrProfile__cell.-width3of3{flex:0 0 100%}}@media(min-width: 991px){.tmrProfile__cell.-width1of2{flex:0 0 50%}}@media(min-width: 768px){.tmrProfile__cell.-widthFull{flex:0 0 100%}}.tmrProfile__cell.-alertBanner{left:0;position:absolute;top:0;width:100%;z-index:99}.tmrProfile__cell.-sidebar{background-color:var(--tmrProfile__cellContent_backgroundColor, #f3efe9);display:none}@media(min-width: 991px){.tmrProfile__cell.-sidebar{display:flex;flex:0 0 250px}}.tmrProfile__cell.-content{background-color:var(--tmrProfile__cellContent_backgroundColor, #f5f5f3);flex:1 1 auto;min-width:0;padding-bottom:20px;padding-top:20px}.tmrProfile__container{margin-left:auto;margin-right:auto;max-width:1350px;padding-left:16px;padding-right:16px}.tmrProfile__row{margin-left:-16px;margin-right:-16px}.tmrProfile__row:not(:first-child):not(.-gapSmall):not(.-noMarginTop){margin-top:36px}.momsRoomStepBreakLine+.tmrProfile__row:not(:first-child):not(.-gapSmall):not(.-noMarginTop){margin-top:23px}.tmrProfile__row:not(:first-child):not(.-noMarginTop).-gapSmall{margin-top:15px}@media(min-width: 768px){.tmrProfile__row:not(.-layoutHorizontal):not(.-layoutVertical){display:flex;flex-direction:row}}.tmrProfile__row.-layoutHorizontal{display:flex;flex-direction:row}.tmrProfile__row.-alertBanner{position:relative}.tmrSpinner{display:inline;margin-right:10px;max-height:52px;vertical-align:top}.tmrSpinner[aria-hidden=true],.tmrSpinner span{display:none}.tmrSpinnerMobile{display:none}@media(max-width: 991px){.tmrSpinnerMobile{display:flex;max-height:100vh;justify-content:center;align-items:center;height:100vh;position:fixed;z-index:1000;width:100vw}}.tmrSpinnerMobile__blockScreen{width:100vw;height:100%;position:absolute;opacity:.5;background-color:#888a8b}.tmrSpinnerMobile__blockScreenImage{position:absolute}@media(max-width: 991px){.tmrSpinnerDesktop .tmrSpinner{display:none}}.Cart{padding-left:50px;padding-right:50px}.Cart__header{flex-shrink:1}.Cart .commonButtonLink{font-weight:700;background-image:none}.Cart .commonButtonLink__container{border-bottom:2px solid var(--commonButton_bgColor, #ffc709)}.Cart__discount{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;min-height:19px;display:flex;justify-content:space-between;align-items:center;padding:6px 10px;border-radius:1px;background-color:#ffc709;font-family:"FuturaSB"}.Cart__discount>*{font-size:12px;line-height:13px;letter-spacing:-0.06px;color:#575757;font-weight:700}.Cart__discount.-hidden{display:none}.Cart__product{padding-bottom:37px;border-bottom:3px solid #f3f3f5}.Cart__product.commonRow{margin-left:0;margin-right:0}.Cart__product .commonCell:first-child{padding-left:0}.Cart__product .commonCell:last-child{padding-right:0}.Cart__product:last-child{border-color:#ffc709}.Cart__productContent{display:flex;justify-content:space-between;width:100%}.Cart__productInfo{display:flex;justify-content:flex-start;align-items:flex-start;flex-shrink:1}.Cart__productImageContainer{display:flex;justify-content:center;align-items:center;padding:6px;min-width:188px;width:188px;height:188px;margin-right:33px;border:1px solid #dde4e8;border-radius:6px}.Cart__productImage{width:100%}.Cart__productName{display:flex}.Cart__productNameLabel{font-size:20px;line-height:26px;color:#4a4a4a}.Cart__productNameValue{font-size:20px;line-height:26px;color:#4a4a4a;font-weight:700;margin-left:15px;font-family:"FuturaSB"}.Cart__productNameValue a{text-decoration:none;color:#4a4a4a}.Cart__productPrice{margin-top:35px;display:flex;justify-content:space-around}.Cart__productPriceLabel{font-size:20px;line-height:26px;color:#4a4a4a;white-space:nowrap}.Cart__productPriceValue{margin-left:10px}.Cart__productPriceValue>*{display:block}.Cart__productPriceMap{font-size:20px;line-height:26px;color:#4a4a4a;font-weight:700;font-family:"FuturaSB"}.Cart__productPriceMsrp{font-size:18px;line-height:29px;color:#687782;letter-spacing:-0.12px;text-decoration:line-through}.Cart__productDiscount{margin-left:10px}.Cart__productTotal{display:flex;margin-top:0px;justify-content:flex-start;align-items:flex-end;flex-direction:column;flex-shrink:1}.Cart__productTotalValue{color:#323b4f;font-size:24px;font-weight:700;font-family:"FuturaSB";letter-spacing:-0.13px;line-height:31px}.Cart__productQty .tmrSelect{width:75px;background-position:25px 5px}.Cart__productQty .tmrSelect .tmrSelectLabel{font-size:20px;line-height:26px;color:#4a4a4a}.Cart__productQty .tmrSelect select.tmrSelectInput{font-size:20px;line-height:26px;color:#4a4a4a;padding-left:25px}.Cart__productDeleteLink{font-size:20px;line-height:26px;color:#4a4a4a;margin-top:20px;display:flex;align-items:center;cursor:pointer}.Cart__productDeleteLinkIcon{margin-left:10px}@media only screen and (min-width: 769px){.CartFlow .Cart .-mobile{display:none}.Cart__productPrice{width:-moz-fit-content;width:fit-content}}@media only screen and (max-width: 768px){.Cart{padding-left:20px;padding-right:20px}.CartFlow .Cart .-desktop{display:none}.Cart .commonButtonLink__container{width:-moz-fit-content;width:fit-content}.Cart__header h2{font-size:30px}.Cart__productInfo{padding-right:0}.Cart__productImageContainer{width:61px;height:61px;min-width:61px;min-height:61px;width:61px;margin-right:27px;padding:4px}.Cart__productName{margin-top:10px}.Cart__productNameValue{display:block;margin-left:0}.Cart__productPrice{width:100%;margin-top:24px;justify-content:flex-start}.Cart__productValue{margin-right:4px}.Cart__productTotal{margin-top:0;margin-left:auto;padding-right:0;padding-left:20px}.Cart__productTotalControls{width:100%;display:flex;align-items:center;justify-content:flex-start}.Cart__productTotalControls .Cart__productQty{margin-right:40px}}.Cart__productPrice{margin-top:35px;display:flex;justify-content:space-around}.Cart__productPriceLabel{font-size:20px;line-height:26px;color:#4a4a4a}.Cart__productPriceValue{margin-left:10px}.Cart__productPriceValue>*{display:block}.Cart__productPriceMap{font-size:20px;line-height:26px;color:#4a4a4a;font-weight:700;font-family:"FuturaSB"}.Cart__productPriceMsrp{font-size:18px;line-height:29px;color:#687782;letter-spacing:-0.12px;text-decoration:line-through}.Cart__productDiscount{margin-left:10px}.Cart__productTotal{display:flex;margin-top:0px;justify-content:flex-start;align-items:flex-end;flex-direction:column;flex-shrink:1}.Cart__productTotalValue{color:#323b4f;font-size:24px;font-weight:700;font-family:"FuturaSB";letter-spacing:-0.13px;line-height:31px}.Cart__productQty .tmrSelect{width:75px;background-position:25px 5px}.Cart__productQty .tmrSelect .tmrSelectLabel{font-size:20px;line-height:26px;color:#4a4a4a}.Cart__productQty .tmrSelect select.tmrSelectInput{font-size:20px;line-height:26px;color:#4a4a4a;padding-left:25px}.Cart__productDeleteLink{font-size:20px;line-height:26px;color:#4a4a4a;margin-top:20px;display:flex;align-items:center;cursor:pointer}.Cart__productDeleteLinkIcon{margin-left:10px}@media only screen and (min-width: 769px){.CartFlow .Cart .-mobile{display:none}.Cart__productPrice{width:fit-content}}@media only screen and (max-width: 768px){.Cart{padding-left:16px;padding-right:16px}.CartFlow .Cart .-desktop{display:none}.Cart .commonButtonLink__container{width:fit-content}.Cart__header h1,.Cart__header h2{font-size:30px}.Cart__productInfo{padding-right:0}.Cart__productImageContainer{width:61px;height:61px;min-width:61px;min-height:61px;width:61px;margin-right:27px;padding:4px}.Cart__productName{margin-top:10px}.Cart__productNameValue{display:block;margin-left:0}.Cart__productPrice{width:100%;margin-top:24px;justify-content:flex-start}.Cart__productValue{margin-right:4px}.Cart__productTotal{margin-top:0;margin-left:auto;padding-right:0;padding-left:20px}.Cart__productTotalControls{width:100%;display:flex;align-items:center;justify-content:flex-start}.Cart__productTotalControls .Cart__productQty{margin-right:40px}.Cart__checkoutFullWidth .commonCell{padding:0}.Cart__checkoutFullWidth button{width:100%;border-radius:0;font-size:16px;line-height:20px;padding:0;height:45px;margin-bottom:15px}.-hide-padding .Cart__checkoutFullWidth button{margin-bottom:0}}.EmptyCart{padding-bottom:96px}.EmptyCart__asset img{width:112px}.EmptyCart__description{width:625px;text-align:center;font-size:21px;line-height:27px;padding:0;margin:0 16px;letter-spacing:-0.12px}.EmptyCart__catalogLink .commonButton{width:362px}.EmptyCart__ordersLink .commonButtonLink{font-weight:700;background-image:none}.EmptyCart__ordersLink .commonButtonLink__container{border-bottom:2px solid var(--commonButton_bgColor, #ffc709)}@media only screen and (max-width: 768px){.EmptyCart{padding-top:46px;padding-bottom:38px}.EmptyCart__description{margin-top:30px;width:auto}.EmptyCart__catalogLink .commonButton{width:276px;font-size:15px}.EmptyCart__commonButtonLinkContainer.commonRow:not(:first-child):not(.-noMarginTop){margin-top:38px}.EmptyCart__commonButtonLink .commonButtonLink{letter-spacing:-0.11px;line-height:26px}.EmptyCart__commonButtonLink .commonButtonLink__container{width:262px;margin:0 auto}}.FilledCart{padding-bottom:45px}.FilledCart .commonRow:not(:first-child){margin-top:42px}.FilledCart__promoCodeButton{background-color:transparent;cursor:pointer}.FilledCart__promoCodeButtonIcon{min-width:100%;min-height:100%}.FilledCart .FilledCart__finePrint.commonRow{margin-top:36px}.FilledCart__finePrintValue{font-size:18px;font-weight:300;letter-spacing:-0.1px;line-height:23px}.FilledCart__checkoutSignedIn{width:250px}@media only screen and (min-width: 769px){.FilledCart__priceInfo{border:2px solid #dde4e8;border-radius:5px;box-shadow:0 0 10px 0 rgba(0,0,0,.1)}.FilledCart__checkoutAsGuest{margin-left:11px}}@media only screen and (max-width: 768px){.FilledCart{padding-top:30px;padding-bottom:0}.FilledCart .FilledCart .commonRow:not(:first-child){margin-top:27px}.FilledCart .Cart__products.commonRow:not(:first-child){margin-top:0}.FilledCart__container{display:flex;flex-direction:column}.FilledCart__checkout{order:2;margin-top:11px}.FilledCart__checkoutAsGuest{margin-top:58px}.FilledCart__priceInfo{border-top:2px solid #dde4e8}}@media screen and (max-width: 1200px){.FilledCart__promoCode .commonCell.-widthZoom{--commonCell_flexBasis: 75%}}@media(min-width: 1201px){.FilledCart__promoCode .commonCell.-widthZoom{--commonCell_flexBasis: 50%}}@media only screen and (max-width: 768px){.ShippingInformation .commonHeadline{font-size:21px;letter-spacing:-0.12px;line-height:27px}.ShippingInformation__checkoutSection.commonRow:not(:first-child){margin-top:49px}.ShippingInformation__checkout{padding:13px 5px 12px;line-height:20px}}.CartFlowSummary .Cart__header{display:flex;flex-direction:column}.CartFlowSummary .Cart__description p{margin:0}.CartFlowSummary .commonButtonLink{background-image:linear-gradient(180deg, transparent 82%, var(--commonButtonLink_underlineColor, #ffc709) 82%, var(--commonButtonLink_underlineColor, #ffc709) 87.4%, transparent 87.4%)}.CartFlowSummary .Cart__mainInfoContainer.commonRow:not(:first-child){margin-top:0}@media only screen and (min-width: 769px){.CartFlow .CartFlowSummary .commonRow:not(:first-child):not(.-noMarginTop).-gapSmall{margin-top:22px}}@media only screen and (max-width: 768px){.CartFlowSummary__container{display:flex;flex-direction:column}.CartFlowSummary__checkout{order:2}.CartFlowSummary .Cart__mainInfoContainer:not(:first-child){margin-top:0;border-top:2px solid #dde4e8}.CartFlowSummary .Cart__description{margin-bottom:0}.CartFlowSummary .Cart__header h1{font-size:21px}.CartFlowSummary .Cart__header h2{font-size:18px}.CartFlowSummary .Cart__priceInfoContainer{margin-top:0}.CartFlowSummary .Cart__priceInfoContainer hr{width:100%}.CartFlowSummary .Cart__products.commonRow:not(:first-child){margin-top:34px}.CartFlowSummary .Summary__subsectionHeading{font-size:21px}.CartFlowSummary .Summary__subsectionPropertyName,.CartFlowSummary .Summary__subsectionPropertyValue{font-size:18px}.CartFlowSummary .Summary__subsectionPropertyValue{display:block;margin-top:4px}.CartFlowSummary__footer.commonRow:not(:first-child){margin-top:0}.CartFlowSummary__finePrint p{margin-bottom:16px}}.CartFlowSummary__footer{order:1}.Cart__mainInfoContainer{display:flex;justify-content:space-between}.Cart__description{font-weight:200}.Cart__transactionSummaryHeadline{margin-top:auto;margin-bottom:6px}.Cart__priceInfo{min-width:300px;min-height:87px;padding:7px 11px;display:flex;justify-content:center;align-items:flex-end;flex-direction:column;background-color:#fff}.Cart__priceInfoContainer{flex-shrink:1}.Cart__total{display:flex;justify-content:space-between;align-items:center;width:100%}.Cart__totalLabel{font-size:24px;font-weight:700;line-height:31px}.Cart__totalValue{margin-left:10px;font-size:36px;font-weight:700;line-height:46px;letter-spacing:-0.2px;color:#0094aa}.Cart__discountValue{margin-left:2px}.Cart__details{display:flex;flex-direction:row;margin-top:14px}@media(min-width: 767px){.Cart__details{width:100%}}.Cart__detailsItem{display:flex;flex-direction:column;justify-content:right}@media(min-width: 767px){.Cart__detailsColumn{display:table-row}.Cart__detailsColumnShipping .Cart__detailsItemLabel,.Cart__detailsColumnShipping .Cart__detailsItemValue{line-height:35px}}.Cart__detailsLabels{margin-right:77px}@media(min-width: 767px){.Cart__detailsLabels{margin-right:0;display:table;width:100%}}.Cart__detailsItemLabel{font-size:20px;line-height:26px;color:#4a4a4a;display:block;text-align:right}.Cart__detailsItemLabel:not(:first-child){margin-top:6px}@media(min-width: 767px){.Cart__detailsItemLabel{width:100%;line-height:29px;display:table-cell}.Cart__detailsItemLabel:not(:first-child){margin-top:0}}.Cart__detailsItemValue{font-size:20px;line-height:26px;color:#4a4a4a;font-weight:700;display:block}.Cart__detailsItemValue:not(:first-child){margin-top:6px}@media(min-width: 767px){.Cart__detailsItemValue{display:table-cell;padding-left:77px}.Cart__detailsItemValue:not(:first-child){margin-top:0}}@media only screen and (min-width: 769px){.Cart__priceInfo{border:2px solid #dde4e8;border-radius:5px;box-shadow:0 0 10px 0 rgba(0,0,0,.1);z-index:11}}@media only screen and (max-width: 768px){.Cart__total{padding-top:10px}.Cart__mainInfoContainer{order:1}.Cart__priceInfoContainer{display:none}.Cart__details{border-top:1px solid #f3f3f5;width:100%;justify-content:flex-end;padding-top:16px}}.LoadingIndicator{height:100%;width:100%;position:absolute;background-color:rgba(136,138,139,.25);z-index:10000}.LoadingIndicator[aria-hidden=true],.LoadingIndicator span{display:none}.LoadingIndicator__spinner{position:fixed;top:50%;left:calc(50% - 16px);width:2rem;height:2rem;z-index:10001}.js-mainSection.-loadingIndicator{position:relative}.CartFlow .-align-center{justify-content:center}.CartFlow .-align-center .commonCell{text-align:center}.CartFlow .momsRoomStepperContent{margin-bottom:55px}.CartFlow .momsRoomStepper__row{margin-top:20px}.CartFlow .commonButton:not([aria-disabled=true]){color:#575757}@media only screen and (min-width: 769px){.CartFlow .commonRow:not(:first-child):not(.-noMarginTop).-gapSmall{margin-top:35px}}@media only screen and (max-width: 768px){.CartFlow .tmrPickLabel{font-size:18px;letter-spacing:-0.1px;line-height:23px}}.-hide-header .brandbox #burger,.-hide-header .brandbox #search-box,.-hide-header .brandbox .search,.-hide-header .brandbox .utility-link{display:none}.-hide-header #nav-global{display:none}.-hide-footer #footer{max-width:1350px;height:40px;margin:33px auto 0}.-hide-footer #footer #footer-box{display:none}@media only screen and (min-width: 769px){.-hide-header .brandbox{margin-bottom:23px}}@media only screen and (max-width: 768px){.-hide-footer .CartFlow{margin-bottom:40px;padding-bottom:0}.-hide-footer #footer{display:none}.-hide-padding .CartFlow{margin-bottom:0;padding-bottom:0}.-hide-padding.-hide-footer .CartFlow{margin-bottom:20px}}.commonModal.js-paymentModal{background-color:rgba(10,10,12,.65);z-index:99999}.commonModal.js-paymentModal .commonModal__window{width:90%;height:580px;max-width:1500px}@media only screen and (max-width: 768px){.commonModal.js-paymentModal .commonModal__window{width:100%;height:100vh}}.paymentModalWindow{position:relative;background-color:#fff;width:100%;height:100%;border-radius:8px;overflow:auto;display:flex;flex-direction:column}.paymentModalWindow__head{color:#323b4f;font-family:"FuturaSB";font-size:36px;font-weight:500;letter-spacing:-0.2px;line-height:46px;padding:27px;width:100%;flex:0 1}@media only screen and (max-width: 768px){.paymentModalWindow__head{padding-right:63px}}.paymentModalWindow__head .paymentModalWindow__closeBtn{background-color:#6e6e6e;border:0;border-radius:50%;color:#fff;cursor:pointer;height:32px;position:absolute;right:31px;top:50px;transform:translateY(-50%);width:32px}.paymentModalWindow__head .paymentModalWindow__closeBtn:focus{outline:none;box-shadow:0 0 0 .2rem rgba(48,105,235,.5);opacity:1;transition:box-shadow .1s ease-out}.paymentModalWindow__body{padding:14px 33px;flex:1 0;display:flex;flex-wrap:wrap}.paymentModalWindow__iframe{width:100%;height:100%;border:none}.subHeading.commonRow{margin:39px 0}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}.confirmation__thankYouHeader{margin:0;color:#323b4f;font:500 36px/46px "FuturaSB";letter-spacing:-0.2px}.confirmation__orderNumber{color:#323b4f;font:500 20px/37px "FuturaSB";letter-spacing:-0.11px}.confirmation__successMessage{color:#323b4f;font:300 21px/27px "FuturaSB";letter-spacing:-0.12px}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}.Recommendations__header{color:#323b4f;font:500 24px/31px "FuturaSB";letter-spacing:-0.13px}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}.shopCartWinHeadline{align-items:center;border-bottom:solid 2px rgba(151,151,151,.34);display:flex}.shopCartWinHeadline__cell.-title{padding-bottom:8px;padding-top:8px}.shopCartWinHeadline__cell.-close{margin-left:auto}@media(min-width: 991px){.shopCartWinHeadline__cell.-close{display:none}}.shopCartWinHeadline__close{background-color:transparent;border:0;color:#323b4f;font-size:24px;height:48px;padding:0;width:48px}.shopCartWinHeadline__title{font:500 24px/32px "FuturaSB";letter-spacing:-0.006875rem;margin-bottom:0;margin-top:0}@media(min-width: 991px){.shopCartWinControls{display:flex;flex-direction:row-reverse}}@media(min-width: 991px){.shopCartWinControls__cell{flex:1 1 50%}}.shopCartWinControls__cell:not(:first-child){margin-top:17px}@media(min-width: 991px){.shopCartWinControls__cell:not(:first-child){margin-top:0}}@media(min-width: 991px){.shopCartWinControls__cell:not(:last-child){margin-left:15px}}.shopCartWinControls__control{width:100%}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}.shopCartWinBody{display:flex}.shopCartWinBody__cell:not(:first-child){margin-left:8px}.shopCartWinBody__cell.-icon{flex:0 0 55px}@media(min-width: 991px){.shopCartWinBody__cell.-icon{flex-basis:77px}}.shopCartWinBody__cell.-name{flex:1 1 auto}.shopCartWinBody__cell.-data{flex:0 0 100px}.shopCartWinBody__icon{display:block;height:auto;width:100%}.shopCartWinBody__name{color:#323b4f;font:500 21px/27px "FuturaSB";letter-spacing:-0.0075rem}.shopCartWinBody__price{color:#323b4f;font:700 24px/31px "FuturaSB";letter-spacing:-0.008125rem;text-align:right}.shopCartWinBody__quanitity:not(:first-child){margin-top:8px}.shopCartWin__wrapper{background-color:#ede5da;padding-bottom:20px;padding-left:8px;padding-right:8px}@media(min-width: 991px){.shopCartWin__wrapper{padding-bottom:16px;padding-left:16px;padding-right:16px}}.shopCartWin .shopCartWinBody:not(:first-child){margin-top:12px}@media(min-width: 991px){.shopCartWin .shopCartWinBody:not(:first-child){margin-top:16px}}.shopCartWin .shopCartWinControls:not(:first-child){margin-top:40px}@media(min-width: 991px){.shopCartWin .shopCartWinControls:not(:first-child){margin-top:20px}}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}.shopCartSum{align-items:center;color:#b45908;display:flex;font:500 18px/1 "FuturaSB";letter-spacing:-0.00625rem;height:100%;text-decoration:none;transition:background-color .2s linear}@media(min-width: 991px){.shopCartSum{border-left:1px solid #f0f0f0;padding-left:21px;padding-right:16px}}.shopCartSum:focus,.shopCartSum:focus-visible,.shopCartSum:hover{background-color:#fbf9f3}@media(min-width: 991px){.shopCartSum__cell:not(:first-child){margin-left:8px}}.shopCartSum__cell.-icon{align-items:center;display:flex;height:48px;justify-content:center;width:30px}@media(min-width: 767px){.shopCartSum__cell.-icon{width:48px}}@media(min-width: 991px){.shopCartSum__cell.-icon{height:auto;width:auto}}.shopCartSum__cell.-shownOnDesktop{display:none}@media(min-width: 991px){.shopCartSum__cell.-shownOnDesktop{display:block}}@media(min-width: 991px){.shopCartSum__cell.-shownOnMobile{display:none}}.shopCartSum__icon{background-position:center;background-repeat:no-repeat;background-size:contain;display:flex;font-size:14px;letter-spacing:-0.005rem;height:24px;justify-content:center;padding-left:3px;width:24px}.shopCartSum__label{text-decoration:underline}.shopCartSum__quantity{border:solid 2px #b45908;border-radius:2px;min-width:36px;padding-left:4px;padding-right:4px;text-align:center}.shopCart{align-items:center;display:flex;float:right;height:100%}@media(min-width: 991px){.shopCart{position:relative;padding-top:8px}}@media(min-width: 991px){.shopCart:not(:last-child){margin-left:20px}}.shopCart.-winShown .shopCartSum{background-color:#fbf9f3}.shopCart .shopCartWin{display:none;max-height:0;max-width:100%;overflow:hidden;position:absolute;right:0;top:100%;transition:max-height .1s linear;z-index:10;width:100%}@media(min-width: 991px){.shopCart .shopCartWin{max-width:none;width:440px}}.shopCart.-winShown .shopCartWin{display:block;max-height:400px}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:300;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:400;src:url("../img/fonts/FuturaSB-Book.woff") format("woff")}@font-face{font-display:fallback;font-family:"FuturaSB";font-style:normal;font-weight:700;src:url("../img/fonts/FuturaSB-DemiBold.woff") format("woff")}@media screen and (max-width: 766px){.cartFlowFooter{margin-left:-16px;margin-right:-16px;position:relative}}@media screen and (max-width: 766px){.cartFlowFooter__body{background-color:#fff;z-index:15}}.cartFlowFooter__controls{display:flex;flex-direction:row}@media screen and (max-width: 766px){.cartFlowFooter__controls:not(:first-child){margin-top:12px}}.cartFlowFooter__control.-next{flex:1 1 auto}@media(min-width: 767px){.cartFlowFooter__control.-next{flex:0 0 auto}}.cartFlowFooter__control.-toggle{flex:0 0 66px}@media(min-width: 767px){.cartFlowFooter__control.-toggle{display:none}}@media screen and (max-width: 766px){.cartFlowFooter__next{border-radius:0;height:46px;font:600 15px / 20px "FuturaSB";letter-spacing:-0.005rem;padding-bottom:13px;padding-top:13px;width:100%}}.cartFlowFooter__toggle{background-color:var(--flatBtn_bgColor, var(--commonButton_bgColor, #ffc709));border:0;height:46px;padding-bottom:5px;padding-top:5px}.cartFlowFooter__toggle:focus,.cartFlowFooter__toggle:focus-visible{outline:0}.cartFlowFooter__toggle[disabled],.cartFlowFooter__toggle[aria-disabled=true]{background-color:var(--flatBtn_bgColor_onDisabled, var(--commonButton_bgColor_disabled, #888a8b));color:var(--flatBtn_textColor_onDisabled, var(--commonButton_color_disabled, #f8f9f9));cursor:not-allowed}.tmrSwitcher.cartFlowFooter__toggle .tmrSwitcher__input{height:0;visibility:hidden;width:0}.tmrSwitcher.cartFlowFooter__toggle .tmrSwitcher__presentation{background:none;border:0;border-left:solid 1px #eee;border-radius:0;height:36px;transition:none;width:100%}.tmrSwitcher.cartFlowFooter__toggle .tmrSwitcher__presentation::after{background:none;border-color:#7d681f #7d681f transparent transparent;border-radius:0;border-style:solid solid none none;border-width:2px 2px 0 0;box-shadow:none;height:16px;left:50%;top:50%;transform-origin:center center;transform:translate(-50%, -20%) rotate(315deg);width:16px}.tmrSwitcher.cartFlowFooter__toggle.-checked .tmrSwitcher__presentation::after{transform:translate(-50%, -64%) rotate(135deg)}.tmrSwitcher.cartFlowFooter__toggle .tmrSwitcher__presentation::before{display:none}.cartFlowFooter .Cart__priceInfoContainer{display:none}.cartFlowFooter__summary{align-items:flex-end;border-top:solid #dde4e8 2px;display:flex;flex-direction:column;padding-left:16px;padding-right:16px}@media(min-width: 767px){.cartFlowFooter__summary{display:none}}.cartFlowFooter__details{margin-top:12px;overflow:hidden;padding-left:16px;padding-right:16px}@media(min-width: 767px){.cartFlowFooter__details{display:none}}.cartFlowFooter__detailsBody{border-top:2px solid #f3f3f5;max-height:0;transition:max-height .3s linear}.cartFlowFooter__details.-opened .cartFlowFooter__detailsBody{max-height:240px;transition:max-height .2s linear}.cartFlowFooter__details .Cart__details{border-top:0;margin-top:0}.cartFlowFooter__detailsDiscount{display:flex;justify-content:flex-end}.cartFlowFooter__detailsDiscount .cartFlowFooter__detailsBody{border-top:none}.prodFilterList{list-style:none;margin-top:0;padding-left:0}.prodFilterList__item:not(:first-child){margin-top:8px}.prodFilterList__link{color:#b95b09}#nav-content a.prodFilterList__link{display:inline}.productFilterGroup:not(:first-child){margin-top:10px}.productFilterGroup__item.-desktopView{display:none}@media(min-width: 960px){.productFilterGroup__item.-desktopView{display:block}}@media(min-width: 960px){.productFilterGroup__item.-mobileView{display:none}}.KinFooter a{color:inherit}.KinFooter a:hover{color:#000}.KinFooter__cell.-logo img{display:block;max-height:48px}.KinFooter__copyright p{margin-bottom:0;margin-top:0}.KinFooter path[fill="#7C8D97"]{fill:currentColor}.KinFooter__socialItem svg{display:block;height:48px;width:48px}#footer.KinFooter{background-color:#fff;color:#576269;font-size:14px;padding-bottom:32px;padding-top:32px}.KinFooter__cell.-break{flex-basis:100%;height:0}.KinFooter__cell.-policy{margin-top:24px}.KinFooter__cell.-social{display:flex;flex-direction:row;align-items:center}@media only screen and (min-width: 800px){.KinFooter__cell.-social{margin-left:24px}}@media only screen and (min-width: 800px){.KinFooter__columns{display:flex}}.KinFooter__column{display:flex;flex-direction:column;flex-wrap:wrap}@media only screen and (min-width: 800px){.KinFooter__column{flex-direction:row}}.KinFooter__column:not(:first-child){margin-top:32px}@media only screen and (min-width: 800px){.KinFooter__column:not(:first-child){margin-left:auto;margin-top:0}}.KinFooter__container{margin-left:auto;margin-right:auto;padding-left:30px;padding-right:30px}@media only screen and (min-width: 1024px){.KinFooter__container{max-width:1104px}}@media only screen and (max-width: 1279px){.KinFooter__container{max-width:1002px}}.KinFooter__copyright:not(:first-child){margin-top:24px}.KinFooter__socialList{display:flex;flex-direction:row;flex-wrap:wrap;list-style:none;margin-bottom:0;margin-top:0;padding-left:0}

/*# sourceMappingURL=styles.css.map*/