:root {
    --background-height: 100vh;
    --site-language-alignment: left;
    --site-language-direction: ltr;
    --site-language-flex-alignment: flex-start;
    --site-language-indent-left: 1;
    --site-language-indent-right: 0;
    --viewport-height: 100vh;
  }
*,
*:before,
*:after {
  box-sizing: border-box;
}
ol,
ul {
  list-style: none;
  padding: 0.5;
  color: #81a1c1;
}
/*ul li::before {
    content: "\25B6";
    margin-right: 0.5rem;
}
*/
html{
    scroll-behavior: smooth;
}
.page-layout{
    min-width: 320px;
    min-height: var(--viewport-height);
    line-height: 1.0;
    word-wrap: break-word;
    scroll-behavior: smooth;
    background-color: #2e3440;
    animation: fadeInAnimation ease 3s;
    color: #FFFFFF;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
    }
    @keyframes fadeInAnimation {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
.wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Source Sans Pro', sans-serif;
    min-height: var(--viewport-height);
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.main{
    --alignment: center;
    --flex-alignment: center;
    --indent-left: 1;
    --indent-right: 1;
    --border-radius-tl: 0;
    --border-radius-tr: 0;
    --border-radius-br: 0;
    --border-radius-bl: 0;
    align-items: center;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    max-width: 100%;
    position: relative;
    text-align: var(--alignment);
    z-index: 1;
    transition: opacity 1s ease-in-out 0s;
}
.inner{
    position: relative;
    z-index: 1;
    border-radius: inherit;
    padding: 2.5rem 2rem;
    max-width: 100%;
    width: 65rem;
    font-size: 25px;
}
.image img{
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}
#image01 img{
    width: 18.5rem;
    border-radius: 100%;
}
h3{
    text-align: center;
    text-transform: uppercase;
    color: #0070D2;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 0.325rem;
    width: calc(100% + 0.325rem);
    font-size: 1.5em;
    line-height: 1.375;
    font-weight: 400;
}
#text01{
    color: #0070D2;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 0.125rem;
    width: calc(100% + 0.325rem);
    font-size: 3em;
    line-height: 0.5;
    font-weight: 400;
}
#text02{
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Play', sans-serif;
    letter-spacing: 0.15rem;
    width: calc(100% + 0.225rem);
    font-size: .9em;
    line-height: 0.5;
    font-weight: 400;
}
#text03{
    text-align: center;
    text-transform: uppercase;
    color: #dcdbac;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 0.225rem;
    width: calc(100% + 0.225rem);
    font-size: 0.95em;
    line-height: 2.5;
    font-weight: 900;
}
#text04{
    color: #FFFFFF;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.95em;
    line-height: 1.625;
    font-weight: 400;
}
#text05{
    color: #FFFFFF;
    text-decoration: underline;
}
.buttons {
    cursor: default;
    display: flex;
    justify-content: var(--flex-alignment);
    letter-spacing: 0;
    padding: 0;
  }
  .buttons li {
    max-width: 100%;
  }
  .buttons li a {
    align-items: center;
    justify-content: center;
    max-width: 100%;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
  }
  #buttons01 {
    gap: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #buttons01:not(:first-child) {
    margin-top: 0rem !important;
  }
  #buttons01:not(:last-child) {
    margin-bottom: 0rem !important;
  }
  #buttons01 li a {
    display: inline-block;
    width: 12.125rem;
    height: 3.825rem;
    line-height: calc(3.825rem - 2px);
    padding: 0 0.5rem;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 0.225rem;
    padding-left: calc(0.225rem + 0.5rem);
    font-size: 0.625em;
    font-weight: 500;
    border-radius: 0.375rem;
    direction: var(--site-language-direction);
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
  }
  #buttons01 .button {
    color: #FFFFFF;
    border: solid 1px rgba(255,255,255,0.169);
  }
  #buttons01 .button:hover {
    border-color: #4285F4 !important;
    color: #4285F4 !important;
  }
  #buttons03 {
    max-width: 100%;
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  #buttons03:not(:first-child) {
    margin-top: 0.875rem !important;
  }
  #buttons03:not(:last-child) {
    margin-bottom: 2.850rem !important;
  }
  #buttons03 li a {
    display: inline-flex;
    width: 23.625rem;
    height: 3.125rem;
    line-height: 2.125rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 0.225rem;
    padding-left: calc(0.225rem + 0.5rem);
    font-size: 0.75em;
    font-weight: 400;
    border-radius: 0.375rem;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
  }
  #buttons03 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 18px;
    width: 1.25em;
    margin-left: -0.125em;
    margin-right: calc(0.5em + 0.225rem);
    transition: fill 0.25s ease;
  }
  #buttons03 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
  }
  #buttons03 .button {
    color: #FFFFFF;
    border: solid 1px rgba(255,255,255,0.169);
  }
  #buttons03 .button svg {
    fill: #d2e39a;
  }
  #buttons03 .button:hover {
    border-color: #4285F4 !important;
    color: #4285F4 !important;
  }
  #buttons03 .button:hover svg {
    fill: #4285F4 !important;
  }
  #buttons04 {
    gap: 0.75rem;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  #buttons04:not(:first-child) {
    margin-top: 1.875rem !important;
  }
  #buttons04:not(:last-child) {
    margin-bottom: 1.875rem !important;
  }
  #buttons04 li a {
    display: inline-flex;
    width: 23.625rem;
    height: 3.125rem;
    line-height: 2.125rem;
    padding: 0 0.5rem;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 0.225rem;
    padding-left: calc(0.225rem + 0.5rem);
    font-size: 0.75em;
    font-weight: 400;
    border-radius: 0.375rem;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
  }
  #buttons04 li a svg {
    display: block;
    fill: #FFFFFF;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    min-width: 18px;
    width: 1.25em;
    margin-left: -0.125em;
    margin-right: calc(0.5em + 0.225rem);
    transition: fill 0.25s ease;
  }
  #buttons04 li a .label {
    direction: var(--site-language-direction);
    overflow: hidden;
  }
  #buttons04 .button {
    color: #ed8c8c;
    border: solid 1px rgba(255,255,255,0.169);
  }
  #buttons04 .button svg {
    fill: #FF8CA8;
  }
  #buttons04 .button:hover {
    border-color: #ed8c8c !important;
    color: #ed8c8c !important;
  }
  #buttons04 .button:hover svg {
    fill: #ed8c8c !important;
  }
  #buttons02 {
    gap: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #buttons02:not(:first-child) {
    margin-top: 2rem !important;
  }
  #buttons02:not(:last-child) {
    margin-bottom: 2rem !important;
  }
  #buttons02 li a {
    display: inline-block;
    width: 8.125rem;
    height: 2.625rem;
    line-height: calc(2.625rem - 2px);
    padding: 0 0.5rem;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 0.225rem;
    padding-left: calc(0.225rem + 0.5rem);
    font-size: 0.625em;
    font-weight: 400;
    border-radius: 0.375rem;
    direction: var(--site-language-direction);
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
  }
  #buttons02 .button {
    color: #FFFFFF;
    border: solid 1px rgba(255,255,255,0.169);
  }
  #buttons02 .button:hover {
    border-color: #4285F4 !important;
    color: #4285F4 !important;
  }
hr{
    margin: 20px 0;
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, transparent, rgb(109, 104, 104), transparent); 
}
#image02 img {
    max-width: 100%;
    width: 300px;
    object-fit: cover;
    object-position: center;
}
p{
    color: #FFFFFF;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.95em;
    line-height: 1.625;
    font-weight: 400;
}

.container{
    display: flex;
    align-items: center;
    margin-top: 15px; /* adds 20px of space above the div */
    margin-bottom: 40px; /* adds 20px of space below the div */
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.2;
}
.chevron-bullet{
    flex: 1;
    text-align: left;
    list-style: none;
  }
.chevron-bullet li{
    margin-bottom: 12px;
  }
  .certicons{
    display: flex;
    justify-content: center;
    align-items: center;

  }
  #certificationsicons img {
    margin: 0 25px;
    width: auto; 
    max-height: 50%; 
}
.icons{
    align-items: center;
}
.icons li{
    display: inline-block;
    vertical-align: center;
    position: relative;
    z-index: 1;
}
#buttons03 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0;
}
#buttons03 li {
    display: inline-block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#buttons03 li a svg{ 
    max-height: 35px;
    max-width: 65px;
    fill: #F3E0DC;
}
#buttons03 li a svg:hover{
    transition: fill 0.2s ease-in-out;
    fill: rgb(32, 140, 255);
}
#buttons03 li a svg:active{
    transition: fill 0.2s ease-in-out;
    fill: rgb(11, 100, 196);
}