
:root {
  /* --- Colors --- */
  --default-white: #FFF;
  --TeamAI-blue: #1D9BF0;
  ----primary-blue-03: #207DE9

}
/* General Styles */
body {
  overflow-x: hidden;
  font-family: Inter;
}
.bg-grid {
    width: 100vw;
    min-height: 100vh;
    position: fixed;
    display: flex;
    justify-content: center;
    padding: 120px 24px 160px;
    pointer-events: none;
    z-index: -1;
  }

  .bg-grid::before {
    background: radial-gradient(circle, rgba(2, 0, 36, 0) 0, #fafafa 100%);
    position: absolute;
    content: "";
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
  }

  .bg-grid-content {
    height: fit-content;
    z-index: 3;
    max-width: 640px;
    background-image: radial-gradient(at 27% 37%, #3a8bfd 0, transparent 0),
      radial-gradient(at 97% 21%, #72fe7d 0, transparent 50%),
      radial-gradient(at 52% 99%, #fd3a4e 0, transparent 50%),
      radial-gradient(at 10% 29%, #855afc 0, transparent 50%),
      radial-gradient(at 97% 96%, #e4c795 0, transparent 50%),
      radial-gradient(at 33% 50%, #8ca8e8 0, transparent 50%),
      radial-gradient(at 79% 53%, #eea5ba 0, transparent 50%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    filter: blur(100px) saturate(150%);
    top: 80px;
    opacity: 0.15;
  }

  .bg-grid::after {
    content: "";
    background-image: url(/wp-content/themes/teamai/assets/img/grid.svg);
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.4;
    filter: invert(1);
  }

  .container {
    max-width: 1280px !important;
    justify-content: space-between;
    z-index: 3;
    position: relative;
  }
  a {
    text-underline-offset: 5px;
  }
  .bg-dark-blue {
    background-color: #083A74!important;
  }
  .bg-dark-blue h1,
  .bg-dark-blue h2,
  .bg-dark-blue h3,
  .bg-dark-blue h4,
  .bg-dark-blue h5,
  .bg-dark-blue h6,
  .main-content .bg-dark-blue p,
  .main-content .bg-dark-blue li,
  .main-content .bg-dark-blue a,
  .bg-blue h1,
  .bg-blue h2,
  .bg-blue h3,
  .bg-blue h4,
  .bg-blue h5,
  .bg-blue h6,
  .main-content .bg-blue p,
  .main-content .bg-blue li,
  .main-content .bg-blue a {
    color: white;
  }
  .bg-gray {
    background-color: #F3F6F8!important;
  }
  .bg-blue {
    background-color: #0C57AD!important;
  }
  .bg-light-beige {
    background-color: #FFF9E4!important;
  }
  .bg-light-blue {
    background-color: #CCE4FF!important;
  }
  .btn-gradient {
    background-image: linear-gradient(to right bottom, rgb(37, 99, 235), rgb(99, 102, 241), rgb(168, 85, 247));
  }

  .home  .page-intro-text h1 {
    font-weight: 800;
  }
  .home .page-intro-text h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: normal;
  }
  /* Header Styles */
  .logged-in .main-container {
    margin-top: 48px;
  }


  .logo img {
    width: 8rem;
  }

  .header-actions .sign-in {
    background-color: black;
    color: white;
    border-radius: 25px;
    padding: 6px 20px;
    text-decoration: none;
  }

  .navbar .header-right-menu {
    display: flex;
  }

  .navbar .header-actions.action-button {
    text-align: right;
  }

  .navbar .main-menu {
    margin-right: 16px;
  }

  .navbar #menu-main-menu {
    display: flex;
    padding-left: 0px;
  }

  .navbar #menu-main-menu li {
    margin-right: 16px;
    list-style: none;
  }

  .navbar #menu-main-menu li a {
    color: black;
    text-decoration: none;
  }

  /* Main Content Styles */
  body:not(.home)  .main-content {
    margin-top: 0px!important;
  }
  .main-content {
    margin: 5rem 0 2.5rem 0;
    margin-bottom: 0px!important;
  }
  .home .main-content {
    margin-top: 0px!important;
  }

  .social-icon-intro a {
    background-color: rgb(219 234 254 / 1);
    color: rgb(29, 155, 240);
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-decoration: none;
    max-width: fit-content;
    padding: 0.5rem 1.75rem;
  }

  .social-icon-intro a svg {
    width: 1.25rem;
    height: 1.25rem;
  }

  .social-icon-intro a p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-left: 8px;
    margin-bottom: 0;
    margin-top: 0px;
  }

  .page-intro-text h1 {
    font-weight: 800;
    font-size: 3rem;
  }

  .page-intro-text h2 {
    font-weight: 400;
  }

  .action-button a {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .banner-wrapper {
    margin: 0 auto;
    max-width: 28rem;
  }

  .banner-wrapper img {
    border-radius: 0.75rem;
  }

  /* Text Utils Styles */

  .text-gradient {
    background-image: linear-gradient(to right, rgb(96, 165, 250), rgb(99, 102, 241), rgb(192, 132, 252));
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    line-height: 1.15;
  }

  .text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .text-gray,
  .text-gray-600 {
    color: rgb(75 85 99);
  }

  .text-gray-500 {
    color: rgb(107, 114, 128);
  }

  .font-medium {
    font-weight: 500;
  }

  .font-extrabold {
    font-weight: 800;
  }

  .text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .text-5xl {
    font-size: 3rem;
  }

  .text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  /* Footer Styles */

  footer {
    /* border-top: 1px solid rgb(229, 231, 235); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: black;
    padding: 80px 0px;
  }
  footer ul {
    padding: 0;
    list-style: none;
  }
  footer ul a {
    text-decoration: none;
  }
  footer #innerFooter {
    display: flex;
  }
  footer #innerFooter .footer-logo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  footer #innerFooter .main-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
  }
  footer #innerFooter .powered-by {
    display: flex;
    align-items: center;
    gap: 32px;
  }
  footer #innerFooter .powered-by span {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }
  footer #innerFooter .footer-column ul li {
    margin-bottom: 24px;
  }
  footer #innerFooter .footer-column ul li a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: -0.32px;
  }
  footer #innerFooter .copyright {
    color: #848484;
    /* font-family: SF Pro Text; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  footer .footer-logos {
    display: flex;
    height: 5rem;
    align-items: center;
  }

  footer .footer-logos a {
    margin-right: 48px;
  }

  footer .footer-logos a:last-child {
    margin-right: 0;
  }

  footer .footer-logos .fa-brands {
    color: rgb(75, 85, 99);
    font-size: 1.5rem;
  }

  footer .footer-logos img {
    width: 1.75rem;
    height: 1.75rem;
  }

  footer .site-links {
    display: flex;
    padding-bottom: 2rem;
  }

  footer .site-links span,
  footer .site-links a {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  footer .site-links a {
    text-decoration: none;
  }

  footer .site-links span {
    margin-left: 8px;
    margin-right: 8px;
  }

  footer .site-links span:first-child {
    margin-left: 0;
    margin-right: 0;
  }
  .main-content h2.wp-block-heading {
    color: #212529;
    font-size: 32px;
    font-style: normal;
    font-weight: 860;
    line-height: 36px; /* 112.5% */
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .main-content .wp-block-column p {
    color: #212529;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  .main-content :where(.wp-block-columns.is-layout-flex) {
    gap: 0;
  }
    /* About Page */


  .p {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
  /* Media Queries */
  @media (min-width: 782px) {
    .wp-block-columns .wp-block-column:nth-child(1) {
      margin-right: 40px;
    }

    .wp-block-columns .wp-block-column:nth-child(2) {
      margin-left: 40px;
    }
    .main-content > .wp-block-columns .wp-block-columns {
      margin-bottom: 0px;
    }
    .main-content > .wp-block-columns {
      margin-bottom: 120px;
    }
    .page-id-70 .main-content h1 {
      margin-bottom: 96px;
    }
    .wp-block-columns .wp-block-image {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
  @media (max-width: 783px) {
    /* About Page */
    .page-id-61 .main-content .wp-block-columns:nth-child(odd) .wp-block-column:nth-child(1),
    .page-id-70 .main-content .wp-block-columns:nth-child(even) .wp-block-column:nth-child(1) {
      order: 1;
    }
    .main-content > .wp-block-columns,
    .page-id-70 .main-content h1 {
      margin-bottom: 48px;
    }

  }
  @media (min-width: 720px) {

    .page-intro-text {
      max-width: 42rem;
      margin: 0 auto;
    }

    .page-intro-text h1 {
      font-size: 3.75rem;
      line-height: 1.15;
    }

    .page-intro-text h2 {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }

    .banner-wrapper {
      max-width: 56rem;
      padding-bottom: 3rem;
    }
    .section .intro {
      margin-bottom: 2.5rem;
    }
    .section {
      padding: 0 5rem 5rem;
    }

    .intro {
      max-width: 32rem;
      margin: 0 auto;
    }

    .main-content .intro h2 {
      font-size: 3rem !important;
      line-height: 1;
      font-weight: 800;
      margin-top: 0px;
    }

    .intro p {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }

    .faqs-wrapper {
      padding-bottom: 0;
    }

  }

  @media screen and (min-width: 992px) {
    .header-right-menu-toggle {
      display: block!important;
    }
  }

  @media screen and (max-width: 991px) {
    footer #innerFooter {
      flex-direction: column;
    }
    .main-content {
      margin: 2rem 0 2.5rem 0;
    }
  }


  /* Add your own global styles here */

/* Styling for the Bootstrap .container class */
.main-content > .wp-block-columns {
  width: 100%; /* Set the container width to 100% of its parent */
  max-width: 1280px !important;
  margin-right: auto; /* Automatically center the container horizontally */
  margin-left: auto; /* Automatically center the container horizontally */
  padding-right: 15px; /* Add some padding on the right side of the container */
  padding-left: 15px; /* Add some padding on the left side of the container */
  z-index: 3;
  position: relative;
}


.main-content p,
.main-content ol,
.main-content ul {
  color: var(----gray-05, #374046);

  /* body text */
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  }

h1 {
  color: var(----gray-06, #222);
  /* Heading 1 */
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: 72px;
}

h2 {
  color: var(----gray-06, #222);
  /* heading 2 */
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 48px;
}

h3 {
  color: var(----gray-06, #222);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

h4 {
  color: var(----gray-06, #222);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;

}
h5 {
  color: var(----gray-04, #6E7B81);
  /* heading 5 */
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

h6 {
  color: var(----gray-04, #6E7B81);
  /* heading 6 */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

@media screen and (max-width: 991px) {

  h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 48px; /* 120% */
  }

  h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 56px;
  }

  h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 125% */
  }

  h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */

  }
  h5 {
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px; /* 228.571% */

  }

  h6 {
  /* heading 6 */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 200% */

  }
  .main-content p, .main-content ol, .main-content ul {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 137.5% */

  }
}


.button-primary {
  display: inline-flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  background: var(--TeamAI-blue, #1D9BF0);
  color: var(--default-white, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  outline: none;
  border-width: 0px;
  text-decoration: none;
}


.button-primary:hover,
.button-primary:focus,
.button-primary:active {
  background: var(----primary-blue-03, #207DE9);
  color: var(--default-white, #FFF);


}

.button-secondary {
  display: inline-flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  background: var(----primary-blue-01, #CCE4FF);
  color: var(----primary-blue-05, #083A74);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  outline: none;
  border-width: 0px;
  text-decoration: none;

}


.button-secondary:hover,
.button-secondary:focus,
.button-secondary:active {
  background: var(----primary-blue-02, #84B9F5);
  color: var(----primary-blue-05, #083A74);
}

.button-tertiary {
  display: inline-flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  border: 2px solid var(----primary-blue-05, #083A74);
  color: var(----primary-blue-05, #083A74);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  outline: none;
  text-decoration: none;

}


.button-tertiary:hover,
.button-tertiary:focus,
.button-tertiary:active {
  background: var(----p-blue2-t, rgba(132, 185, 245, 0.30));
  color: var(----primary-blue-05, #083A74);
}


.button-cta {
  display: inline-flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  background: var(----yellow-04, #FFD12D);
  border: 2px solid var(----yellow-04, #FFD12D);
  color: var(----gray-06, #222);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  outline: none;
  text-decoration: none;

}


.button-cta:hover,
.button-cta:focus,
.button-cta:active {
  background: var(----yellow-03, #FFDF6F);
  border: 2px solid var(----yellow-03, #FFDF6F);
  color: var(----gray-06, #222);

}

.button-xs {
  padding: 7px 18px;
  border-radius: 17px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 166.667% */
}
.button-s {
  padding: 10px 22px;
  border-radius: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
}
.button-m {
  padding: 12px 24px;
  border-radius: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.button-l {
  padding: 16px 38px;
  border-radius: 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;

}
.button-xl {
  padding: 24px 40px;
  border-radius: 36px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */

}

.button-arrow:after {
  content: '';
  width: 20px;
  height: 20px;
  background-size: 100%;
  background-image: url('/wp-content/themes/teamai/assets/img/icons/arrow.svg');
  background-repeat: no-repeat;
}
.button-arrow.button-secondary:after {
  background-image: url('/wp-content/themes/teamai/assets/img/icons/arrow-secondary.svg');
}
.button-arrow.button-tertiary:after {
  background-image: url('/wp-content/themes/teamai/assets/img/icons/arrow-secondary.svg');
}
.button-arrow.button-cta:after {
  background-image: url('/wp-content/themes/teamai/assets/img/icons/arrow-cta.svg');
}
.button-xs.button-arrow:after {
  width: 15px;
  height: 15px;
}
.button-s.button-arrow:after {
  width: 17px;
  height: 17px;
}
.button-m.button-arrow:after {
  width: 20px;
  height: 20px;

}
.button-l.button-arrow:after {
  width: 22px;
  height: 22px;
}
.button-xl.button-arrow:after {
  width: 25px;
  height: 25px;
}
.custom-button-blue {
  background: #083A74;
  color: white!important;
  border-color: #083A74;
}
.custom-button-blue:hover,
.custom-button-blue:active {
  background: #083A74;
  color: white!important;
  border-color: #083A74;
}
.custom-button-light-green {
  background: #6ADFD7;
  color: white!important;
  border-color: #6ADFD7;
}
.custom-button-light-green:hover,
.custom-button-light-green:active {
  background: #6ADFD7;
  color: white!important;
  border-color: #6ADFD7;
}

.list-blue-bullet li:not(.list-blue-bullet li:last-child) {
  margin-bottom: 10px;
}
.list-blue-bullet li::marker {
  color: #1D9BF0;
}

.list-on-grayed-box {
  padding: 32px 40px 40px 40px!important;
  border-radius: 16px;
  background: rgba(189, 207, 220, 0.13);
}
.list-on-grayed-box li {
  border-bottom: 1px solid #EAEEF3;
}
.list-on-grayed-box li:last-child {
  border-bottom: 1px solid transparent;
}

.list-with-circled-checkmarks,
.list-with-line-separator {
  list-style: none;
  padding-left: 0px;
}

.list-with-circled-checkmarks li::before {
  content: '';
  width: 28px;
  height: 28px;
  background-image: url(/wp-content/themes/teamai/assets/img/icons/circled-checkmark.svg);
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  left: 0px;
}

.list-with-circled-checkmarks li {
  color: var(----primary-blue-05, #083A74);
  padding: 18px 0px;
  /* display: flex; */
  gap: 23px;
  padding-left: 42px;
  position: relative;
}

.list-with-line-separator li {
  border-bottom: 1px solid #84B9F5;
}

.blue-text {
  color: #1D9BF0;
}
.yellow-text {
  color: #FFD12D;
}

/* Text spacing */
.bottom-margin-0px {
  margin-bottom: 0px!important;
}
.bottom-margin-8px {
  margin-bottom: 8px!important;
}
.bottom-margin-16px {
  margin-bottom: 16px!important;
}
.bottom-margin-24px {
  margin-bottom: 24px!important;
}
.bottom-margin-32px {
  margin-bottom: 32px!important;
}
.bottom-margin-40px {
  margin-bottom: 40px!important;
}
.bottom-margin-48px {
  margin-bottom: 48px!important;
}
.bottom-margin-56px {
  margin-bottom: 56px!important;
}
.bottom-margin-64px {
  margin-bottom: 64px!important;
}
.bottom-margin-72px {
  margin-bottom: 72px!important;
}
.bottom-margin-80px {
  margin-bottom: 80px!important;
}
a {
  color: #083A74;
}
a:hover {
  color: #010408;
}
/* Media queries for responsiveness */
@media (max-width: 767px) {
  .main-content > .wp-block-columns {
    padding-right: 10px; /* Adjust padding for smaller screens */
    padding-left: 10px; /* Adjust padding for smaller screens */
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-content > .wp-block-columns {
    max-width: 720px; /* Adjust maximum width for medium-sized screens */
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-content > .wp-block-columns {
    max-width: 960px; /* Adjust maximum width for large-sized screens */
  }
}

@media (max-width: 991px) {
  footer {
    padding-bottom: 40px;
  }
  footer #innerFooter {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  footer #innerFooter .footer-logo {
    flex-grow: 9999;
    width: 100%;
    margin-bottom: 33px;
  }
  footer #innerFooter .footer-logo .powered-by,
  footer #innerFooter  .second-column-links .copyright {
    display: none;
  }
  .footer-column {
    flex: 1;
  }
  footer #innerFooter .powered-by .powered-by-images {
    display: flex;
    gap: 16px;
    align-items: center;
    flex: 1;
    flex-wrap: wrap;
    justify-content: center;
  }
  .powered-by-mobile {
    width: 100%;
    flex-grow: 9999;
  }
  footer #innerFooter .powered-by  {
    flex-direction: column;
    border-top: 1px solid rgb(33, 37, 41);
    padding-top: 20px;
    gap: 10px;
    margin-top: 28px;
  }
  footer #innerFooter .copyright {
    text-align: center;
    display: block;
    margin-top: 40px;
  }

}


/* Editor Customization */
@media screen and (min-width: 992px) {
  .full-padding-top {
    padding-top: 96px!important;
  }
  .half-padding-top {
    padding-top: 48px!important;
  }
  .one-fourth-padding-top {
    padding-top: 24px!important;
  }
  .no-padding-top {
    padding-top: 0px!important;
  }
  .full-margin-top {
    margin-top: 96px!important;
  }
  .half-margin-top {
    margin-top: 48px!important;
  }
  .one-fourth-margin-top {
    margin-top: 24px!important;
  }
  .no-margin-top {
    margin-top: 0px!important;
  }
  .full-padding-bottom {
    padding-bottom: 96px!important;
  }
  .half-padding-bottom {
    padding-bottom: 48px!important;
  }
  .one-fourth-padding-bottom {
    padding-bottom: 24px!important;
  }
  .no-padding-bottom {
    padding-bottom: 0px!important;
  }
  .full-margin-bottom {
    margin-bottom: 96px!important;
  }
  .half-margin-bottom {
    margin-bottom: 48px!important;
  }
  .one-fourth-margin-bottom {
    margin-bottom: 24px!important;
  }
  .no-margin-bottom {
    margin-bottom: 0px!important;
  }

}
@media screen and (max-width: 991px) {
  .full-padding-top {
    padding-top: 48px!important;
  }
  .half-padding-top {
    padding-top: 24px!important;
  }
  .one-fourth-padding-top {
    padding-top: 16px!important;
  }
  .no-padding-top {
    padding-top: 0px!important;
  }
  .full-margin-top {
    margin-top: 48px!important;
  }
  .half-margin-top {
    margin-top: 24px!important;
  }
  .one-fourth-margin-top {
    margin-top: 16px!important;
  }
  .no-margin-top {
    margin-top: 0px!important;
  }
  .full-padding-bottom {
    padding-bottom: 48px!important;
  }
  .half-padding-bottom {
    padding-bottom: 24px!important;
  }
  .one-fourth-padding-bottom {
    padding-bottom: 12px!important;
  }
  .no-padding-bottom {
    padding-bottom: 0px!important;
  }
  .full-margin-bottom {
    margin-bottom: 48px!important;
  }
  .half-margin-bottom {
    margin-bottom: 24px!important;
  }
  .one-fourth-margin-bottom {
    margin-bottom: 16px!important;
  }
  .no-margin-bottom {
    margin-bottom: 0px!important;
  }

}
.border-image {
  width: 100%;
}
.inverted-border-image {
  width: 100%;
  margin-top: -196px;
  z-index: 0;
}
.border-image-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .inverted-border-image,
  .border-image {
    display: none;
  }
  .border-image-mobile {
    display: block;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.custom-tooltip {
  position: relative;
  display: block;
}

.custom-tooltip {
  margin-left: 6px;
  width: 16px;
  display: inline;
}

.custom-tooltip img {
  display: none;
}

.custom-tooltip img {
  display: inline-block;
  width: 16px!important;
  height: auto!important;
}

.tooltip__content {
  width: 220px;
  display: block;
  position: absolute;
  background-color: #083A74;
  color: white;
  font-size: 12px;
  padding: 10px 10px;
  border-radius: 0;
  right: -225px;
  top: 50%;
  border-radius: 8px;
  transform: translateY(-50%) translateX(20px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out,
              transform 0.3s ease-in-out;
  z-index: 2;
}
.tooltip__content:before {
content: "";
display: block;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -8px;
border-top: 8px solid transparent;
border-right: 8px solid var(--color-blue);
border-bottom: 8px solid transparent;
border-left: 0;
}

.custom-tooltip:hover .tooltip__content {
  pointer-events: initial;
  transform: translateY(-50%) translateX(0);
  opacity: 1;
}


/* add icon code here */

@font-face {
  font-family: 'icomoon-button';
  src:  url('/wp-content/themes/teamai/assets/icons/icon-button/icomoon.eot?vnbgr0');
  src:  url('/wp-content/themes/teamai/assets/icons/icon-button/icomoon.eot?vnbgr0#iefix') format('embedded-opentype'),
        url('/wp-content/themes/teamai/assets/icons/icon-button/icomoon.ttf?vnbgr0') format('truetype'),
        url('/wp-content/themes/teamai/assets/icons/icon-button/icomoon.woff?vnbgr0') format('woff'),
        url('/wp-content/themes/teamai/assets/icons/icon-button/icomoon.svg?vnbgr0#icomoon') format('svg');	  font-weight: normal;	  font-style: normal;	  font-display: block;
}


@font-face {
  font-family: icomoon-header;
  src: url('/wp-content/themes/teamai/assets/icons/icomoon.eot?vnbgr0');
  src: url('/wp-content/themes/teamai/assets/icons/icomoon.eot?vnbgr0#iefix') format('embedded-opentype'),
      url('/wp-content/themes/teamai/assets/icons/icomoon.ttf?vnbgr0') format('truetype'),
      url('/wp-content/themes/teamai/assets/icons/icomoon.woff?vnbgr0') format('woff'),
      url('/wp-content/themes/teamai/assets/icons/icomoon.svg?vnbgr0#icomoon') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: block
}
