.social-links {
  padding: 0px !important;
}

.social-links .component-content {
  padding: 24px;
  box-shadow: 0 5px 10px 0 rgba(51, 59, 69, 0.25);
}

.social-links .component-content .container {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767.98px) {
  .social-links .component-content .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.social-links .component-content .container .title {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 56px;
}

@media screen and (max-width: 767.98px) {
  .social-links .component-content .container .title {
    margin-right: 0px;
  }
}

@media screen and (max-width: 767.98px) {
  .social-links .component-content .container .title {
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    width: 100%;
  }
}

.social-links .component-content .container .title span {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
}

@media screen and (max-width: 767.98px) {
  .social-links .component-content .container .title span {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
  }
}

.social-links .component-content .container .social-links-container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 767.98px) {
  .social-links .component-content .container .social-links-container {
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    width: 100%;
  }
}

.social-links .component-content .container .social-links-container ul {
  margin-left: -24px;
  margin-right: -24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767.98px) {
  .social-links .component-content .container .social-links-container ul {
    margin-top: 16px;
    margin-left: -12px;
    margin-right: -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.social-links .component-content .container .social-links-container ul li {
  padding: 0px 24px;
  display: inline-block;
}

@media screen and (max-width: 767.98px) {
  .social-links .component-content .container .social-links-container ul li {
    width: 50%;
    padding: 0px 16px;
  }
}

.social-links .component-content .container .social-links-container ul li a {
  font-size: 20px;
  line-height: 33px;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  font-weight: bold;
  text-decoration: none;
  padding-left: 56px;
  padding: 8px 0px 8px 56px;
}

.social-links .component-content .container .social-links-container ul li a::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/social-share-main-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 40px;
  width: 40px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.social-links .component-content .container .social-links-container ul li a:hover::before {
  background-image: url(../images/icons/social-share-lighter-green.svg);
}

.social-links .component-content .container .social-links-container ul li a:active::before {
  background-image: url(../images/icons/social-share-darker-green.svg);
}

.social-links .component-content .container .social-links-container ul li a::before {
  left: 0px;
}

.social-links .component-content .container .social-links-container ul li.social-twitter a {
  position: relative;
}

.social-links .component-content .container .social-links-container ul li.social-twitter a::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/twitter-main-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 40px;
  width: 40px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.social-links .component-content .container .social-links-container ul li.social-twitter a:hover::before {
  background-image: url(../images/icons/twitter-lighter-green.svg);
}

.social-links .component-content .container .social-links-container ul li.social-twitter a:active::before {
  background-image: url(../images/icons/twitter-darker-green.svg);
}

.social-links .component-content .container .social-links-container ul li.social-tiktok a {
  position: relative;
}

.social-links .component-content .container .social-links-container ul li.social-tiktok a::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/tiktok-main-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 40px;
  width: 40px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.social-links .component-content .container .social-links-container ul li.social-tiktok a:hover::before {
  background-image: url(../images/icons/tiktok-lighter-green.svg);
}

.social-links .component-content .container .social-links-container ul li.social-tiktok a:active::before {
  background-image: url(../images/icons/tiktok-darker-green.svg);
}

.social-links .component-content .container .social-links-container ul li.social-facebook a {
  position: relative;
}

.social-links .component-content .container .social-links-container ul li.social-facebook a::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/facebook-main-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 40px;
  width: 40px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.social-links .component-content .container .social-links-container ul li.social-facebook a:hover::before {
  background-image: url(../images/icons/facebook-lighter-green.svg);
}

.social-links .component-content .container .social-links-container ul li.social-facebook a:active::before {
  background-image: url(../images/icons/facebook-darker-green.svg);
}

.social-links .component-content .container .social-links-container ul li.social-linkedin a {
  position: relative;
}

.social-links .component-content .container .social-links-container ul li.social-linkedin a::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/linkedin-main-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 40px;
  width: 40px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.social-links .component-content .container .social-links-container ul li.social-linkedin a:hover::before {
  background-image: url(../images/icons/linkedin-lighter-green.svg);
}

.social-links .component-content .container .social-links-container ul li.social-linkedin a:active::before {
  background-image: url(../images/icons/linkedin-darker-green.svg);
}

.social-links .component-content .container .social-links-container ul li.social-youtube a {
  position: relative;
}

.social-links .component-content .container .social-links-container ul li.social-youtube a::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/youtube-main-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 40px;
  width: 40px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.social-links .component-content .container .social-links-container ul li.social-youtube a:hover::before {
  background-image: url(../images/icons/youtube-lighter-green.svg);
}

.social-links .component-content .container .social-links-container ul li.social-youtube a:active::before {
  background-image: url(../images/icons/youtube-darker-green.svg);
}

.social-links .component-content .container .social-links-container ul li.social-dailymotion a {
  position: relative;
}

.social-links .component-content .container .social-links-container ul li.social-dailymotion a::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/dailymotion-main-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 40px;
  width: 40px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.social-links .component-content .container .social-links-container ul li.social-dailymotion a:hover::before {
  background-image: url(../images/icons/dailymotion-lighter-green.svg);
}

.social-links .component-content .container .social-links-container ul li.social-dailymotion a:active::before {
  background-image: url(../images/icons/dailymotion-darker-green.svg);
}

.social-links .component-content .container .social-links-container ul li.social-vimeo a {
  position: relative;
}

.social-links .component-content .container .social-links-container ul li.social-vimeo a::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/vimeo-main-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 40px;
  width: 40px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.social-links .component-content .container .social-links-container ul li.social-vimeo a:hover::before {
  background-image: url(../images/icons/vimeo-lighter-green.svg);
}

.social-links .component-content .container .social-links-container ul li.social-vimeo a:active::before {
  background-image: url(../images/icons/vimeo-darker-green.svg);
}

.social-links .component-content .container .social-links-container ul li.social-instagram a {
  position: relative;
}

.social-links .component-content .container .social-links-container ul li.social-instagram a::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/instagram-main-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 40px;
  width: 40px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.social-links .component-content .container .social-links-container ul li.social-instagram a:hover::before {
  background-image: url(../images/icons/instagram-lighter-green.svg);
}

.social-links .component-content .container .social-links-container ul li.social-instagram a:active::before {
  background-image: url(../images/icons/instagram-darker-green.svg);
}
