@charset "UTF-8";
/*  Imports */
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;500;700&family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&family=Source+Sans+Pro:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&family=Source+Sans+Pro:wght@400;600;700&display=swap");
/*
** Fonts
*/
/*
** media query widths
*/
#social_interest form .social_title {
  background: #F7F7F8;
  border-radius: 16px 0 0 16px;
  border: 1px solid #9F9FAD; }
  #social_interest form .social_title span {
    white-space: nowrap;
    width: 110px; }
#social_interest form input[type=text] {
  border-radius: 0 16px 16px 0; }
#social_interest .social_interest_wrapper input[type="checkbox"][id^="myCheckbox"] {
  display: none; }
#social_interest .social_interest_wrapper label {
  border: 1px solid #fff;
  display: block;
  position: relative;
  cursor: pointer;
  border: 1px solid #fff8f8;
  overflow: hidden; }
#social_interest .social_interest_wrapper label:before {
  background-color: #ffffff;
  color: #ffffff;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid #F7F7F8;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0); }
#social_interest .social_interest_wrapper label img {
  height: 60px;
  width: 60px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%; }
#social_interest .social_interest_wrapper :checked + label {
  border-color: #9F9FAD; }
#social_interest .social_interest_wrapper :checked + label:before {
  content: "✓";
  background-color: #FF344C;
  transform: scale(1); }
#social_interest .social_interest_wrapper :checked + label img {
  transform: scale(0.9);
  z-index: -1; }
@media (max-width: 991px) {
  #social_interest .social_interest_wrapper {
    margin-top: 30px; } }

/*# sourceMappingURL=social_interest.css.map */
