﻿@media all {
  .wmTab__container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.5625vw 2.60417vw 2.60417vw 2.60417vw;
  }
  .wmTab__container .wmTab__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: 0.15625vw solid #E5E5E5;
  }
  .wmTab__container .wmTab__header .wmTab__head-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 0.15625vw solid transparent;
    padding: 0.20833vw 0.3125vw 0.20833vw 0.3125vw;
    margin-bottom: -0.10417vw;
    margin-right: 2.08333vw;
    cursor: pointer;
  }
  .wmTab__container .wmTab__header .wmTab__head-item.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 0.15625vw solid #2A7AE0;
  }
  .wmTab__container .wmTab__body {
    padding-top: 1.5625vw;
    width: 100%;
  }
  .wmTab__container .wmTab__body .wmTab__body-item {
    display: none;
    width: 100%;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
  }
  .wmTab__container .wmTab__body .wmTab__body-item h2{
    line-height: 38px;
  }
  .wmTab__container .wmTab__body .wmTab__body-item ul{
    padding: 24px;
  }
  .wmTab__container .wmTab__body .wmTab__body-item ul li{ 
    list-style: disc;
    padding: 8px;
  }
  .wmTab__container .wmTab__body .wmTab__body-item p {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
  }
  .wmTab__container .wmTab__body .wmTab__body-item.is-active {
    display: block;
  }
}
@media (max-width: 480px) {
  .wmTab__container .wmTab__body .wmTab__body-item {
    font-size: 18px;
    line-height: 24px;
  }
  .wmTab__container .wmTab__body .wmTab__body-item p {
    font-size: 18px;
    line-height: 24px;
  }
}