/* styles for new posts sharing 26/3/26*/

.tenc_featured-image-post-wrapper, .tenc_image-post-wrapper-main-page {
  position: relative;
}

.tenc_image-post-wrapper-main-page .post-category-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  border: solid 1px white;
  background-color: rgba(55,72,131,0.4);
  border-radius: 30px;
  padding: 0px 10px;

}

.tenc_image-post-wrapper-main-page .post-category-badge p, .tenc_featured-image-post-wrapper .post-category-badge p {
  color: white;
}

.tenc_image-post-wrapper-main-page .post-category-badge p {
  font-size: 14px;
  }

.tenc_featured-image-post-wrapper .post-category-badge {
  position: absolute;
  top: 30px;
  left: 30px;
  border: solid 1px white;
  background-color: rgba(55,72,131,0.4);
  border-radius: 30px;
  padding: 6px 20px;
}

.tenc_social-media-icons-wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}



[data-component="article"] article[data-content] .tenc_social-media-icons-wrapper p {
  font-size: 18px;
  margin-bottom: 0;
}

[data-component="article"] article[data-content] .tenc_social-media-icons-wrapper a {
  margin-bottom: 0;
}

[data-component="article"] article[data-content] .tenc_social-media-icons-wrapper a svg {
  width: 20px;
}

@media (max-width: 769px) {

  .tenc_featured-image-post-wrapper .post-category-badge {
    top: 15px;
    left: 15px;
  }

  [data-component="article"] article[data-content] .tenc_social-media-icons-wrapper p {
    font-size: 16px;
  }
}

/* New nav styles 24 March 2026 */

header.layout-header .header-content nav.menu ul li a {
  font-size: 16px;
}

header.layout-header .header-content nav.menu ul li a:hover {
  border-bottom: solid 1px white;
  padding-bottom: 2px;
}

header.layout-header .header-content nav.menu ul li a:hover, header.layout-header .header-content nav.menu ul li a:focus {
  font-weight: 400;
}

header.layout-header .header-content nav.menu ul .nav-link.linkedin-link a svg{
  width: 19px;
}

header.layout-header .header-content nav.menu ul li.contact-link {
  padding-right: 6px;
  margin-right: 10px;
}

header.layout-header .header-content nav.menu ul li.linkedin-link {
  padding-right: 0;
  margin-right: 0;
  transform: translateY(5px);
}

header.layout-header .header-content nav.menu ul li:not(:last-child)::after {
  display: none;
}

header.layout-header .header-content nav.menu ul li .submenu li {
  line-height: 1.2;
}

header.layout-header .header-content nav.menu ul li .submenu li a {
  line-height: 1;
}
 

/* switch position on mobile */

.agx-image-mobile {
  display: none;
  margin-bottom: 30px;
}

.agx-image-desktop {
  display: block;
}

@media (max-width: 769px) {

  .agx-image-mobile {
    display: block;
  }
  
  .agx-image-desktop, #agx-image-desktop-wrapper {
    display: none;
  }
}

/* Table on q and a page */

.tenc-responsive-table {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #d0d0d0;
  font-family: sans-serif;
  align-items: center;
}

.tenc-responsive-table-6col {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid #d0d0d0;
  font-family: sans-serif;
  align-items: center;
 
}

.tenc-responsive-table-6col .tenc-table-cell {
  justify-content: flex-start;
}

.tenc-table-header {
  background-color: #b8bfd2;
  font-weight: bold;
  padding: 8px;
  color: white;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.tenc-table-cell {
  padding: 8px;
  border: 1px solid #e5e5e5;
  color: #243872;
  font-weight: 600;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tenc-table-cell ul {
  padding-left: 20px;
  margin: 0;
  text-align: left;
}

.tenc-table-cell a {
  color: #243872;
  text-decoration: underline;
}

/* Mobile styles */
@media (max-width: 767px) {
  .tenc-responsive-table, .tenc-responsive-table-6col {
    grid-template-columns: 1fr;
  }

  .tenc-table-header {
    display: none;
  }

  .tenc-table-cell {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 12px;
    border-bottom: 1px solid #ccc;
    position: relative;
  }

  .tenc-responsive-table-6col .tenc-table-cell.last-mobile {
      border-bottom: solid 20px #e5e5e5;
  }

  .tenc-table-cell::before {
    content: attr(data-label);
    font-weight: bold;
    margin-bottom: 6px;
    display: block;
  }

  .tenc-table-cell ul {
    padding-left: 20px;
  }
}

/* Accordion styles */

.as-accordion-item-wrapper {
  
}

.as-acc-body .content-wrapper {
  padding-bottom: 45px;
}

.as-accordion-item-wrapper {
  border-bottom: solid 1px;
  margin-bottom: 45px;
}

.as-accordion-item-wrapper .title-wrapper {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.as-accordion-item-wrapper .title-wrapper p {
  font-weight: 700!important;
}

/*********** Previous changes ***********/

/* Contact CTA overflow x */

.key-papers-card {
  margin-bottom: 45px;
}

/* featured image linking tweaks */

.featured-media-logo-hover picture img {
  padding: 10px 20px;
}

.featured-media-logo-hover picture:hover img {
  background-color: #f0f0f0; 
}

.blog-global-article .as-caption p {
  font-size: 17px!important;
  font-style: italic;
  /* margin-top: -33px; */
  line-height: 25px!important;
  letter-spacing: 0em!important;
  margin-bottom: 32px!important;
  font-weight: 400 !important;
}

[data-component="article"] article[data-content].blog-global-article .as-caption p > strong {
  font-weight: 700!important;
}

.blog-global-article .as-caption p a {
  font-size: 17px!important;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
}

/* override margin-bottom for images on posts */

[data-component="article"] .blog-global-article picture {
  margin-bottom: 20px!important;
}



/* Lazy loading code founder's blog */

.lazy-load {
  display: block;
  width: 100%; /* Ensures image scales properly within its container */
  height: auto; /* Maintains aspect ratio */
  object-fit: cover; /* Optional: Ensures consistent fit for all images */
  background-color: #f4f4f4; /* Optional: Placeholder background */
}

#blog-container #posts-container section img {
  margin-bottom: 20px;
}


/* AS founder section */

.as-founder-section-wrapper {
  overflow-x: visible;

}

.as-founder-section-wrapper .as-insights-title-wrapper {
  display: grid; 
  grid-template-columns: 1fr 3fr;
  overflow: visible; /* Ensure sticky positioning works */
}

.as-founder-section-wrapper .as-insights-title-wrapper #sidebar {
  
  position: sticky;
  top: 90px; /* Distance from the top of the viewport */
  max-height: calc(100vh - 300px);
  overflow-y: auto; /* Allow scrolling within the sidebar if content overflows */
  
}

.as-founder-section-wrapper .as-insights-title-wrapper #sidebar .founder-post-list li {
  margin-bottom: 10px;
}

.as-founder-section-wrapper .as-insights-title-wrapper #sidebar .founder-post-list li:before {
  content: '';
  font-weight: bold;
  display: block;
  width: auto;
  margin-left: 0;
}

.as-founder-section-wrapper .as-insights-title-wrapper #sidebar .founder-post-list li a {
  text-decoration: none;
}

.as-founder-section-wrapper .as-insights-title-wrapper #sidebar .founder-post-list li a.active {
  border-bottom: solid 1px #374883;
  padding-bottom: 3px;
}

.as-founder-section-wrapper .as-insights-title-wrapper #sidebar .founder-post-list li a:hover {
  border-bottom: solid 1px #374883;
  padding-bottom: 3px;
}

#blog-container #posts-container section {
  margin-bottom: 40px;
}

#blog-container #posts-container section h2 {
  margin-top: 0px;
}

.floating-button {
  display: none;
}

.blog-date {
  margin-bottom: 30px;
}

.blog-date p {
  font-weight: 500;
}

@media (max-width: 767px) {


  .as-founder-section-wrapper .as-insights-title-wrapper {
    display: block; 
    overflow: visible; /* Ensure sticky positioning works */
  }

  /* General Wrapper Adjustments */

  #load-more-trigger {
    position: relative; /* Prevent interference from fixed elements */
    z-index: 1; /* Ensure it's above other elements */
    visibility: visible;
  }


  .as-founder-section-wrapper {
    overflow-x: visible;
  }

  .as-founder-section-wrapper .as-insights-title-wrapper {
    display: grid;
    grid-template-columns: auto 1fr; 
    overflow: visible;
  }

  /* Sidebar Styling */
  .as-founder-section-wrapper .as-insights-title-wrapper #sidebar.slide-out-sidebar {
    position: fixed;
    top: 80px;
    padding-top: 45px;
    left: -300px; /* Hidden off-screen */
    height: 100%;
    width: 300px;
    background: #fff;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    transition: transform 0.3s ease-in-out;
    transform: translateX(0); /* Default hidden */
    z-index: 1000;
  }

  .as-founder-section-wrapper .as-insights-title-wrapper #sidebar.slide-out-sidebar.open {
    transform: translateX(300px); /* Slide in */
  }

  /* Sidebar Content */
  .as-founder-section-wrapper .as-insights-title-wrapper #sidebar.slide-out-sidebar .founder-post-list {
    padding: 20px;
  }

  .as-founder-section-wrapper .as-insights-title-wrapper #sidebar.slide-out-sidebar .founder-post-list li {
    margin-bottom: 10px;
  }

  .as-founder-section-wrapper .as-insights-title-wrapper #sidebar.slide-out-sidebar .founder-post-list li a {
    text-decoration: none;
    color: #333;
  }

  .as-founder-section-wrapper .as-insights-title-wrapper #sidebar.slide-out-sidebar .founder-post-list li a.active {
    font-weight: bold;
    color: #374883;
  }

  /* Floating Button Styling */
  .floating-button {
    position: fixed;
    top: 80px;
    left: 0px;
    z-index: 1001;
    color: #fff;
    width: 42px;
    height: 42px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    background-color: #374883!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    padding: 0;
  }

  .floating-button .button-arrow {
    width: 20px;
  }

  /* Arrow Rotation */
  .floating-button .button-arrow {
    transition: transform 0.3s ease-in-out; /* Smooth rotation */
    transform: rotate(180deg); /* Rotate arrow when open */
  }

  .slide-out-sidebar.open + .floating-button .button-arrow {
    transform: rotate(0deg); /* Rotate arrow when open */
  }
 
}

/* YouTube embed */

.as-youtube-link, .as-image-link {
  position: relative;

}

.as-youtube-link::before {
  content: '';
  position: absolute;
  top: 76%;
    left: 82%;
  width: 80px; /* Set the size of the icon */
  height: 80px;
  background-image: url('../IMG/as-images/as-vid-play.svg');
  background-size: cover; /* Ensure the image covers the element */
  background-repeat: no-repeat;
  border-radius: 50%; /* If you want a circular overlay */
  z-index: 3;
  filter: drop-shadow(6px 7px 10px #555);
}

.as-youtube-link:hover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.3);
  z-index: 2;
}

.as-image-link:hover::before {
  content: '';
  position: absolute;
  top: 76%;
  left: 82%;
  width: 80px; /* Set the size of the icon */
  height: 80px;
  background-image: url('../IMG/as-images/as-link.svg');
  background-size: cover; /* Ensure the image covers the element */
  background-repeat: no-repeat;
  border-radius: 50%; /* If you want a circular overlay */
  z-index: 3;
  filter: drop-shadow(6px 7px 10px #555);
}

.as-image-link:hover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.3);
  z-index: 2;
}

.as-podcast-link:hover::before {
  content: '';
  position: absolute;
  top: 76%;
  left: 82%;
  width: 80px; /* Set the size of the icon */
  height: 80px;
  background-image: url('../IMG/as-images/as-link.svg');
  background-size: cover; /* Ensure the image covers the element */
  background-repeat: no-repeat;
  border-radius: 50%; /* If you want a circular overlay */
  z-index: 3;
  filter: drop-shadow(6px 7px 10px #555);
}

.as-podcast-link:hover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.3);
  z-index: 2;
}

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

  .as-podcast-link:hover::before, .as-image-link:hover::before, .as-youtube-link::before  {
    width: 55px; /* Set the size of the icon */
    height: 55px;
  }

}

/* footer social media height not width */

footer .icon svg {
  width: auto;
  height: 22px;
}

footer .icon.x-icon svg {
  height: 21px;
}

/* AS founder section */

.as-founder-list .as-founder-list-item .as-founder-flex-row {
  display: flex; 
  justify-content: space-between;  
  height: 100%; 
  align-items: center;
  margin-bottom: 30px;
  border-bottom: solid 1px #374883;
  padding-bottom: 30px;
}

.as-founder-list .as-founder-list-item:last-child .as-founder-flex-row {
  border-bottom: solid 0px transparent;
}

.as-founder-list .as-founder-list-item .as-date {
  margin-bottom: 5px;
}

.as-founder-list .as-founder-list-item .as-founder-flex-row .as-title-wrapper {
  width: 80%;
}

.as-founder-list .as-founder-list-item .as-founder-flex-row .as-title-wrapper h4 {
  margin-bottom: 0;
}

.as-founder-list .as-founder-list-item .as-founder-flex-row .as-button-wrapper {
  width: 15%;
}

/* Stop nav logo getting squished because of extra founder's blog menu item */

@media screen and (max-width: 890px) and (min-width: 768px) {

  header.layout-header .header-logo.fixed-height {
    min-width: 90px;
    margin-right: 10px;
    margin-top: 20px;
  }



  header.layout-header .header-content {
    padding-inline: 5px;
  }

  header.layout-header .header-content nav.menu ul li:last-child {
    margin-right: 5px;
  }

}

/* sorting out blog post first paragraph so that a tags are same size as rest of text */

[data-component="article"] article[data-content] > p:first-child a {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0em;
    margin-bottom: 32px;
    font-weight: 400 !important;
}

/* About page leadership reorder */

/* Set a default order for all cards */
[data-component="cards"][data-label="leadership-team"] [data-block~="card-grid"] > [data-content="card"] {
  order: 3; /* Default order for all items */
}

/* Swap the first two cards */
[data-component="cards"][data-label="leadership-team"] [data-block~="card-grid"] > [data-content="card"]:nth-child(1) {
  order: 2; /* First card moves to the second position */
}

[data-component="cards"][data-label="leadership-team"] [data-block~="card-grid"] > [data-content="card"]:nth-child(2) {
  order: 1; /* Second card moves to the first position */
}


/* MENU NEW DROPDOWN STYLES */
#menu.menu ul .submenu {
    display: none!important;
   position: absolute;
    background-color: white; 
    list-style: none;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    min-width: 185px;
        background-color: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    border-top-left-radius: 0;
    padding: 5px;
    padding-left: 12px;
    padding-top: 8px;
  }
  
  #menu.menu ul .submenu li {
    margin-bottom: 5px;
  }
  
  #menu.menu ul .submenu li a {
    text-decoration: none;
    color: white;

  }
  

  #menu.menu .nav-link.dropdown:hover .submenu {
    display: block!important;
  }

  #menu.menu .nav-link.dropdown:hover .nav-arrow {
    transform: rotate(180deg);
  }
  

  .nav-link.dropdown a {
    position: relative;
  }
  
  ul.submenu li:not(.nav-link):before {
    content: ''!important;
  }

  /* sorting nav with extra items */

@media screen and (max-width: 1024px) {
    header.layout-header .header-content .menu-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        header.layout-header .header-content nav.menu {
        display: none;
    }

        header.layout-header .header-content nav.menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

       header.layout-header.open nav.menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 15px;
    }

        header.layout-header .header-content {
        display: -ms-grid;
        display: grid;
        grid-template-areas:
        "logo mobile-nav"
        "nav nav";
    }

        #menu.menu ul .submenu {
        display: block !important;
        position: relative;
        padding: 10px;
        list-style: none !important;
        box-shadow: none;
        width: auto;
        padding: 0px;
        background: rgba(55, 72, 131, 1);
        padding-left: 15px;
        margin-top: 15px;
    }

        #menu.menu ul .submenu {
        top: 0px;
    }

    header.layout-header.open nav.menu .nav-link a {
      font-size: 16px;
    }

    header.layout-header.open nav.menu .nav-link {
        margin-bottom: 0px;
    }

    header.layout-header.open {
      overflow: auto;
      padding-bottom: 30px;
    }
}

/* end of sorting nav with extra items older nav responsiveness stuff a couple of lines below */

  header.layout-header .header-content nav.menu ul.submenu li:not(:last-child):after {
    position: absolute;
    content: "";
    left: 100%;
    
}

header.layout-header .header-content nav.menu ul li:not(:last-child):after {
top: 2px;
 /*bottom: 3px;*/
}

.image-wrapper-atag.individual-media-logo picture img {
  max-width: 100%;
}

.individual-media-logo picture img {
  max-width: 300px;
}

@media screen and (max-width: 1024px) {
  header.layout-header .header-content nav.menu ul li:not(:last-child):after {
    position: absolute;
    content: "";
    left: 100%;
    bottom: 3px;
  }

  header.layout-header.open nav.menu {
    padding-top: 16px;
}

header.layout-header.open nav.menu .nav-link {
  margin-bottom: 0px;
}

  #menu.menu ul .submenu {
    display: block!important;
    position: relative;
    padding: 10px;
    list-style: none!important;
    box-shadow: none;
    width: auto;
    padding: 0px;
    background: rgba(55, 72, 131, 1);
    padding-left: 15px;
    margin-top: 0px;
  }

  .nav-arrow {
    display: none;
  }

  header.layout-header.open nav.menu .nav-link a {
    /*font-size: 20px;*/
  }

  #menu.menu ul .submenu li a {
    font-size: 16px;
    line-height: 1.4em;
  }

  #menu.menu ul .submenu {
    top: 0px;
}

  #menu.menu ul .submenu li {
    margin-bottom: 5px;
    
  }

}


/* Full width images */

[data-component] > [data-block~="card-grid"].news-card-grid.news-card-3.as-full-image [data-content="card"] img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

[data-component] > [data-block~="card-grid"].news-card-grid.as-full-image [data-content="card"] img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

[data-content="card"] a.home-news-images img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}


/* BLOG GRID SYSTEM */

[data-component] > [data-block~="card-grid"].news-card-grid.news-card-3 {
  -ms-grid-columns: 1fr 64px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
}

/* Media Posts summary */

[data-component] > [data-block~="card-grid"].news-card-grid .as-post-summary {
  margin-bottom: 30px;
}

[data-component] > [data-block~="card-grid"].news-card-grid .as-post-summary {
  
}

[data-component] > [data-block~="card-grid"].news-card-grid .media-h4:hover .as-post-summary {
  
}

/*Podcasts*/ 

.listen-button-wrapper {
  margin-bottom: 30px;
}

/* Insights landing page */

.as-insights-title-wrapper {
  max-width: 1100px;
  padding-inline: 32px;
  width: 100%;
}

.as-insights-title-wrapper.extra-margin-top {
  margin-top: 90px;
}

.as-insights-title-wrapper .as-inner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 640px;
  border-top: solid 1px black;
}

/* Insights and other pages hover summary */

.as-heading-title .title-wrapper {
  position: relative;
}

.as-show-me-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: 30%;
  width: 325px;
  background-color: white;
  z-index: 1000;
  border: solid 1px #374883;
  border-radius: 4px;
  padding: 7.5px;
}

.as-heading-title .title-wrapper:hover .as-show-me-wrapper {
  display: block;
}

.news-card-grid > div:has(.hover-image:hover) .as-show-me-wrapper {
  display: block;
}

.large-gap > div:has(.hover-image:hover) .as-show-me-wrapper {
  display: block;
} 

/* sorting logos */

.image-wrapper-atag {
  display: inline-block;
  border: solid 1px #374883;
  padding: 7.5px;
  border-radius: 4px;
  height: 150px;
  max-width: 200px;
  background-color: white;
}

.image-wrapper-atag.podcast-image {
  height: 150px;
  max-width: 200px;
}

[data-component] > [data-block~="card-grid"].as-small-image [data-content="card"] .image-wrapper-atag img {
  height: 100%;
  width: auto;
  object-fit: contain;
  margin: 0 auto;
}

.image-wrapper-atag.individual-media-logo {
  display: inline-block!important;
  border: solid 1px #374883;
  padding: 7.5px;
  border-radius: 4px;
  height: 200px;
  max-width: 300px;
  background-color: white;
  margin-bottom: 30px;
}

.image-wrapper-atag.individual-media-logo picture {
 
  object-fit: contain;
}

.image-wrapper-atag.individual-media-logo picture img {
  height: 100%;
  margin: 0 auto;
}

.image-wrapper-atag.podcast-image.individual-podcast-image {
  display: inline-block!important;
  border: solid 1px #374883;
  padding: 7.5px;
  border-radius: 4px;
  height: 200px;
  max-width: 300px;
  background-color: white;
  margin-bottom: 30px;
}

.image-wrapper-atag.podcast-image.individual-podcast-image picture {
  
  object-fit: contain;
}

.image-wrapper-atag.podcast-image.individual-podcast-image picture img {
  height: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  .as-heading-title .title-wrapper:hover .as-show-me-wrapper {
    display: none!important;
  }

  .news-card-grid > div:has(.image-wrapper-atag:hover) .as-show-me-wrapper {
    display: none!important;
  }
}

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

  [data-component] > [data-block~="card-grid"].news-card-grid.news-card-3 {
    -ms-grid-columns: 1fr 64px 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 64px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .as-insights-title-wrapper .as-inner-wrapper {
    display: block;
}

[data-component] > [data-block~="card-grid"].news-card-grid.news-card-3.as-full-image [data-content="card"] img {
  height: 250px;
}

[data-component] > [data-block~="card-grid"].news-card-grid [data-content="card"] {
  padding-right: 15px;
  padding-left: 15px;
}

.as-founder-list .as-founder-list-item .as-founder-flex-row {
  display: block; 
}

.as-founder-list .as-founder-list-item .as-founder-flex-row .as-title-wrapper {
  width: 100%;
}

.as-founder-list .as-founder-list-item .as-founder-flex-row .as-button-wrapper {
  width: 100%;
  margin-top: 30px;
}

}