@import url('https://use.typekit.net/son7sot.css');

.black-text {
  color: #000 !important;
}

.white-text {
  color: #fff !important;
}

.blue-text {
  color: #1388C2 !important;
}

.blue-line {
  border-color: #bddbec !important;
}

.px18 {
  font-size: clamp(12px, 1vw, 18px) !important;
}

.px22 {
  font-size: clamp(16px, 1.5vw, 22px) !important;
}

.px36 {
  font-size: clamp(22px, 2vw, 36px) !important;
}

.px68 {
  font-size: clamp(30px, 2.5vw, 68px) !important;
}

#features h3.feature-header {
  margin-bottom: 40px !important;
}

#features h4.feature-subheader {
  margin: 0;
  font-family: termina, 'proxima-nova', sans-serif;
  font-weight: 600;
  font-style: normal;
}

#features strong {
  font-weight: 700 !important;
}

#features p {
  font-weight: 400 !important;
  margin: 0.5em 0 !important;
}

#features p.footnote {
  font-size: 12px !important;
}

#features .subheader-left:after {
  margin: 0;
  width: 55%;
}

#features .section-header-wrapper {
  display: none;
}

#features [class^='section_'] .row,
#features [class*=' section_'] .row {
  margin: 30px 0;
}

#features .fullimage img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

section.product-info-container div[class^="button_"] {
  border: 1px solid #000;
  color: #000;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 10px 40px 10px 20px;
  text-transform: uppercase;
}

section.product-info-container .product-info-container-dark div[class^="button_"] {
  border: 1px solid #fff;
  color: #fff;
}

section.product-info-container .product-info-container-light div[class^="button_"] {
  border: 1px solid #000;
  color: #000;
}

section.product-info-container .product-info-container-light div[class^="button_"]:after,
section.product-info-container .product-info-container-dark div[class^="button_"]:after {
  content: "\2B";
  position: absolute;
  right: 14px;
  font-size: 18px;
  line-height: 18px;
  top: calc(50% - 9px);
}

section.product-info-container div[class^="button_"].open:after {
  content: "\2D";
}

.product-hero-container .hero-wrapper {
  display: none;
}

.product-hero-container .product-name-large {
  display: none;
}

.product-hero-container {
  background: #83bcdd url('./mobile/hero-zen-air-mobile.jpg') no-repeat bottom center;
  background-size: 100% auto;
  padding-bottom: calc(95vw * 703 / 828);
}

.product-hero-container .product-tagline {
  color: #fff !important;
  text-align: center;
  width: 100%;
  font-size: clamp(18px, 1vw, 28px);
  text-transform: uppercase;
  margin-top: 10px;
}

html[lang=ja] .product-hero-container-dark h2,
html[lang=ja] .product-hero-container-dark .JPModels {
  color: #fff !important;
}

@media screen and (min-width: 768px) {

  #features [class^='section_'] .row,
  #features [class*=' section_'] .row {
    margin: 60px 0;
  }

  .product-hero-container {
    background: #83bcdd url('./hero-zen-air-v2.jpg') no-repeat bottom center;
    background-size: auto 90%;
    padding-bottom: 0;
    min-height: 460px;
  }

  html[lang='ja'] .product-hero-container {
    background-size: 600px auto;
    min-height: 580px;
  }

  html[lang=ja] .product-hero-container .JPModels,
  html[lang=ja] .product-jp-name {
    width: 100% !important;
    text-align: center;
  }

  .product-hero-container .pdtname-logo {
    display: none;
  }

  .product-hero-container .container {
    bottom: 30px;
    position: absolute;
    left: 0;
    max-width: 720px;
    width: 32%;
  }

  html[lang=ja] .product-hero-container .container {
    top: 20px;
    position: absolute;
    left: 0;
    max-width: 720px;
    width: 32%;
  }

  .product-hero-container .gallery-thumbnail {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }

  .product-hero-container .gallery-thumbnail ul {
    margin: 0;
  }
}

@media screen and (min-width: 992px) {
  .product-hero-container {
    background-position: top center;
    background-size: 100% auto !important;
    height: calc(100vw * 1006 / 2560);
    max-height: 1006px;
    min-height: 500px !important;
  }
  html[lang=ja] .product-hero-container {
    background-size: auto 100% !important;
  }
  .product-hero-container .container {
    bottom: 5%;
  }
  html[lang=ja] .product-hero-container .container {
    top: auto;
  }
}

@media screen and (min-widtH: 1200px) {
  .product-hero-container .container {
    bottom: auto;
    top: 62%;
  }
  html[lang=ja] .product-hero-container .container {
    bottom: 5%;
    top: auto;
  }
}
@media screen and (min-width: 1440px) {
  html[lang=ja] .product-hero-container {
    background-size: 100% auto !important;
  }
}
@media screen and (min-width: 1920px) {
  .col-xl-4 {
    width: 33.33333333%;
  }
}

/* section overview */
.section_overview {
  background: #E8EFF5;
}

.section_overview p {
  text-align: center !important;
}

.section_overview .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: #cccccc;
  grid-gap: 1px;
}

body.storepage_9 .section_overview .grid,
body.storepage_21 .section_overview .grid,
body.storepage_22 .section_overview .grid,
body.storepage_26 .section_overview .grid {
  grid-template-columns: repeat(2, 1fr);
}

.section_overview .child {
  background-color: #E8EFF5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 10px 10px;
}

.section_overview .child img {
  max-height: 30px;
}

#features .section_overview .child p {
  margin-bottom: 0;
  color: #000;
}

@media screen and (min-width: 425px) {
  .section_overview .grid {
    grid-template-columns: repeat(4, 1fr);
  }

  body.storepage_9 .section_overview .grid,
  body.storepage_21 .section_overview .grid,
  body.storepage_22 .section_overview .grid,
  body.storepage_26 .section_overview .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .section_overview .grid {
    grid-template-columns: repeat(6, 1fr);
  }

  body.storepage_9 .section_overview .grid,
  body.storepage_21 .section_overview .grid,
  body.storepage_22 .section_overview .grid,
  body.storepage_26 .section_overview .grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .section_overview .child img {
    max-height: 40px;
  }
}

@media screen and (min-width: 992px) {

  body.storepage_9 .section_overview .grid,
  body.storepage_21 .section_overview .grid,
  body.storepage_22 .section_overview .grid,
  body.storepage_26 .section_overview .grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

/* section noisecontrol */
.section_noisecontrol {
  background: #000 url('./mobile/noise-control-mobile.jpg') no-repeat top center;
  background-size: 100% auto;
  padding-top: calc(100vw * 722 / 828);
  display: flex;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .section_noisecontrol {
    background: #000 url('./noise-control.jpg') no-repeat;
    background-size: auto 100%;
    background-position: 70% 50%;
    padding-top: 0;
    height: calc(100vw * 1036 / 2560);
    max-height: 1036px;
    min-height: 650px;
  }

  .section_noisecontrol .row {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
    padding: 0 2vw;
  }
}

/* section_design */
.section_design {
  background: #E8EFF5;
}

.section_design video {
  width: 100%;
}

.section_design .text-container> :not(:first-child) {
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .section_design .row {
    max-widtH: 1600px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .section_design .vid-container {
    border-right: 2px solid #bddbec;
  }

  .section_design .text-container {
    padding: 0 3vw !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .section_design .text-container> :not(:first-child) {
    margin-top: 3vw;
  }

  .section_design .text-container .flex-valign-middle>div {
    padding-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  .section_design .flex-valign-middle img {
    max-width: 148px;
    width: 30%;
    margin-bottom: 20px;
  }
}

/* section_design2 */
.section_design2 {
  height: auto;
  max-height: 0;
  transition: max-height 1s ease;
  overflow: hidden;
}

section#features .section_design2 p {
  text-align: center;
}

.section_design2 img {
  display: block;
  margin: 0 auto;
}

.section_design2.open {
  max-height: none;
}

.section_design2 .greyline_left {
  border-left: 1px solid #b8b9bb;
}

#features .section_design2 p {
  margin: 0;
  color: #000;
  font-size: 12px !important;
  line-height: 2 !important;
  font-weight: 400;
}

#features .section_design2 p.footnote {
  font-size: 10px !important;
}

#features .section_design2 p.title1,
#features .section_design2 img+p {
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}

#features .section_design2 img+p {
  color: #7F7F7F;
}

.section_design2 p.title1 {
  margin-bottom: 10px;
}

section.product-info-container .product-info-container-light.section_design2 img+p {
  color: #999;
}

.section_design2 .list_call {
  display: -ms-grid;
  display: grid;
  justify-content: center;
  -ms-grid-columns: (calc(33.33333333333333% - 5px)) [3];
  grid-template-columns: repeat(3, calc(33.33333333333333% - 5px));
  grid-gap: 10px;
}

.section_design2 .list_call p {
  padding: 0 10px;
}

#features .section_design2 h4 {

  font-size: 28px !important;
  font-weight: 700 !important;
}

#features .section_design2 .creative-app p {
  font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (2560 - 320))) !important;
  font-weight: 400 !important;
}

.section_design2 .creative-app img {
  padding: 0 5px;
}

@media screen and (min-width: 425px) {
  .section_design2 .list_call {
    -ms-grid-columns: (calc(33.33333333333333% - 10px)) [3];
    grid-template-columns: repeat(3, calc(33.33333333333333% - 10px));
    grid-gap: 20px;
  }
}

@media screen and (min-width: 768px) {
  .section_design2 .product-info-row {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  #features .section_design2 p {
    font-size: 14px !important;
  }

  #features .section_design2 p.footnote {
    font-size: 12px !important;
  }

  .section_design2 p.title1 {
    margin-bottom: 30px;
  }

  #features .section_design2 p.title1,
  #features .section_design2 img+p {
    font-size: 16px !important;
  }

  .section_design2 .list_call {
    -ms-grid-columns: (calc(100% / 6)) [6];
    grid-template-columns: repeat(6, calc(100% / 6));
    grid-gap: 4px;
  }

  .section_design2 .row.creative-app {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 1200px) {
  .section_design2 .list_call p {
    padding: 0 20px;
  }
}

@media screen and (min-width: 1600px) {
  .section_design2 .container {
    width: 1420px;
  }

  #features .section_design2 p {
    font-size: 16px !important;
  }

  #features .section_design2 p.footnote {
    font-size: 14px !important;
  }

  #features .section_design2 p.title1,
  #features .section_design2 img+p {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 767px) {

  .section_design2 .row>div[class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 425px) {
  .section_design2 .txt .col-xs-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 599px) {
  .section_design2 .txt {
    width: 100%;
  }
}

/* section battery */
.section_battery {
  background: #000 url('./mobile/battery-mobile.jpg') no-repeat top center;
  background-size: 100% auto;
  padding-top: calc(85vw * 731 / 828);
  display: flex;
  align-items: center;
}

body.storepage_8 .section_battery {
  background: #000 url('./mobile/battery-mobile-FR.jpg') no-repeat top center;
  background-size: 100% auto;
}

body.storepage_9 .section_battery {
  background: #000 url('./mobile/battery-mobile-DE.jpg') no-repeat top center;
  background-size: 100% auto;
}

body.storepage_10 .section_battery {
  background: #000 url('./mobile/battery-mobile-IT.jpg') no-repeat top center;
  background-size: 100% auto;
}

body.storepage_11 .section_battery {
  background: #000 url('./mobile/battery-mobile-ES.jpg') no-repeat top center;
  background-size: 100% auto;
}

body.storepage_37 .section_battery {
  background: #000 url('./mobile/battery-mobile-PL.jpg') no-repeat top center;
  background-size: 100% auto;
}

body.storepage_21 .section_battery {
  background: #000 url('./mobile/battery-mobile-RU.jpg') no-repeat;
  background-size: auto 100%;
  background-position: top right;
}

body.storepage_22 .section_battery {
  background: #000 url('./mobile/battery-mobile-NL.jpg') no-repeat;
  background-size: auto 100%;
  background-position: top right;
}

body.storepage_23 .section_battery {
  background: #000 url('./mobile/battery-mobile-SE.jpg') no-repeat;
  background-size: auto 100%;
  background-position: top right;
}

body.storepage_24 .section_battery {
  background: #000 url('./mobile/battery-mobile-NO.jpg') no-repeat;
  background-size: auto 100%;
  background-position: top right;
}

body.storepage_26 .section_battery {
  background: #000 url('./mobile/battery-mobile-FI.jpg') no-repeat;
  background-size: auto 100%;
  background-position: top right;
}

body.storepage_27 .section_battery {
  background: #000 url('./mobile/battery-mobile-CS.jpg') no-repeat;
  background-size: auto 100%;
  background-position: top right;
}

body.storepage_28 .section_battery {
  background: #000 url('./mobile/battery-mobile-DK.jpg') no-repeat;
  background-size: auto 100%;
  background-position: top right;
}

body.storepage_3 .section_battery,
body.storepage_29 .section_battery {
  background: #000 url('./mobile/battery-mobile-TW.jpg') no-repeat;
  background-size: auto 100%;
  background-position: top right;
}

@media screen and (min-width: 1200px) {
  .section_battery {
    background: #000 url('./battery.jpg') no-repeat;
    background-size: auto 100%;
    background-position: top right;
    padding-top: 0;
    height: calc(100vw * 1331 / 2560);
    max-height: 1331px;
    min-height: 670px;
  }

  body.storepage_8 .section_battery {
    background: #000 url('./battery-FR.jpg') no-repeat;
    background-size: auto 100%;
    background-position: top right;
  }

  body.storepage_9 .section_battery {
    background: #000 url('./battery-DE.jpg') no-repeat;
    background-size: auto 100%;
    background-position: top right;
  }

  body.storepage_10 .section_battery {
    background: #000 url('./battery-IT.jpg') no-repeat;
    background-size: auto 100%;
    background-position: top right;
  }

  body.storepage_11 .section_battery {
    background: #000 url('./battery-ES.jpg') no-repeat;
    background-size: auto 100%;
    background-position: top right;
  }

  body.storepage_37 .section_battery {
    background: #000 url('./battery-PL.jpg') no-repeat;
    background-size: auto 100%;
    background-position: top right;
  }

  body.storepage_21 .section_battery {
    background: #000 url('./battery-RU.jpg') no-repeat;
    background-size: auto 100%;
    background-position: top right;
  }

  body.storepage_22 .section_battery {
    background: #000 url('./battery-NL.jpg') no-repeat;
    background-size: auto 100%;
    background-position: top right;
  }

  body.storepage_23 .section_battery {
    background: #000 url('./battery-SE.jpg') no-repeat;
    background-size: auto 100%;
    background-position: top right;
  }

  body.storepage_24 .section_battery {
    background: #000 url('./battery-NO.jpg') no-repeat;
    background-size: auto 100%;
    background-position: top right;
  }

  body.storepage_26 .section_battery {
    background: #000 url('./battery-FI.jpg') no-repeat;
    background-size: auto 100%;
    background-position: top right;
  }

  body.storepage_27 .section_battery {
    background: #000 url('./battery-CS.jpg') no-repeat;
    background-size: auto 100%;
    background-position: top right;
  }

  body.storepage_28 .section_battery {
    background: #000 url('./battery-DK.jpg') no-repeat;
    background-size: auto 100%;
    background-position: top right;
  }

  body.storepage_3 .section_battery,
  body.storepage_29 .section_battery {
    background: #000 url('./battery-TW.jpg') no-repeat;
    background-size: auto 100%;
    background-position: top right;
  }

  .section_battery .row {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 0 2vw;
  }
}

.section_battery2 {
  height: auto;
  max-height: 0;
  transition: max-height 1s ease;
  overflow: hidden;
  background: #e8f0f5;
  position: relative;
  display: none;
}

.section_battery2.open {
  max-height: none;
  padding: 0;
  display: block;
}

.section_battery2 p {
  text-align: center;
}

.section_battery2 img {
  display: block;
  margin: 0 auto;
}

.section_battery2 .list_call img {
  width: 60%;
  max-width: 100px;
}

.section_battery2.open {
  max-height: none;
}

.section_battery2 .greyline_left {
  border-left: 1px solid #ccc;
}

#features .section_battery2 p {
  margin: 0;
  color: #000;
  font-size: 12px !important;
  font-weight: 400 !important;
}

.section_battery2 .led_indicator {
  margin-top: 30px;
}

.section_battery2 .battery_diagram {
  margin-top: 30px;
  margin-bottom: 30px;
}

#features .section_battery2 .battery_diagram p {
  text-align: left !important;
  line-height: 28px !important;
}

.section_battery2 .battery_diagram .flex-valign-middle {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

#features .section_battery2 img+p {
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}

#features .section_battery2 p.title1 {
  margin-bottom: 10px;
  text-align: center !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}

#features .section_battery2 p.title2 {
  font-size: calc(14px + (22 - 14) * ((100vw - 320px) / (1920 - 320))) !important;
  font-weight: 700 !important;
  color: #999 !important;
}

section.product-info-container .product-info-container-light.section_battery2 img+p {
  color: #999 !important;
}

.section_battery2 .list_call {
  display: -ms-grid;
  display: grid;
  justify-content: center;
  -ms-grid-columns: (calc(33.33333333333333% - 5px)) [3];
  grid-template-columns: repeat(3, calc(33.33333333333333% - 5px));
  grid-gap: 10px;
}

.section_battery2 .list_call p {
  padding: 0 10px;
  text-align: center !important;
}

.section_battery2 .logo_red {
  background-image: url("../23725/extension/light_red.png");
}

.section_battery2 .logo_red_blink {
  background-image: url("../23725/extension/light_red_glow.png");
}

/* .section_battery2 .logo_red_green_blink {
  background-image: url("../23725/extension/light_red_glow.png"), url("./extension/light_green_glow.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, 30px 0;
  padding-left: 60px;
} */
.section_battery2 .logo_green_blink {
  background-image: url("./extension/light_green_glow.png");
}

.section_battery2 .logo_yellow {
  background-image: url("../23725/extension/light_yellow.png");
}

.section_battery2 .logo_green {
  background-image: url("../23725/extension/light_green.png");
}

.section_battery2 .logo_grey {
  background-image: url("../23725/extension/light_off.png");
}

.section_battery2 .logo_red,
.section_battery2 .logo_red_blink,
.section_battery2 .logo_yellow,
.section_battery2 .logo_green,
.section_battery2 .logo_grey,
.section_battery2 .logo_green_blink {
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: 21px 21px;
  padding-left: 30px;
}

@media screen and (min-width:425px) {
  .section_battery2 .list_call {
    -ms-grid-columns: (calc(33.33333333333333% - 10px)) [3];
    grid-template-columns: repeat(3, calc(33.33333333333333% - 10px));
    grid-gap: 20px;
  }
}

@media screen and (min-width: 768px) {
  #features .section_battery2 p {
    font-size: 14px !important;
  }

  #features .section_battery2 p.title1,
  #features .section_battery2 img+p {
    font-size: 16px !important;
  }

  .section_battery2 p.title1 {
    margin-bottom: 30px;
  }

  .section_battery2 .list_call {
    -ms-grid-columns: (calc(100% / 3)) [3];
    grid-template-columns: repeat(3, calc(100% / 3));
    grid-gap: 4px;
  }

  .section_battery2 .battery_diagram .txt3 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 992px) {
  .section_battery2 .list_call img {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .section_battery2.open {
    max-height: 1390px;
  }

  .section_battery2 .list_call p {
    padding: 0 20px;
  }

  .section_battery2 .led_indicator {
    margin-top: 60px;
  }

  .section_battery2 .battery_diagram {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1600px) {
  .section_battery2.open {
    max-height: 1550px;
  }

  .section_battery2 .container {
    width: 1420px;
  }

  #features .section_battery2 p {
    font-size: 16px !important;
  }

  #features .section_battery2 p.title1,
  #features .section_battery2 img+p {
    font-size: 24px !important;
  }
}

@media screen and (min-width: 1920px) {
  #features .section_battery2 p.title2 {
    font-size: 22px !important;
  }
}

@media screen and (max-width: 767px) {
  /* .section_battery2 .battery_diagram .txt2 {
    padding: 0 8px 0 1vw !important;
  }

  .section_battery2 .battery_diagram .txt3 {
    padding: 0 0px 0 1vw !important;
  } */
}

/* section connectivity */
.section_connectivity {
  background: #b7e5ff;
}

.section_connectivity img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_connectivity .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width:992px) {
  .section_connectivity h3.feature-header {
    margin-left: 0 !important;
  }

  .section_connectivity .text-container {
    padding: 30px 6vw !important;
  }
}

/* section_connectivity2 */
.section_connectivity2 {
  height: auto;
  max-height: 0;
  transition: max-height 1s ease;
  overflow: hidden;
}

section#features .section_connectivity2 p {
  text-align: center;
  color: #000;
}

.section_connectivity2 img {
  display: block;
  margin: 0 auto;
  padding: 15px;
}

.section_connectivity2.open {
  max-height: none;
}

#features .section_connectivity2 p,
#features .section_connectivity2 ul li {
  margin: 0;
  color: #000;
  font-size: 12px !important;
  font-weight: 400 !important;
}

#features .section_connectivity2 ul {
  margin: 0;
  padding: 0 15px;
}

#features .section_connectivity2 img+p {
  font-size: 14px !important;
  text-transform: uppercase;
}

#features .section_connectivity2 p.title1 {
  margin-bottom: 0px;
  text-align: center !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}

#features .section_connectivity2 p+p+p {
  margin-top: 10px;
}

#features .section_connectivity2 ul li {
  text-align: left !important;
}

@media screen and (min-width: 768px) {

  #features .section_connectivity2 p,
  #features .section_connectivity2 ul li {
    font-size: 14px !important;
  }

  #features .section_connectivity2 img {
    padding: 0;
  }

  #features .section_connectivity2 p.title1,
  #features .section_connectivity2 img+p {
    font-size: 16px !important;
  }

  #features .section_connectivity2 p {
    text-align: left !important;
  }

  #features .section_connectivity2 p.title1 {
    text-align: center !important;
  }

  #features .section_connectivity2 .steps_txt p {
    text-align: left !important;
  }

  #features .section_connectivity2 .steps_txt {
    border-left: 1px solid #dfdfdf;
  }
}

@media screen and (min-width: 1600px) {

  #features .section_connectivity2 p,
  #features .section_connectivity2 ul li {
    font-size: 16px !important;
  }

  #features .section_connectivity2 p.title1,
  #features .section_connectivity2 img+p {
    font-size: 24px !important;
  }

}

@media screen and (min-width: 1920px) {
  #features .section_connectivity2 p.title2 {
    font-size: 22px !important;
  }
}

/* section communications */
.section_communications {
  background: #3b95c9;
}

.section_communications img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_communications .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

#features .section_communications .absolute-text {
  position: absolute;
  background: #3b95c9;
  color: #fff;
  top: 10%;
  left: 10%;
  padding: 15px;
  width: 40%;
  max-width: 400px;
  border-radius: 15px;
  font-size: clamp(12px, 3vw, 36px);
  text-align: left !important;
}

.section_communications .absolute-text:after {
  content: '';
  position: absolute;
  top: auto;
  left: auto;
  right: -8%;
  bottom: 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border-style: solid;
  border-width: 8vw 0 0 8vw;
  border-color: transparent transparent transparent #3b95c9;
}

@media screen and (min-width:992px) {
  .section_communications h3.feature-header {
    margin-left: 0 !important;
  }

  .section_communications .text-container {
    padding: 30px 6vw !important;
  }

  #features .section_communications .absolute-text {
    font-size: clamp(12px, 2vw, 36px);
    border-radius: 25px;
    width: 30%;
    max-width: 350px;
    padding: 20px;
  }

  .section_communications .absolute-text:after {
    border-width: 50px 0 0 50px
  }
}

/* section_sxfiready */
.section_sxfiready {
  background: #000;
}

/* section_sxfiready2 */
.section_sxfiready2 {
  height: auto;
  max-height: 0;
  transition: max-height 1s ease;
  overflow: hidden;
  background: #000;
}

#features .section_sxfiready2 p {
  text-align: center;
  color: #fff;
  font-size: 12px !important;
}

.section_sxfiready2 img {
  display: block;
  margin: 0 auto;
}

.section_sxfiready2.open {
  max-height: none;
}

@media screen and (min-width: 768px) {
  #features .section_sxfiready2 p {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 1600px) {
  #features .section_sxfiready2 p {
    font-size: 16px !important;
  }
}

/* section_inthebox */
.section_inthebox {
  background: #3b95c9;
}

#features .section_inthebox ul,
#features .section_inthebox p {
  text-align: left !important;
  color: #fff;
  margin: 0 !important;
}

.section_inthebox .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (min-width: 992px) {
  .section_inthebox h3.feature-header {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  .row.breakout>div[class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .row.breakout>div[class*="col"].no-padding {
    padding-left: 0px;
    padding-right: 0px;
  }

  #features h3,
  #features h4,
  #features p {
    text-align: center !important;
  }

  #features .subheader-left:after {
    width: 25%;
    margin: 0 auto;
  }

  #features .mobile-center {
    text-align: center !important;
  }

  #features .flex-valign-middle {
    flex-direction: column;
  }
}