[data-bs-theme="light"] {
  /*.headRow, .subRow {
      width: 100%;
      margin-bottom: 1em;
      position: relative;
      display: flex;
      justify-items: flex-start;
      font-size: $standFont;
      padding: 10px 20px;
      letter-spacing: 2.5px;
      text-decoration: none;
      flex-direction: column;
      font-weight: 600;
  
      span {
        display: inline-flex;
      }
  }
  
  .headRow.main {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  
    span {
      &:last-of-type {
        font-size: $standFont;
        margin-top: .5em;
      }
    }
  }
  
  .subRow {
    text-shadow: none;
    padding: 5px 10px;
    margin-bottom: 5px;
  }*/
  /* Skip to link */
  /*.rw-wrapper p {
    margin-bottom: 1em;
  }*/ }
  [data-bs-theme="light"] .bg-body-tertiary {
    background-color: #f9f9f9 !important;
    color: #000; }
  [data-bs-theme="light"] .quickLinks {
    border-radius: .8em;
    padding: .5em;
    margin-bottom: 2em;
    background-color: #fff;
    box-shadow: inset 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border: 1px solid #010408; }
    [data-bs-theme="light"] .quickLinks .lSide {
      font-size: 1.2em;
      font-weight: 600;
      margin: .5em; }
    [data-bs-theme="light"] .quickLinks .rSide a {
      display: inline-flex;
      margin: .5em;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
      border: 1px solid #010408;
      transition: .3s; }
      [data-bs-theme="light"] .quickLinks .rSide a:hover, [data-bs-theme="light"] .quickLinks .rSide a:focus {
        box-shadow: none; }
  [data-bs-theme="light"] #cigna, [data-bs-theme="light"] #pwc, [data-bs-theme="light"] #wells, [data-bs-theme="light"] #bandt, [data-bs-theme="light"] #follett, [data-bs-theme="light"] #intech, [data-bs-theme="light"] #quill, [data-bs-theme="light"] #fis, [data-bs-theme="light"] #mastercard {
    scroll-margin-top: 170px; }
  [data-bs-theme="light"] #cignaLogo, [data-bs-theme="light"] #pwcLogo, [data-bs-theme="light"] #wellsLogo, [data-bs-theme="light"] #bandtLogo, [data-bs-theme="light"] #follettLogo, [data-bs-theme="light"] #intechLogo, [data-bs-theme="light"] #quillLogo, [data-bs-theme="light"] #fisLogo, [data-bs-theme="light"] #masterLogo {
    scroll-margin-top: 180px; }
  [data-bs-theme="light"] .fixed-top {
    z-index: initial; }
  [data-bs-theme="light"] .margin-top {
    margin-top: 3em; }
  [data-bs-theme="light"] body, [data-bs-theme="light"] html {
    font-size: 100%;
    height: 100%;
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    position: relative; }
  [data-bs-theme="light"] img {
    max-width: 100%;
    height: auto; }
  [data-bs-theme="light"] h1 {
    font-size: 2.5rem;
    display: flex;
    justify-content: center;
    margin-bottom: 1em; }
  [data-bs-theme="light"] h2 {
    font-size: 2rem;
    display: flex;
    align-items: center; }
  [data-bs-theme="light"] h3 {
    font-size: 1.7rem; }
  [data-bs-theme="light"] h1, [data-bs-theme="light"] h2, [data-bs-theme="light"] h3 {
    font-weight: 600; }
  [data-bs-theme="light"] ul {
    line-height: 1.6;
    margin: 0; }
  [data-bs-theme="light"] ol, [data-bs-theme="light"] ul {
    padding: 0; }
  [data-bs-theme="light"] label {
    font-weight: normal;
    font-size: 1.2em; }
  [data-bs-theme="light"] p {
    line-height: 1.7;
    font-size: 1.2em;
    margin-bottom: 1em; }
    [data-bs-theme="light"] p.end {
      margin-bottom: 0; }
  [data-bs-theme="light"] .filler {
    flex: 1 1 auto; }
  [data-bs-theme="light"] .bold {
    font-weight: 600; }
  [data-bs-theme="light"] a {
    line-height: inherit;
    color: transparent;
    text-decoration: none;
    cursor: pointer; }
  [data-bs-theme="light"] header {
    z-index: 2;
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: inset 0 0 4px 1px transparent, 0 5px 10px 0 rgba(0, 0, 0, 0.2); }
  [data-bs-theme="light"] .controlBar {
    display: flex;
    background-color: #104d92;
    border-bottom: 1px solid #010408; }
    [data-bs-theme="light"] .controlBar svg {
      fill: #fff; }
    [data-bs-theme="light"] .controlBar .colL {
      display: inline-flex; }
      [data-bs-theme="light"] .controlBar .colL ul {
        display: inline-flex;
        margin-bottom: 0;
        padding: 0 1rem 0 0; }
        [data-bs-theme="light"] .controlBar .colL ul li {
          margin: 5px 0;
          display: flex;
          align-items: center; }
          [data-bs-theme="light"] .controlBar .colL ul li a {
            display: inline-flex;
            font-size: .9rem;
            align-items: center;
            text-decoration: none;
            padding: 5px 15px 5px 10px;
            margin: 0 5px;
            outline: none;
            transition: all 0.3s;
            color: #fff; }
            [data-bs-theme="light"] .controlBar .colL ul li a svg {
              margin-right: 5px;
              font-size: 1.2em; }
    [data-bs-theme="light"] .controlBar .mode {
      display: flex;
      flex: 1 1 auto;
      justify-content: flex-end;
      align-items: center; }
      [data-bs-theme="light"] .controlBar .mode .animated-button1 {
        margin-right: .1em; }
      [data-bs-theme="light"] .controlBar .mode .dropdown-menu {
        padding: .2em; }
        [data-bs-theme="light"] .controlBar .mode .dropdown-menu button {
          padding: .2em .8em .2em .2em;
          display: inline-flex;
          align-items: center; }
          [data-bs-theme="light"] .controlBar .mode .dropdown-menu button.active {
            cursor: default; }
          [data-bs-theme="light"] .controlBar .mode .dropdown-menu button span:first-child {
            margin-right: .5em;
            width: 25px;
            height: 25px;
            display: inline-flex; }
  [data-bs-theme="light"] .topBar {
    display: flex;
    align-items: center;
    padding: .5em .5em .5em 1em;
    position: relative;
    background-color: #1565C0; }
  [data-bs-theme="light"] .navbar {
    padding: 0;
    display: flex;
    flex: 1; }
  [data-bs-theme="light"] .lHeader {
    display: inline-flex;
    flex-direction: column; }
    [data-bs-theme="light"] .lHeader .logo {
      display: inline-flex;
      transition: all 0.3s;
      background-image: url(../img/logo3.png);
      width: 346px;
      height: 61px; }
    [data-bs-theme="light"] .lHeader ul {
      display: inline-flex;
      margin-bottom: 0;
      padding: 1em 0 0 2em;
      list-style: none; }
      [data-bs-theme="light"] .lHeader ul li {
        margin: 5px 0; }
        [data-bs-theme="light"] .lHeader ul li:last-child {
          border-left: 2px solid #ccc; }
        [data-bs-theme="light"] .lHeader ul li a {
          display: inline-flex;
          font-size: 1.2em;
          align-items: center;
          text-shadow: 1px 1px #000;
          text-decoration: none;
          padding: 5px 15px 5px 10px;
          margin: 0 5px;
          outline: none;
          transition: all 0.3s;
          font-weight: 600; }
          [data-bs-theme="light"] .lHeader ul li a svg {
            margin-right: 5px;
            font-size: 1.2rem;
            fill: #1565C0; }
  [data-bs-theme="light"] .banner {
    text-align: center;
    margin-top: 2em; }
  [data-bs-theme="light"] .bgHeader {
    padding: .2em 1em;
    font-size: 1.2em;
    display: flex; }
  [data-bs-theme="light"] .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.5em solid;
    border-right: 0.5em solid transparent;
    border-bottom: 0;
    border-left: 0.5em solid transparent; }
  [data-bs-theme="light"] .avatar {
    margin-bottom: 1em; }
  [data-bs-theme="light"] .bd-mode-toggle {
    z-index: 1;
    display: inline-flex; }
    [data-bs-theme="light"] .bd-mode-toggle button.btn {
      border-radius: 0; }
    [data-bs-theme="light"] .bd-mode-toggle:focus-visible {
      outline: 0; }
  [data-bs-theme="light"] .dropdown-menu-end[data-bs-popper] {
    right: 13px; }
  [data-bs-theme="light"] .dropdown-menu[data-bs-popper] {
    top: 64px; }
  [data-bs-theme="light"] .composition {
    position: relative;
    flex: 1; }
    [data-bs-theme="light"] .composition__photo {
      width: 55%;
      box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
      border-radius: 2px;
      position: absolute;
      z-index: 1;
      transition: all .2s;
      outline-offset: 2rem;
      border: 1px solid #444; }
      @media only screen and (max-width: 56.25em) {
        [data-bs-theme="light"] .composition__photo {
          float: left;
          position: relative;
          width: 33.33333333%;
          box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.2); } }
      [data-bs-theme="light"] .composition__photo--p1 {
        left: 0;
        top: -4em; }
        [data-bs-theme="light"] .composition__photo--p1.graphics {
          left: 0;
          top: 0; }
        @media only screen and (max-width: 56.25em) {
          [data-bs-theme="light"] .composition__photo--p1 {
            top: 0;
            transform: scale(1.2); } }
      [data-bs-theme="light"] .composition__photo--p2 {
        right: 0;
        top: 0; }
        [data-bs-theme="light"] .composition__photo--p2.graphics {
          right: -3px;
          top: -23px; }
        @media only screen and (max-width: 56.25em) {
          [data-bs-theme="light"] .composition__photo--p2 {
            top: -1rem;
            transform: scale(1.3);
            z-index: 100; } }
      [data-bs-theme="light"] .composition__photo--p3 {
        left: 10%;
        top: 2em; }
        [data-bs-theme="light"] .composition__photo--p3.graphics {
          left: 27%;
          top: 47px; }
        @media only screen and (max-width: 56.25em) {
          [data-bs-theme="light"] .composition__photo--p3 {
            top: 1rem;
            left: 0;
            transform: scale(1.1); } }
      [data-bs-theme="light"] .composition__photo:hover {
        outline: 0;
        transform: scale(1.05) translateY(-0.5rem);
        box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.5);
        z-index: 20; }
    [data-bs-theme="light"] .composition:hover [data-bs-theme="light"] .composition__photo:not(:hover) {
      transform: scale(0.95); }
  [data-bs-theme="light"] .skip {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: 3; }
  [data-bs-theme="light"] a.skip:active,
  [data-bs-theme="light"] a.skip:focus,
  [data-bs-theme="light"] a.skip:hover {
    left: 0;
    top: 0;
    width: auto;
    height: 40px;
    display: inline-flex;
    padding: 20px;
    align-items: center;
    justify-content: center;
    overflow: visible;
    text-decoration: none;
    background-color: white;
    color: #1565C0;
    border-radius: 0 0 5px 0;
    border: 1px solid #135eb2;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  [data-bs-theme="light"] h1.search {
    justify-content: flex-start;
    margin-bottom: 0; }
  [data-bs-theme="light"] .search-container {
    position: absolute;
    top: 13px;
    right: 15px;
    padding: 5px;
    margin-top: 0;
    width: 300px;
    border: 1px solid #5a1d02;
    border-radius: 6px;
    background: #f9f9f9;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.9) inset, 0 2px 3px rgba(0, 0, 0, 0.3); }
    [data-bs-theme="light"] .search-container .form-row {
      position: relative;
      display: flex; }
    [data-bs-theme="light"] .search-container #tipue_search_input {
      color: #333;
      padding: 5px 10px;
      height: 30px;
      margin: 0;
      width: 100%;
      border: 1px solid #ccc;
      background-color: #fff;
      border-radius: 3px;
      box-shadow: none;
      outline: 0;
      font-size: .8rem; }
    [data-bs-theme="light"] .search-container #tipue_search_button, [data-bs-theme="light"] .search-container #search_reset_button {
      display: inline-flex;
      padding: .2em;
      border: 1px solid #ddd;
      margin-left: .2em; }
      [data-bs-theme="light"] .search-container #tipue_search_button svg, [data-bs-theme="light"] .search-container #search_reset_button svg {
        height: 21px;
        width: 21px; }
  [data-bs-theme="light"] #tipue_search_results_count {
    font-size: 1rem;
    margin-bottom: 1em; }
  [data-bs-theme="light"] .tipue_search_content_title {
    font-size: 1.4rem;
    margin-top: 23px; }
  [data-bs-theme="light"] .tipue_search_content_text {
    font-size: 1.2rem; }
  [data-bs-theme="light"] main {
    position: relative;
    top: 120px; }
    [data-bs-theme="light"] main.preview {
      position: relative;
      top: 75px;
      height: calc(100% - 75px); }
      [data-bs-theme="light"] main.preview .rowContainer .rowSection {
        display: flex;
        height: 100%;
        flex-direction: column; }
        [data-bs-theme="light"] main.preview .rowContainer .rowSection svg {
          fill: #fff;
          height: 1em;
          width: 1em;
          margin-left: .5em; }
  [data-bs-theme="light"] .rowContainer {
    padding: 2em 0; }
    [data-bs-theme="light"] .rowContainer.graphics {
      padding-bottom: 4em; }
    [data-bs-theme="light"] .rowContainer.odd {
      background-color: #f3f3f3; }
  [data-bs-theme="light"] .accomplish {
    padding: 2.2em 0 2em; }
    [data-bs-theme="light"] .accomplish h2.avatar {
      margin-bottom: .5em; }
    [data-bs-theme="light"] .accomplish p {
      margin-bottom: 1.5em; }
  [data-bs-theme="light"] .accordion .accordion-item {
    border: 1px solid #abcef6;
    margin-bottom: .2em; }
  [data-bs-theme="light"] .accordion h2 {
    margin-bottom: 0; }
  [data-bs-theme="light"] .accordion p {
    margin: 1em 0; }
  [data-bs-theme="light"] .accordion h3 {
    margin-bottom: 0;
    font-size: 1.5rem; }
    [data-bs-theme="light"] .accordion h3 button {
      font-size: 1.2em;
      font-weight: 600;
      z-index: 0;
      transition: all .3s;
      color: #000; }
      [data-bs-theme="light"] .accordion h3 button:hover, [data-bs-theme="light"] .accordion h3 button:focus {
        background-color: #7db3f1;
        box-shadow: none; }
      [data-bs-theme="light"] .accordion h3 button:focus-visible {
        outline: 0.1rem solid #1565C0;
        outline-offset: 3px; }
      [data-bs-theme="light"] .accordion h3 button::after {
        --bs-accordion-btn-icon: none;
        --bs-accordion-btn-active-icon: none;
        display: none; }
      [data-bs-theme="light"] .accordion h3 button svg {
        width: 35px;
        height: 35px;
        transition: all .3s;
        transform: rotate(180deg);
        fill: #104d92; }
      [data-bs-theme="light"] .accordion h3 button.collapsed svg {
        transform: rotate(0deg); }
      [data-bs-theme="light"] .accordion h3 button span {
        display: flex;
        flex: auto 1; }
      [data-bs-theme="light"] .accordion h3 button:first-of-type {
        border-radius: 0; }
      [data-bs-theme="light"] .accordion h3 button:not(.collapsed) {
        background-color: #abcef6;
        box-shadow: none;
        color: #000; }
        [data-bs-theme="light"] .accordion h3 button:not(.collapsed) svg {
          fill: #104d92; }
  [data-bs-theme="light"] .accordion .accordion-body {
    display: flex; }
    [data-bs-theme="light"] .accordion .accordion-body ul {
      padding: 0;
      margin: .2em 0;
      width: 100%; }
      [data-bs-theme="light"] .accordion .accordion-body ul li {
        list-style: none;
        display: inline-flex;
        flex-wrap: wrap;
        width: 100%;
        font-size: 1.2em;
        margin-bottom: .5em; }
        [data-bs-theme="light"] .accordion .accordion-body ul li:last-of-type {
          margin-bottom: 0; }
        [data-bs-theme="light"] .accordion .accordion-body ul li svg {
          margin-right: 10px;
          margin-top: .1em; }
        [data-bs-theme="light"] .accordion .accordion-body ul li span {
          flex: 1; }
  [data-bs-theme="light"] .carousel {
    display: relative; }
    [data-bs-theme="light"] .carousel .carousel-indicators {
      margin-bottom: 0;
      bottom: -3px; }
      [data-bs-theme="light"] .carousel .carousel-indicators button {
        background-color: #1565C0; }
    [data-bs-theme="light"] .carousel.slide {
      margin: 2em 0 0; }
    [data-bs-theme="light"] .carousel .carousel-inner {
      border: 1px solid #abcef6;
      background-color: #fff;
      padding: .8em .8em .8em 2.5em; }
      [data-bs-theme="light"] .carousel .carousel-inner .carousel-item .imgCols li {
        margin: 0 10px 0; }
        [data-bs-theme="light"] .carousel .carousel-inner .carousel-item .imgCols li a {
          border: 1px solid #1565C0; }
    [data-bs-theme="light"] .carousel .carousel-control-prev,
    [data-bs-theme="light"] .carousel .carousel-control-next {
      top: 39%;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background-color: #abcef6;
      border: 1px solid #104d92;
      opacity: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: inset 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.3);
      transition: .3s; }
      [data-bs-theme="light"] .carousel .carousel-control-prev svg,
      [data-bs-theme="light"] .carousel .carousel-control-next svg {
        fill: #000;
        width: 30px;
        height: 30px; }
      [data-bs-theme="light"] .carousel .carousel-control-prev:hover, [data-bs-theme="light"] .carousel .carousel-control-prev:active,
      [data-bs-theme="light"] .carousel .carousel-control-next:hover,
      [data-bs-theme="light"] .carousel .carousel-control-next:active {
        background-color: #d9e9fb;
        box-shadow: none; }
      [data-bs-theme="light"] .carousel .carousel-control-prev:focus-visible,
      [data-bs-theme="light"] .carousel .carousel-control-next:focus-visible {
        outline: 0.1rem solid #1565C0;
        outline-offset: 3px;
        box-shadow: none; }
    [data-bs-theme="light"] .carousel .carousel-control-prev {
      padding-left: .5em; }
  [data-bs-theme="light"] .animated-button1 {
    background-color: #abcef6;
    border: 1px solid #104d92;
    color: #000;
    transition: all .3s;
    box-shadow: inset 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.3); }
    [data-bs-theme="light"] .animated-button1:hover, [data-bs-theme="light"] .animated-button1:focus {
      background-color: #d9e9fb;
      box-shadow: none; }
    [data-bs-theme="light"] .animated-button1:focus-visible {
      outline: 0.1rem solid #1565C0;
      outline-offset: 3px; }
  [data-bs-theme="light"] .animated-button1 span:nth-child(1) {
    background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#fff));
    background: linear-gradient(to left, rgba(43, 8, 8, 0), #fff); }
  [data-bs-theme="light"] .animated-button1 span:nth-child(2) {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#fff));
    background: linear-gradient(to top, rgba(43, 8, 8, 0), #fff); }
  [data-bs-theme="light"] .animated-button1 span:nth-child(3) {
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#fff));
    background: linear-gradient(to right, rgba(43, 8, 8, 0), #fff); }
  [data-bs-theme="light"] .animated-button1 span:nth-child(4) {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#fff));
    background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #fff); }
  [data-bs-theme="light"] .projIcons {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    align-items: center;
    margin-bottom: 1em; }
    [data-bs-theme="light"] .projIcons .proIcon {
      list-style: none;
      display: inline-flex;
      padding: .3em;
      margin: 0 1em 2em;
      border: 1px solid #000;
      border-radius: 10px;
      background-color: #fff; }
      [data-bs-theme="light"] .projIcons .proIcon img {
        display: inline-flex; }
  [data-bs-theme="light"] .projBlock {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 3em; }
    [data-bs-theme="light"] .projBlock:last-child {
      margin-bottom: 1.5em; }
    [data-bs-theme="light"] .projBlock .projTitle {
      border-radius: 10px 10px 0 0;
      background-color: #1565C0;
      border: 1px solid #010408;
      border-bottom: 0;
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
      z-index: 1;
      display: flex;
      align-items: center; }
      [data-bs-theme="light"] .projBlock .projTitle h3 {
        margin: 0;
        padding: .5em 0 .3em .8em;
        flex: 1 auto;
        color: #fff; }
      [data-bs-theme="light"] .projBlock .projTitle a {
        display: inline-flex;
        align-items: center;
        margin-right: 1em;
        padding: .5em; }
        [data-bs-theme="light"] .projBlock .projTitle a svg {
          width: 30px;
          height: 30px; }
        [data-bs-theme="light"] .projBlock .projTitle a span.txt {
          position: relative; }
          [data-bs-theme="light"] .projBlock .projTitle a span.txt:nth-child(2) {
            background: none; }
    [data-bs-theme="light"] .projBlock .projInfo {
      display: flex;
      border: 1px solid #010408;
      background-color: #fff; }
      [data-bs-theme="light"] .projBlock .projInfo .lSide {
        width: 315px;
        padding: 1.5em 2em 0;
        margin-right: 2em;
        border-radius: 0 0 0 10px;
        background-color: #d9e9fb; }
        [data-bs-theme="light"] .projBlock .projInfo .lSide ul {
          list-style: none; }
          [data-bs-theme="light"] .projBlock .projInfo .lSide ul li {
            margin-bottom: 1em; }
            [data-bs-theme="light"] .projBlock .projInfo .lSide ul li div {
              line-height: 1.5; }
              [data-bs-theme="light"] .projBlock .projInfo .lSide ul li div:first-of-type {
                font-size: 1rem;
                margin-bottom: .3em; }
              [data-bs-theme="light"] .projBlock .projInfo .lSide ul li div:last-of-type {
                font-size: 1.2em;
                font-weight: 600; }
      [data-bs-theme="light"] .projBlock .projInfo .rSide {
        padding: 1.5em 2em 0 0;
        display: flex;
        flex: 2;
        flex-direction: column; }
        [data-bs-theme="light"] .projBlock .projInfo .rSide .title {
          font-size: 1.5rem;
          font-weight: 600;
          margin-bottom: .5em;
          display: flex; }
        [data-bs-theme="light"] .projBlock .projInfo .rSide ul {
          padding: 0;
          margin: 0 0 2em;
          width: 100%; }
          [data-bs-theme="light"] .projBlock .projInfo .rSide ul li {
            list-style: none;
            display: inline-flex;
            flex-wrap: wrap;
            width: 100%;
            font-size: 1.2em;
            margin-bottom: .5em; }
            [data-bs-theme="light"] .projBlock .projInfo .rSide ul li:last-of-type {
              margin-bottom: 0; }
            [data-bs-theme="light"] .projBlock .projInfo .rSide ul li svg {
              margin-right: 10px;
              margin-top: .1em; }
            [data-bs-theme="light"] .projBlock .projInfo .rSide ul li span {
              flex: 1; }
            [data-bs-theme="light"] .projBlock .projInfo .rSide ul li.box {
              display: inline-flex;
              width: initial;
              margin: 1em .5em 0;
              flex-direction: column; }
              [data-bs-theme="light"] .projBlock .projInfo .rSide ul li.box a {
                display: inline-flex;
                align-items: center;
                flex-direction: column;
                transition: all .3s; }
                [data-bs-theme="light"] .projBlock .projInfo .rSide ul li.box a:hover img, [data-bs-theme="light"] .projBlock .projInfo .rSide ul li.box a:active img {
                  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
                  transform: scale(1.1); }
                [data-bs-theme="light"] .projBlock .projInfo .rSide ul li.box a img {
                  display: inline-flex;
                  align-items: center;
                  flex-direction: column;
                  border: 1px solid #1565C0;
                  transition: all .3s; }
                [data-bs-theme="light"] .projBlock .projInfo .rSide ul li.box a:focus-visible {
                  outline: 0.1rem solid #1565C0;
                  outline-offset: 3px;
                  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
                  transform: scale(1.1); }
              [data-bs-theme="light"] .projBlock .projInfo .rSide ul li.box span {
                margin-top: .5em;
                display: flex;
                justify-content: center; }
  [data-bs-theme="light"] .rw-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column; }
    [data-bs-theme="light"] .rw-wrapper p {
      display: flex;
      font-size: 2em;
      justify-content: center;
      font-weight: 600;
      margin-bottom: .5em; }
  [data-bs-theme="light"] .rw-sentence {
    display: flex;
    width: 100%;
    margin-bottom: 0;
    padding-right: 4em;
    line-height: 1.5em; }
  [data-bs-theme="light"] .rw-sentence, [data-bs-theme="light"] .rw-wrapper p {
    font-size: 2.5rem;
    line-height: 1.2em; }
  [data-bs-theme="light"] .rw-words {
    display: inline;
    text-indent: 5px;
    color: #104d92; }
  [data-bs-theme="light"] .rw-words span {
    position: absolute;
    opacity: 0;
    overflow: hidden; }
  [data-bs-theme="light"] .rw-words-1 span {
    animation: rotateWordsFirst 12s linear infinite 0s; }
  [data-bs-theme="light"] .rw-words-2 span {
    animation: rotateWordsSecond 18s linear infinite 0s; }
  [data-bs-theme="light"] .rw-words span:nth-child(2) {
    animation-delay: 3s; }
  [data-bs-theme="light"] .rw-words span:nth-child(3) {
    animation-delay: 6s; }
  [data-bs-theme="light"] .rw-words span:nth-child(4) {
    animation-delay: 9s; }
  [data-bs-theme="light"] .rw-words span:nth-child(5) {
    animation-delay: 12s; }
  [data-bs-theme="light"] .rw-words span:nth-child(6) {
    animation-delay: 15s; }
  [data-bs-theme="light"] .avatar svg {
    display: inline-flex;
    width: 57px;
    height: 57px;
    margin-right: .2em; }
  [data-bs-theme="light"] .tag {
    display: inline-flex;
    padding: 0 2em 0 0;
    margin: 0 1em 1em 0;
    height: 2.7em;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
    [data-bs-theme="light"] .tag .block {
      width: .5em;
      margin-right: .4em; }
    [data-bs-theme="light"] .tag span {
      font-size: 1.2em;
      display: inline-flex;
      align-items: center; }
  [data-bs-theme="light"] .apct {
    display: flex;
    flex: 1;
    justify-content: center;
    font-size: 2em;
    font-weight: 600;
    margin: 1em 0;
    letter-spacing: 5px; }
  [data-bs-theme="light"] .divider {
    width: 1px;
    margin: 0 10px;
    display: block;
    height: 30px; }
  [data-bs-theme="light"] .containers {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    align-items: start;
    margin-top: 2em; }
    [data-bs-theme="light"] .containers.fourCols, [data-bs-theme="light"] .containers.twoCols {
      align-items: initial; }
    [data-bs-theme="light"] .containers.twoCols {
      margin-bottom: 2em; }
    [data-bs-theme="light"] .containers.inner {
      align-items: initial; }
      [data-bs-theme="light"] .containers.inner li {
        width: calc(50% - 20px);
        margin: 0 10px 20px;
        font-size: 1.2em; }
        [data-bs-theme="light"] .containers.inner li h3 {
          margin: 0;
          text-shadow: none; }
        [data-bs-theme="light"] .containers.inner li .headRow {
          display: flex;
          flex-direction: column; }
          [data-bs-theme="light"] .containers.inner li .headRow span:first-of-type {
            font-size: 1.2em; }
          [data-bs-theme="light"] .containers.inner li .headRow span:last-of-type {
            font-size: 1.2em; }
        [data-bs-theme="light"] .containers.inner li .body {
          display: flex;
          padding: 0 1em 1em; }
          [data-bs-theme="light"] .containers.inner li .body .lCol {
            text-align: center;
            margin-right: 1em;
            display: inline-flex;
            flex-direction: column; }
            [data-bs-theme="light"] .containers.inner li .body .lCol img {
              max-width: 100px;
              height: 200px;
              margin: 0 auto 1rem; }
              [data-bs-theme="light"] .containers.inner li .body .lCol img.collections {
                max-width: 150px;
                height: 109px; }
            [data-bs-theme="light"] .containers.inner li .body .lCol .animated-button1 {
              margin-bottom: 10px; }
          [data-bs-theme="light"] .containers.inner li .body .rCol {
            display: flex;
            flex: 1;
            flex-direction: column; }
            [data-bs-theme="light"] .containers.inner li .body .rCol p {
              margin-bottom: 1em; }
              [data-bs-theme="light"] .containers.inner li .body .rCol p:last-of-type {
                margin-bottom: 0; }
            [data-bs-theme="light"] .containers.inner li .body .rCol ul.desc {
              list-style: disc;
              margin-left: 2em; }
              [data-bs-theme="light"] .containers.inner li .body .rCol ul.desc li {
                width: 100%;
                flex-direction: initial;
                margin: 0 0 .3em;
                border: none; }
        [data-bs-theme="light"] .containers.inner li.last {
          margin: 0; }
        [data-bs-theme="light"] .containers.inner li.oneCol {
          width: 100%;
          margin-bottom: 0; }
      [data-bs-theme="light"] .containers.inner.end {
        margin-bottom: 10px; }
    [data-bs-theme="light"] .containers .lSide.webImages {
      flex: initial;
      display: inline-flex;
      width: 480px; }
    [data-bs-theme="light"] .containers .lSide.bannerInfo {
      flex: initial;
      width: 480px;
      margin: 0;
      position: relative;
      z-index: 1;
      padding: 0;
      background-clip: border-box;
      border-radius: 5px;
      display: flex;
      flex-direction: column;
      text-decoration: none;
      list-style: none;
      border: 1px solid #010408;
      background-color: #fff; }
      [data-bs-theme="light"] .containers .lSide.bannerInfo .cardHeader {
        height: 80px;
        position: relative;
        border-radius: 5px 5px 0 0;
        width: 100%;
        display: inline-flex;
        background-color: #1565C0; }
      [data-bs-theme="light"] .containers .lSide.bannerInfo .avatarRow {
        position: absolute;
        top: 0;
        display: flex;
        width: 100%;
        justify-content: center;
        z-index: 2;
        box-shadow: none; }
        [data-bs-theme="light"] .containers .lSide.bannerInfo .avatarRow .avatarContainer {
          border-radius: 50%;
          margin-top: 30px;
          padding: 5px 10px;
          height: 80px;
          width: 80px;
          color: #000;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          box-shadow: none;
          border: none;
          background-color: #fff; }
      [data-bs-theme="light"] .containers .lSide.bannerInfo .cardTitle {
        margin: 30px 0 0;
        position: relative;
        z-index: 3;
        line-height: normal;
        text-align: center;
        box-shadow: none; }
      [data-bs-theme="light"] .containers .lSide.bannerInfo ul {
        padding: 0;
        margin: .5em 0 1em; }
        [data-bs-theme="light"] .containers .lSide.bannerInfo ul li {
          list-style: none;
          display: inline-flex;
          flex-wrap: wrap;
          width: calc(49% - 40px);
          margin: .2em 20px;
          font-size: 1.2em;
          align-items: center; }
          [data-bs-theme="light"] .containers .lSide.bannerInfo ul li svg {
            margin-right: 10px;
            margin-bottom: .2em; }
      [data-bs-theme="light"] .containers .lSide.bannerInfo .cardBottom {
        height: 10px;
        border-radius: 0 0 5px 5px;
        position: absolute;
        bottom: 0;
        width: 100%; }
    [data-bs-theme="light"] .containers .lSide.text {
      flex: 1;
      margin-right: 3em; }
    [data-bs-theme="light"] .containers .rSide {
      display: inline-flex;
      flex-wrap: wrap; }
      [data-bs-theme="light"] .containers .rSide.text {
        flex: 1;
        margin-left: 3em; }
      [data-bs-theme="light"] .containers .rSide.colSpace {
        width: 480px; }
      [data-bs-theme="light"] .containers .rSide.bannerInfo {
        flex: initial;
        width: 480px;
        margin: 0;
        position: relative;
        z-index: 1;
        padding: 0;
        background-clip: border-box;
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        text-decoration: none;
        list-style: none;
        border: 1px solid #010408;
        background-color: #fff; }
        [data-bs-theme="light"] .containers .rSide.bannerInfo .cardHeader {
          height: 80px;
          position: relative;
          border-radius: 5px 5px 0 0;
          width: 100%;
          display: inline-flex;
          background-color: #1565C0; }
        [data-bs-theme="light"] .containers .rSide.bannerInfo .avatarRow {
          position: absolute;
          top: 0;
          display: flex;
          width: 100%;
          justify-content: center;
          z-index: 2;
          box-shadow: none; }
          [data-bs-theme="light"] .containers .rSide.bannerInfo .avatarRow .avatarContainer {
            border-radius: 50%;
            margin-top: 30px;
            padding: 5px 10px;
            height: 80px;
            width: 80px;
            color: #000;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            box-shadow: none;
            border: none;
            background-color: #fff; }
        [data-bs-theme="light"] .containers .rSide.bannerInfo .cardTitle {
          margin: 30px 0 0;
          position: relative;
          z-index: 3;
          line-height: normal;
          text-align: center;
          box-shadow: none; }
        [data-bs-theme="light"] .containers .rSide.bannerInfo ul {
          padding: 0;
          margin: .5em 0 1em; }
          [data-bs-theme="light"] .containers .rSide.bannerInfo ul li {
            list-style: none;
            display: inline-flex;
            flex-wrap: wrap;
            width: calc(49% - 40px);
            margin: .2em 20px;
            font-size: 1.2em;
            align-items: center; }
            [data-bs-theme="light"] .containers .rSide.bannerInfo ul li svg {
              margin-right: 10px;
              margin-bottom: .2em; }
        [data-bs-theme="light"] .containers .rSide.bannerInfo .cardBottom {
          height: 10px;
          border-radius: 0 0 5px 5px;
          position: absolute;
          bottom: 0;
          width: 100%; }
    [data-bs-theme="light"] .containers .fourCol {
      display: inline-flex;
      width: calc(25% - 20px);
      list-style: none;
      margin: 0 10px;
      flex-direction: column;
      position: relative;
      z-index: 1;
      padding: 0;
      background-clip: border-box;
      border-radius: 5px;
      display: flex;
      flex-direction: column;
      text-decoration: none;
      border: 1px solid #010408;
      background-color: #fff;
      list-style: none; }
      [data-bs-theme="light"] .containers .fourCol .cardHeader {
        height: 80px;
        position: relative;
        border-radius: 5px 5px 0 0;
        width: 100%;
        display: inline-flex;
        background-color: #1565C0; }
      [data-bs-theme="light"] .containers .fourCol .avatarRow {
        position: absolute;
        top: 0;
        display: flex;
        width: 100%;
        justify-content: center;
        z-index: 2;
        box-shadow: none; }
        [data-bs-theme="light"] .containers .fourCol .avatarRow .avatarContainer {
          border-radius: 50%;
          margin-top: 30px;
          padding: 5px 10px;
          height: 80px;
          width: 80px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          box-shadow: none;
          border: none;
          background-color: #fff; }
      [data-bs-theme="light"] .containers .fourCol .cardTitle {
        margin: 15px 0 0;
        position: relative;
        z-index: 3;
        line-height: normal;
        text-align: center;
        box-shadow: none; }
        [data-bs-theme="light"] .containers .fourCol .cardTitle h3 {
          text-align: center;
          line-height: normal;
          margin-bottom: .5em;
          margin-top: .5em; }
      [data-bs-theme="light"] .containers .fourCol .blockTxt {
        padding: 0 20px 10px;
        margin-bottom: 20px;
        font-size: 1.2em;
        font-weight: normal;
        line-height: 1.4;
        text-align: center; }
      [data-bs-theme="light"] .containers .fourCol .actionTxt {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        font-size: .9rem;
        text-decoration: none;
        border-radius: 0 0 5px 5px;
        position: absolute;
        bottom: 0;
        width: 100%; }
      [data-bs-theme="light"] .containers .fourCol .cardBody {
        padding: 0 20px; }
        [data-bs-theme="light"] .containers .fourCol .cardBody ul {
          margin-bottom: 20px; }
          [data-bs-theme="light"] .containers .fourCol .cardBody ul li {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            width: 100%;
            margin-left: 0; }
            [data-bs-theme="light"] .containers .fourCol .cardBody ul li svg {
              margin-right: 5px; }
      [data-bs-theme="light"] .containers .fourCol .cardBottom {
        border-radius: 0 0 5px 5px;
        height: 10px;
        border-radius: 0 0 5px 5px;
        position: absolute;
        bottom: 0;
        width: 100%; }
      [data-bs-theme="light"] .containers .fourCol .avatarContainer svg {
        width: 50px;
        height: 50px; }
      [data-bs-theme="light"] .containers .fourCol ul.info {
        font-size: 1.2em;
        list-style: none;
        padding: 0 20px;
        margin: 0 0 3em; }
        [data-bs-theme="light"] .containers .fourCol ul.info .title {
          font-weight: 600; }
      [data-bs-theme="light"] .containers .fourCol button {
        border-radius: 0 0 5px 5px; }
    [data-bs-theme="light"] .containers.twoCols .twoCol {
      display: inline-flex;
      width: calc(50% - 20px);
      margin: 0 10px;
      flex-direction: column;
      position: relative;
      z-index: 1;
      padding: 0;
      background-clip: border-box;
      border-radius: 5px;
      display: flex;
      flex-direction: column;
      text-decoration: none;
      border: 1px solid #010408;
      background-color: #fff;
      list-style: none; }
      [data-bs-theme="light"] .containers.twoCols .twoCol .cardHeader {
        height: 80px;
        position: relative;
        border-radius: 5px 5px 0 0;
        width: 100%;
        display: inline-flex;
        background-color: #1565C0; }
      [data-bs-theme="light"] .containers.twoCols .twoCol .avatarRow {
        position: absolute;
        top: 0;
        display: flex;
        width: 100%;
        justify-content: center;
        z-index: 2;
        box-shadow: none; }
        [data-bs-theme="light"] .containers.twoCols .twoCol .avatarRow .avatarContainer {
          border-radius: 50%;
          margin-top: 30px;
          padding: 5px 10px;
          height: 80px;
          width: 80px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          box-shadow: none;
          border: none;
          background-color: #fff; }
      [data-bs-theme="light"] .containers.twoCols .twoCol .cardTitle {
        margin: 15px 0 0;
        position: relative;
        z-index: 3;
        line-height: normal;
        text-align: center;
        box-shadow: none; }
        [data-bs-theme="light"] .containers.twoCols .twoCol .cardTitle h3 {
          text-align: center;
          line-height: normal;
          margin-bottom: .5em;
          margin-top: .5em; }
      [data-bs-theme="light"] .containers.twoCols .twoCol .blockTxt {
        padding: 0 20px 10px;
        margin-bottom: 20px;
        font-size: 1.2em;
        font-weight: normal;
        line-height: 1.4;
        text-align: center; }
      [data-bs-theme="light"] .containers.twoCols .twoCol .actionTxt {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        font-size: .9rem;
        text-decoration: none;
        border-radius: 0 0 5px 5px;
        position: absolute;
        bottom: 0;
        width: 100%; }
      [data-bs-theme="light"] .containers.twoCols .twoCol .cardBody {
        padding: 0 20px; }
        [data-bs-theme="light"] .containers.twoCols .twoCol .cardBody ul {
          margin-bottom: 20px; }
          [data-bs-theme="light"] .containers.twoCols .twoCol .cardBody ul li {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            width: 100%;
            margin-left: 0; }
            [data-bs-theme="light"] .containers.twoCols .twoCol .cardBody ul li svg {
              margin-right: 5px; }
      [data-bs-theme="light"] .containers.twoCols .twoCol .cardBottom {
        border-radius: 0 0 5px 5px;
        height: 10px;
        border-radius: 0 0 5px 5px;
        position: absolute;
        bottom: 0;
        width: 100%; }
      [data-bs-theme="light"] .containers.twoCols .twoCol .avatarContainer svg {
        width: 50px;
        height: 50px; }
      [data-bs-theme="light"] .containers.twoCols .twoCol .bodyTxt {
        padding: .5em 20px; }
        [data-bs-theme="light"] .containers.twoCols .twoCol .bodyTxt p {
          margin-bottom: .5em; }
        [data-bs-theme="light"] .containers.twoCols .twoCol .bodyTxt .labelInfo {
          padding-bottom: 10px;
          margin-bottom: 0;
          display: flex;
          flex-direction: column;
          font-weight: normal;
          font-size: 1.2em;
          font-weight: 600; }
          [data-bs-theme="light"] .containers.twoCols .twoCol .bodyTxt .labelInfo label {
            margin-bottom: 0;
            font-size: 1rem; }
      [data-bs-theme="light"] .containers.twoCols .twoCol ul {
        padding: 0;
        margin: .5em 0 1em; }
        [data-bs-theme="light"] .containers.twoCols .twoCol ul li {
          list-style: none;
          display: inline-flex;
          flex-wrap: wrap;
          align-items: center;
          width: calc(49% - 40px);
          margin: .2em 20px;
          font-size: 1.2em; }
          [data-bs-theme="light"] .containers.twoCols .twoCol ul li svg {
            margin-right: 10px;
            margin-bottom: .2em; }
          [data-bs-theme="light"] .containers.twoCols .twoCol ul li.skills {
            flex-direction: column; }
    [data-bs-theme="light"] .containers.twoCols.about {
      margin-bottom: 0; }
    [data-bs-theme="light"] .containers.smCols {
      margin-bottom: 0; }
      [data-bs-theme="light"] .containers.smCols li {
        display: inline-flex;
        width: calc(16% - 20px);
        margin: 0 0 20px;
        padding: 0 10px;
        flex-direction: column;
        list-style: none; }
        [data-bs-theme="light"] .containers.smCols li a {
          display: inline-flex;
          flex-direction: column;
          padding: .5em;
          transition: all .3s;
          font-size: 1.2em;
          text-shadow: none; }
          [data-bs-theme="light"] .containers.smCols li a span {
            display: flex;
            justify-content: center;
            margin-top: .5em; }
  [data-bs-theme="light"] .perContainer .subHeader {
    font-size: 1rem;
    font-weight: 600; }
  [data-bs-theme="light"] ul.imgCols {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    align-items: center; }
    [data-bs-theme="light"] ul.imgCols li {
      list-style: none;
      display: inline-flex;
      width: calc(20% - 20px);
      padding: 0;
      margin: 0 10px 20px; }
      [data-bs-theme="light"] ul.imgCols li a {
        display: inline-flex;
        flex-direction: column;
        font-size: 1.2em;
        border: 1px solid #010408;
        transition: .3s; }
        [data-bs-theme="light"] ul.imgCols li a img {
          min-height: 171px; }
        [data-bs-theme="light"] ul.imgCols li a span {
          text-align: center;
          font-size: 1rem;
          padding: .3em 0;
          color: #000;
          background-color: #abcef6; }
        [data-bs-theme="light"] ul.imgCols li a:hover, [data-bs-theme="light"] ul.imgCols li a:focus {
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          transform: scale(1.1); }
        [data-bs-theme="light"] ul.imgCols li a:focus-visible {
          outline: 0.1rem solid #1565C0;
          outline-offset: 3px;
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          transform: scale(1.1); }
      [data-bs-theme="light"] ul.imgCols li.perTag {
        padding: 0;
        margin: 5px 20px 20px 0;
        width: initial; }
        [data-bs-theme="light"] ul.imgCols li.perTag a {
          padding: 5px 10px 5px 5px;
          flex-direction: row;
          align-items: center;
          font-size: 1rem;
          border-radius: 5px;
          border-radius: 5px;
          background-color: #abcef6;
          border: 1px solid #104d92;
          color: #000;
          transition: all .3s;
          box-shadow: inset 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.3); }
          [data-bs-theme="light"] ul.imgCols li.perTag a:hover, [data-bs-theme="light"] ul.imgCols li.perTag a:focus {
            background-color: #7db3f1;
            box-shadow: none;
            transform: scale(1); }
          [data-bs-theme="light"] ul.imgCols li.perTag a:focus-visible {
            outline: 0.1rem solid #1565C0;
            outline-offset: 3px; }
          [data-bs-theme="light"] ul.imgCols li.perTag a svg {
            width: 32px;
            height: 32px;
            margin-right: 8px; }
  [data-bs-theme="light"] .duties {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: .4em; }
  [data-bs-theme="light"] .resume, [data-bs-theme="light"] .color {
    display: flex;
    justify-content: center;
    align-items: center; }
    [data-bs-theme="light"] .resume .header, [data-bs-theme="light"] .color .header {
      font-size: 1.2em;
      font-weight: 500;
      margin-right: .5em; }
    [data-bs-theme="light"] .resume .links, [data-bs-theme="light"] .color .links {
      display: flex;
      align-items: center; }
      [data-bs-theme="light"] .resume .links a, [data-bs-theme="light"] .color .links a {
        display: flex;
        padding: .2em .5em;
        align-items: center;
        font-size: 1.2em;
        text-shadow: none; }
        [data-bs-theme="light"] .resume .links a svg, [data-bs-theme="light"] .color .links a svg {
          width: 32px;
          height: 32px;
          margin-right: 5px; }
  [data-bs-theme="light"] .resume {
    margin-bottom: 1em;
    margin-top: 1em; }
  [data-bs-theme="light"] .skillTable {
    display: flex;
    flex-direction: column;
    width: 100%; }
    [data-bs-theme="light"] .skillTable .SkillSpacer {
      flex: 1 1 auto; }
    [data-bs-theme="light"] .skillTable .SkillHeader {
      display: flex;
      width: 100%;
      font-size: 1.2em;
      border-bottom: 1px solid transparent;
      padding: 0 1em .5em 1em;
      line-height: normal;
      border-bottom: 1px solid #abcef6;
      margin-bottom: .5em; }
    [data-bs-theme="light"] .skillTable .skillRow {
      display: flex;
      font-size: 1.2em;
      padding: .5em 1em; }
      [data-bs-theme="light"] .skillTable .skillRow.odd {
        background-color: #d9e9fb; }
    [data-bs-theme="light"] .skillTable .animated-button1 {
      transition: all .3s;
      width: 100%;
      transition: all .3s;
      margin-top: .8em; }
  [data-bs-theme="light"] .modal-content.skills {
    width: 550px;
    margin: 0 auto; }
  [data-bs-theme="light"] .nav-pills {
    margin-bottom: -1px; }
    [data-bs-theme="light"] .nav-pills li {
      margin-right: 10px; }
      [data-bs-theme="light"] .nav-pills li button.nav-link {
        border-radius: 5px;
        background-color: #abcef6;
        border: 1px solid #104d92;
        color: #000;
        transition: all .3s;
        box-shadow: inset 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.3); }
        [data-bs-theme="light"] .nav-pills li button.nav-link:hover, [data-bs-theme="light"] .nav-pills li button.nav-link:focus {
          background-color: #7db3f1;
          box-shadow: none;
          outline: 0.1rem solid #1565C0;
          outline-offset: 3px; }
        [data-bs-theme="light"] .nav-pills li button.nav-link:focus-visible {
          outline: 0.1rem solid #1565C0;
          outline-offset: 3px; }
        [data-bs-theme="light"] .nav-pills li button.nav-link.active {
          box-shadow: none;
          border-radius: 5px 5px 0 0;
          padding-bottom: 10px;
          font-size: 1.2em;
          font-weight: 600;
          color: #fff;
          background-color: #104d92; }
  [data-bs-theme="light"] .tab-content {
    border: 1px solid #104d92;
    background-color: #fff; }
    [data-bs-theme="light"] .tab-content .tab-pane {
      padding: 20px 20px 0; }
      [data-bs-theme="light"] .tab-content .tab-pane:focus-visible {
        outline: none; }
      [data-bs-theme="light"] .tab-content .tab-pane ul li {
        font-size: 1.2em; }
      [data-bs-theme="light"] .tab-content .tab-pane p {
        margin-bottom: 1em; }
      [data-bs-theme="light"] .tab-content .tab-pane ul.spacer {
        margin-bottom: 2em;
        margin-left: 2em; }
        [data-bs-theme="light"] .tab-content .tab-pane ul.spacer li {
          font-size: 1.2em;
          margin-bottom: .3em; }
      [data-bs-theme="light"] .tab-content .tab-pane .headRow {
        width: 100%;
        margin-bottom: 1em;
        position: relative;
        display: flex;
        justify-items: flex-start;
        font-size: 1rem;
        padding: 10px 20px;
        letter-spacing: 2.5px;
        text-decoration: none;
        flex-direction: column;
        font-weight: 600;
        background-color: #1565C0;
        color: #fff; }
        [data-bs-theme="light"] .tab-content .tab-pane .headRow span {
          display: inline-flex; }
      [data-bs-theme="light"] .tab-content .tab-pane .headRow.main {
        display: flex;
        flex-direction: column;
        margin-bottom: 0; }
        [data-bs-theme="light"] .tab-content .tab-pane .headRow.main span:last-of-type {
          font-size: 1.2em;
          margin-top: .5em; }
      [data-bs-theme="light"] .tab-content .tab-pane .subRow {
        text-shadow: none;
        padding: 5px 10px;
        margin-bottom: 5px;
        font-size: 1.2em;
        font-weight: 600; }
      [data-bs-theme="light"] .tab-content .tab-pane .inner li {
        border: 1px solid #104d92; }
        [data-bs-theme="light"] .tab-content .tab-pane .inner li li {
          font-size: 1.2em; }
  [data-bs-theme="light"] .modal-header {
    background-color: #1565C0; }
    [data-bs-theme="light"] .modal-header h3 {
      font-size: 1.7rem;
      color: #fff; }
    [data-bs-theme="light"] .modal-header button {
      background-color: transparent;
      border: 0;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      transition: all .3s; }
      [data-bs-theme="light"] .modal-header button svg {
        width: 24px;
        height: 24px; }
      [data-bs-theme="light"] .modal-header button:hover, [data-bs-theme="light"] .modal-header button:focus {
        background-color: #104d92; }
  [data-bs-theme="light"] .modal-body {
    padding: 1.8em; }
    [data-bs-theme="light"] .modal-body p {
      margin-bottom: 2em; }
    [data-bs-theme="light"] .modal-body .bodyContainer {
      display: flex;
      align-items: baseline;
      font-size: 1.2em; }
      [data-bs-theme="light"] .modal-body .bodyContainer .lSide {
        display: flex;
        flex-direction: column;
        border-radius: 5px;
        width: 400px;
        padding: 20px 20px 0;
        margin-right: 3em; }
        [data-bs-theme="light"] .modal-body .bodyContainer .lSide .info {
          list-style: none;
          padding-bottom: 20px;
          margin-bottom: 0;
          display: flex;
          flex-direction: column;
          font-weight: normal;
          font-size: 1.2em; }
      [data-bs-theme="light"] .modal-body .bodyContainer .rSide {
        display: flex;
        flex-direction: column; }
        [data-bs-theme="light"] .modal-body .bodyContainer .rSide p {
          margin-bottom: 10px; }
        [data-bs-theme="light"] .modal-body .bodyContainer .rSide ul {
          margin-bottom: 0;
          margin-left: 1em; }
          [data-bs-theme="light"] .modal-body .bodyContainer .rSide ul li {
            margin-bottom: 10px;
            font-size: 1.2em; }
            [data-bs-theme="light"] .modal-body .bodyContainer .rSide ul li:last-child {
              margin-bottom: 0; }
          [data-bs-theme="light"] .modal-body .bodyContainer .rSide ul.box {
            margin-top: 1.8em;
            display: flex;
            flex-direction: row; }
            [data-bs-theme="light"] .modal-body .bodyContainer .rSide ul.box li {
              display: inline-flex;
              margin: 0; }
              [data-bs-theme="light"] .modal-body .bodyContainer .rSide ul.box li a {
                display: inline-flex;
                flex-direction: column;
                border-radius: 5px;
                position: relative;
                padding: 0;
                margin: 0;
                cursor: pointer;
                font-size: 0.9rem;
                text-decoration: none;
                z-index: 0;
                outline: 0;
                width: 80%;
                transition: all 0.3s; }
                [data-bs-theme="light"] .modal-body .bodyContainer .rSide ul.box li a:hover, [data-bs-theme="light"] .modal-body .bodyContainer .rSide ul.box li a:focus {
                  border-radius: 5px;
                  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
                [data-bs-theme="light"] .modal-body .bodyContainer .rSide ul.box li a img {
                  border-radius: 5px 5px 0 0; }
                [data-bs-theme="light"] .modal-body .bodyContainer .rSide ul.box li a span {
                  padding: .5em 0;
                  display: flex;
                  justify-content: center;
                  border-radius: 0 0 5px 5px; }
  [data-bs-theme="light"] .modal-footer {
    background-color: #d9e9fb; }
  @media (min-width: 1200px) {
    [data-bs-theme="light"] .rowSection {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 3em; }
    [data-bs-theme="light"] .modalContainer .modal {
      --bs-modal-width: 1024px; }
    [data-bs-theme="light"] .modalContainer .modal.show .modal-dialog {
      max-width: 1024px; } }
  @media (max-width: 1200px) {
    [data-bs-theme="light"] .rowSection {
      max-width: 100%;
      padding: 0 2em; }
    [data-bs-theme="light"] .abContainer {
      padding: 2.2em 0 3em; } }
  @media (max-width: 1110px) {
    [data-bs-theme="light"] .containers.twoCols .twoCol ul li {
      width: calc(100% - 40px); } }
  @media (min-width: 1024px) {
    [data-bs-theme="light"] .navbar-expand-lg {
      display: flex;
      justify-content: flex-end;
      width: 100%; }
      [data-bs-theme="light"] .navbar-expand-lg .navbar-collapse {
        flex-basis: initial;
        flex-grow: initial; }
      [data-bs-theme="light"] .navbar-expand-lg ul.navbar-nav {
        width: 100%;
        justify-content: center;
        align-items: center; }
        [data-bs-theme="light"] .navbar-expand-lg ul.navbar-nav li.nav-item {
          padding: 0 .3rem; }
          [data-bs-theme="light"] .navbar-expand-lg ul.navbar-nav li.nav-item:first-of-type {
            border-left: 0; }
          [data-bs-theme="light"] .navbar-expand-lg ul.navbar-nav li.nav-item a {
            position: relative;
            transition: all .3s;
            line-height: normal;
            font-size: 1rem;
            padding: .4em 1rem .4em;
            color: #fff;
            border: 1px solid transparent; }
            [data-bs-theme="light"] .navbar-expand-lg ul.navbar-nav li.nav-item a.active {
              background-color: #104d92;
              border: 1px solid #010408; }
            [data-bs-theme="light"] .navbar-expand-lg ul.navbar-nav li.nav-item a:hover, [data-bs-theme="light"] .navbar-expand-lg ul.navbar-nav li.nav-item a:active {
              background-color: #104d92;
              border: 1px solid #010408; }
            [data-bs-theme="light"] .navbar-expand-lg ul.navbar-nav li.nav-item a:focus-visible {
              outline: 0.1rem solid #010408;
              background-color: #104d92;
              outline-offset: 3px; }
    [data-bs-theme="light"] .navbar-toggler, [data-bs-theme="light"] .navTitle {
      display: none; }
    [data-bs-theme="light"] .navbar-expand-lg .navbar-collapse {
      justify-content: flex-end; } }
  @media (max-width: 1024px) {
    [data-bs-theme="light"] .resume.body .header {
      margin-right: 0; }
    [data-bs-theme="light"] .resume.body .links .dPreview, [data-bs-theme="light"] .resume.body .links .divider {
      display: none; }
    [data-bs-theme="light"] .navTitle {
      display: flex;
      font-size: 1.7rem;
      margin-left: 35px;
      position: relative;
      margin-bottom: 0.5em;
      margin-top: 0.8em;
      font-weight: 500;
      width: 100%;
      color: #fff;
      text-shadow: 1px 1px #000; }
    [data-bs-theme="light"] .navbar-toggler {
      z-index: 0;
      display: flex;
      flex-direction: column;
      position: absolute;
      top: 10px;
      right: 10px;
      border-radius: 7px;
      height: 50px;
      flex-direction: column;
      padding: 5px;
      background-color: #abcef6;
      border: 1px solid #104d92;
      color: #000;
      transition: all .3s;
      box-shadow: inset 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.3); }
      [data-bs-theme="light"] .navbar-toggler svg {
        margin: 0 auto; }
    [data-bs-theme="light"] .navbar .mode .bd-mode-toggle {
      margin: -10px 0; }
    [data-bs-theme="light"] .offcanvas-collapse {
      transform: translateX(100%);
      transition: transform .4s ease;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #1565C0;
      border: 1px solid #217ee7; }
      [data-bs-theme="light"] .offcanvas-collapse.open {
        transform: translateX(0);
        z-index: 2;
        flex-direction: column; }
      [data-bs-theme="light"] .offcanvas-collapse svg {
        width: 24px;
        height: 24px; }
    [data-bs-theme="light"] .navbar-expand-lg ul.navbar-nav {
      justify-content: flex-start;
      flex-direction: row;
      flex-wrap: wrap;
      width: calc(100% - 40px);
      margin: 1em 20px 0; }
    [data-bs-theme="light"] .navbar-expand-lg ul.navbar-nav li.nav-item {
      width: 100%;
      border: 0;
      padding: 0;
      margin-top: 5px; }
      [data-bs-theme="light"] .navbar-expand-lg ul.navbar-nav li.nav-item:First-of-type {
        margin-top: 0; }
      [data-bs-theme="light"] .navbar-expand-lg ul.navbar-nav li.nav-item a {
        padding: .8em;
        font-size: 1.2em;
        color: #fff;
        background-color: #104d92;
        border: 1px solid #010408;
        transition: .3s;
        text-shadow: 1px 1px #000; }
        [data-bs-theme="light"] .navbar-expand-lg ul.navbar-nav li.nav-item a:focus {
          background-color: #4f98ec; }
        [data-bs-theme="light"] .navbar-expand-lg ul.navbar-nav li.nav-item a.active {
          background-color: #4f98ec;
          border: 1px solid #010408;
          color: #fff; }
    [data-bs-theme="light"] .containers .rSide {
      width: 100%; }
      [data-bs-theme="light"] .containers .rSide.colSpace {
        width: 100%; }
    [data-bs-theme="light"] .containers .fourCol {
      width: calc(50% - 20px);
      margin: 0 10px 20px; }
    [data-bs-theme="light"] .padChange {
      padding: 2.2em 0 2.5em; }
    [data-bs-theme="light"] .containers .rSide.text {
      margin-left: 0; }
    [data-bs-theme="light"] .containers .lSide.bannerInfo, [data-bs-theme="light"] .containers .rSide.bannerInfo {
      width: 100%; }
    [data-bs-theme="light"] .containers .lSide.bannerInfo {
      margin: 0 0 2em; }
    [data-bs-theme="light"] .containers .rSide.bannerInfo {
      margin: 2em 0 0; }
    [data-bs-theme="light"] .containers .lSide.webImages, [data-bs-theme="light"] .containers .rSide.webImages {
      display: none; }
    [data-bs-theme="light"] .containers.smCols li {
      width: calc(22% - 20px); }
    [data-bs-theme="light"] .fixColRow {
      flex-direction: column; }
      [data-bs-theme="light"] .fixColRow .rSide {
        width: initial;
        margin-left: 0; }
    [data-bs-theme="light"] .containers.inner li, [data-bs-theme="light"] .containers.inner li:last-of-type {
      width: 100%;
      margin: 0 0 20px; }
    [data-bs-theme="light"] .containers.inner li:nth-child(2), [data-bs-theme="light"] .containers.inner li:nth-child(4), [data-bs-theme="light"] .containers.inner li:nth-child(6) {
      width: 100%;
      margin: 0 0 20px; } }
  @media (max-width: 900px) {
    [data-bs-theme="light"] .nav-pills {
      margin-bottom: 0;
      display: flex;
      flex-direction: column; }
      [data-bs-theme="light"] .nav-pills li {
        margin-right: 0; }
        [data-bs-theme="light"] .nav-pills li button.nav-link {
          width: 100%;
          border-radius: 5px;
          margin-bottom: 5px; }
          [data-bs-theme="light"] .nav-pills li button.nav-link.active {
            border-radius: 5px; } }
  @media (max-width: 800px) {
    [data-bs-theme="light"] .modal-body .bodyContainer {
      flex-direction: column;
      align-items: initial; }
      [data-bs-theme="light"] .modal-body .bodyContainer .lSide {
        width: 100%; }
      [data-bs-theme="light"] .modal-body .bodyContainer .rSide {
        width: 100%;
        margin: 2em 0 0 0; }
    [data-bs-theme="light"] ul.imgCols li {
      width: calc(25% - 20px); }
    [data-bs-theme="light"] .containers.twoCols .twoCol {
      width: 100%;
      margin: 0 0 2em 0; }
      [data-bs-theme="light"] .containers.twoCols .twoCol:last-of-type {
        margin-bottom: 0; }
      [data-bs-theme="light"] .containers.twoCols .twoCol ul li {
        width: 100%; }
    [data-bs-theme="light"] .projBlock .projInfo {
      flex-direction: column; }
      [data-bs-theme="light"] .projBlock .projInfo .lSide {
        width: 100%;
        margin-right: 0;
        border-radius: 0 0 10px 10px;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
        padding: 1.5em 2em 0; }
      [data-bs-theme="light"] .projBlock .projInfo .rSide {
        padding: 2em 2em 0;
        flex: initial; }
    [data-bs-theme="light"] .rowContainer.accordion,
    [data-bs-theme="light"] .rowContainer.carousel {
      display: none; } }
  @media (max-width: 680px) {
    [data-bs-theme="light"] .controlBar .mode {
      display: none; }
    [data-bs-theme="light"] .rw-sentence, [data-bs-theme="light"] .rw-wrapper p {
      font-size: 7vw; }
    [data-bs-theme="light"] .containers .fourCol {
      width: 100%;
      margin: 0 0 2em; }
      [data-bs-theme="light"] .containers .fourCol:last-of-type {
        margin-bottom: 0; }
      [data-bs-theme="light"] .containers .fourCol:last-of-type {
        margin-bottom: 0; }
    [data-bs-theme="light"] .containers.inner li .body {
      flex-direction: column; }
      [data-bs-theme="light"] .containers.inner li .body .lCol {
        margin-right: 0; }
      [data-bs-theme="light"] .containers.inner li .body .rCol {
        margin-top: 1em; }
    [data-bs-theme="light"] ul.imgCols li {
      width: calc(33% - 20px); } }
  @media (max-width: 550px) {
    [data-bs-theme="light"] .modal-content.skills {
      width: 100%;
      margin: 0 auto; }
    [data-bs-theme="light"] .containers .lSide.bannerInfo ul li, [data-bs-theme="light"] .containers .rSide.bannerInfo ul li {
      width: 100%;
      margin: .5em 0 .5em 20px; } }
  @media (max-width: 500px) {
    [data-bs-theme="light"] .footerInfo .resume, [data-bs-theme="light"] .footerInfo .color {
      flex-direction: column; }
    [data-bs-theme="light"] .footerInfo .color .mode {
      margin-top: 10px;
      margin-bottom: 10px; } }
  @media (max-width: 480px) {
    [data-bs-theme="light"] {
      /*.lHeader .logo {
        img {
          max-width: 227px;
        }
      }*/ }
      [data-bs-theme="light"] .lHeader .logo {
        background-image: url(../img/sm_logo3.png);
        width: 203px;
        height: 41px; }
      [data-bs-theme="light"] .navbar-toggler {
        top: 2px; }
      [data-bs-theme="light"] main {
        top: 135px; }
      [data-bs-theme="light"] .mainBar {
        padding: .5em .5em .5em 1em; }
      [data-bs-theme="light"] .fixColRow .lSide.bannerInfo, [data-bs-theme="light"] .fixColRow .rSide.bannerInfo {
        display: none; }
      [data-bs-theme="light"] ul.imgCols li {
        width: calc(50% - 20px); }
      [data-bs-theme="light"] .containers .lSide.bannerInfo ul li, [data-bs-theme="light"] .containers .rSide.bannerInfo ul li {
        width: 100%;
        margin: .5em 0 .5em 20px; } }
  @media (max-width: 450px) {
    [data-bs-theme="light"] .containers .lSide.bannerInfo ul li, [data-bs-theme="light"] .containers .rSide.bannerInfo ul li {
      width: 100%;
      margin: .5em 0 .5em 20px; } }
  @media (max-width: 410px) {
    [data-bs-theme="light"] .rw-sentence, [data-bs-theme="light"] .rw-wrapper p, [data-bs-theme="light"] h2 {
      font-size: 1.4em; }
    [data-bs-theme="light"] .controlBar .colL ul {
      padding: 0; } }
  [data-bs-theme="light"] .animated-button {
    padding: 10px 20px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    transition: all 0.3s;
    font-size: .8rem;
    text-shadow: 1px 1px #000;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 14px 23px -9px inset, rgba(255, 255, 255, 0.2) 0px 0px 18px 0px inset, 0 2px 6px rgba(0, 0, 0, 0.3); }
  [data-bs-theme="light"] .animated-button::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out; }
  [data-bs-theme="light"] .animated-button:hover::before {
    opacity: 0.2; }
  [data-bs-theme="light"] .animated-button span {
    position: absolute; }
  [data-bs-theme="light"] .animated-button span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(8, 20, 43, 0)), to(#fff));
    background: linear-gradient(to left, rgba(8, 20, 43, 0), #fff);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite; }
@-webkit-keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
  [data-bs-theme="light"] .animated-button span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 20, 43, 0)), to(#fff));
    background: linear-gradient(to top, rgba(8, 20, 43, 0), #fff);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite; }
@-webkit-keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
  [data-bs-theme="light"] .animated-button span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 20, 43, 0)), to(#fff));
    background: linear-gradient(to right, rgba(8, 20, 43, 0), #fff);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite; }
@-webkit-keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
  [data-bs-theme="light"] .animated-button span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#fff));
    background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #fff);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite; }
@-webkit-keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
  [data-bs-theme="light"] .animated-button1 {
    padding: 10px 20px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    transition: all 0.3s;
    font-size: .9rem;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }
  [data-bs-theme="light"] .animated-button1::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out; }
  [data-bs-theme="light"] .animated-button1:hover::before {
    opacity: 0.2; }
  [data-bs-theme="light"] .animated-button1 span {
    position: absolute; }
  [data-bs-theme="light"] .animated-button1 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite; }
@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
  [data-bs-theme="light"] .animated-button1 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite; }
@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
  [data-bs-theme="light"] .animated-button1 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite; }
@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
  [data-bs-theme="light"] .animated-button1 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite; }
@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
  [data-bs-theme="light"] .animated-button2 {
    background: linear-gradient(-30deg, #3d240b 50%, #2b1a08 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #f7e6d4;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); }
  [data-bs-theme="light"] .animated-button2::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ad9985;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out; }
  [data-bs-theme="light"] .animated-button2:hover::before {
    opacity: 0.2; }
  [data-bs-theme="light"] .animated-button2 span {
    position: absolute; }
  [data-bs-theme="light"] .animated-button2 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(43, 26, 8, 0)), to(#d98026));
    background: linear-gradient(to left, rgba(43, 26, 8, 0), #d98026);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite; }
@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
  [data-bs-theme="light"] .animated-button2 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 26, 8, 0)), to(#d98026));
    background: linear-gradient(to top, rgba(43, 26, 8, 0), #d98026);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite; }
@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
  [data-bs-theme="light"] .animated-button2 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 26, 8, 0)), to(#d98026));
    background: linear-gradient(to right, rgba(43, 26, 8, 0), #d98026);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite; }
@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
  [data-bs-theme="light"] .animated-button2 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 26, 8, 0)), to(#d98026));
    background: linear-gradient(to bottom, rgba(43, 26, 8, 0), #d98026);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite; }
@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
  [data-bs-theme="light"] .animated-button3 {
    background: linear-gradient(-30deg, #3d3d0b 50%, #2b2b08 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #f7f7d4;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); }
  [data-bs-theme="light"] .animated-button3::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #adad85;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out; }
  [data-bs-theme="light"] .animated-button3:hover::before {
    opacity: 0.2; }
  [data-bs-theme="light"] .animated-button3 span {
    position: absolute; }
  [data-bs-theme="light"] .animated-button3 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(43, 43, 8, 0)), to(#d9d926));
    background: linear-gradient(to left, rgba(43, 43, 8, 0), #d9d926);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite; }
@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
  [data-bs-theme="light"] .animated-button3 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 43, 8, 0)), to(#d9d926));
    background: linear-gradient(to top, rgba(43, 43, 8, 0), #d9d926);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite; }
@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
  [data-bs-theme="light"] .animated-button3 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 43, 8, 0)), to(#d9d926));
    background: linear-gradient(to right, rgba(43, 43, 8, 0), #d9d926);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite; }
@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
  [data-bs-theme="light"] .animated-button3 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 43, 8, 0)), to(#d9d926));
    background: linear-gradient(to bottom, rgba(43, 43, 8, 0), #d9d926);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite; }
@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
  [data-bs-theme="light"] .animated-button4 {
    background: linear-gradient(-30deg, #243d0b 50%, #1a2b08 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #e6f7d4;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); }
  [data-bs-theme="light"] .animated-button4::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #99ad85;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out; }
  [data-bs-theme="light"] .animated-button4:hover::before {
    opacity: 0.2; }
  [data-bs-theme="light"] .animated-button4 span {
    position: absolute; }
  [data-bs-theme="light"] .animated-button4 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(26, 43, 8, 0)), to(#80d926));
    background: linear-gradient(to left, rgba(26, 43, 8, 0), #80d926);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite; }
@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
  [data-bs-theme="light"] .animated-button4 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 43, 8, 0)), to(#80d926));
    background: linear-gradient(to top, rgba(26, 43, 8, 0), #80d926);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite; }
@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
  [data-bs-theme="light"] .animated-button4 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(26, 43, 8, 0)), to(#80d926));
    background: linear-gradient(to right, rgba(26, 43, 8, 0), #80d926);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite; }
@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
  [data-bs-theme="light"] .animated-button4 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 43, 8, 0)), to(#80d926));
    background: linear-gradient(to bottom, rgba(26, 43, 8, 0), #80d926);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite; }
@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
  [data-bs-theme="light"] .animated-button5 {
    background: linear-gradient(-30deg, #0b3d0b 50%, #082b08 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #d4f7d4;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); }
  [data-bs-theme="light"] .animated-button5::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #85ad85;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out; }
  [data-bs-theme="light"] .animated-button5:hover::before {
    opacity: 0.2; }
  [data-bs-theme="light"] .animated-button5 span {
    position: absolute; }
  [data-bs-theme="light"] .animated-button5 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(8, 43, 8, 0)), to(#26d926));
    background: linear-gradient(to left, rgba(8, 43, 8, 0), #26d926);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite; }
@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
  [data-bs-theme="light"] .animated-button5 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 43, 8, 0)), to(#26d926));
    background: linear-gradient(to top, rgba(8, 43, 8, 0), #26d926);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite; }
@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
  [data-bs-theme="light"] .animated-button5 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 43, 8, 0)), to(#26d926));
    background: linear-gradient(to right, rgba(8, 43, 8, 0), #26d926);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite; }
@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
  [data-bs-theme="light"] .animated-button5 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 43, 8, 0)), to(#26d926));
    background: linear-gradient(to bottom, rgba(8, 43, 8, 0), #26d926);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite; }
@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
  [data-bs-theme="light"] .animated-button6 {
    background: linear-gradient(-30deg, #0b3d24 50%, #082b1a 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #d4f7e6;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); }
  [data-bs-theme="light"] .animated-button6::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #85ad99;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out; }
  [data-bs-theme="light"] .animated-button6:hover::before {
    opacity: 0.2; }
  [data-bs-theme="light"] .animated-button6 span {
    position: absolute; }
  [data-bs-theme="light"] .animated-button6 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(8, 43, 26, 0)), to(#26d980));
    background: linear-gradient(to left, rgba(8, 43, 26, 0), #26d980);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite; }
@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
  [data-bs-theme="light"] .animated-button6 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 43, 26, 0)), to(#26d980));
    background: linear-gradient(to top, rgba(8, 43, 26, 0), #26d980);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite; }
@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
  [data-bs-theme="light"] .animated-button6 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 43, 26, 0)), to(#26d980));
    background: linear-gradient(to right, rgba(8, 43, 26, 0), #26d980);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite; }
@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
  [data-bs-theme="light"] .animated-button6 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 43, 26, 0)), to(#26d980));
    background: linear-gradient(to bottom, rgba(8, 43, 26, 0), #26d980);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite; }
@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
  [data-bs-theme="light"] .animated-button7 {
    background: linear-gradient(-30deg, #0b3d3d 50%, #082b2b 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #d4f7f7;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); }
  [data-bs-theme="light"] .animated-button7::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #85adad;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out; }
  [data-bs-theme="light"] .animated-button7:hover::before {
    opacity: 0.2; }
  [data-bs-theme="light"] .animated-button7 span {
    position: absolute; }
  [data-bs-theme="light"] .animated-button7 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(8, 43, 43, 0)), to(#26d9d9));
    background: linear-gradient(to left, rgba(8, 43, 43, 0), #26d9d9);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite; }
@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
  [data-bs-theme="light"] .animated-button7 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 43, 43, 0)), to(#26d9d9));
    background: linear-gradient(to top, rgba(8, 43, 43, 0), #26d9d9);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite; }
@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
  [data-bs-theme="light"] .animated-button7 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 43, 43, 0)), to(#26d9d9));
    background: linear-gradient(to right, rgba(8, 43, 43, 0), #26d9d9);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite; }
@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
  [data-bs-theme="light"] .animated-button7 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 43, 43, 0)), to(#26d9d9));
    background: linear-gradient(to bottom, rgba(8, 43, 43, 0), #26d9d9);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite; }
@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
  [data-bs-theme="light"] .animated-button8 {
    background: linear-gradient(-30deg, #0b243d 50%, #081a2b 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #d4e6f7;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); }
  [data-bs-theme="light"] .animated-button8::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #8599ad;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out; }
  [data-bs-theme="light"] .animated-button8:hover::before {
    opacity: 0.2; }
  [data-bs-theme="light"] .animated-button8 span {
    position: absolute; }
  [data-bs-theme="light"] .animated-button8 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(8, 26, 43, 0)), to(#2680d9));
    background: linear-gradient(to left, rgba(8, 26, 43, 0), #2680d9);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite; }
@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
  [data-bs-theme="light"] .animated-button8 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 26, 43, 0)), to(#2680d9));
    background: linear-gradient(to top, rgba(8, 26, 43, 0), #2680d9);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite; }
@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
  [data-bs-theme="light"] .animated-button8 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 26, 43, 0)), to(#2680d9));
    background: linear-gradient(to right, rgba(8, 26, 43, 0), #2680d9);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite; }
@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
  [data-bs-theme="light"] .animated-button8 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 26, 43, 0)), to(#2680d9));
    background: linear-gradient(to bottom, rgba(8, 26, 43, 0), #2680d9);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite; }
@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
  [data-bs-theme="light"] .animated-button9 {
    background: linear-gradient(-30deg, #0b0b3d 50%, #08082b 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #d4d4f7;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); }
  [data-bs-theme="light"] .animated-button9::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #8585ad;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out; }
  [data-bs-theme="light"] .animated-button9:hover::before {
    opacity: 0.2; }
  [data-bs-theme="light"] .animated-button9 span {
    position: absolute; }
  [data-bs-theme="light"] .animated-button9 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(8, 8, 43, 0)), to(#2626d9));
    background: linear-gradient(to left, rgba(8, 8, 43, 0), #2626d9);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite; }
@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
  [data-bs-theme="light"] .animated-button9 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 8, 43, 0)), to(#2626d9));
    background: linear-gradient(to top, rgba(8, 8, 43, 0), #2626d9);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite; }
@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
  [data-bs-theme="light"] .animated-button9 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 8, 43, 0)), to(#2626d9));
    background: linear-gradient(to right, rgba(8, 8, 43, 0), #2626d9);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite; }
@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
  [data-bs-theme="light"] .animated-button9 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 8, 43, 0)), to(#2626d9));
    background: linear-gradient(to bottom, rgba(8, 8, 43, 0), #2626d9);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite; }
@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
  [data-bs-theme="light"] .animated-button10 {
    background: linear-gradient(-30deg, #240b3d 50%, #1a082b 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #e6d4f7;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); }
  [data-bs-theme="light"] .animated-button10::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #9985ad;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out; }
  [data-bs-theme="light"] .animated-button10:hover::before {
    opacity: 0.2; }
  [data-bs-theme="light"] .animated-button10 span {
    position: absolute; }
  [data-bs-theme="light"] .animated-button10 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(26, 8, 43, 0)), to(#8026d9));
    background: linear-gradient(to left, rgba(26, 8, 43, 0), #8026d9);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite; }
@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
  [data-bs-theme="light"] .animated-button10 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 8, 43, 0)), to(#8026d9));
    background: linear-gradient(to top, rgba(26, 8, 43, 0), #8026d9);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite; }
@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
  [data-bs-theme="light"] .animated-button10 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(26, 8, 43, 0)), to(#8026d9));
    background: linear-gradient(to right, rgba(26, 8, 43, 0), #8026d9);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite; }
@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
  [data-bs-theme="light"] .animated-button10 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 8, 43, 0)), to(#8026d9));
    background: linear-gradient(to bottom, rgba(26, 8, 43, 0), #8026d9);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite; }
@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
  [data-bs-theme="light"] .animated-button11 {
    background: linear-gradient(-30deg, #3d0b3d 50%, #2b082b 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #f7d4f7;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); }
  [data-bs-theme="light"] .animated-button11::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ad85ad;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out; }
  [data-bs-theme="light"] .animated-button11:hover::before {
    opacity: 0.2; }
  [data-bs-theme="light"] .animated-button11 span {
    position: absolute; }
  [data-bs-theme="light"] .animated-button11 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 43, 0)), to(#d926d9));
    background: linear-gradient(to left, rgba(43, 8, 43, 0), #d926d9);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite; }
@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
  [data-bs-theme="light"] .animated-button11 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 43, 0)), to(#d926d9));
    background: linear-gradient(to top, rgba(43, 8, 43, 0), #d926d9);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite; }
@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
  [data-bs-theme="light"] .animated-button11 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 43, 0)), to(#d926d9));
    background: linear-gradient(to right, rgba(43, 8, 43, 0), #d926d9);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite; }
@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
  [data-bs-theme="light"] .animated-button11 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 43, 0)), to(#d926d9));
    background: linear-gradient(to bottom, rgba(43, 8, 43, 0), #d926d9);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite; }
@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
  [data-bs-theme="light"] .animated-button12 {
    background: linear-gradient(-30deg, #3d0b24 50%, #2b081a 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #f7d4e6;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); }
  [data-bs-theme="light"] .animated-button12::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ad8599;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out; }
  [data-bs-theme="light"] .animated-button12:hover::before {
    opacity: 0.2; }
  [data-bs-theme="light"] .animated-button12 span {
    position: absolute; }
  [data-bs-theme="light"] .animated-button12 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 26, 0)), to(#d92680));
    background: linear-gradient(to left, rgba(43, 8, 26, 0), #d92680);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite; }
@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
  [data-bs-theme="light"] .animated-button12 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 26, 0)), to(#d92680));
    background: linear-gradient(to top, rgba(43, 8, 26, 0), #d92680);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite; }
@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
  [data-bs-theme="light"] .animated-button12 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 26, 0)), to(#d92680));
    background: linear-gradient(to right, rgba(43, 8, 26, 0), #d92680);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite; }
@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
  [data-bs-theme="light"] .animated-button12 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 26, 0)), to(#d92680));
    background: linear-gradient(to bottom, rgba(43, 8, 26, 0), #d92680);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite; }
@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
@keyframes rotateWordsFirst {
  0% {
    opacity: 1;
    animation-timing-function: ease-in;
    height: 0px; }
  8% {
    opacity: 1;
    height: 60px; }
  19% {
    opacity: 1;
    height: 60px; }
  25% {
    opacity: 0;
    height: 60px; }
  100% {
    opacity: 0; } }
@keyframes rotateWordsSecond {
  0% {
    opacity: 1;
    animation-timing-function: ease-in;
    width: 0px; }
  10% {
    opacity: 0.3;
    width: 0px; }
  20% {
    opacity: 1;
    width: 100%; }
  27% {
    opacity: 0;
    width: 100%; }
  100% {
    opacity: 0; } }

/*# sourceMappingURL=lightTheme.css.map */
