.elementor-670 .elementor-element.elementor-element-5bbe8d9{--display:flex;--min-height:0px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-670 .elementor-element.elementor-element-5bbe8d9:not(.elementor-motion-effects-element-type-background), .elementor-670 .elementor-element.elementor-element-5bbe8d9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#02030F;}.elementor-670 .elementor-element.elementor-element-99a6f70{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-670 .elementor-element.elementor-element-a0652dc{width:var( --container-widget-width, 24% );max-width:24%;--container-widget-width:24%;--container-widget-flex-grow:0;text-align:start;}.elementor-670 .elementor-element.elementor-element-a0652dc.elementor-element{--align-self:center;}.elementor-670 .elementor-element.elementor-element-a0652dc img{width:35%;max-width:100%;opacity:1;}.elementor-670 .elementor-element.elementor-element-a0652dc:hover img{opacity:1;filter:brightness( 97% ) contrast( 100% ) saturate( 182% ) blur( 0px ) hue-rotate( 0deg );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-670 .elementor-element.elementor-element-a50fbeb{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-670 .elementor-element.elementor-element-a50fbeb.elementor-element{--align-self:flex-end;}.elementor-670 .elementor-element.elementor-element-a50fbeb .elementor-heading-title{font-family:"Helvetica", Sans-serif;font-size:11px;font-weight:100;}.elementor-670 .elementor-element.elementor-element-7a3d260{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:center;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-670 .elementor-element.elementor-element-99a6f70{--width:100vw;}.elementor-670 .elementor-element.elementor-element-7a3d260{--width:80%;}}/* Start custom CSS for html, class: .elementor-element-ed98822 *//* Container */
.social-links, .flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Button */
.social-btn {
  cursor: pointer;
  height: 50px;
  width: 50px;
  font-family: 'hagrid', sans-serif;
  color: #ffff;
  border-radius: 999px;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
  background: #F7FFF6;
  margin:4px;
  transition: all 0.3s ease;
  justify-content: center;
  text-decoration: none;
  overflow: hidden;
}

/* Icon */
.social-btn svg {
  height: 30px;
  width: 30px;
  transition: 0.3s;
}

/* Text */
.social-btn span {
  width: 0;
  overflow: hidden;
  color: #242E49;
  transition: 0.3s;
  text-align: center;
  margin-left: 6px;
  white-space: nowrap;
}

/* Hover expand */
.social-btn:hover {
  width: 160px;
  border-radius: 999px;
}

.social-btn:hover span {
  width: 90px;
}

/* Click pop */
.social-btn:active {
  transform: scale(0.92);
  box-shadow: 0px 5px 5px rgba(0,0,0,0.15);
}

/* Brand colors */
#discord svg { fill: #242E49; }
#instagram svg { fill: #242E49;  }
#behance svg { fill: #242E49; }
#linkedin svg {
  fill: #242E49;
}/* End custom CSS */