// Encoding Functions
@function prepare-svg($string) {
    // Encoding symbols taken from https://yoksel.github.io/url-encoder/
    $symbols: (
        '<': '%3C',
        '>': '%3E',
        '#': '%23',
        '"': "'",
    );
    @each $search, $replace in $symbols {
        $string: str-replace($string, $search, $replace);
    }
    @return 'data:image/svg+xml,' + $string;
}

@function str-replace($string, $search, $replace: '') {
    $index: str-index($string, $search);
    @if $index {
        @return str-slice($string, 1, $index - 1) + $replace + str-replace(str-slice($string, $index + str-length($search)), $search, $replace);
    }
    @return $string;
}



// Icons
.dwpp-icon-authorization-button:before {
    content: url(prepare-svg('<svg width="auto" height="28px" viewBox="0 0 430 430" xmlns="http://www.w3.org/2000/svg"><path fill="#72daaa" d="M0 40.1111V320.889C0 342.95 17.8494 361 40.1111 361H320.889C342.95 361 361 342.95 361 320.889V40.1111C361 18.05 342.95 0 320.889 0H40.1111C17.8494 0 0 18.05 0 40.1111ZM240.667 120.333C240.667 153.626 213.792 180.5 180.5 180.5C147.208 180.5 120.333 153.626 120.333 120.333C120.333 87.0411 147.208 60.1667 180.5 60.1667C213.792 60.1667 240.667 87.0411 240.667 120.333ZM60.1667 280.778C60.1667 240.667 140.389 218.606 180.5 218.606C220.611 218.606 300.833 240.667 300.833 280.778V300.833H60.1667V280.778Z"></path><rect x="238" y="238" width="177" height="145" fill="white"></rect><path fill="#7289DA" d="M355.17,317.14a10.72,10.72,0,0,1-10.69,10.71,11.06,11.06,0,0,1-7.62-3.18,10.3,10.3,0,0,1-3.07-7.45,10.72,10.72,0,0,1,10.69-10.71v0A10.66,10.66,0,0,1,355.17,317.14Zm-47.47-10.67,0,0A10.72,10.72,0,0,0,297,317.21a10.3,10.3,0,0,0,3.07,7.45,11.06,11.06,0,0,0,7.62,3.18,10.69,10.69,0,0,0,0-21.38ZM430,237.17V430l-25.28-20.36-13.83-12-15.15-12.52L382,404.88H249.65c-13.21,0-24-9.57-24-22.17V237.22c0-12,10.74-22.17,24-22.17l155.72,0C418.66,215,429.34,225.18,430,237.17ZM347.27,266l.32-.09h-.23Zm49.49,74.23c0-34.65-17.13-62.87-17.13-62.87-15.32-10.8-29.62-11.28-32.32-11.28l-1.74,1.63c19.56,5.38,29,13.76,29,13.76a109.65,109.65,0,0,0-87.07-3.61c-4.43,1.81-6.95,3-6.95,3s9.42-9,30.26-13.76l-1.28-1.19s-15.82-.57-32.82,11.37c0,0-17.05,28.13-16.89,63,0,0,9.42,15.61,35.29,16.18,0,0,3.75-4.81,7.59-9-14.54-4.19-20.2-12.57-20.2-12.57l4.85,2.38c14.21,5.55,29.25,12.56,56,8.37,5.62-1.23,11.29-2.42,17-4.8,3.67-1.81,8.19-3.61,13.17-6.61,0,0-5.65,8.38-20.79,12.57,3.11,4.19,7.5,9,7.5,9C386.16,355.19,396.22,339.61,396.77,340.24Z"></path></svg>'));
}
.dwpp-icon-connect-profile-button:before {
    content: url(prepare-svg('<svg width="auto" height="28px" viewBox="0 0 430 430" xmlns="http://www.w3.org/2000/svg"><path fill="#daa772" d="M339.764 87.7497C344.539 92.5278 346.927 98.3391 346.927 105.183C346.927 112.028 344.539 117.904 339.764 122.811L262.131 200.294L291.171 229.35L260.195 260.343C239.157 281.393 214.022 293.435 184.789 296.47C155.556 299.505 129 293.016 105.123 277.002L35.0412 347.125H0V312.064L70.0823 241.941C54.0782 218.051 47.5927 191.48 50.6258 162.23C53.6588 132.98 65.6941 107.831 86.7317 86.7812L117.707 55.7879L146.747 84.8441L224.186 7.16719C229.09 2.38906 234.963 0 241.803 0C248.644 0 254.452 2.38906 259.227 7.16719C264.003 11.9453 266.39 17.7888 266.39 24.6978C266.39 31.6067 264.003 37.4502 259.227 42.2283L181.788 119.905L227.09 165.233L304.723 87.7497C309.627 82.9716 315.499 80.5825 322.34 80.5825C329.18 80.5825 334.988 82.9716 339.764 87.7497Z"></path><rect x="238" y="238" width="177" height="145" fill="white"></rect><path fill="#7289DA" d="M355.17,317.14a10.72,10.72,0,0,1-10.69,10.71,11.06,11.06,0,0,1-7.62-3.18,10.3,10.3,0,0,1-3.07-7.45,10.72,10.72,0,0,1,10.69-10.71v0A10.66,10.66,0,0,1,355.17,317.14Zm-47.47-10.67,0,0A10.72,10.72,0,0,0,297,317.21a10.3,10.3,0,0,0,3.07,7.45,11.06,11.06,0,0,0,7.62,3.18,10.69,10.69,0,0,0,0-21.38ZM430,237.17V430l-25.28-20.36-13.83-12-15.15-12.52L382,404.88H249.65c-13.21,0-24-9.57-24-22.17V237.22c0-12,10.74-22.17,24-22.17l155.72,0C418.66,215,429.34,225.18,430,237.17ZM347.27,266l.32-.09h-.23Zm49.49,74.23c0-34.65-17.13-62.87-17.13-62.87-15.32-10.8-29.62-11.28-32.32-11.28l-1.74,1.63c19.56,5.38,29,13.76,29,13.76a109.65,109.65,0,0,0-87.07-3.61c-4.43,1.81-6.95,3-6.95,3s9.42-9,30.26-13.76l-1.28-1.19s-15.82-.57-32.82,11.37c0,0-17.05,28.13-16.89,63,0,0,9.42,15.61,35.29,16.18,0,0,3.75-4.81,7.59-9-14.54-4.19-20.2-12.57-20.2-12.57l4.85,2.38c14.21,5.55,29.25,12.56,56,8.37,5.62-1.23,11.29-2.42,17-4.8,3.67-1.81,8.19-3.61,13.17-6.61,0,0-5.65,8.38-20.79,12.57,3.11,4.19,7.5,9,7.5,9C386.16,355.19,396.22,339.61,396.77,340.24Z"></path></svg>'));
}
.dwpp-icon-synchronize-profile-button:before {
    content: url(prepare-svg('<svg width="auto" height="28px" viewBox="0 0 430 430" xmlns="http://www.w3.org/2000/svg"><path fill="#72d0da" d="M72.2 0C32.2012 0 0 32.2012 0 72.2V288.8C0 328.799 32.2012 361 72.2 361H288.8C328.799 361 361 328.799 361 288.8V72.2C361 32.2012 328.799 0 288.8 0H72.2ZM175.579 51.3579C219.81 51.3579 258.609 75.0495 280.078 110.366L305.433 94.967L306.746 178.205C306.758 178.969 305.945 179.463 305.273 179.102L231.837 139.662L258.757 123.318C241.759 95.1917 210.958 76.4164 175.579 76.4164C134.237 76.4164 99.0902 101.776 84.9901 138.026C84.6757 138.994 84.4649 139.957 83.9678 141.086C80.4903 148.812 72.5236 152.772 66.1716 149.928C62.0095 148.055 59.4078 143.592 59.3746 138.259C59.4326 135.713 60.3772 132.689 61.511 129.699C79.2099 83.9375 123.676 51.3579 175.579 51.3579ZM54.2544 182.795C54.2424 182.031 55.0551 181.537 55.7274 181.898L129.163 221.338L102.243 237.682C119.241 265.808 150.042 284.584 185.421 284.584C226.763 284.584 261.91 259.224 276.01 222.974C276.324 222.006 276.535 221.043 277.032 219.914C280.51 212.188 288.476 208.228 294.828 211.072C298.991 212.945 301.592 217.408 301.625 222.741C301.567 225.287 300.623 228.311 299.489 231.301C281.79 277.062 237.324 309.642 185.421 309.642C141.19 309.642 102.39 285.95 80.9218 250.634L55.5672 266.033L54.2544 182.795Z"></path><rect x="238" y="238" width="177" height="145" fill="white"></rect><path fill="#7289DA" d="M355.17,317.14a10.72,10.72,0,0,1-10.69,10.71,11.06,11.06,0,0,1-7.62-3.18,10.3,10.3,0,0,1-3.07-7.45,10.72,10.72,0,0,1,10.69-10.71v0A10.66,10.66,0,0,1,355.17,317.14Zm-47.47-10.67,0,0A10.72,10.72,0,0,0,297,317.21a10.3,10.3,0,0,0,3.07,7.45,11.06,11.06,0,0,0,7.62,3.18,10.69,10.69,0,0,0,0-21.38ZM430,237.17V430l-25.28-20.36-13.83-12-15.15-12.52L382,404.88H249.65c-13.21,0-24-9.57-24-22.17V237.22c0-12,10.74-22.17,24-22.17l155.72,0C418.66,215,429.34,225.18,430,237.17ZM347.27,266l.32-.09h-.23Zm49.49,74.23c0-34.65-17.13-62.87-17.13-62.87-15.32-10.8-29.62-11.28-32.32-11.28l-1.74,1.63c19.56,5.38,29,13.76,29,13.76a109.65,109.65,0,0,0-87.07-3.61c-4.43,1.81-6.95,3-6.95,3s9.42-9,30.26-13.76l-1.28-1.19s-15.82-.57-32.82,11.37c0,0-17.05,28.13-16.89,63,0,0,9.42,15.61,35.29,16.18,0,0,3.75-4.81,7.59-9-14.54-4.19-20.2-12.57-20.2-12.57l4.85,2.38c14.21,5.55,29.25,12.56,56,8.37,5.62-1.23,11.29-2.42,17-4.8,3.67-1.81,8.19-3.61,13.17-6.61,0,0-5.65,8.38-20.79,12.57,3.11,4.19,7.5,9,7.5,9C386.16,355.19,396.22,339.61,396.77,340.24Z"></path></svg>'));
}
.dwpp-icon-default:before {
    content: url(prepare-svg('<svg width="auto" height="28px" viewBox="0 0 175 200" xmlns="http://www.w3.org/2000/svg"><path d="M69.4 83.9c-5.7 0-10.2 5-10.2 11.1s4.6 11.1 10.2 11.1c5.7 0 10.2-5 10.2-11.1.1-6.1-4.5-11.1-10.2-11.1zm36.5 0c-5.7 0-10.2 5-10.2 11.1s4.6 11.1 10.2 11.1c5.7 0 10.2-5 10.2-11.1s-4.5-11.1-10.2-11.1z" fill="#7289da"/><path d="M154.5 0h-134C9.2 0 0 9.2 0 20.6v135.2c0 11.4 9.2 20.6 20.5 20.6h113.4l-5.3-18.5 12.8 11.9 12.1 11.2 21.5 19V20.6C175 9.2 165.8 0 154.5 0zm-38.6 130.6s-3.6-4.3-6.6-8.1c13.1-3.7 18.1-11.9 18.1-11.9-4.1 2.7-8 4.6-11.5 5.9-5 2.1-9.8 3.5-14.5 4.3-9.6 1.8-18.4 1.3-25.9-.1-5.7-1.1-10.6-2.7-14.7-4.3-2.3-.9-4.8-2-7.3-3.4-.3-.2-.6-.3-.9-.5-.2-.1-.3-.2-.4-.3-1.8-1-2.8-1.7-2.8-1.7s4.8 8 17.5 11.8c-3 3.8-6.7 8.3-6.7 8.3-22.1-.7-30.5-15.2-30.5-15.2 0-32.2 14.4-58.3 14.4-58.3 14.4-10.8 28.1-10.5 28.1-10.5l1 1.2c-18 5.2-26.3 13.1-26.3 13.1s2.2-1.2 5.9-2.9c10.7-4.7 19.2-6 22.7-6.3.6-.1 1.1-.2 1.7-.2 6.1-.8 13-1 20.2-.2 9.5 1.1 19.7 3.9 30.1 9.6 0 0-7.9-7.5-24.9-12.7l1.4-1.6s13.7-.3 28.1 10.5c0 0 14.4 26.1 14.4 58.3 0 0-8.5 14.5-30.6 15.2z" fill="#7289da"/></svg>'));
}
.dwpp-icon-invite-banner:before {
    content: url(prepare-svg('<svg width="auto" height="28px" viewBox="0 0 430 430" xmlns="http://www.w3.org/2000/svg"><path fill="#729fda" d="M111.06,185.79h26.06l-13-37.56ZM248.19,174.5a16.94,16.94,0,1,0,16.92,16.94A17,17,0,0,0,248.19,174.5Zm79-135.5H33.84A33.87,33.87,0,0,0,0,72.88V276.13A33.87,33.87,0,0,0,33.84,310H327.16A33.87,33.87,0,0,0,361,276.13V72.88A33.87,33.87,0,0,0,327.16,39ZM176.68,242.25H164.73a11.3,11.3,0,0,1-10.66-7.59l-5.2-15H99.32l-5.2,15a11.28,11.28,0,0,1-10.66,7.59H71.51a11.29,11.29,0,0,1-10.66-15L98.71,118.13a16.92,16.92,0,0,1,16-11.38h18.8a16.92,16.92,0,0,1,16,11.38l37.85,109.12a11.29,11.29,0,0,1-10.65,15ZM299,231a11.28,11.28,0,0,1-11.28,11.29H276.39a11.1,11.1,0,0,1-8.45-4,50.94,50.94,0,1,1-2.83-94.5V118a11.28,11.28,0,0,1,11.28-11.29h11.28A11.28,11.28,0,0,1,299,118Z"></path><rect x="238" y="238" width="177" height="145" fill="white"></rect><path fill="#7289DA" d="M355.17,317.14a10.72,10.72,0,0,1-10.69,10.71,11.06,11.06,0,0,1-7.62-3.18,10.3,10.3,0,0,1-3.07-7.45,10.72,10.72,0,0,1,10.69-10.71v0A10.66,10.66,0,0,1,355.17,317.14Zm-47.47-10.67,0,0A10.72,10.72,0,0,0,297,317.21a10.3,10.3,0,0,0,3.07,7.45,11.06,11.06,0,0,0,7.62,3.18,10.69,10.69,0,0,0,0-21.38ZM430,237.17V430l-25.28-20.36-13.83-12-15.15-12.52L382,404.88H249.65c-13.21,0-24-9.57-24-22.17V237.22c0-12,10.74-22.17,24-22.17l155.72,0C418.66,215,429.34,225.18,430,237.17ZM347.27,266l.32-.09h-.23Zm49.49,74.23c0-34.65-17.13-62.87-17.13-62.87-15.32-10.8-29.62-11.28-32.32-11.28l-1.74,1.63c19.56,5.38,29,13.76,29,13.76a109.65,109.65,0,0,0-87.07-3.61c-4.43,1.81-6.95,3-6.95,3s9.42-9,30.26-13.76l-1.28-1.19s-15.82-.57-32.82,11.37c0,0-17.05,28.13-16.89,63,0,0,9.42,15.61,35.29,16.18,0,0,3.75-4.81,7.59-9-14.54-4.19-20.2-12.57-20.2-12.57l4.85,2.38c14.21,5.55,29.25,12.56,56,8.37,5.62-1.23,11.29-2.42,17-4.8,3.67-1.81,8.19-3.61,13.17-6.61,0,0-5.65,8.38-20.79,12.57,3.11,4.19,7.5,9,7.5,9C386.16,355.19,396.22,339.61,396.77,340.24Z"></path></svg>'));
}
.dwpp-icon-chat:before {
    content: url(prepare-svg('<svg width="auto" height="28px" viewBox="0 0 430 430" xmlns="http://www.w3.org/2000/svg"><path fill="#9fda72" d="M333.231 0H27.7694C20.4068 0.00686992 13.3478 2.77238 8.14162 7.6896C2.93545 12.6068 0.00744086 19.274 0.000167254 26.228V286.587C-0.0182249 291.589 1.48062 296.492 4.31941 300.715C7.1582 304.938 11.2182 308.305 16.0191 310.417C20.82 312.53 26.161 313.299 31.4103 312.635C36.6597 311.97 41.5977 309.9 45.6404 306.668L100.758 262.895L333.231 262.28C340.593 262.273 347.652 259.508 352.859 254.591C358.065 249.673 360.993 243.006 361 236.052V26.228C360.993 19.274 358.065 12.6068 352.859 7.68959C347.652 2.77237 340.593 0.00686558 333.231 0ZM97.1907 150.824C93.0715 150.824 89.0449 149.67 85.6199 147.509C82.1949 145.347 79.5255 142.275 77.9491 138.681C76.3728 135.086 75.9604 131.131 76.764 127.315C77.5676 123.499 79.5511 119.994 82.4638 117.243C85.3765 114.492 89.0875 112.619 93.1276 111.86C97.1676 111.101 101.355 111.49 105.161 112.979C108.966 114.468 112.219 116.989 114.508 120.224C116.796 123.459 118.018 127.262 118.018 131.153C118.018 136.37 115.823 141.373 111.918 145.062C108.012 148.751 102.714 150.824 97.1907 150.824ZM180.498 150.824C176.379 150.824 172.353 149.67 168.928 147.509C165.503 145.347 162.833 142.275 161.257 138.681C159.68 135.086 159.268 131.131 160.072 127.315C160.875 123.499 162.859 119.994 165.771 117.243C168.684 114.492 172.395 112.619 176.435 111.86C180.475 111.101 184.663 111.49 188.468 112.979C192.274 114.468 195.527 116.989 197.815 120.224C200.104 123.459 201.325 127.262 201.325 131.153C201.325 136.37 199.131 141.373 195.225 145.062C191.319 148.751 186.022 150.824 180.498 150.824ZM263.806 150.824C259.687 150.824 255.66 149.67 252.235 147.509C248.81 145.347 246.141 142.275 244.564 138.681C242.988 135.086 242.576 131.131 243.379 127.315C244.183 123.499 246.166 119.994 249.079 117.243C251.992 114.492 255.703 112.619 259.743 111.86C263.783 111.101 267.97 111.49 271.776 112.979C275.582 114.468 278.834 116.989 281.123 120.224C283.411 123.459 284.633 127.262 284.633 131.153C284.633 136.37 282.439 141.373 278.533 145.062C274.627 148.751 269.33 150.824 263.806 150.824Z"></path><rect x="238" y="238" width="177" height="145" fill="white"></rect><path fill="#7289DA" d="M355.17,317.14a10.72,10.72,0,0,1-10.69,10.71,11.06,11.06,0,0,1-7.62-3.18,10.3,10.3,0,0,1-3.07-7.45,10.72,10.72,0,0,1,10.69-10.71v0A10.66,10.66,0,0,1,355.17,317.14Zm-47.47-10.67,0,0A10.72,10.72,0,0,0,297,317.21a10.3,10.3,0,0,0,3.07,7.45,11.06,11.06,0,0,0,7.62,3.18,10.69,10.69,0,0,0,0-21.38ZM430,237.17V430l-25.28-20.36-13.83-12-15.15-12.52L382,404.88H249.65c-13.21,0-24-9.57-24-22.17V237.22c0-12,10.74-22.17,24-22.17l155.72,0C418.66,215,429.34,225.18,430,237.17ZM347.27,266l.32-.09h-.23Zm49.49,74.23c0-34.65-17.13-62.87-17.13-62.87-15.32-10.8-29.62-11.28-32.32-11.28l-1.74,1.63c19.56,5.38,29,13.76,29,13.76a109.65,109.65,0,0,0-87.07-3.61c-4.43,1.81-6.95,3-6.95,3s9.42-9,30.26-13.76l-1.28-1.19s-15.82-.57-32.82,11.37c0,0-17.05,28.13-16.89,63,0,0,9.42,15.61,35.29,16.18,0,0,3.75-4.81,7.59-9-14.54-4.19-20.2-12.57-20.2-12.57l4.85,2.38c14.21,5.55,29.25,12.56,56,8.37,5.62-1.23,11.29-2.42,17-4.8,3.67-1.81,8.19-3.61,13.17-6.61,0,0-5.65,8.38-20.79,12.57,3.11,4.19,7.5,9,7.5,9C386.16,355.19,396.22,339.61,396.77,340.24Z"></path></svg>'));
}
.dwpp-icon-invite-link:before {
    content: url(prepare-svg('<svg width="auto" height="28px" viewBox="0 0 430 430" xmlns="http://www.w3.org/2000/svg"><path fill="#daa272" d="M300.833 188.021V75.2083C300.833 71.1346 299.345 67.6092 296.368 64.6322C293.391 61.6552 289.865 60.1667 285.792 60.1667H172.979C166.398 60.1667 161.776 63.222 159.113 69.3327C156.449 75.7567 157.546 81.2407 162.403 85.7845L196.247 119.628L70.7428 245.132C67.7658 248.109 66.2773 251.635 66.2773 255.708C66.2773 259.782 67.7658 263.308 70.7428 266.285L94.7155 290.257C97.6925 293.234 101.218 294.723 105.292 294.723C109.365 294.723 112.891 293.234 115.868 290.257L241.372 164.753L275.216 198.597C278.036 201.574 281.561 203.062 285.792 203.062C287.672 203.062 289.63 202.671 291.667 201.887C297.778 199.224 300.833 194.602 300.833 188.021ZM361 67.6875V293.312C361 311.958 354.38 327.901 341.14 341.14C327.901 354.38 311.958 361 293.312 361H67.6875C49.0421 361 33.0995 354.38 19.8597 341.14C6.6199 327.901 0 311.958 0 293.312V67.6875C0 49.0421 6.6199 33.0995 19.8597 19.8597C33.0995 6.6199 49.0421 0 67.6875 0H293.312C311.958 0 327.901 6.6199 341.14 19.8597C354.38 33.0995 361 49.0421 361 67.6875Z"></path><rect x="238" y="238" width="177" height="145" fill="white"></rect><path fill="#7289DA" d="M355.17,317.14a10.72,10.72,0,0,1-10.69,10.71,11.06,11.06,0,0,1-7.62-3.18,10.3,10.3,0,0,1-3.07-7.45,10.72,10.72,0,0,1,10.69-10.71v0A10.66,10.66,0,0,1,355.17,317.14Zm-47.47-10.67,0,0A10.72,10.72,0,0,0,297,317.21a10.3,10.3,0,0,0,3.07,7.45,11.06,11.06,0,0,0,7.62,3.18,10.69,10.69,0,0,0,0-21.38ZM430,237.17V430l-25.28-20.36-13.83-12-15.15-12.52L382,404.88H249.65c-13.21,0-24-9.57-24-22.17V237.22c0-12,10.74-22.17,24-22.17l155.72,0C418.66,215,429.34,225.18,430,237.17ZM347.27,266l.32-.09h-.23Zm49.49,74.23c0-34.65-17.13-62.87-17.13-62.87-15.32-10.8-29.62-11.28-32.32-11.28l-1.74,1.63c19.56,5.38,29,13.76,29,13.76a109.65,109.65,0,0,0-87.07-3.61c-4.43,1.81-6.95,3-6.95,3s9.42-9,30.26-13.76l-1.28-1.19s-15.82-.57-32.82,11.37c0,0-17.05,28.13-16.89,63,0,0,9.42,15.61,35.29,16.18,0,0,3.75-4.81,7.59-9-14.54-4.19-20.2-12.57-20.2-12.57l4.85,2.38c14.21,5.55,29.25,12.56,56,8.37,5.62-1.23,11.29-2.42,17-4.8,3.67-1.81,8.19-3.61,13.17-6.61,0,0-5.65,8.38-20.79,12.57,3.11,4.19,7.5,9,7.5,9C386.16,355.19,396.22,339.61,396.77,340.24Z"></path></svg>'));
}
.dwpp-icon-members-count:before {
    content: url(prepare-svg('<svg width="auto" height="28px" viewBox="0 0 430 430" xmlns="http://www.w3.org/2000/svg"><path fill="#da72cd" d="M246.818 98.5714C274.133 98.5714 296.017 76.5571 296.017 49.2857C296.017 22.0143 274.133 0 246.818 0C219.504 0 197.455 22.0143 197.455 49.2857C197.455 76.5571 219.504 98.5714 246.818 98.5714ZM115.182 98.5714C142.496 98.5714 164.381 76.5571 164.381 49.2857C164.381 22.0143 142.496 0 115.182 0C87.8673 0 65.8182 22.0143 65.8182 49.2857C65.8182 76.5571 87.8673 98.5714 115.182 98.5714ZM115.182 131.429C76.8427 131.429 0 150.65 0 188.929V230H230.364V188.929C230.364 150.65 153.521 131.429 115.182 131.429ZM246.818 131.429C242.046 131.429 236.616 131.757 230.857 132.25C249.945 146.05 263.273 164.614 263.273 188.929V230H362V188.929C362 150.65 285.157 131.429 246.818 131.429Z"></path><rect x="238" y="220" width="177" height="145" fill="white"></rect><path fill="#7289DA" d="M355.17,317.14a10.72,10.72,0,0,1-10.69,10.71,11.06,11.06,0,0,1-7.62-3.18,10.3,10.3,0,0,1-3.07-7.45,10.72,10.72,0,0,1,10.69-10.71v0A10.66,10.66,0,0,1,355.17,317.14Zm-47.47-10.67,0,0A10.72,10.72,0,0,0,297,317.21a10.3,10.3,0,0,0,3.07,7.45,11.06,11.06,0,0,0,7.62,3.18,10.69,10.69,0,0,0,0-21.38ZM430,237.17V430l-25.28-20.36-13.83-12-15.15-12.52L382,404.88H249.65c-13.21,0-24-9.57-24-22.17V237.22c0-12,10.74-22.17,24-22.17l155.72,0C418.66,215,429.34,225.18,430,237.17ZM347.27,266l.32-.09h-.23Zm49.49,74.23c0-34.65-17.13-62.87-17.13-62.87-15.32-10.8-29.62-11.28-32.32-11.28l-1.74,1.63c19.56,5.38,29,13.76,29,13.76a109.65,109.65,0,0,0-87.07-3.61c-4.43,1.81-6.95,3-6.95,3s9.42-9,30.26-13.76l-1.28-1.19s-15.82-.57-32.82,11.37c0,0-17.05,28.13-16.89,63,0,0,9.42,15.61,35.29,16.18,0,0,3.75-4.81,7.59-9-14.54-4.19-20.2-12.57-20.2-12.57l4.85,2.38c14.21,5.55,29.25,12.56,56,8.37,5.62-1.23,11.29-2.42,17-4.8,3.67-1.81,8.19-3.61,13.17-6.61,0,0-5.65,8.38-20.79,12.57,3.11,4.19,7.5,9,7.5,9C386.16,355.19,396.22,339.61,396.77,340.24Z"></path></svg>'));
}
.dwpp-icon-share-button:before {
    content: url(prepare-svg('<svg width="auto" height="28px" viewBox="0 0 430 430" xmlns="http://www.w3.org/2000/svg"><path fill="#da727a" d="M295.766 0C259.738 0 230.531 29.2074 230.531 65.2349C230.531 66.7566 230.654 68.2469 230.762 69.741L110.254 126.301C98.5432 115.111 82.7099 108.202 65.236 108.202C29.2075 108.203 0 137.41 0 173.438C0 209.466 29.2075 238.673 65.2353 238.673C76.6005 238.673 87.2848 235.752 96.5879 230.645L148.749 274.597C146.465 281.246 145.17 288.346 145.17 295.765C145.17 331.793 174.378 361 210.405 361C246.434 361 275.641 331.793 275.641 295.765C275.641 259.738 246.434 230.53 210.405 230.53C199.041 230.53 188.356 233.451 179.052 238.557L126.891 194.606C129.176 187.961 130.471 180.857 130.471 173.438C130.471 171.917 130.348 170.43 130.24 168.932L250.748 112.372C262.458 123.561 278.292 130.47 295.765 130.47C331.792 130.47 361 101.263 361 65.2356C361 29.2081 331.794 0 295.766 0Z"/><path fill="white" d="M415 238H238V383H415V238Z"/><path fill="#7289DA" d="M355.17 317.14C355.167 319.976 354.041 322.696 352.037 324.703C350.034 326.71 347.316 327.842 344.48 327.85C341.625 327.813 338.894 326.674 336.86 324.67C335.874 323.698 335.094 322.538 334.566 321.258C334.039 319.978 333.775 318.604 333.79 317.22C333.793 314.384 334.919 311.664 336.923 309.657C338.926 307.649 341.644 306.518 344.48 306.51C345.88 306.506 347.267 306.778 348.562 307.31C349.857 307.842 351.034 308.624 352.027 309.611C353.019 310.598 353.808 311.771 354.347 313.063C354.886 314.355 355.166 315.74 355.17 317.14ZM307.7 306.47C306.292 306.473 304.899 306.752 303.599 307.294C302.3 307.835 301.119 308.627 300.126 309.624C299.132 310.621 298.345 311.804 297.808 313.106C297.272 314.408 296.997 315.802 297 317.21C296.985 318.594 297.249 319.968 297.776 321.248C298.304 322.528 299.084 323.688 300.07 324.66C302.104 326.664 304.835 327.803 307.69 327.84C310.525 327.84 313.244 326.714 315.249 324.709C317.254 322.704 318.38 319.985 318.38 317.15C318.38 314.315 317.254 311.596 315.249 309.591C313.244 307.586 310.525 306.46 307.69 306.46L307.7 306.47ZM430 237.17V430L404.72 409.64L390.89 397.64L375.74 385.12L382 404.88H249.65C236.44 404.88 225.65 395.31 225.65 382.71V237.22C225.65 225.22 236.39 215.05 249.65 215.05H405.37C418.66 215 429.34 225.18 430 237.17ZM347.27 266L347.59 265.91H347.36L347.27 266ZM396.76 340.23C396.76 305.58 379.63 277.36 379.63 277.36C364.31 266.56 350.01 266.08 347.31 266.08L345.57 267.71C365.13 273.09 374.57 281.47 374.57 281.47C361.074 274.949 346.385 271.265 331.409 270.644C316.433 270.023 301.489 272.479 287.5 277.86C283.07 279.67 280.55 280.86 280.55 280.86C280.55 280.86 289.97 271.86 310.81 267.1L309.53 265.91C309.53 265.91 293.71 265.34 276.71 277.28C276.71 277.28 259.66 305.41 259.82 340.28C259.82 340.28 269.24 355.89 295.11 356.46C295.11 356.46 298.86 351.65 302.7 347.46C288.16 343.27 282.5 334.89 282.5 334.89L287.35 337.27C301.56 342.82 316.6 349.83 343.35 345.64C348.97 344.41 354.64 343.22 360.35 340.84C364.02 339.03 368.54 337.23 373.52 334.23C373.52 334.23 367.87 342.61 352.73 346.8C355.84 350.99 360.23 355.8 360.23 355.8C386.16 355.19 396.22 339.61 396.77 340.24L396.76 340.23Z"/></svg>'));
}
