/* Colors */
/* Gradients */
/*Fonts*/
/*Font sizes*/
/*Max container width*/
/*Border*/
/*Margins*/
/*Images*/
input {
  display: none; }

input + label {
  display: inline-block; }

input ~ .tab {
  display: none; }

#tab1:checked ~ .tab.content1,
#tab2:checked ~ .tab.content2,
#tab3:checked ~ .tab.content3,
#tab4:checked ~ .tab.content4,
#tab5:checked ~ .tab.content5 {
  display: block; }

input {
  display: none; }

input + label {
  display: inline-block; }

input ~ .tab {
  display: none; }

#tab1:checked ~ .tab.content1,
#tab2:checked ~ .tab.content2,
#tab3:checked ~ .tab.content3,
#tab4:checked ~ .tab.content4,
#tab5:checked ~ .tab.content5 {
  display: block;
  padding-top: 3rem; }
  @media (max-width: 768px) {
    #tab1:checked ~ .tab.content1,
    #tab2:checked ~ .tab.content2,
    #tab3:checked ~ .tab.content3,
    #tab4:checked ~ .tab.content4,
    #tab5:checked ~ .tab.content5 {
      padding: 0 15px; } }

@media (max-width: 768px) {
  .tab1 + label {
    margin-left: -15px; } }

.tab1 + label,
.tab2 + label,
.tab3 + label {
  margin-bottom: 0px; }
  .tab1 + label h2,
  .tab2 + label h2,
  .tab3 + label h2 {
    font-weight: 400;
    font-family: 'archiaregular';
    font-size: 13px;
    line-height: 16px;
    color: #154EA5;
    position: relative;
    top: 9px;
    width: 185px;
    text-align: center;
    padding: 10px 0;
    cursor: pointer; }
    @media (max-width: 768px) {
      .tab1 + label h2,
      .tab2 + label h2,
      .tab3 + label h2 {
        width: auto; } }
  @media (max-width: 768px) {
    .tab1 + label,
    .tab2 + label,
    .tab3 + label {
      width: 100%;
      max-width: 33.3333%; } }

.tab1:checked + label h2,
.tab2:checked + label h2,
.tab3:checked + label h2 {
  font-weight: 500;
  border-bottom: 5px solid #154EA5;
  font-family: 'archiasemibold'; }

input:checked + label {
  background: transparent;
  border-bottom: 1px solid transparent; }

input ~ .tab {
  border-top: 1px solid #007BAD;
  padding: 0px; }
  @media (max-width: 768px) {
    input ~ .tab {
      margin: 0 -15px; } }
