.code-example {
  position: relative;
}
.code-example pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
}
.code-example code {
  display: inline-block;
  background: #f7f7f7;
  max-height: 250px;
  white-space: pre;
  width: 100%;
  overflow: auto;
  font-size: 14px;
  padding: 20px 30px;
}
.code-example .copy-code {
  position: absolute;
  right: 12px;
  top: 12px;
}
.close {
  position: absolute;
  color: #fff;
  font-size: 24px;
}
.close:hover,
.close:focus {
  cursor: pointer;
}
.list-inline {
  position: relative;
  font-size: 0;
  margin: 18px 0;
  padding-left: 0;
  list-style: none;
  overflow: hidden;
}
.list-inline > li {
  display: inline-block;
  margin-right: -2px;
  min-width: 50%;
}
@media screen and (min-width: 576px) {
  .list-inline {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .list-inline > li {
    padding-right: 5px;
    margin-right: 0;
    min-width: auto;
  }
}
.item.tab:nth-child(1) a {
  border-right-width: 1px;
}
.item.tab:nth-child(2) a {
  border-left-width: 1px;
  border-right-width: 1px;
}
.item.tab:nth-child(3) a {
  border-left-width: 1px;
}
.item.tab[data-slick-index="1"] a {
  border-right-width: 2px;
}
@media screen and (min-width: 992px) {
  .item.tab[data-slick-index="1"] a {
    border-right-width: 1px;
  }
}
.item.tab[data-slick-index="1"].slick-current a {
  border-right-width: 1px;
  border-left-width: 2px;
}
.item.tab .button5 {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 992px) {
  .item.tab .button5 {
    width: auto;
  }
}
.item.tab.active .button5 {
  color: #333;
  background: #ffde00;
}
.item.tab .button5:hover,
.item.tab .button5:focus {
  color: #333;
  background: #ffde00;
}
.font-size-12 {
  font-size: 12px;
}
input[type="text"][class*="text-transform-none"],
input[type="email"][class*="text-transform-none"],
.text-transform-none {
  text-transform: none;
}
.text-transform-uppercase {
  text-transform: uppercase;
}
.text-bold {
  font-weight: bold;
}
.bg-white {
  background: #fff;
}
.bg-transparent {
  background: transparent;
}
.bg-hover-white:hover,
.bg-hover-white:focus {
  background: #fff;
}
.bg-green {
  background: #367c2b;
}
.bg-grey-33 {
  background: #333;
}
.text-white {
  color: #fff;
}
.text-yellow {
  color: #ffde00;
}
.text-hover-green:hover,
.text-hover-green:focus {
  color: #367c2b;
}
.border-white {
  border-color: #fff;
}
.border-hover-white:hover,
.border-hover-white:focus {
  border-color: #fff;
}
.border-none {
  border: none;
}
.box-shadow-none {
  box-shadow: none;
}
.text-shadow-none {
  text-shadow: none;
}
.close-custom,
.close-custom:hover,
.close-custom:focus {
  opacity: 1;
  text-shadow: none;
}
@media screen and (max-width: 991px) {
  .tab-content > .tab-pane {
    display: block;
  }
}
.tab-container-custom {
  background: #333;
}
@media screen and (min-width: 992px) {
  .tab-container-custom .tab-pane {
    display: block;
    position: absolute;
    opacity: 0;
    transition: opacity 500ms ease;
  }
}
.tab-container-custom .tab-pane .close-custom {
  display: none;
}
@media screen and (min-width: 992px) {
  .tab-container-custom .tab-pane .close-custom {
    display: block;
    position: absolute;
    top: 25px;
    right: 15px;
    width: 50px;
    height: 50px;
    padding: 5px;
  }
  .tab-container-custom .tab-pane .close-custom > img {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media screen and (min-width: 992px) {
  .tab-container-custom .tab-pane > .text-container {
    position: absolute;
    top: 50%;
    padding: 0;
    max-width: none;
    width: 50%;
  }
  .tab-container-custom .tab-pane > .text-container .text-content-wrapper {
    padding: 30px 0 0 0;
    border-top: 1px solid #fff;
    width: 0;
    transition: width 300ms ease, padding 300ms linear;
  }
  .tab-container-custom .tab-pane > .text-container .text-content-wrapper.show {
    width: 100%;
  }
  .tab-container-custom .tab-pane > .text-container .text-content-wrapper .text-content {
    opacity: 0;
    transition: opacity 300ms ease;
  }
  .tab-container-custom .tab-pane > .text-container .text-content-wrapper .text-content.show {
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  .tab-container-custom .tab-pane-open > .text-container {
    left: 50%;
    width: 45%;
  }
  .tab-container-custom .tab-pane-open > .text-container .text-content-wrapper.show {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 992px) {
  .tab-container-custom .tab-pane-local > .text-container,
  .tab-container-custom .tab-pane-save > .text-container {
    left: 4.5%;
  }
  .tab-container-custom .tab-pane-local > .text-container .text-content-wrapper,
  .tab-container-custom .tab-pane-save > .text-container .text-content-wrapper {
    float: right;
  }
  .tab-container-custom .tab-pane-local > .text-container .text-content-wrapper.show,
  .tab-container-custom .tab-pane-save > .text-container .text-content-wrapper.show {
    padding-right: 60px;
  }
  .tab-container-custom .tab-pane-local > .text-container > .row,
  .tab-container-custom .tab-pane-save > .text-container > .row {
    padding-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tab-container-custom .tab-pane > picture > img {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .tab-container-custom .tab-pane.active ~ img.image {
    display: none;
  }
  .tab-container-custom .tab-pane.active > picture > img {
    display: block;
    margin-top: -75px;
  }
}
@media screen and (max-width: 991px) and screen and (min-width: 992px) {
  .tab-container-custom .tab-pane.active > picture > img {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .tab-container-custom .tab-pane.active {
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  .tab-container-custom .tabs-wrapper {
    position: absolute;
  }
}
.expand-collapse-component .expand-collapse-component-container .expand-collapse-component-section .expand-collapse-component-item.active.bg-none,
.bg-none {
  background: none;
}
.expand-collapse-component .expand-collapse-component-container .expand-collapse-component-section .expand-collapse-component-item.border-top-none,
.expand-collapse-component .expand-collapse-component-container .expand-collapse-component-section .expand-collapse-component-item:last-child.border-top-none,
.border-top-none {
  border-top: none;
}
.expand-collapse-component .expand-collapse-component-container .expand-collapse-component-section .expand-collapse-component-item.border-botton-none,
.expand-collapse-component .expand-collapse-component-container .expand-collapse-component-section .expand-collapse-component-item:last-child.border-botton-none,
.border-bottom-none {
  border-bottom: none;
}
.expand-collapse-component .expand-collapse-component-container .expand-collapse-component-section .expand-collapse-component-item > h4 {
  font-family: jd_sans_probold;
  color: #666666;
}
.expand-collapse-component .expand-collapse-component-container .expand-collapse-component-section .expand-collapse-component-item > h4.before-text-grey::before {
  color: #666666;
}
.expand-collapse-component .expand-collapse-component-container.margin-0,
.margin-0 {
  margin: 0;
}
.custom-cta-container .cta {
  margin: 24px 0;
}
.inline-block {
  display: inline-block;
}
.padding-0 {
  padding: 0;
}
@media screen and (min-width: 1366px) {
  .padding-0-lg {
    padding: 0;
  }
  .padding-0-20-lg {
    padding: 0 20px;
  }
}
.padding-top-3 {
  padding-top: 24px;
}
.padding-top-60 {
  padding-top: 60px;
}
.padding-top-200 {
  padding-top: 200px;
}
.padding-bottom-60 {
  padding-bottom: 60px;
}
.padding-bottom-200 {
  padding-bottom: 200px;
}
.padding-bottom-3 {
  padding-bottom: 24px;
}
.padding-bottom-2 {
  padding-bottom: 16px;
}
.padding-bottom-1 {
  padding-bottom: 8px;
}
.margin-bottom-0 {
  margin-bottom: 0px;
}
.margin-bottom-2 {
  margin-bottom: 16px;
}
.margin-bottom-3 {
  margin-bottom: 24px;
}
.margin-top-0 {
  margin-top: 0px;
}
.margin-top-1 {
  margin-top: 8px;
}
.margin-top-3 {
  margin-top: 24px;
}
.zindex-20 {
  z-index: 20;
}
.zindex-70 {
  z-index: 70;
}
.zindex-90 {
  z-index: 90;
}
.rounded-100 {
  border-radius: 100%;
}
.shadow-1 {
  box-shadow: 0 0 8px #00000029;
}
.text-shadow-1 {
  text-shadow: 1px 1px 4px #000000;
}
.width-32 {
  width: 32px;
}
.width-40 {
  width: 40px;
}
.width-60 {
  width: 60px;
}
.height-32 {
  height: 432x;
}
.height-40 {
  height: 40px;
}
.height-60 {
  height: 60px;
}
.width-100p {
  width: 100%;
}
.centered-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.float-left {
  float: left;
}
.translate-y-25 {
  transform: translateY(-25%);
}
.translate-y-25p {
  transform: translateY(25%);
}
.translate-y-50p {
  transform: translateY(50%);
}
@media (min-width: 992px) {
  .translate-y-50p-md {
    transform: translateY(50%);
  }
}
.translate-y-100 {
  transform: translateY(-100%);
}
.max-width-25 {
  max-width: 25%;
}
.max-width-300 {
  max-width: 300px;
}
.max-width-33 {
  max-width: 33%;
}
.margin-right-1 {
  margin-right: 8px;
}
.margin-right-2 {
  margin-right: 16px;
}
.margin-right-3 {
  margin-right: 24px;
}
.margin-bottom-4,
.expand-collapse-component .expand-collapse-component-container .expand-collapse-component-section h3.margin-bottom-4 {
  margin-bottom: 32px;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.carouselSingle .item {
  max-width: none;
}
.carouselSingle .flexslider .slides li {
  margin-right: 0 !important;
}
.video-js.play-skin-2.vjs-big-play-button-smaller .vjs-big-play-button {
  width: 52px;
  height: 52px;
  font-size: 2em;
}
.video-js.play-skin-2.vjs-big-play-button-smaller .vjs-big-play-button:before {
  font-size: 32px;
}
.video-player-comp [data-overlay-text]:not(.vjs-has-started):before {
  content: attr(data-overlay-text);
  position: absolute;
  z-index: 1;
  font-size: 16px;
  bottom: 0;
  left: 0;
  padding: 12px;
  font-weight: bold;
  line-height: 1.2;
}
.video-js {
  width: 100% !important;
}
.border-left-white {
  border-left: 1px solid #fff;
}
.top-0 {
  top: 0;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
@media (min-width: 992px) {
  .right-30-md {
    right: 30px;
  }
}
.bottom-0 {
  bottom: 0;
}
.bottom-10 {
  bottom: -10px;
}
.bottom-40 {
  bottom: -40px;
}
@media (min-width: 992px) {
  .bottom-0-md {
    bottom: 0;
  }
  .bottom-3-md {
    bottom: 24px;
  }
}
.carousel.carouselSingle .flexslider {
  max-width: none;
}
.flex-column-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .order-1-md {
    order: 1;
  }
}
@media (min-width: 992px) {
  .order-2-md {
    order: 2;
  }
}
.mobile-phone-image-wrapper {
  width: 50%;
  margin: 0 auto;
}
.mobile-phone-image-wrapper > img {
  width: 100%;
}
@media (min-width: 1024px) {
  .mobile-phone-image {
    max-width: 95%;
  }
}
@media (min-width: 1200px) {
  .mobile-phone-image {
    max-width: 88%;
  }
}
@media (min-width: 1366px) {
  .mobile-phone-image {
    max-width: 73%;
  }
}
.discover-headline {
  margin-top: 52px;
}
@media (min-width: 992px) {
  .discover-headline {
    margin-top: 24px;
  }
}
.generic-copy-block {
  margin: 40px 0;
}
.generic-copy-block .content > p {
  margin-top: 40px;
  margin-bottom: 0;
}
.generic-copy-block .content .button1 {
  margin-top: 40px;
}
/**
*	Animation
*/
@-moz-keyframes ripple {
  to {
    transform: scale(1.8);
    opacity: 0;
  }
}
@-webkit-keyframes ripple {
  to {
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes ripple {
  to {
    transform: scale(1.8);
    opacity: 0;
  }
}
@-moz-keyframes grow {
  20%,
  80% {
    transform: scale(1.1);
  }
  0%,
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes grow {
  20%,
  80% {
    transform: scale(1.1);
  }
  0%,
  100% {
    transform: scale(1);
  }
}
@keyframes grow {
  20%,
  80% {
    transform: scale(1.1);
  }
  0%,
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes tractor {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(230%);
  }
}
@-webkit-keyframes tractor {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(230%);
  }
}
@keyframes tractor {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(230%);
  }
}
@-moz-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
.animate-tractor {
  position: relative;
  overflow: hidden;
  margin-bottom: 0rem;
  display: inline-block;
}
.animate-tractor img {
  width: 100%;
}
.animate-tractor .tractor {
  transform: translateX(0%);
  position: relative;
}
.animate-tractor .tractor img {
  max-width: 350px;
  height: auto;
}
.animate-tractor .tractor .wheel-1 {
  height: 60px;
  position: absolute;
  left: 73px;
  bottom: 0;
}
.animate-tractor .tractor .wheel-2 {
  height: 46px;
  position: absolute;
  left: 156px;
  bottom: 0;
}
.animate-tractor .tractor.animate {
  animation: tractor 5s linear forwards;
}
.animate-tractor .tractor.animate .wheel-1,
.animate-tractor .tractor.animate .wheel-2 {
  animation: spin 2s ease-in-out forwards;
}
.animate-tractor .tractor-line {
  transform: translateX(0%);
  position: relative;
}
.animate-tractor .tractor-line:after {
  content: ' ';
  height: 25px;
  background: #eee;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.animate-tractor .tractor-line.animate:after {
  animation: tractor 5s linear forwards;
}
/* xs */
@media (max-width: 480px) {
  .animate-tractor {
    margin-bottom: 0;
  }
  .animate-tractor .tractor .wheel-1 {
    height: 60%;
    left: 21%;
  }
  .animate-tractor .tractor .wheel-2 {
    height: 46%;
    left: 45%;
  }
}
@media (min-width: 768px) AND (max-width: 779px) {
  .animate-tractor .tractor .wheel-1 {
    height: 52px;
    left: 63px;
  }
  .animate-tractor .tractor .wheel-2 {
    height: 39px;
    left: 137px;
  }
}
/* sm */
/* sm */
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.footer.has-margin-top {
  margin-top: 80px;
}
@media (min-width: 992px) {
  .footer.has-margin-top {
    margin-top: 230px;
  }
}
.footer .country-selector {
  margin-top: 0;
  border: none;
}
.footer .country-selector .flag {
  display: none;
  transform: translateX(40px);
}
.footer .country-selector .dropdown-input {
  border-color: #c2c2c2;
  padding-right: 30px;
  padding-left: 53px;
  transform: translateX(-10px);
}
.footer .country-selector .dropdown-input span {
  color: #333;
  line-height: 1.5;
}
.footer .country-selector .dropdown-input span:before {
  display: none;
}
.en_GB .flag.en_GB {
  display: inline;
}
.en_IE .flag.en_IE {
  display: inline;
}
.fr_FR .flag.fr_FR {
  display: inline;
}
.de_DE .flag.de_DE {
  display: inline;
}
.es_ES .flag.es_ES {
  display: inline;
}
.it_IT .flag.it_IT {
  display: inline;
}
.pl_PL .flag.pl_PL {
  display: inline;
}
.pt_PT .flag.pt_PT {
  display: inline;
}
.fr_BE .flag.fr_BE,
.nl_BE .flag.fr_BE {
  display: inline;
}
.da_DK .flag.da_DK {
  display: inline;
}
.nl_NL .flag.nl_NL {
  display: inline;
}
.sv_SE .flag.sv_SE {
  display: inline;
}
.de_AT .flag.de_AT {
  display: inline;
}
.fr_CH .flag.fr_CH,
.de_CH .flag.fr_CH {
  display: inline;
}
.form {
  margin-top: 30px;
}
.form-wrapper {
  padding: 40px 0;
}
.form-wrapper .headline {
  text-align: center;
  margin-top: 0;
}
.form label h3 {
  display: inline-block;
  margin-top: 0;
}
.form.customer-page a:hover {
  color: #367c2b;
}
.form.voucher-code,
.form.dealer-page {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .form .col-custom-padding:first-of-type {
    padding-right: 7.5px;
  }
}
@media (min-width: 768px) {
  .form .col-custom-padding:last-of-type {
    padding-left: 7.5px;
  }
}
.form .checkbox-wrapper {
  display: flex;
}
.form .checkbox-wrapper + .checkbox-wrapper {
  margin-top: 10px;
}
.form .checkbox-wrapper label {
  margin-top: -4px;
}
.form .model-container {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .form .model-container {
    margin-top: 50px;
  }
}
.form .model-container > div {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .form .model-container > div {
    margin-top: 0;
  }
}
.form .salutation-container {
  margin-top: 30px;
}
.form .salutation-radio-button {
  display: inline-block;
  margin-right: 40px;
}
.form .form-control {
  width: 100%;
}
.form .form-group-firstname,
.form .form-group-lastname,
.form .form-group-email {
  margin-top: 15px;
}
.form .privacy-policy-container {
  margin-top: 30px;
}
.form .submit-button {
  display: block;
  margin: 30px auto 0;
}
.container-form {
  display: none;
}
.form-success-wrapper {
  padding: 40px 0;
}
.form-success-wrapper h2 {
  margin-top: 0;
}
.form-success-wrapper h3 {
  color: #fdda01;
}
.form-success-wrapper h3,
.form-success-wrapper p {
  margin-top: 40px;
}
.hero-with-button {
  padding-top: 35px;
  padding-bottom: 40px;
}
.hero-with-button h1 {
  margin-top: 0;
}
.hero-with-button .subtitle {
  margin-top: 5px;
}
.hero-with-button p {
  margin-bottom: 0;
}
.hero-with-button .button1 {
  margin-top: 15px;
}
.hero-with-button.had-product-spread {
  padding-bottom: 12%;
}
.product-spread-ytk {
  position: relative;
  margin-top: -8%;
  padding: 0;
  z-index: 1;
}
.product-spread-ytk .main-product-image {
  display: block;
}
.product-horizon-amc {
  position: relative;
  margin-top: -13%;
  z-index: 1;
}
@media (min-width: 768px) {
  .product-horizon-amc.single-product .content {
    padding-top: 20%;
  }
}
.product-pages-hero-carousel-wrapper {
  position: relative;
}
.product-pages-hero-carousel-wrapper .owl-carousel-amc {
  position: absolute;
  top: 0;
}
#snackbar {
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  min-width: 250px;
  background-color: #fdda01;
  color: #333;
  font-family: jd_sans_probold, 'Helvetica Neue', Helvetica, Arial;
  font-size: 20px;
  text-align: center;
  border-radius: 2px;
  padding: 20px;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.7);
  z-index: 1;
}
#snackbar.show {
  visibility: visible;
  animation: fadein 0.5s, fadeout 0.5s 4.6s;
}
@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 50px;
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    top: 50px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}
.component.content-panel {
  padding-bottom: 0;
}
.component.content-panel h3 {
  text-align: center;
}
.component.content-panel div.panel-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.component.content-panel div.panel-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.speaking-tractor {
  background-color: #030306;
  padding-bottom: 15px;
}
.speaking-tractor img.active,
.speaking-tractor .wave-image-wrapper .active {
  display: none;
}
.speaking-tractor .active .inactive {
  display: none;
}
.speaking-tractor .active .active {
  display: block;
}
.speaking-tractor .hero-image-wrapper {
  position: relative;
}
.speaking-tractor .car-light {
  position: absolute;
  top: 40%;
  width: 1px;
  height: 1px;
  background: #fff;
  box-shadow: 0 0 18px 18px #fff;
  opacity: 0;
}
@media (min-width: 576px) {
  .speaking-tractor .car-light {
    box-shadow: 0 0 24px 24px #fff;
  }
}
@media (min-width: 768px) {
  .speaking-tractor .car-light {
    box-shadow: 0 0 32px 32px #fff;
  }
}
@media (min-width: 992px) {
  .speaking-tractor .car-light {
    box-shadow: 0 0 40px 40px #fff;
  }
}
.speaking-tractor .car-light.left {
  left: 40%;
}
.speaking-tractor .car-light.right {
  right: 40%;
}
.speaking-tractor .car-light.animated.fadeOut {
  animation-duration: 300ms;
}
.speaking-tractor .hero-image {
  opacity: 0;
  transform: scale(0.5);
  transition: all 600ms ease-in-out;
}
.speaking-tractor .hero-image.show {
  opacity: 1;
  transform: scale(1);
}
.speaking-tractor .wave-image-wrapper {
  width: 50%;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 500ms ease;
}
@media (min-width: 992px) {
  .speaking-tractor .wave-image-wrapper {
    width: 35%;
  }
}
.speaking-tractor .wave-image-wrapper.show {
  opacity: 1;
}
.speaking-tractor .lyrics-wrapper {
  height: 68px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .speaking-tractor .lyrics-wrapper {
    width: 75%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .speaking-tractor .lyrics-wrapper {
    width: 50%;
  }
}
.speaking-tractor .lyrics-wrapper p {
  position: relative;
  top: 0;
  transition: top 500ms linear;
  margin-top: 0;
}
.speaking-tractor .action-buttons-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 400px;
  margin: 15px auto 0;
  padding: 15px 0;
}
.speaking-tractor .action-buttons-wrapper .button-ytk {
  width: 44px;
  height: 44px;
  margin: 0 15px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 0 transparent;
  transition: opacity 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}
@media (min-width: 576px) {
  .speaking-tractor .action-buttons-wrapper .button-ytk {
    width: 54px;
    height: 54px;
  }
}
.speaking-tractor .action-buttons-wrapper .button-ytk:hover {
  border-color: #5a5a5a;
}
.speaking-tractor .action-buttons-wrapper .button-ytk.active {
  border-color: #367C2B;
}
.speaking-tractor .action-buttons-wrapper .button-ytk.show-shadow-pulse {
  animation: shadow-pulse 2s infinite;
}
.speaking-tractor .action-buttons-wrapper .button-ytk.show {
  opacity: 1;
  background-color:#ffde00;
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(253, 218, 1, 0.5);
  }
  100% {
    box-shadow: 0 0 0 25px rgba(253, 218, 1, 0);
  }
}
.connectivity-check {
  padding-top: 20px;
  padding-bottom: 20px;
}
.connectivity-check .note {
  color: #c2c2c2;
}
.connectivity-check .expand-collapse-component-ytk {
  background: #fff;
}
.connectivity-check .expand-collapse-component-ytk .expand-collapse-component-container {
  margin: 0;
}
.connectivity-check .expand-collapse-component-ytk .expand-collapse-component-item h4 {
  margin-bottom: 16px;
}
.connectivity-check .expand-collapse-component-ytk .flex-container {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.connectivity-check .expand-collapse-component-ytk .flex-container .flex-item {
  width: 100%;
}
@media (min-width: 768px) {
  .connectivity-check .expand-collapse-component-ytk .flex-container .flex-item {
    width: 33.33333%;
  }
}
.connectivity-check .expand-collapse-component-ytk .flex-container .flex-item.full-width {
  width: 100%;
}
@media (min-width: 768px) {
  .connectivity-check .expand-collapse-component-ytk .flex-container .flex-item.full-width {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .connectivity-check .expand-collapse-component-ytk .flex-container .flex-item.full-width {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .connectivity-check .expand-collapse-component-ytk .flex-container.five-items .flex-item {
    width: 20%;
  }
}
.connectivity-check .selected-models-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}
.connectivity-check .selected-model-container {
  position: relative;
  display: inline-block;
  padding: 10px 46px 10px 5px;
  margin: 10px 5px 0;
  background-color: #000;
  color: #fff;
}
.connectivity-check .selected-model-container p {
  margin: 0;
}
.connectivity-check .selected-model-container .close-button {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.connectivity-check .selected-model-container .close-button:before,
.connectivity-check .selected-model-container .close-button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  background-color: #fff;
}
.connectivity-check .selected-model-container .close-button:before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.connectivity-check .selected-model-container .close-button:after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.connectivity-check .connectivity-check-result-button[disabled] {
  background-color: #c2c2c2;
}
.connectivity-check .results-wrapper,
.connectivity-check .results > div {
  display: none;
}
.connectivity-check .results > div.cta-wrapper {
  display: block;
}
.connectivity-check .connectivity-check-result {
  margin: 60px 0;
}
.connectivity-check .connectivity-check-result .header {
  display: flex;
  padding: 17px 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #c2c2c2;
}
.connectivity-check .connectivity-check-result .header img {
  width: auto;
  height: 24px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .connectivity-check .connectivity-check-result .header img {
    height: 32px;
  }
}
.connectivity-check .connectivity-check-result .header > div {
  flex: 1;
}
.connectivity-check .connectivity-check-result .header h3 {
  color: #367c2b;
  margin-top: 0;
}
.connectivity-check .connectivity-check-result .header h4 {
  margin-top: 8px;
}
.connectivity-check .connectivity-check-result .information-wrapper {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.connectivity-check .connectivity-check-result .information-wrapper:first-of-type {
  margin-top: 0;
}
@media (min-width: 768px) {
  .connectivity-check .connectivity-check-result .information-wrapper {
    margin-top: 0;
  }
}
.connectivity-check .connectivity-check-result .information-wrapper img {
  width: auto;
  height: 40px;
  margin-right: 20px;
}
.connectivity-check .connectivity-check-result .information-wrapper p {
  flex: 1;
  margin: 0;
}
.model-list-table {
  display: table;
}
.model-list-table-row {
  display: table-row;
}
.model-list-table-row:focus,
.model-list-table-row:hover {
  cursor: pointer;
}
.model-list-table-cell {
  display: table-cell;
  padding-right: 5px;
}
/*# sourceMappingURL=default.css.map */