/* 
#tabs-block_180288c8ab9727bc797e771ca6dbf1f8.align-text-left div.tab-content {
text-align: left;
}

#tabs-block_180288c8ab9727bc797e771ca6dbf1f8.align-text-center div.tab-content {
text-align: center;
}

#tabs-block_180288c8ab9727bc797e771ca6dbf1f8.align-text-right div.tab-content {
text-align: right;
}

#tabs-block_180288c8ab9727bc797e771ca6dbf1f8 div.tab {
color: var(--white);
position: relative;
cursor: pointer;
font-family: var(--secondary-font);
align-items: center;
display: flex;
justify-content: center;
flex-direction: column;
-webkit-transition: var(--default-transition);
-moz-transition: var(--default-transition);
-o-transition: var(--default-transition);
transition: var(--default-transition);
}

div.tab:after {
content: '';
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background-color: transparent;
opacity: 0;
-webkit-transition: var(--default-transition);
-moz-transition: var(--default-transition);
-o-transition: var(--default-transition);
transition: var(--default-transition);
}

#tabs-block_180288c8ab9727bc797e771ca6dbf1f8 div.tab:hover:after {
background-color: var(--quinary);
opacity: .1;
}

#tabs-block_180288c8ab9727bc797e771ca6dbf1f8 div.tab.active-tabsblock_180288c8ab9727bc797e771ca6dbf1f8 {
color: var(--quaternary);
}

#tabs-block_180288c8ab9727bc797e771ca6dbf1f8 div.tab:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: var(--quaternary);
z-index: -1;
}

#tabs-block_180288c8ab9727bc797e771ca6dbf1f8 div.tab.active-tabsblock_180288c8ab9727bc797e771ca6dbf1f8 {
background-color: var(--quinary);
}

.acf-block-tabs.horizontal-layout .tab-text {
padding-left: var(--default-margin);
}

.acf-block-tabs.vertical-layout .acf-tabs-inner {
flex-direction: column;
}

.acf-block-tabs.vertical-layout .tab-content {
flex-basis: initial;
}

.acf-block-tabs.vertical-layout .tabs {
display: flex;
width: 100%;
justify-content: stretch;
}

.acf-block-tabs.vertical-layout .tabs .tab {
flex: 1;
text-align: center;
}

.acf-block-tabs.vertical-layout .tab-text {
padding-top: var(--default-padding);
}

#tabs-block_180288c8ab9727bc797e771ca6dbf1f8 .tab-text {
background-color: var(--quinary);
padding: var(--default-margin);
}

#tabs-block_180288c8ab9727bc797e771ca6dbf1f8 {
background-color: var(--quinary);
}

#tabs-block_180288c8ab9727bc797e771ca6dbf1f8 div.tab.active-tabsblock_180288c8ab9727bc797e771ca6dbf1f8 svg {
fill: var(--quaternary);
}

/* Icon Size */
#tabs-block_180288c8ab9727bc797e771ca6dbf1f8 .icon-holder {
  max-width: 100%;
  height: 90px;
  max-height: unset;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: auto;
  margin-top: 0;
  margin-bottom: calc(var(--default-padding) / 2);
}

#tabs-block_180288c8ab9727bc797e771ca6dbf1f8 svg {
  fill: var(--white);
  height: 90px;
} */






.support-tabber {
  padding-top: 80px;
  padding-bottom: 80px;
}

.support-tabber .top-content {
  max-width: 880px;
  margin: 0 auto;
  padding:0 15px;
}

.support-tabber .top-content h2 {
  color: #1B365D;
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: 300;
}

.support-tabber .top-content h3 {
  color: #1B365D;
  margin-bottom: 0;
}

.support-tabber .block-tabs {
  padding-top: 80px;
  padding-bottom: 80px;
}

.support-tabber .block-tabs .tabs-inner {
  display: flex;
  padding: 0 15px;
}

.support-tabber .block-tabs .tabs-inner .tab-content {
  position: relative;
  flex-basis: 100%;
  text-align: left;
}

.support-tabber .block-tabs .tabs {
  position: relative;
  z-index: 1;
}

.support-tabber .block-tabs .tabs .tab {
  color: #fff;
  position: relative;
  cursor: pointer;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 30px;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}

.support-tabber .block-tabs .tabs .tab:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1B365D;
  z-index: -1;
}

.support-tabber .block-tabs .tabs .tab:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.support-tabber .block-tabs .tabs .tab .icon-holder {
  max-width: 100%;
  height: 90px;
  max-height: unset;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: auto;
  margin-top: 0;
  margin-bottom: calc(40px / 2);
}

.support-tabber .block-tabs .tabs .tab .icon-holder svg {
  fill: #fff;
  height: 90px;
}

.support-tabber .block-tabs .tabs .tab:hover:after {
  background-color: #f0f0f0;
  opacity: .1;
}

.tab-content {}

.support-tabber .block-tabs .tabs-inner .tabcontent {
  display: none;
  height: 100%;
}

.support-tabber .block-tabs .tabs-inner .tabcontent .tab-text {
  background-color: #f0f0f0;
  padding: 80px;
  position: relative;
  z-index: 1;
  height: 100%;
}

.support-tabber .block-tabs .tabs-inner .tabcontent .tab-text h3 {
  margin-bottom: 1em;
}

.support-tabber .block-tabs .tabs-inner .tabcontent .tab-text h5 {
  margin-top: 2.50em;
  margin-bottom: 1.67em;
  line-height: normal;
  font-weight: 300;
}

.support-tabber .block-tabs .tabs-inner .tabcontent .tab-text p {
  line-height: 1.8;
  margin-top: 28px;
  margin-bottom: 28px;
}

.support-tabber .block-tabs .tabs-inner .tabcontent .tab-text ul {
  margin: 0;
  line-height: 1.8;
  margin-top: 28px;
  list-style: none;
  padding: 0;
}

.support-tabber .block-tabs .tabs-inner .tabcontent .tab-text ul li {
  padding-left: 2em;
  position: relative;
  margin-bottom: 14px;
  text-indent: -2em;
  font-family: 'Open Sans';
}

.support-tabber .block-tabs .tabs-inner .tabcontent .tab-text ul li:before {
  content: '\f00c';
  font-family: 'Font-Awesome-5-Pro';
  font-weight: 300;
  position: relative;
  margin-right: 1em;
}

.support-tabber .block-tabs .tabs-inner .tabcontent .tab-text ul li:nth-of-type(4n+1):before {
  color: #00A9E0;
}

.support-tabber .block-tabs .tabs-inner .tabcontent .tab-text ul li:nth-of-type(4n+2):before {
  color: #E4002B;
}

.support-tabber .block-tabs .tabs-inner .tabcontent .tab-text ul li:nth-of-type(4n+3):before {
  color: #FFD100;
}

.support-tabber .block-tabs .tabs-inner .tabcontent .tab-text ul li:nth-of-type(4n+4):before {
  color: #97D700;
}

.support-tabber .block-tabs .tabs .tab.active-tabs {
  background: #f0f0f0;
  color: #1B365D;
}

.support-tabber .block-tabs .tabs .tab.active-tabs svg {
  fill: #1B365D;
}


@media (max-width:760px) {

  .support-tabber .block-tabs .tabs-inner .tabcontent .tab-text {
    padding: 40px;
  }

}


@media (max-width:600px) {

  .support-tabber .block-tabs .tabs-inner {
    flex-wrap: wrap;
  }
  
  .support-tabber .block-tabs .tabs-inner .tab-container {
    width: 100%;
  }

}
