@charset "UTF-8";

.row-divider-wrapper {
    position: relative
}

.row-divider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    pointer-events: none
}

.row-divider.on-foreground {
    z-index: 200
}

.row-divider.divider-size-1 {
    height: 50px;
    -webkit-mask-size: 100% 50px;
    mask-size: 100% 50px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.row-divider.divider-size-2 {
    height: 100px;
    -webkit-mask-size: 100% 100px;
    mask-size: 100% 100px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.row-divider.divider-size-3 {
    height: 150px;
    -webkit-mask-size: 100% 150px;
    mask-size: 100% 150px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.row-divider.divider-size-4 {
    height: 200px;
    -webkit-mask-size: 100% 200px;
    mask-size: 100% 200px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.row-divider.divider-size-5 {
    height: 250px;
    -webkit-mask-size: 100% 250px;
    mask-size: 100% 250px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.row-divider.divider-size-6 {
    height: 300px;
    -webkit-mask-size: 100% 300px;
    mask-size: 100% 300px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.divider-horizontal-swap {
    transform: rotateY(180deg)
}

.divider-vertical-swap {
    transform: rotateX(180deg)
}

.bottom-flipped,
.divider-full-swap {
    transform: rotateY(180deg) rotateX(180deg)
}

.bottom-flipped {
    bottom: 0;
    top: auto
}

.bottom-flipped.divider-horizontal-swap {
    transform: rotateX(180deg)
}

.bottom-flipped.divider-vertical-swap {
    transform: rotateY(180deg)
}

.bottom-flipped.divider-full-swap {
    transform: none
}

.divider1 {
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMjgwIDE0MCcgcHJlc2VydmVBc3BlY3RSYXRpbz0nbm9uZSc+PHBhdGggb3BhY2l0eT0nLjUnIGQ9J00wIDBoMTI4MGwtMTI4MCAxMzcuM3onLz48cGF0aCBkPSdNMCAwaDEyODBsLTEyODAgMTA5LjN6Jy8+PC9zdmc+);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMjgwIDE0MCcgcHJlc2VydmVBc3BlY3RSYXRpbz0nbm9uZSc+PHBhdGggb3BhY2l0eT0nLjUnIGQ9J00wIDBoMTI4MGwtMTI4MCAxMzcuM3onLz48cGF0aCBkPSdNMCAwaDEyODBsLTEyODAgMTA5LjN6Jy8+PC9zdmc+)
}

.divider2 {
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxOTIwIDIwNicgcHJlc2VydmVBc3BlY3RSYXRpbz0nbm9uZSc+PHBhdGggb3BhY2l0eT0nLjUnIGQ9J00tLjIgNTYuN3YtNTYuN2gxOTIwYy41IDAgMCAxNDUgMCAxNDUtOC40IDIuNC0xNS44IDQtMjUgNC0yMS44IDAtNDEuOC03LjItNTgtMTkuMy0xNy44IDIxLTQ0LjMgMzQuMy03NCAzNC4zLTIxLjggMC00MS45LTcuMi01OC4xLTE5LjMtOC44IDEyLjMtMjMuMiAyMC4zLTM5LjQgMjAuMy0yNi44IDAtNDguNS0yMS43LTQ4LjUtNDguNSAwLTEuOS4xLTMuOC4zLTUuNy02LjYgMy4zLTE0IDUuMi0yMS44IDUuMi02LjUgMC0xMi43LTEuMy0xOC40LTMuNi0xMi44IDM4LjctNDkuMiA2Ni42LTkyLjEgNjYuNi00MCAwLTc0LjMtMjQuMi04OS4yLTU4LjgtMTQuNiA4LjgtMzEuNiAxMy44LTQ5LjggMTMuOC0yNS41IDAtNDguOC05LjktNjYuMS0yNi05LjIgNDQtNDguMiA3Ny05NC45IDc3LTM4LjcgMC03Mi0yMi42LTg3LjYtNTUuNC0yNy41IDI2LjItNjQuOCA0Mi40LTEwNS45IDQyLjQtNTEuNCAwLTk2LjktMjUuMy0xMjQuOC02NC4xLTExLjUgNDQuMy01MS44IDc3LjEtOTkuNyA3Ny4xLTQzLjEgMC04MC0yNi41LTk1LjQtNjQtMTYuOCAxMi0zNy40IDE5LTU5LjYgMTktMTguNiAwLTM2LTQuOS01MS4xLTEzLjUtMTYuNiAzNC42LTUyIDU4LjUtOTIuOSA1OC41LTQyLjMgMC03OC42LTI1LjUtOTQuNS02MS45LTE2LjIgMTAuNy0zNS43IDE2LjktNTYuNSAxNi45LTI0LjMgMC00Ni42LTguNC02NC4yLTIyLjUtMTcuNyAzMS4zLTUxLjIgNTIuNS04OS44IDUyLjUtMzcuOCAwLTcwLjktMjAuNC04OC44LTUwLjgtOC45IDEwLjMtMjIgMTYuOC0zNi43IDE2LjgtMTUuMSAwLTM3LjUtNC0zNy41LTE4di02MS4zeicvPjxwYXRoIGQ9J00xOTIwIDU2Ljd2LTU2LjdoLTE5MjBjLS41IDAgMCAxNDUgMCAxNDUgOC40IDIuNCAxNS44IDQgMjUgNCAyMS44IDAgNDEuOC03LjIgNTgtMTkuMyAxNy44IDIxIDQ0LjMgMzQuMyA3NCAzNC4zIDIxLjggMCA0MS45LTcuMiA1OC4xLTE5LjMgOC44IDEyLjMgMjMuMiAyMC4zIDM5LjQgMjAuMyAyNi44IDAgNDguNS0yMS43IDQ4LjUtNDguNSAwLTEuOS0uMS0zLjgtLjMtNS43IDYuNiAzLjMgMTQgNS4yIDIxLjggNS4yIDYuNSAwIDEyLjctMS4zIDE4LjQtMy42IDEyLjcgMzguNyA0OS4xIDY2LjYgOTIuMSA2Ni42IDQwIDAgNzQuMy0yNC4yIDg5LjItNTguOCAxNC41IDguOCAzMS42IDEzLjggNDkuOCAxMy44IDI1LjUgMCA0OC44LTkuOSA2Ni4xLTI2IDkuMiA0NCA0OC4yIDc3IDk0LjkgNzcgMzguNyAwIDcyLTIyLjYgODcuNi01NS40IDI3LjUgMjYuMiA2NC44IDQyLjQgMTA1LjkgNDIuNCA1MS40IDAgOTYuOS0yNS4zIDEyNC44LTY0LjEgMTEuNSA0NC4zIDUxLjggNzcuMSA5OS43IDc3LjEgNDMuMSAwIDgwLTI2LjUgOTUuNC02NCAxNi44IDEyIDM3LjQgMTkgNTkuNiAxOSAxOC42IDAgMzYtNC45IDUxLjEtMTMuNSAxNi42IDM0LjYgNTIgNTguNSA5Mi45IDU4LjUgNDIuMyAwIDc4LjYtMjUuNSA5NC41LTYxLjkgMTYuMiAxMC43IDM1LjcgMTYuOSA1Ni41IDE2LjkgMjQuMyAwIDQ2LjYtOC40IDY0LjItMjIuNSAxNy43IDMxLjMgNTEuMiA1Mi41IDg5LjggNTIuNSAzNy44IDAgNzAuOS0yMC40IDg4LjgtNTAuOCA4LjkgMTAuMyAyMiAxNi44IDM2LjcgMTYuOCAxNS4xIDAgMzcuNS00IDM3LjUtMTh2LTYxLjN6Jy8+PC9zdmc+);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxOTIwIDIwNicgcHJlc2VydmVBc3BlY3RSYXRpbz0nbm9uZSc+PHBhdGggb3BhY2l0eT0nLjUnIGQ9J00tLjIgNTYuN3YtNTYuN2gxOTIwYy41IDAgMCAxNDUgMCAxNDUtOC40IDIuNC0xNS44IDQtMjUgNC0yMS44IDAtNDEuOC03LjItNTgtMTkuMy0xNy44IDIxLTQ0LjMgMzQuMy03NCAzNC4zLTIxLjggMC00MS45LTcuMi01OC4xLTE5LjMtOC44IDEyLjMtMjMuMiAyMC4zLTM5LjQgMjAuMy0yNi44IDAtNDguNS0yMS43LTQ4LjUtNDguNSAwLTEuOS4xLTMuOC4zLTUuNy02LjYgMy4zLTE0IDUuMi0yMS44IDUuMi02LjUgMC0xMi43LTEuMy0xOC40LTMuNi0xMi44IDM4LjctNDkuMiA2Ni42LTkyLjEgNjYuNi00MCAwLTc0LjMtMjQuMi04OS4yLTU4LjgtMTQuNiA4LjgtMzEuNiAxMy44LTQ5LjggMTMuOC0yNS41IDAtNDguOC05LjktNjYuMS0yNi05LjIgNDQtNDguMiA3Ny05NC45IDc3LTM4LjcgMC03Mi0yMi42LTg3LjYtNTUuNC0yNy41IDI2LjItNjQuOCA0Mi40LTEwNS45IDQyLjQtNTEuNCAwLTk2LjktMjUuMy0xMjQuOC02NC4xLTExLjUgNDQuMy01MS44IDc3LjEtOTkuNyA3Ny4xLTQzLjEgMC04MC0yNi41LTk1LjQtNjQtMTYuOCAxMi0zNy40IDE5LTU5LjYgMTktMTguNiAwLTM2LTQuOS01MS4xLTEzLjUtMTYuNiAzNC42LTUyIDU4LjUtOTIuOSA1OC41LTQyLjMgMC03OC42LTI1LjUtOTQuNS02MS45LTE2LjIgMTAuNy0zNS43IDE2LjktNTYuNSAxNi45LTI0LjMgMC00Ni42LTguNC02NC4yLTIyLjUtMTcuNyAzMS4zLTUxLjIgNTIuNS04OS44IDUyLjUtMzcuOCAwLTcwLjktMjAuNC04OC44LTUwLjgtOC45IDEwLjMtMjIgMTYuOC0zNi43IDE2LjgtMTUuMSAwLTM3LjUtNC0zNy41LTE4di02MS4zeicvPjxwYXRoIGQ9J00xOTIwIDU2Ljd2LTU2LjdoLTE5MjBjLS41IDAgMCAxNDUgMCAxNDUgOC40IDIuNCAxNS44IDQgMjUgNCAyMS44IDAgNDEuOC03LjIgNTgtMTkuMyAxNy44IDIxIDQ0LjMgMzQuMyA3NCAzNC4zIDIxLjggMCA0MS45LTcuMiA1OC4xLTE5LjMgOC44IDEyLjMgMjMuMiAyMC4zIDM5LjQgMjAuMyAyNi44IDAgNDguNS0yMS43IDQ4LjUtNDguNSAwLTEuOS0uMS0zLjgtLjMtNS43IDYuNiAzLjMgMTQgNS4yIDIxLjggNS4yIDYuNSAwIDEyLjctMS4zIDE4LjQtMy42IDEyLjcgMzguNyA0OS4xIDY2LjYgOTIuMSA2Ni42IDQwIDAgNzQuMy0yNC4yIDg5LjItNTguOCAxNC41IDguOCAzMS42IDEzLjggNDkuOCAxMy44IDI1LjUgMCA0OC44LTkuOSA2Ni4xLTI2IDkuMiA0NCA0OC4yIDc3IDk0LjkgNzcgMzguNyAwIDcyLTIyLjYgODcuNi01NS40IDI3LjUgMjYuMiA2NC44IDQyLjQgMTA1LjkgNDIuNCA1MS40IDAgOTYuOS0yNS4zIDEyNC44LTY0LjEgMTEuNSA0NC4zIDUxLjggNzcuMSA5OS43IDc3LjEgNDMuMSAwIDgwLTI2LjUgOTUuNC02NCAxNi44IDEyIDM3LjQgMTkgNTkuNiAxOSAxOC42IDAgMzYtNC45IDUxLjEtMTMuNSAxNi42IDM0LjYgNTIgNTguNSA5Mi45IDU4LjUgNDIuMyAwIDc4LjYtMjUuNSA5NC41LTYxLjkgMTYuMiAxMC43IDM1LjcgMTYuOSA1Ni41IDE2LjkgMjQuMyAwIDQ2LjYtOC40IDY0LjItMjIuNSAxNy43IDMxLjMgNTEuMiA1Mi41IDg5LjggNTIuNSAzNy44IDAgNzAuOS0yMC40IDg4LjgtNTAuOCA4LjkgMTAuMyAyMiAxNi44IDM2LjcgMTYuOCAxNS4xIDAgMzcuNS00IDM3LjUtMTh2LTYxLjN6Jy8+PC9zdmc+)
}

.divider3 {
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMjgwIDE0MCcgcHJlc2VydmVBc3BlY3RSYXRpbz0nbm9uZSc+PHBhdGggZD0nTTI4LjIgNTguNWMxNSAwIDI4LjQtNi45IDM3LjEtMTcuOCAxMy45IDE2LjggMzQuOSAyNy42IDU4LjQgMjcuNiAxOC45IDAgMzYuMS02LjkgNDkuNC0xOC40IDE0LjEgMjEuMiAzOC4yIDM1LjIgNjUuNiAzNS4yIDE1LjkgMCAzMC44LTQuNyA0My4yLTEyLjkgMTEuNiAxOS45IDMzLjEgMzMuNCA1Ny44IDMzLjQgMzQuOSAwIDYzLjUtMjYuNyA2Ni41LTYwLjggMTIuNSAxNC42IDMxIDIzLjkgNTEuNyAyMy45IDI3LjEgMCA1MC42LTE1LjkgNjEuNS0zOC45IDEzLjQgMzguNCA0OS45IDY1LjkgOTIuOSA2NS45IDM2IDAgNjcuNi0xOS40IDg0LjctNDguMyAxNC44IDIxLjMgMzkuNSAzNS4zIDY3LjQgMzUuMyAyMS44IDAgNDEuNi04LjUgNTYuMy0yMi40IDExLjMgMjggMzguNyA0Ny44IDcwLjcgNDcuOCAzNS45IDAgNjYtMjQuOCA3NC4xLTU4LjMgMTEuOSAxMS41IDI4LjEgMTguNSA0NiAxOC41IDE4LjUgMCAzNS4xLTcuNiA0Ny4yLTE5LjcgMTAuMyAyNS43IDM1LjQgNDMuOCA2NC43IDQzLjggMjQuNCAwIDQ1LjktMTIuNiA1OC40LTMxLjYgMTIuNCAxNi40IDMyLjEgMjcuMSA1NC4zIDI3LjEgMTcgMCAzMi4xLTUuOCA0NC0xNi4xdi03MS44aC0xMjgwLjF2NDkuNGM3LjkgNS43IDE3LjcgOS4xIDI4LjIgOS4xeicvPjwvc3ZnPg==);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMjgwIDE0MCcgcHJlc2VydmVBc3BlY3RSYXRpbz0nbm9uZSc+PHBhdGggZD0nTTI4LjIgNTguNWMxNSAwIDI4LjQtNi45IDM3LjEtMTcuOCAxMy45IDE2LjggMzQuOSAyNy42IDU4LjQgMjcuNiAxOC45IDAgMzYuMS02LjkgNDkuNC0xOC40IDE0LjEgMjEuMiAzOC4yIDM1LjIgNjUuNiAzNS4yIDE1LjkgMCAzMC44LTQuNyA0My4yLTEyLjkgMTEuNiAxOS45IDMzLjEgMzMuNCA1Ny44IDMzLjQgMzQuOSAwIDYzLjUtMjYuNyA2Ni41LTYwLjggMTIuNSAxNC42IDMxIDIzLjkgNTEuNyAyMy45IDI3LjEgMCA1MC42LTE1LjkgNjEuNS0zOC45IDEzLjQgMzguNCA0OS45IDY1LjkgOTIuOSA2NS45IDM2IDAgNjcuNi0xOS40IDg0LjctNDguMyAxNC44IDIxLjMgMzkuNSAzNS4zIDY3LjQgMzUuMyAyMS44IDAgNDEuNi04LjUgNTYuMy0yMi40IDExLjMgMjggMzguNyA0Ny44IDcwLjcgNDcuOCAzNS45IDAgNjYtMjQuOCA3NC4xLTU4LjMgMTEuOSAxMS41IDI4LjEgMTguNSA0NiAxOC41IDE4LjUgMCAzNS4xLTcuNiA0Ny4yLTE5LjcgMTAuMyAyNS43IDM1LjQgNDMuOCA2NC43IDQzLjggMjQuNCAwIDQ1LjktMTIuNiA1OC40LTMxLjYgMTIuNCAxNi40IDMyLjEgMjcuMSA1NC4zIDI3LjEgMTcgMCAzMi4xLTUuOCA0NC0xNi4xdi03MS44aC0xMjgwLjF2NDkuNGM3LjkgNS43IDE3LjcgOS4xIDI4LjIgOS4xeicvPjwvc3ZnPg==)
}

.divider4 {
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMjgwIDE0MCcgcHJlc2VydmVBc3BlY3RSYXRpbz0nbm9uZSc+PHBhdGggZD0nTTEyODAgOTIuMmwtMTQuNy00LjQtNy44LTEuMS0yNi44IDEzLjMtODguMi0uNC0zMS0yMy0xMjAuNC0xMy4zLTE0NC40IDEzLTExLjEtMjIuMS0xMDItNi0xNTUgMjIuNy0yMjEuNy0xMS41LTgzLjUgMzIuNi0yNDAuNyA2LTMyLjcgNC44di0xMDIuOGgxMjgweicvPjxwYXRoIG9wYWNpdHk9Jy4zJyBkPSdNMCAxMDAuNGwxNC44LTQuOCA3LjctMS4yIDI2LjggMTQuNCA4OC4zLS4zIDMwLjktMjUuMSAxMjAuNC0xNC40IDE0NC40IDE0IDExLjEtMjQgMTAyLTYuNSAxNTUgMjQuNyAyMjEuNy0xMi41IDgzLjUgMzUuNSAyNDAuOCA2LjUgMzIuNiA1LjN2LTExMmgtMTI4MHonLz48L3N2Zz4=);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMjgwIDE0MCcgcHJlc2VydmVBc3BlY3RSYXRpbz0nbm9uZSc+PHBhdGggZD0nTTEyODAgOTIuMmwtMTQuNy00LjQtNy44LTEuMS0yNi44IDEzLjMtODguMi0uNC0zMS0yMy0xMjAuNC0xMy4zLTE0NC40IDEzLTExLjEtMjIuMS0xMDItNi0xNTUgMjIuNy0yMjEuNy0xMS41LTgzLjUgMzIuNi0yNDAuNyA2LTMyLjcgNC44di0xMDIuOGgxMjgweicvPjxwYXRoIG9wYWNpdHk9Jy4zJyBkPSdNMCAxMDAuNGwxNC44LTQuOCA3LjctMS4yIDI2LjggMTQuNCA4OC4zLS4zIDMwLjktMjUuMSAxMjAuNC0xNC40IDE0NC40IDE0IDExLjEtMjQgMTAyLTYuNSAxNTUgMjQuNyAyMjEuNy0xMi41IDgzLjUgMzUuNSAyNDAuOCA2LjUgMzIuNiA1LjN2LTExMmgtMTI4MHonLz48L3N2Zz4=)
}

.divider5 {
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMjgwIDE0MCcgcHJlc2VydmVBc3BlY3RSYXRpbz0nbm9uZSc+PHBhdGggZD0nTTEyODAuMiA3MHMtMjk1LjUtMTI2LjktMTI4MCA3MHYtMTQwaDEyODB2NzB6Jy8+PC9zdmc+);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMjgwIDE0MCcgcHJlc2VydmVBc3BlY3RSYXRpbz0nbm9uZSc+PHBhdGggZD0nTTEyODAuMiA3MHMtMjk1LjUtMTI2LjktMTI4MCA3MHYtMTQwaDEyODB2NzB6Jy8+PC9zdmc+)
}

.divider6 {
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMjgwIDE0MCcgcHJlc2VydmVBc3BlY3RSYXRpbz0nbm9uZSc+PHBhdGggb3BhY2l0eT0nLjUnIGQ9J00wIDEzNy4zbDEwMDMuNi0xMDcuNiAyNzYuNCAyOS42di01OS4zaC0xMjgweicvPjxwYXRoIGQ9J00wIDEwOS4zbDEwMDMuNi04NS43IDI3Ni40IDIzLjZ2LTQ3LjJoLTEyODB6Jy8+PC9zdmc+);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMjgwIDE0MCcgcHJlc2VydmVBc3BlY3RSYXRpbz0nbm9uZSc+PHBhdGggb3BhY2l0eT0nLjUnIGQ9J00wIDEzNy4zbDEwMDMuNi0xMDcuNiAyNzYuNCAyOS42di01OS4zaC0xMjgweicvPjxwYXRoIGQ9J00wIDEwOS4zbDEwMDMuNi04NS43IDI3Ni40IDIzLjZ2LTQ3LjJoLTEyODB6Jy8+PC9zdmc+)
}

.bubble-small {
    position: absolute;
    border-radius: 100%;
    background: #fff;
    width: 30px;
    height: 30px;
    left: -10px;
    bottom: -10px
}

.bubble-big {
    position: absolute;
    border-radius: 100%;
    background: rgba(255, 255, 255, .5);
    width: 50px;
    height: 50px;
    left: -20px;
    bottom: -20px
}

.square-1,
.square-2 {
    height: 20px;
    border: 2px solid #383838;
    width: 20px;
    position: absolute
}

.square-1 {
    transform: rotate(30deg);
    left: 12px;
    top: 5px
}

.square-2 {
    transform: rotate(70deg);
    right: 8px;
    top: 2px
}

.square-filled-1,
.square-filled-2 {
    height: 20px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .5)
}

.square-filled-1 {
    width: 20px;
    position: absolute;
    left: 20px;
    bottom: 7px;
    transform: rotate(30deg)
}

.square-filled-2 {
    width: 20px;
    position: absolute;
    right: 15px;
    top: 2px;
    transform: rotate(-15deg)
}

.tiny-bubbles-1,
.tiny-bubbles-2,
.tiny-bubbles-3,
.tiny-bubbles-4 {
    background: rgba(255, 255, 255, .3);
    position: absolute
}

.tiny-bubbles-1 {
    width: 8px;
    height: 8px;
    border-radius: 100%
}

.tiny-bubbles-2 {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    left: 12px;
    top: 12px
}

.tiny-bubbles-3 {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    left: 24px;
    top: 4px
}

.tiny-bubbles-4 {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    right: 12px;
    top: 0
}

.tiny-dot-1,
.tiny-dot-2 {
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 100%
}

.tiny-dot-2 {
    position: absolute;
    left: 12px;
    top: 12px
}

.tiny-dot-3 {
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    right: 18px;
    top: 4px
}

.tiny-dot-4,
.tiny-dot-5,
.tiny-dot-8 {
    height: 2px;
    border-radius: 100%;
    position: absolute;
    background: #fff
}

.tiny-dot-4 {
    width: 2px;
    left: 18px;
    top: 23px
}

.tiny-dot-5 {
    width: 2px;
    left: 30px;
    top: 2px
}

.tiny-dot-6 {
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    right: 5px;
    top: 0
}

.tiny-dot-7 {
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    right: 12px;
    bottom: 11px
}

.tiny-dot-8 {
    width: 2px;
    right: 25px;
    bottom: 14px
}

.divider-preview {
    background-size: 100% 40px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 41px;
    top: 0
}

.background-gradient-effect {
    background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB) !important;
    background-size: 400% 400% !important;
    animation: Gradient 15s ease infinite
}

@keyframes Gradient {

    0%,
    100% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

.effect-wrapper {
    position: absolute !important;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    margin: auto
}

.effect-wrapper.ripple-background {
    width: 100%
}

.bg-stars-wrapper #stars,
.bg-stars-wrapper #stars:after {
    width: 1px;
    height: 1px;
    background: 0 0;
    box-shadow: 1359px 1518px #fff, 1736px 358px #fff, 238px 1063px #fff, 370px 1495px #fff, 1094px 1433px #fff, 922px 1019px #fff, 1906px 646px #fff, 974px 1000px #fff, 1173px 1498px #fff, 731px 45px #fff, 1601px 976px #fff, 813px 704px #fff, 1121px 788px #fff, 1030px 1664px #fff, 554px 1216px #fff, 1903px 1694px #fff, 767px 833px #fff, 1470px 1456px #fff, 457px 1057px #fff, 1117px 1317px #fff, 746px 427px #fff, 556px 676px #fff, 1122px 852px #fff, 528px 1963px #fff, 973px 1102px #fff, 1980px 116px #fff, 821px 711px #fff, 1617px 1697px #fff, 1094px 1846px #fff, 672px 280px #fff, 1856px 499px #fff, 1500px 1561px #fff, 675px 1554px #fff, 1713px 238px #fff, 1845px 744px #fff, 1726px 1346px #fff, 878px 1063px #fff, 1481px 563px #fff, 282px 1584px #fff, 812px 288px #fff, 13px 1300px #fff, 389px 276px #fff, 1749px 229px #fff, 373px 922px #fff, 917px 550px #fff, 744px 1259px #fff, 1628px 878px #fff, 638px 1333px #fff, 821px 1555px #fff, 1114px 1443px #fff, 220px 672px #fff, 1817px 1075px #fff, 819px 737px #fff, 49px 633px #fff, 829px 1645px #fff, 67px 365px #fff, 187px 1868px #fff, 1798px 1199px #fff, 36px 460px #fff, 1689px 148px #fff, 768px 1536px #fff, 1329px 1158px #fff, 162px 510px #fff, 1098px 723px #fff, 1990px 1866px #fff, 1904px 277px #fff, 599px 1236px #fff, 231px 1518px #fff, 101px 1401px #fff, 65px 572px #fff, 1000px 1271px #fff, 1314px 186px #fff, 218px 1460px #fff, 154px 702px #fff, 1662px 146px #fff, 1508px 484px #fff, 513px 797px #fff, 199px 510px #fff, 1790px 266px #fff, 1487px 491px #fff, 7px 1846px #fff, 1981px 973px #fff, 1829px 1089px #fff, 713px 1556px #fff, 296px 567px #fff, 1532px 687px #fff, 729px 1940px #fff, 888px 1426px #fff, 1411px 1654px #fff, 1342px 1416px #fff, 928px 414px #fff, 618px 1977px #fff, 288px 583px #fff, 1303px 1562px #fff, 238px 657px #fff, 1304px 1483px #fff, 1182px 1502px #fff, 451px 112px #fff, 1177px 993px #fff, 506px 152px #fff, 1215px 1102px #fff, 1471px 817px #fff, 1398px 90px #fff, 1939px 1697px #fff, 798px 1748px #fff, 1746px 439px #fff, 675px 1780px #fff, 135px 414px #fff, 1348px 9px #fff, 1604px 880px #fff, 589px 1885px #fff, 344px 344px #fff, 1697px 368px #fff, 70px 1442px #fff, 1019px 297px #fff, 1383px 608px #fff, 1613px 447px #fff, 736px 836px #fff, 493px 926px #fff, 1786px 1323px #fff, 750px 429px #fff, 179px 1577px #fff, 989px 1502px #fff, 857px 1033px #fff, 350px 743px #fff, 87px 816px #fff, 98px 1078px #fff, 583px 17px #fff, 699px 282px #fff, 1889px 1165px #fff, 1599px 1273px #fff, 423px 266px #fff, 1311px 1913px #fff, 747px 759px #fff, 1220px 422px #fff, 1993px 1724px #fff, 680px 1474px #fff, 1649px 19px #fff, 1392px 1344px #fff, 1152px 1230px #fff, 1913px 144px #fff, 348px 1739px #fff, 448px 1193px #fff, 1160px 624px #fff, 462px 1060px #fff, 542px 1198px #fff, 754px 1836px #fff, 1368px 1025px #fff, 1117px 1353px #fff, 705px 1685px #fff, 1505px 1082px #fff, 930px 720px #fff, 828px 760px #fff, 1023px 945px #fff, 662px 1475px #fff, 102px 1362px #fff, 815px 1919px #fff, 654px 1079px #fff, 1837px 1576px #fff, 1636px 802px #fff, 77px 985px #fff, 383px 1557px #fff, 266px 638px #fff, 770px 1558px #fff, 986px 1213px #fff, 1123px 1548px #fff, 359px 1688px #fff, 57px 1159px #fff, 83px 1741px #fff, 1306px 1497px #fff, 1650px 707px #fff, 1890px 1654px #fff, 1892px 1898px #fff, 1162px 1510px #fff, 994px 1232px #fff, 1625px 1174px #fff, 1912px 1832px #fff, 803px 1259px #fff, 1644px 485px #fff, 582px 1936px #fff, 1828px 502px #fff, 376px 1366px #fff, 319px 907px #fff, 188px 1839px #fff, 195px 1055px #fff, 1193px 802px #fff, 349px 409px #fff, 1013px 813px #fff, 272px 474px #fff, 87px 1459px #fff, 309px 1246px #fff, 1619px 1637px #fff, 588px 1256px #fff, 103px 1046px #fff, 1576px 1279px #fff, 81px 1524px #fff, 609px 1023px #fff, 808px 1821px #fff, 1865px 859px #fff, 1057px 1319px #fff, 157px 2px #fff, 627px 649px #fff, 7px 1239px #fff, 1794px 1254px #fff, 1818px 17px #fff, 728px 1247px #fff, 1336px 1478px #fff, 972px 1396px #fff, 782px 1825px #fff, 1759px 639px #fff, 1159px 1024px #fff, 383px 22px #fff, 659px 1747px #fff, 1773px 1569px #fff, 1211px 1319px #fff, 1911px 1450px #fff, 1774px 557px #fff, 597px 1425px #fff, 495px 184px #fff, 1481px 810px #fff, 775px 403px #fff, 485px 591px #fff, 648px 1975px #fff, 661px 618px #fff, 1425px 353px #fff, 166px 1848px #fff, 1142px 535px #fff, 1289px 739px #fff, 1056px 1146px #fff, 70px 613px #fff, 486px 1283px #fff, 1877px 1401px #fff, 1889px 1895px #fff, 1664px 1953px #fff, 70px 1109px #fff, 1754px 487px #fff, 764px 1306px #fff, 1409px 263px #fff, 618px 1577px #fff, 197px 1142px #fff, 1196px 342px #fff, 275px 1673px #fff, 896px 669px #fff, 827px 1771px #fff, 1962px 1331px #fff, 300px 1921px #fff, 1366px 674px #fff, 639px 971px #fff, 337px 1660px #fff, 44px 832px #fff, 602px 1412px #fff, 1006px 1975px #fff, 1375px 229px #fff, 648px 1377px #fff, 819px 1427px #fff, 1871px 1520px #fff, 1560px 1152px #fff, 418px 1933px #fff, 15px 1963px #fff, 487px 1086px #fff, 727px 1916px #fff, 1057px 1923px #fff, 799px 1956px #fff, 1367px 68px #fff, 910px 1698px #fff, 1741px 198px #fff, 782px 432px #fff, 1687px 725px #fff, 1099px 1500px #fff, 1051px 1422px #fff, 246px 73px #fff, 1474px 1372px #fff, 826px 1992px #fff, 20px 1004px #fff, 369px 239px #fff, 290px 1031px #fff, 1433px 1363px #fff, 1971px 328px #fff, 1838px 1745px #fff, 1565px 836px #fff, 459px 1098px #fff, 1810px 1742px #fff, 1868px 291px #fff, 1653px 1705px #fff, 1409px 663px #fff, 282px 156px #fff, 1593px 984px #fff, 1223px 236px #fff, 1007px 1090px #fff, 492px 1025px #fff, 866px 1301px #fff, 1970px 66px #fff, 76px 696px #fff, 782px 1776px #fff, 885px 77px #fff, 1506px 785px #fff, 547px 1180px #fff, 1993px 334px #fff, 914px 861px #fff, 1251px 1594px #fff, 514px 1671px #fff, 175px 1203px #fff, 1440px 1022px #fff, 1750px 1300px #fff, 375px 396px #fff, 1481px 1118px #fff, 937px 641px #fff, 1375px 88px #fff, 1228px 230px #fff, 445px 1251px #fff, 1305px 673px #fff, 368px 382px #fff, 1644px 180px #fff, 132px 1606px #fff, 1103px 52px #fff, 719px 662px #fff, 827px 1602px #fff, 1718px 653px #fff, 618px 969px #fff, 155px 570px #fff, 63px 1939px #fff, 154px 343px #fff, 1844px 1228px #fff, 1049px 596px #fff, 1403px 1578px #fff, 1059px 308px #fff, 1438px 323px #fff, 458px 478px #fff, 798px 300px #fff, 1706px 1511px #fff, 1433px 966px #fff, 1397px 1640px #fff, 473px 138px #fff, 1692px 1516px #fff, 1979px 970px #fff, 743px 1326px #fff, 55px 1091px #fff, 1881px 1516px #fff, 1614px 1263px #fff, 43px 632px #fff, 290px 409px #fff, 1306px 60px #fff, 634px 1285px #fff, 1210px 1896px #fff, 1505px 1649px #fff, 581px 739px #fff, 1484px 1602px #fff, 1662px 750px #fff, 553px 1852px #fff, 868px 801px #fff, 297px 1286px #fff, 1289px 370px #fff, 850px 271px #fff, 1616px 677px #fff, 26px 1641px #fff, 700px 1148px #fff, 1386px 443px #fff, 121px 788px #fff, 145px 1188px #fff, 1210px 749px #fff, 1774px 672px #fff, 524px 107px #fff, 1959px 813px #fff, 721px 503px #fff, 1399px 334px #fff, 892px 1641px #fff, 1448px 242px #fff, 436px 849px #fff, 1171px 1960px #fff, 1634px 1100px #fff, 1231px 1777px #fff, 679px 1868px #fff, 1324px 616px #fff, 334px 1287px #fff, 1569px 1968px #fff, 424px 65px #fff, 1743px 558px #fff, 40px 430px #fff, 1110px 813px #fff, 1671px 832px #fff, 131px 497px #fff, 1995px 1755px #fff, 1275px 1681px #fff, 781px 219px #fff, 1110px 639px #fff, 1741px 226px #fff, 1974px 210px #fff, 765px 870px #fff, 1960px 1260px #fff, 1869px 556px #fff, 1627px 1406px #fff, 19px 809px #fff, 204px 574px #fff, 1619px 454px #fff, 773px 741px #fff, 1020px 1337px #fff, 556px 1140px #fff, 775px 1008px #fff, 506px 1987px #fff, 64px 711px #fff, 1261px 301px #fff, 1287px 1669px #fff, 1898px 1353px #fff, 224px 1816px #fff, 1887px 42px #fff, 395px 1556px #fff, 589px 441px #fff, 992px 1166px #fff, 1901px 1734px #fff, 1778px 1341px #fff, 1308px 502px #fff, 984px 26px #fff, 1732px 1653px #fff, 259px 735px #fff, 1797px 868px #fff, 79px 873px #fff, 258px 1030px #fff, 1443px 146px #fff, 719px 469px #fff, 1411px 971px #fff, 1307px 394px #fff, 1083px 712px #fff, 1920px 1472px #fff, 696px 1399px #fff, 968px 1955px #fff, 338px 1792px #fff, 1406px 1598px #fff, 1567px 1858px #fff, 1184px 37px #fff, 525px 885px #fff, 862px 441px #fff, 335px 553px #fff, 441px 225px #fff, 1471px 1825px #fff, 1876px 1698px #fff, 658px 947px #fff, 387px 192px #fff, 728px 1387px #fff, 220px 1905px #fff, 1865px 1986px #fff, 173px 63px #fff, 1257px 1240px #fff, 801px 971px #fff, 409px 1697px #fff, 639px 619px #fff, 1628px 1094px #fff, 534px 1275px #fff, 1117px 340px #fff, 1535px 820px #fff, 630px 1410px #fff, 1771px 1361px #fff, 324px 1772px #fff, 650px 1259px #fff, 1046px 1754px #fff, 847px 862px #fff, 335px 238px #fff, 285px 271px #fff, 307px 1496px #fff, 1759px 1833px #fff, 1727px 1471px #fff, 1790px 1263px #fff, 257px 221px #fff, 1378px 1406px #fff, 241px 88px #fff, 955px 1865px #fff, 55px 1837px #fff, 1404px 814px #fff, 61px 692px #fff, 999px 1073px #fff, 1234px 1829px #fff, 1638px 433px #fff, 1937px 1555px #fff, 1109px 1781px #fff, 1567px 1576px #fff, 522px 1288px #fff, 1842px 933px #fff, 1918px 1764px #fff, 52px 1971px #fff, 780px 735px #fff, 812px 742px #fff, 203px 617px #fff, 244px 1809px #fff, 1375px 1537px #fff, 1993px 11px #fff, 1825px 1271px #fff, 438px 1715px #fff, 968px 1001px #fff, 1574px 1518px #fff, 817px 638px #fff, 686px 724px #fff, 1073px 1513px #fff, 986px 1409px #fff, 335px 1975px #fff, 1595px 1323px #fff, 524px 222px #fff, 1602px 161px #fff, 1019px 1026px #fff, 436px 41px #fff, 514px 546px #fff, 1221px 1040px #fff, 281px 1660px #fff, 1386px 762px #fff, 309px 1155px #fff, 139px 1886px #fff, 1784px 1863px #fff, 517px 183px #fff, 1810px 1994px #fff, 607px 1884px #fff, 1647px 244px #fff, 571px 1487px #fff, 1270px 938px #fff, 1047px 1516px #fff, 1548px 470px #fff, 653px 51px #fff, 1974px 927px #fff, 314px 928px #fff, 1469px 901px #fff, 372px 486px #fff, 1795px 249px #fff, 12px 1683px #fff, 596px 940px #fff, 410px 1235px #fff, 1922px 1267px #fff, 1353px 968px #fff, 1914px 601px #fff, 1020px 1936px #fff, 1139px 1344px #fff, 443px 1943px #fff, 273px 1368px #fff, 1254px 13px #fff, 1700px 1301px #fff, 471px 840px #fff, 832px 1369px #fff, 639px 122px #fff, 873px 1678px #fff, 1623px 1733px #fff, 338px 1599px #fff, 1504px 8px #fff, 229px 69px #fff, 569px 1682px #fff, 229px 568px #fff, 949px 52px #fff, 528px 334px #fff, 1883px 1141px #fff, 1051px 125px #fff, 468px 1529px #fff, 7px 1748px #fff, 1627px 530px #fff, 108px 1302px #fff, 494px 4px #fff, 532px 1201px #fff, 1963px 163px #fff, 1141px 1458px #fff, 1265px 1200px #fff, 682px 1109px #fff, 1663px 161px #fff, 1254px 1038px #fff, 873px 1044px #fff, 201px 488px #fff, 23px 302px #fff, 692px 572px #fff, 328px 1825px #fff, 1576px 526px #fff, 466px 1718px #fff, 725px 604px #fff, 784px 1166px #fff, 1938px 1730px #fff, 1598px 1763px #fff, 1538px 836px #fff, 1978px 629px #fff, 1724px 1157px #fff, 1984px 832px #fff, 1613px 982px #fff, 1088px 1504px #fff, 1142px 1024px #fff, 951px 1521px #fff, 1160px 800px #fff, 165px 1173px #fff, 1151px 1966px #fff, 1830px 723px #fff, 1813px 1901px #fff, 463px 1932px #fff, 827px 974px #fff, 1247px 352px #fff, 118px 1863px #fff, 330px 635px #fff, 744px 1147px #fff, 174px 647px #fff, 824px 965px #fff, 548px 413px #fff, 1316px 1526px #fff, 1720px 1180px #fff, 164px 227px #fff, 32px 1323px #fff, 148px 778px #fff, 1068px 1682px #fff, 838px 214px #fff, 1268px 1693px #fff, 957px 1439px #fff, 1730px 765px #fff, 472px 1960px #fff, 26px 77px #fff, 1995px 1731px #fff, 1647px 1715px #fff, 82px 23px #fff, 1156px 1223px #fff, 352px 987px #fff, 203px 1866px #fff, 629px 454px #fff, 1482px 1590px #fff, 952px 218px #fff, 593px 1524px #fff, 658px 939px #fff, 1643px 1212px #fff, 1079px 124px #fff, 617px 550px #fff, 1762px 883px #fff, 1561px 475px #fff, 1358px 1913px #fff, 1856px 1255px #fff, 1181px 819px #fff, 98px 897px #fff, 1298px 1740px #fff, 1503px 1764px #fff, 1918px 1240px #fff, 996px 74px #fff, 1627px 1784px #fff, 233px 1729px #fff, 1151px 199px #fff, 32px 1972px #fff, 1954px 1816px #fff, 1641px 1249px #fff, 811px 588px #fff, 920px 1670px #fff, 51px 1554px #fff, 442px 610px #fff, 1615px 257px #fff, 862px 638px #fff, 1365px 344px #fff, 1672px 1009px #fff, 1219px 336px #fff, 1969px 1067px #fff, 1945px 1606px #fff, 1939px 1873px #fff, 491px 65px #fff, 775px 683px #fff, 1519px 104px #fff, 1178px 671px #fff, 1711px 1238px #fff, 1811px 725px #fff, 1782px 197px #fff, 1064px 444px #fff, 1549px 1974px #fff, 445px 1512px #fff, 288px 699px #fff, 1167px 348px #fff, 1140px 1089px #fff, 3px 1814px #fff, 1559px 1440px #fff, 1895px 465px #fff, 105px 1029px #fff, 1381px 692px #fff, 1872px 595px #fff, 690px 963px #fff, 382px 558px #fff, 151px 927px #fff, 1538px 1491px #fff, 1255px 1009px #fff, 697px 908px #fff, 732px 1968px #fff, 509px 960px #fff, 495px 228px #fff, 362px 234px #fff, 565px 1930px #fff, 935px 304px #fff, 1204px 372px #fff, 1918px 1145px #fff, 991px 8px #fff, 758px 566px #fff, 1462px 30px #fff, 283px 1916px #fff, 621px 1323px #fff, 387px 659px #fff, 745px 1172px #fff, 1705px 1197px #fff, 1059px 497px #fff, 1239px 712px #fff, 673px 1228px #fff, 575px 641px #fff, 1277px 210px #fff, 1870px 651px #fff, 942px 1090px #fff, 1275px 586px #fff, 1189px 1178px #fff, 962px 746px #fff, 2000px 1691px #fff, 1352px 1241px #fff, 554px 905px #fff, 206px 1878px #fff, 1858px 322px #fff, 2214px 322px #fff, 2304px 522px #fff
}

.bg-stars-wrapper #stars {
    animation: animStar 50s linear infinite
}

.bg-stars-wrapper #stars:after {
    content: " ";
    position: absolute;
    top: 2000px
}

.bg-stars-wrapper #stars2,
.bg-stars-wrapper #stars2:after {
    width: 2px;
    height: 2px;
    background: 0 0;
    box-shadow: 68px 605px #fff, 547px 979px #fff, 347px 1251px #fff, 698px 32px #fff, 1465px 67px #fff, 213px 895px #fff, 665px 1943px #fff, 562px 1855px #fff, 366px 1187px #fff, 517px 877px #fff, 1174px 195px #fff, 639px 6px #fff, 1939px 1994px #fff, 1400px 1392px #fff, 501px 389px #fff, 1395px 826px #fff, 1126px 1345px #fff, 869px 515px #fff, 143px 1508px #fff, 890px 163px #fff, 1052px 137px #fff, 1099px 955px #fff, 766px 751px #fff, 1027px 1671px #fff, 1078px 1428px #fff, 1434px 1778px #fff, 611px 1635px #fff, 838px 1845px #fff, 1548px 499px #fff, 1742px 1545px #fff, 1606px 524px #fff, 780px 1818px #fff, 1465px 1016px #fff, 290px 568px #fff, 1717px 1324px #fff, 1123px 962px #fff, 1812px 1900px #fff, 769px 748px #fff, 1767px 1191px #fff, 1676px 1295px #fff, 683px 1033px #fff, 1664px 1835px #fff, 1219px 770px #fff, 255px 1105px #fff, 880px 858px #fff, 975px 76px #fff, 1537px 1794px #fff, 1983px 1173px #fff, 1449px 1833px #fff, 1114px 1761px #fff, 1080px 356px #fff, 1312px 515px #fff, 1262px 889px #fff, 652px 1438px #fff, 16px 343px #fff, 1732px 1203px #fff, 439px 1257px #fff, 428px 584px #fff, 1075px 1579px #fff, 1638px 1695px #fff, 1824px 526px #fff, 1320px 782px #fff, 439px 1431px #fff, 853px 1155px #fff, 1042px 1952px #fff, 1452px 880px #fff, 535px 1610px #fff, 1520px 1567px #fff, 1271px 433px #fff, 1293px 9px #fff, 1922px 1513px #fff, 1007px 289px #fff, 1926px 92px #fff, 843px 200px #fff, 544px 1504px #fff, 61px 895px #fff, 1978px 749px #fff, 729px 1831px #fff, 603px 1729px #fff, 1382px 1538px #fff, 771px 1957px #fff, 1769px 1957px #fff, 196px 75px #fff, 1317px 930px #fff, 1752px 1265px #fff, 845px 1674px #fff, 1317px 1642px #fff, 575px 803px #fff, 1841px 578px #fff, 1873px 1368px #fff, 1781px 771px #fff, 1920px 107px #fff, 99px 809px #fff, 965px 1290px #fff, 288px 443px #fff, 1927px 1303px #fff, 415px 1381px #fff, 167px 564px #fff, 493px 347px #fff, 540px 1811px #fff, 1089px 1925px #fff, 1329px 1308px #fff, 906px 1184px #fff, 1833px 924px #fff, 784px 917px #fff, 88px 1063px #fff, 1233px 1030px #fff, 1756px 320px #fff, 326px 25px #fff, 1359px 476px #fff, 880px 1906px #fff, 1120px 1281px #fff, 1434px 832px #fff, 1988px 232px #fff, 1037px 202px #fff, 594px 1284px #fff, 1227px 1145px #fff, 636px 1825px #fff, 1253px 1556px #fff, 308px 1408px #fff, 1366px 987px #fff, 4px 1083px #fff, 258px 1082px #fff, 272px 640px #fff, 1796px 1114px #fff, 1397px 391px #fff, 662px 44px #fff, 1087px 1128px #fff, 1905px 1616px #fff, 1623px 1938px #fff, 993px 1902px #fff, 348px 345px #fff, 422px 269px #fff, 966px 1743px #fff, 106px 1346px #fff, 1114px 838px #fff, 1px 664px #fff, 650px 546px #fff, 1736px 1294px #fff, 695px 190px #fff, 300px 59px #fff, 1971px 1045px #fff, 320px 477px #fff, 1195px 217px #fff, 729px 204px #fff, 1176px 229px #fff, 187px 1602px #fff, 146px 1891px #fff, 1137px 340px #fff, 1833px 1510px #fff, 1227px 1467px #fff, 232px 1851px #fff, 1940px 274px #fff, 549px 1317px #fff, 732px 469px #fff, 1549px 403px #fff, 832px 1815px #fff, 1052px 1020px #fff, 273px 1519px #fff, 384px 627px #fff, 46px 428px #fff, 920px 968px #fff, 1298px 779px #fff, 1480px 380px #fff, 1862px 534px #fff, 438px 1491px #fff, 555px 1432px #fff, 1813px 1825px #fff, 1248px 270px #fff, 907px 928px #fff, 1162px 845px #fff, 1332px 1903px #fff, 1487px 1187px #fff, 411px 1927px #fff, 872px 710px #fff, 924px 534px #fff, 1250px 31px #fff, 178px 1019px #fff, 386px 161px #fff, 1250px 724px #fff, 1535px 674px #fff, 1308px 1812px #fff, 177px 300px #fff, 1446px 571px #fff, 605px 1916px #fff, 1625px 1983px #fff, 1557px 1925px #fff, 1387px 1980px #fff, 1507px 1422px #fff, 149px 461px #fff, 937px 1046px #fff, 1797px 348px #fff, 1223px 777px #fff, 351px 1849px #fff, 104px 1353px #fff, 1652px 1635px #fff, 1687px 1420px #fff, 923px 1921px #fff, 1771px 1978px #fff, 828px 922px #fff, 2214px 322px #fff, 2304px 522px #fff
}

.bg-stars-wrapper #stars2 {
    animation: animStar 100s linear infinite
}

.bg-stars-wrapper #stars2:after {
    content: " ";
    position: absolute;
    top: 2000px
}

.bg-stars-wrapper #stars3,
.bg-stars-wrapper #stars3:after {
    width: 3px;
    height: 3px;
    background: 0 0;
    box-shadow: 854px 654px #fff, 1175px 1395px #fff, 1004px 348px #fff, 1000px 1258px #fff, 30px 683px #fff, 1244px 1826px #fff, 1406px 1193px #fff, 1775px 1242px #fff, 1309px 739px #fff, 136px 741px #fff, 1883px 1733px #fff, 1455px 1105px #fff, 1214px 126px #fff, 1387px 1936px #fff, 1312px 1476px #fff, 1156px 1375px #fff, 1562px 526px #fff, 1534px 1116px #fff, 756px 1202px #fff, 1989px 204px #fff, 904px 567px #fff, 934px 1989px #fff, 974px 1739px #fff, 1316px 102px #fff, 23px 98px #fff, 295px 982px #fff, 1640px 916px #fff, 915px 426px #fff, 1717px 1095px #fff, 202px 345px #fff, 629px 1634px #fff, 1676px 781px #fff, 1988px 1144px #fff, 1121px 131px #fff, 1973px 54px #fff, 104px 1878px #fff, 1341px 510px #fff, 833px 359px #fff, 1847px 982px #fff, 1685px 1839px #fff, 523px 446px #fff, 1072px 1946px #fff, 1132px 646px #fff, 193px 1146px #fff, 1116px 919px #fff, 326px 1815px #fff, 179px 1679px #fff, 480px 784px #fff, 1743px 1653px #fff, 1627px 758px #fff, 761px 694px #fff, 1470px 1271px #fff, 1655px 1780px #fff, 441px 1471px #fff, 1996px 489px #fff, 1555px 238px #fff, 1841px 875px #fff, 1338px 1986px #fff, 589px 1873px #fff, 428px 1142px #fff, 1428px 1078px #fff, 1034px 849px #fff, 1182px 457px #fff, 1620px 1362px #fff, 1367px 746px #fff, 1128px 1135px #fff, 1704px 767px #fff, 1245px 597px #fff, 1167px 983px #fff, 1574px 167px #fff, 1675px 849px #fff, 1807px 35px #fff, 1988px 1417px #fff, 128px 1728px #fff, 1419px 688px #fff, 334px 1797px #fff, 1156px 822px #fff, 1912px 1210px #fff, 812px 399px #fff, 1284px 664px #fff, 439px 1055px #fff, 751px 111px #fff, 369px 1664px #fff, 1757px 839px #fff, 425px 1745px #fff, 1864px 1495px #fff, 781px 1295px #fff, 1336px 171px #fff, 294px 1278px #fff, 1422px 1841px #fff, 1846px 1267px #fff, 1364px 1686px #fff, 1259px 1168px #fff, 8px 216px #fff, 1993px 1192px #fff, 1092px 563px #fff, 455px 805px #fff, 904px 1402px #fff, 1477px 207px #fff, 1352px 738px #fff
}

.bg-stars-wrapper #stars3 {
    animation: animStar 150s linear infinite
}

.bg-stars-wrapper #stars3:after {
    content: " ";
    position: absolute;
    top: 2000px
}

@keyframes animStar {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-2000px)
    }
}

.bubble {
    background-color: rgba(255, 255, 255, .4);
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute
}

.bubble-1 {
    opacity: .33;
    left: 32vw;
    top: 48vh;
    animation: move-1 30.02s infinite;
    transform: translate(0, 0) scale(1.21)
}

.bubble-2 {
    opacity: .3;
    left: 15vw;
    top: 46vh;
    animation: move-2 30.04s infinite;
    transform: translate(0, 0) scale(1.57)
}

.bubble-3 {
    opacity: .42;
    left: 81vw;
    top: 64vh;
    animation: move-3 30.06s infinite;
    transform: translate(0, 0) scale(.99)
}

.bubble-4 {
    opacity: .09;
    left: 23vw;
    top: 83vh;
    animation: move-4 30.08s infinite;
    transform: translate(0, 0) scale(.67)
}

.bubble-5 {
    opacity: .33;
    left: 13vw;
    top: 25vh;
    animation: move-5 30.1s infinite;
    transform: translate(0, 0) scale(1.48)
}

.bubble-6 {
    opacity: .13;
    left: 13vw;
    top: 73vh;
    animation: move-6 30.12s infinite;
    transform: translate(0, 0) scale(1.22)
}

.bubble-7 {
    opacity: .23;
    left: 66vw;
    top: 38vh;
    animation: move-7 30.14s infinite;
    transform: translate(0, 0) scale(.11)
}

.bubble-8 {
    opacity: .85;
    left: 52vw;
    top: 100vh;
    animation: move-8 30.16s infinite;
    transform: translate(0, 0) scale(1.21)
}

.bubble-9 {
    opacity: .69;
    left: 49vw;
    top: 7vh;
    animation: move-9 30.18s infinite;
    transform: translate(0, 0) scale(.94)
}

.bubble-10 {
    opacity: .23;
    left: 69vw;
    top: 34vh;
    animation: move-10 30.2s infinite;
    transform: translate(0, 0) scale(.57)
}

.bubble-11 {
    opacity: .41;
    left: 26vw;
    top: 46vh;
    animation: move-11 30.22s infinite;
    transform: translate(0, 0) scale(1.21)
}

.bubble-12 {
    opacity: .2;
    left: 29vw;
    top: 57vh;
    animation: move-12 30.24s infinite;
    transform: translate(0, 0) scale(1.36)
}

.bubble-13 {
    opacity: .84;
    left: 86vw;
    top: 90vh;
    animation: move-13 30.26s infinite;
    transform: translate(0, 0) scale(1.46)
}

.bubble-14 {
    opacity: .06;
    left: 49vw;
    top: 31vh;
    animation: move-14 30.28s infinite;
    transform: translate(0, 0) scale(.22)
}

.bubble-15 {
    opacity: .53;
    left: 97vw;
    top: 78vh;
    animation: move-15 30.3s infinite;
    transform: translate(0, 0) scale(1.66)
}

.bubble-16 {
    opacity: 1;
    left: 10vw;
    top: 85vh;
    animation: move-16 30.32s infinite;
    transform: translate(0, 0) scale(1.6)
}

.bubble-17 {
    opacity: .53;
    left: 50vw;
    top: 63vh;
    animation: move-17 30.34s infinite;
    transform: translate(0, 0) scale(.96)
}

.bubble-18 {
    opacity: .73;
    left: 60vw;
    top: 53vh;
    animation: move-18 30.36s infinite;
    transform: translate(0, 0) scale(.61)
}

.bubble-19 {
    opacity: .72;
    left: 87vw;
    top: 49vh;
    animation: move-19 30.38s infinite;
    transform: translate(0, 0) scale(.15)
}

.bubble-20 {
    opacity: .71;
    left: 18vw;
    top: 72vh;
    animation: move-20 30.4s infinite;
    transform: translate(0, 0) scale(.68)
}

.bubble-21 {
    opacity: .22;
    left: 81vw;
    top: 32vh;
    animation: move-21 30.42s infinite;
    transform: translate(0, 0) scale(1.24)
}

.bubble-22 {
    opacity: .83;
    left: 6vw;
    top: 57vh;
    animation: move-22 30.44s infinite;
    transform: translate(0, 0) scale(1.48)
}

.bubble-23 {
    opacity: .21;
    left: 52vw;
    top: 3vh;
    animation: move-23 30.46s infinite;
    transform: translate(0, 0) scale(.41)
}

.bubble-24 {
    opacity: .41;
    left: 48vw;
    top: 50vh;
    animation: move-24 30.48s infinite;
    transform: translate(0, 0) scale(.79)
}

.bubble-25 {
    opacity: .6;
    left: 3vw;
    top: 68vh;
    animation: move-25 30.5s infinite;
    transform: translate(0, 0) scale(.58)
}

.bubble-26 {
    opacity: .16;
    left: 95vw;
    top: 36vh;
    animation: move-26 30.52s infinite;
    transform: translate(0, 0) scale(.62)
}

.bubble-27 {
    opacity: .14;
    left: 7vw;
    top: 79vh;
    animation: move-27 30.54s infinite;
    transform: translate(0, 0) scale(1.77)
}

.bubble-28 {
    opacity: .46;
    left: 86vw;
    top: 18vh;
    animation: move-28 30.56s infinite;
    transform: translate(0, 0) scale(.57)
}

.bubble-29 {
    opacity: .62;
    left: 18vw;
    top: 57vh;
    animation: move-29 30.58s infinite;
    transform: translate(0, 0) scale(1.21)
}

.bubble-30 {
    opacity: .15;
    left: 50vw;
    top: 17vh;
    animation: move-30 30.6s infinite;
    transform: translate(0, 0) scale(1.64)
}

@keyframes move-1 {
    60% {
        transform: translate(-54vw, -64vh)
    }
}

@keyframes move-2 {
    39% {
        transform: translate(-48vw, -71vh)
    }
}

@keyframes move-3 {
    55% {
        transform: translate(-44vw, -48vh)
    }
}

@keyframes move-4 {
    54% {
        transform: translate(-40vw, -37vh)
    }
}

@keyframes move-5 {
    53% {
        transform: translate(-12vw, -34vh)
    }
}

@keyframes move-6 {
    53% {
        transform: translate(-2vw, -59vh)
    }
}

@keyframes move-7 {
    40% {
        transform: translate(-61vw, -9vh)
    }
}

@keyframes move-8 {
    46% {
        transform: translate(-22vw, -56vh)
    }
}

@keyframes move-9 {
    58% {
        transform: translate(-41vw, -66vh)
    }
}

@keyframes move-10 {
    58% {
        transform: translate(-70vw, -46vh)
    }
}

@keyframes move-11 {
    56% {
        transform: translate(-18vw, -31vh)
    }
}

@keyframes move-12 {
    39% {
        transform: translate(-66vw, -71vh)
    }
}

@keyframes move-13 {
    48% {
        transform: translate(-19vw, -98vh)
    }
}

@keyframes move-14 {
    48% {
        transform: translate(-45vw, -42vh)
    }
}

@keyframes move-15 {
    55% {
        transform: translate(-77vw, -98vh)
    }
}

@keyframes move-16 {
    31% {
        transform: translate(-37vw, -40vh)
    }
}

@keyframes move-17 {
    58% {
        transform: translate(-68vw, -52vh)
    }
}

@keyframes move-18 {
    56% {
        transform: translate(-87vw, -8vh)
    }
}

@keyframes move-19 {
    42% {
        transform: translate(-9vw, -63vh)
    }
}

@keyframes move-20 {
    54% {
        transform: translate(-49vw, -71vh)
    }
}

@keyframes move-21 {
    34% {
        transform: translate(-32vw, -87vh)
    }
}

@keyframes move-22 {
    54% {
        transform: translate(0, -16vh)
    }
}

@keyframes move-23 {
    43% {
        transform: translate(-80vw, -30vh)
    }
}

@keyframes move-24 {
    60% {
        transform: translate(-51vw, -77vh)
    }
}

@keyframes move-25 {
    44% {
        transform: translate(-34vw, -24vh)
    }
}

@keyframes move-26 {
    36% {
        transform: translate(-53vw, -56vh)
    }
}

@keyframes move-27 {
    43% {
        transform: translate(-40vw, -27vh)
    }
}

@keyframes move-28 {
    37% {
        transform: translate(-89vw, -98vh)
    }
}

@keyframes move-29 {
    53% {
        transform: translate(-37vw, -13vh)
    }
}

@keyframes move-30 {
    46% {
        transform: translate(-6vw, -63vh)
    }
}

.squares li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, .2);
    animation: animateSquares 25s linear infinite;
    bottom: -150px
}

.squares li:before {
    display: none !important
}

.squares li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s
}

.squares li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s
}

.squares li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s
}

.squares li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s
}

.squares li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s
}

.squares li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s
}

.squares li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s
}

.squares li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s
}

.squares li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s
}

.squares li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s
}

@keyframes animateSquares {
    0% {
        transform: translateY(0) rotate(0);
        opacity: 1;
        border-radius: 0
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%
    }
}

.cube {
    position: absolute;
    top: 80vh;
    left: 45vw;
    width: 10px;
    height: 10px;
    border: 1px solid #282828;
    transform-origin: top left;
    transform: scale(0) rotate(0) translate(-50%, -50%);
    animation: cube 12s ease-in forwards infinite
}

.author-page-wrap .author-page-top-bg,
.small-shape {
    height: 200px
}

.cube:nth-child(2n) {
    border-color: #565555
}

.cube:nth-child(2) {
    animation-delay: 2s;
    left: 25vw;
    top: 40vh
}

.cube:nth-child(3) {
    animation-delay: 4s;
    left: 75vw;
    top: 50vh
}

.cube:nth-child(4) {
    animation-delay: 6s;
    left: 90vw;
    top: 10vh
}

.cube:nth-child(5) {
    animation-delay: 8s;
    left: 10vw;
    top: 85vh
}

.cube:nth-child(6) {
    animation-delay: 10s;
    left: 50vw;
    top: 10vh
}

@keyframes cube {
    from {
        transform: scale(0) rotate(0) translate(-50%, -50%);
        opacity: 1
    }

    to {
        transform: scale(20) rotate(960deg) translate(-50%, -50%);
        opacity: 0
    }
}

.circle {
    position: absolute;
    border-radius: 50%;
    background: #fff;
    animation: ripple 15s infinite;
    box-shadow: 0 0 1px 0 #508fb9
}

.small-shape {
    width: 200px;
    left: -100px;
    bottom: -100px
}

.medium-shape {
    width: 400px;
    height: 400px;
    left: -200px;
    bottom: -200px
}

.large-shape {
    width: 600px;
    height: 600px;
    left: -300px;
    bottom: -300px
}

.xlarge-shape {
    width: 800px;
    height: 800px;
    left: -400px;
    bottom: -400px
}

.xxlarge-shape {
    width: 1000px;
    height: 1000px;
    left: -500px;
    bottom: -500px
}

.shade1 {
    opacity: .1
}

.shade2 {
    opacity: .3
}

.shade3 {
    opacity: .5
}

.shade4 {
    opacity: .6
}

.blogpost-unit-wrapper .blogpost-author-name:hover,
.blogpost-unit-wrapper .blogpost-info-wrap a:hover,
.shade5 {
    opacity: .7
}

@keyframes ripple {

    0%,
    100% {
        transform: scale(.8)
    }

    50% {
        transform: scale(1.2)
    }
}

.content-color-white {
    color: #fff !important
}

.content-color-gray {
    color: grey !important
}

.content-color-darkgray {
    color: #222 !important
}

.content-color-black {
    color: #000 !important
}

.content-color-green {
    color: #49e664 !important
}

.content-color-red {
    color: #984c4c !important
}

.builder-notice {
    display: none
}

.phxadminbar {
    display: none !important
}

.phoenix-admin-menu-wrapper {
    position: fixed;
    background: #fff;
    left: 50px;
    top: 90px;
    z-index: 20000;
    font-family: Ouicksand, sans-serif;
    border-radius: 5px;
    color: #707070;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .18));
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none
}

.phoenix-admin-menu-wrapper .phx-admin-menu-inner {
    transition: all .3s;
    padding: 15px
}

.phoenix-admin-menu-wrapper .phx-admin-close {
    position: absolute;
    right: -5px;
    top: -5px;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    cursor: pointer
}

.phoenix-admin-menu-wrapper .phx-admin-close:hover {
    background: #10b19c;
    color: #fff
}

.phoenix-admin-menu-wrapper .phx-admin-close .arrow-down {
    display: block
}

.phoenix-admin-menu-wrapper .phx-admin-close .arrow-up,
.phoenix-admin-menu-wrapper .phx-admin-close.drop-up .arrow-down {
    display: none
}

.phoenix-admin-menu-wrapper .phx-admin-close.drop-up .arrow-up {
    display: block
}

.phoenix-admin-menu-wrapper .phx-admin-close .fa,
.phoenix-admin-menu-wrapper .phx-admin-close .material-icons {
    font-size: 16px
}

.phoenix-admin-menu-wrapper .phx-logo-wrapper {
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    background: url(../img/phoenix-logo-1.jpg) center no-repeat;
    height: 50px;
    background-size: 140px
}

.phoenix-admin-menu-wrapper .phx-logo-wrapper img {
    max-height: 30px;
    max-width: 100%;
    margin-bottom: 10px;
    display: inline-block
}

.phoenix-admin-menu-wrapper .active-user-wrapper {
    align-items: center;
    padding: 5px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 15px;
    font-size: 13px;
    text-align: center;
    color: #707070
}

.phoenix-admin-menu-wrapper .active-user-wrapper .active-user-btn {
    border-radius: 20px;
    margin-bottom: 5px;
    padding: 10px;
    cursor: pointer
}

.phoenix-admin-menu-wrapper .active-user-wrapper .active-user-btn:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .18);
    color: #10b19c
}

.phoenix-admin-menu-wrapper .active-user-wrapper .active-user-image {
    margin-bottom: 5px
}

.phoenix-admin-menu-wrapper .active-user-wrapper .active-user-image img {
    width: 30px;
    height: auto;
    border-radius: 50%
}

.phoenix-admin-menu-wrapper .active-user-wrapper .active-user-name {
    font-size: 10px
}

.phoenix-admin-menu-wrapper .menu-items-wrapper {
    margin-top: 15px
}

.phoenix-admin-menu-wrapper .menu-items-wrapper .phx-admin-menu-item {
    padding: 10px 20px;
    text-transform: initial;
    font-size: 13px;
    font-weight: 300;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #707070;
    transition: all .3s;
    border-radius: 20px
}

.phoenix-admin-menu-wrapper .menu-items-wrapper .phx-admin-menu-item:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .18);
    color: #10b19c
}

.phoenix-admin-menu-wrapper .menu-items-wrapper .phx-admin-menu-item .fa,
.phoenix-admin-menu-wrapper .menu-items-wrapper .phx-admin-menu-item .material-icons {
    margin-right: 15px;
    font-size: 17px
}

.vimeo-video-small {
    max-height: 500px;
    overflow: hidden
}

.vimeo-video-small .overlay {
    position: absolute;
    z-index: 19;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(51, 51, 51, .28)
}

.vimeo-video-small iframe {
    width: 100%
}

.vimeo-video-small iframe .player .video-wrapper .video {
    height: auto !important
}

.vimeo-video-small .vimeo-popup-overlay {
    display: none
}

.share-icons-modal,
.subscribe-modal {
    margin-top: 180px !important
}

.share-icons-modal a,
.subscribe-modal a {
    cursor: pointer
}

.share-icons-modal .share-modal-inner,
.subscribe-modal .share-modal-inner {
    text-align: left
}

.share-icons-modal .share-modal-inner a,
.subscribe-modal .share-modal-inner a {
    display: inline-flex !important;
    width: calc(50% - 7px) !important;
    color: #fff;
    flex: 1;
    margin: 2px !important;
    text-align: left;
    align-items: center
}

.share-icons-modal .share-modal-inner a.whatsapp,
.subscribe-modal .share-modal-inner a.whatsapp {
    display: none !important
}

.share-icons-modal .share-modal-inner a i,
.subscribe-modal .share-modal-inner a i {
    flex: .6;
    margin-right: 10px;
    margin-left: 10px
}

.share-icons-modal .share-modal-inner a .share-post-btn-txt,
.subscribe-modal .share-modal-inner a .share-post-btn-txt {
    flex: 4;
    text-align: left;
    margin-top: auto !important
}

@media(max-width:1024px) {

    .share-icons-modal,
    .subscribe-modal {
        min-width: 0 !important;
        margin-top: 90px !important
    }

    .share-icons-modal .share-modal-title,
    .subscribe-modal .share-modal-title {
        font-size: 16px !important
    }

    .share-icons-modal .share-modal-inner a.whatsapp,
    .subscribe-modal .share-modal-inner a.whatsapp {
        display: inline-flex !important
    }
}

@media(max-width:900px) {

    .share-icons-modal .share-post-btn-txt,
    .subscribe-modal .share-post-btn-txt {
        margin-top: 0 !important
    }
}

.share-icons-modal .subscribe-modal-social .whatsapp,
.subscribe-modal .subscribe-modal-social .whatsapp {
    display: block !important
}

.share-icons-modal .subscribe-modal-social .link-whatsapp,
.subscribe-modal .subscribe-modal-social .link-whatsapp {
    background: #35ca50 !important
}

.blogpost-template-wrapper .blogpost-share-wrap-sidedock .share-buttons-wrap i {
    margin-right: auto !important;
    margin-left: auto !important
}

.blogpost-unit-wrapper .article-avarage-read {
    color: #a1a1a1;
    margin-top: 10px;
    font-size: 12px
}

.blogpost-unit-wrapper .article-avarage-read .blog-post-read-time-holder:before {
    font-family: 'font awesome 5 pro', 'font awesome 5 free';
    font-weight: 900;
    content: '\f017';
    margin-right: 7px;
    color: #b9b9b9
}

.blogpost-unit-wrapper .blogpost-author-name a,
.blogpost-unit-wrapper .blogpost-info-wrap a {
    color: inherit !important
}

.blogpost-unit-wrapper.basic-simple-blogpost-unit .article-avarage-read,
.blogpost-unit-wrapper.standard-blogpost-unit .article-avarage-read {
    margin-top: 5px;
    font-size: 10px
}

.blogpost-unit-wrapper .blogpost-content img {
    max-width: 100%
}

.blogpost-unit-wrapper .blogpost-content pre {
    display: inline-block;
    white-space: unset
}

.blogpost-unit-wrapper .blogpost-content .wp-caption {
    width: auto !important
}

.blogpost-unit-wrapper .blogpost-content .alignright {
    float: right;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px
}

.blogpost-unit-wrapper .blogpost-content .alignleft {
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px
}

.blogpost-unit-wrapper .blogpost-content .aligncenter {
    margin: auto
}

.blogpost-unit-wrapper .blogpost-content .image-align-left {
    float: left;
    margin: 5px 25px 5px 0;
    max-width: calc(100% - 5px)
}

.blogpost-unit-wrapper .blogpost-content .image-align-center {
    margin: auto;
    display: block
}

.blogpost-unit-wrapper .blogpost-content .image-align-right {
    float: right;
    margin: 5px 25px 5px 0;
    max-width: calc(100% - 5px)
}

.blogpost-unit-wrapper .blogpost-content .image-align-none {
    display: block
}

.blogpost-unit-wrapper .blogpost-content iframe {
    margin: auto;
    display: block
}

.blogpost-unit-wrapper .blogpost-content .wp-caption,
.blogpost-unit-wrapper .blogpost-content .wp-caption img,
.blogpost-unit-wrapper .blogpost-content .wpcaption,
.blogpost-unit-wrapper .blogpost-content .wpcaption img {
    max-width: 100%
}

.blogpost-unit-wrapper .blogpost-content .wp-caption .wp-caption-text,
.blogpost-unit-wrapper .blogpost-content .wpcaption .wp-caption-text {
    text-align: center
}

.blogpost-unit-wrapper .blogpost-content .paragraph-style,
.blogpost-unit-wrapper .blogpost-content p {
    margin-bottom: 20px !important;
    margin-top: 20px
}

.blogpost-unit-wrapper .blogpost-content blockquote a {
    text-decoration: underline
}

.blogpost-unit-wrapper .blogpost-content blockquote a:hover {
    text-decoration: underline;
    opacity: .8
}

.blogpost-unit-wrapper .blogpost-author-bio .author-website-wrap a:hover,
.blogpost-unit-wrapper .blogpost-author-bio a:hover {
    opacity: .7
}

.blogpost-unit-wrapper .blogpost-content blockquote p {
    margin: 0 !important;
    font-weight: 300
}

.blogpost-unit-wrapper .blogpost-content blockquote b,
.blogpost-unit-wrapper .blogpost-content blockquote strong {
    font-weight: 600
}

.blogpost-unit-wrapper .blogpost-content .embedsocial-album-iframe {
    background: #f9f9f9;
    box-shadow: 0 0 3px 0 rgba(41, 41, 41, .57) !important
}

.blogpost-unit-wrapper.normal-img-blogpost-unit .blogpost-title {
    margin-top: 20px
}

.blogpost-unit-wrapper.large-img-blogpost-unit .blogpost-info-wrap,
.blogpost-unit-wrapper.normal-img-blogpost-unit .blogpost-info-wrap {
    margin: auto !important
}

.blogpost-unit-wrapper.large-img-blogpost-unit .blogpost-info-wrap .blogpost-author-img,
.blogpost-unit-wrapper.normal-img-blogpost-unit .blogpost-info-wrap .blogpost-author-img {
    margin: -100px auto auto !important
}

.blogpost-unit-wrapper.basic-simple-blogpost-unit .blogpost-info-wrap-left {
    min-height: 90px
}

.blogpost-unit-wrapper.basic-simple-blogpost-unit .blogpost-info-wrap-left .blogpost-author-img {
    margin-right: 20px
}

.blogpost-unit-wrapper.basic-simple-blogpost-unit .blogpost-info-wrap-left .blogpost-author-details {
    margin-left: 0 !important
}

.blogpost-unit-wrapper.basic-simple-blogpost-unit .blogpost-title {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.blogpost-unit-wrapper.basic-simple-blogpost-unit .blogpost-title h1 {
    max-width: none !important;
    text-align: right;
    margin-bottom: 0 !important
}

@media(max-width:1024px) {
    .blogpost-unit-wrapper {
        padding-top: 0 !important
    }

    .blogpost-unit-wrapper.normal-img-blogpost-unit .blogpost-info-wrap {
        margin: auto !important
    }

    .blogpost-unit-wrapper.normal-img-blogpost-unit .blogpost-info-wrap .blogpost-author-img {
        margin: -50px auto auto !important
    }

    .blogpost-unit-wrapper .normal-img-blogpost-hero {
        margin: 0 -30px;
        min-height: 0 !important
    }

    .blogpost-unit-wrapper .share-buttons-wrap {
        width: 100%
    }
}

@media(max-width:1200px) {
    .blogpost-unit-wrapper .blogpost-share-wrap-sidedock {
        display: none !important
    }
}

.blogpost-unit-wrapper ul {
    margin-left: 20px;
    margin-top: 15px !important;
    list-style: circle !important
}

.blogpost-unit-wrapper ul li {
    padding-left: 0 !important
}

.blogpost-unit-wrapper ul.checklist,
.blogpost-unit-wrapper ul.checkmark,
.blogpost-unit-wrapper ul.crosslist,
.blogpost-unit-wrapper ul.crossmark,
.blogpost-unit-wrapper ul.kruisje1,
.blogpost-unit-wrapper ul.vinkje1 {
    list-style: none !important;
    margin-left: 0;
    padding-left: 30px
}

.blogpost-unit-wrapper ul li:before {
    display: none
}

.blogpost-unit-wrapper ul.checklist li:before,
.blogpost-unit-wrapper ul.checkmark li:before,
.blogpost-unit-wrapper ul.vinkje1 li:before {
    left: 0;
    display: block;
    position: absolute;
    font-size: inherit !important;
    line-height: inherit !important;
    content: '\f00c';
    color: #31ad36;
    font-family: 'font awesome 5 pro', 'font awesome 5 free';
    font-weight: 900
}

.blogpost-unit-wrapper ul.crosslist li:before,
.blogpost-unit-wrapper ul.crossmark li:before,
.blogpost-unit-wrapper ul.kruisje1 li:before {
    left: 0;
    display: block;
    position: absolute;
    font-size: inherit !important;
    line-height: inherit !important;
    content: '\f00d' !important;
    color: #ad332d;
    font-family: 'font awesome 5 pro', 'font awesome 5 free';
    font-weight: 900
}

.blogpost-unit-wrapper ol {
    list-style: decimal !important;
    margin-left: 20px;
    margin-top: 15px !important
}

.blogpost-unit-wrapper ol li {
    padding-left: 0 !important
}

.blogpost-unit-wrapper ol li:before {
    display: none
}

.blogpost-unit-wrapper .share-buttons-wrap .share-count,
.blogpost-unit-wrapper .share-buttons-wrap .total-likes-leftbar {
    display: none !important
}

.blogpost-unit-wrapper .tweetquote {
    position: relative;
    border-radius: 2px;
    padding-right: 3px
}

.blogpost-unit-wrapper .tweetquote:after {
    content: '\f099';
    font-family: 'font awesome 5 pro', 'font awesome 5 free';
    font-weight: 900;
    color: #26c4f1 !important;
    font-size: 22px;
    margin-left: 3px
}

.blogpost-unit-wrapper .tweetquote a {
    color: #26c4f1;
    border-bottom: 1px dashed #26c4f1 !important
}

.blogpost-unit-wrapper .tweetquote:hover {
    background: #26c4f1 !important;
    border-radius: 2px;
    transition: all .3s
}

.blogpost-unit-wrapper .tweetquote:hover a {
    color: #fff;
    border-bottom: 1px dashed #fff !important
}

.blogpost-unit-wrapper .tweetquote:hover:after {
    color: #fff !important
}

.blogpost-unit-wrapper .bottom-onestep {
    margin: 40px 0 !important;
    border-bottom: 0 !important
}

.blogpost-unit-wrapper .share-buttons-wrap a {
    cursor: pointer
}

.blogpost-unit-wrapper .share-buttons-wrap i {
    margin-right: 10px;
    margin-left: 10px
}

@media(max-width:1024px) {
    .blogpost-unit-wrapper .share-buttons-wrap {
        display: block !important
    }

    .blogpost-unit-wrapper .share-buttons-wrap a {
        margin-bottom: 10px !important
    }

    .blogpost-unit-wrapper .share-buttons-wrap .share-post-btn-txt {
        display: none !important
    }

    .blogpost-unit-wrapper .share-buttons-wrap .whatsapp {
        display: inline-flex !important;
        color: #fff !important
    }

    .blogpost-unit-wrapper .share-buttons-wrap .whatsapp .fa {
        margin-right: 0 !important;
        margin-left: 10px !important
    }

    .blogpost-unit-wrapper .share-buttons-wrap .whatsapp .share-count {
        margin-top: 0 !important;
        padding-right: 0 !important
    }

    .blogpost-unit-wrapper .share-buttons-wrap .whatsapp .share-count .fa {
        margin-right: 10px !important;
        margin-left: 10px !important
    }
}

@media(max-width:960px) {
    .blogpost-template-wrapper {
        padding-top: 0 !important
    }

    .blogpost-unit-wrapper.basic-simple-blogpost-unit .blogpost-title {
        justify-content: center
    }

    .blogpost-unit-wrapper .blogpost-share-wrap-onestep .share-post-btn i {
        margin-right: 0
    }
}

.blogpost-unit-wrapper .blogpost-share-wrap-onestep.no-border-bottom {
    border-bottom: 0 !important
}

@media(max-width:900px) {
    .blogpost-unit-wrapper.large-img-blogpost-unit .blogpost-top-wrap {
        padding-top: 30px
    }

    .blogpost-unit-wrapper .large-hero-img-blogpost-share-wrap-onestep .share-buttons-wrap a {
        padding: 10px !important;
        justify-content: center
    }

    .blogpost-unit-wrapper .large-hero-img-blogpost-share-wrap-onestep .share-buttons-wrap .whatsapp .fa {
        margin: 0 10px !important
    }

    .blogpost-unit-wrapper .standard-blogpost-share-wrap-onestep .share-buttons-wrap a {
        padding-right: 10px !important;
        justify-content: center
    }

    .blogpost-unit-wrapper .standard-blogpost-share-wrap-onestep .share-buttons-wrap a .fa {
        margin: 0 !important
    }

    .blogpost-unit-wrapper .standard-blogpost-share-wrap-onestep .share-buttons-wrap .whatsapp .fa {
        margin-left: 0 !important
    }

    .blogpost-unit-wrapper .basic-simple-blogpost-share-wrap-onestep .share-buttons-wrap a {
        padding-right: 0 !important
    }

    .blogpost-unit-wrapper .basic-simple-blogpost-share-wrap-onestep .share-buttons-wrap .whatsapp .fa {
        margin-left: 0 !important
    }

    .blogpost-unit-wrapper .blogpost-author-bio .author-bio-text {
        font-size: 14px !important
    }
}

.blogpost-unit-wrapper .blogpost-author-bio .author-website-wrap {
    font-size: 12px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #c1c1c1;
    display: flex;
    align-items: center
}

.blogpost-unit-wrapper .blogpost-author-bio .author-website-wrap a {
    color: #fff !important;
    margin-right: 10px;
    background: #2f79b9;
    padding: 7px 10px;
    min-width: 30px;
    text-align: center;
    border-radius: 3px;
    height: 30px;
    display: flex;
    align-items: center
}

.blogpost-unit-wrapper .blogpost-author-bio .author-website-wrap a.author-website-link .fa {
    margin-left: 5px
}

.blogpost-unit-wrapper .blogpost-author-bio .author-website-wrap a .fa {
    color: #fff !important
}

.blogpost-unit-wrapper .blogpost-related-content .related-content-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-top: 60px;
    font-weight: 700
}

.blogpost-unit-wrapper .blogpost-related-content .related-content-flex-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media(max-width:900px) {
    .blogpost-unit-wrapper .blogpost-related-content .related-content-flex-wrap {
        display: block
    }
}

.blogpost-unit-wrapper .blogpost-related-content #postBlockPlaceholder {
    display: none !important
}

.blogpost-unit-wrapper .blogpost-related-content .post-block {
    flex: 1;
    margin: 20px;
    border-radius: 3px;
    max-width: calc(33.333333% - 40px);
    min-width: calc(33.333333% - 40px);
    background: #f9f9f9
}

@media(max-width:900px) {
    .blogpost-unit-wrapper .blogpost-related-content .post-block {
        margin: 20px auto;
        max-width: 500px;
        width: 100%
    }

    .blogpost-unit-wrapper .blogpost-related-content .post-block .post-img img {
        width: 100%;
        height: auto !important
    }
}

.blogpost-unit-wrapper .blogpost-related-content .post-block .post-img {
    max-width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 3px 3px 0 0
}

.blogpost-unit-wrapper .blogpost-related-content .post-block .post-img img {
    max-height: 170px;
    min-width: 0;
    max-width: initial;
    margin-left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-object-fit: cover;
    object-fit: cover
}

.blogpost-unit-wrapper .blogpost-related-content .post-block .post-title {
    padding: 20px;
    background: 0 0 !important;
    font-size: 12px;
    color: #333
}

.blogpost-unit-wrapper .blogpost-related-content .post-block .post-details {
    display: none
}

.flat-theme.basic-simple-blogpost-unit blockquote a {
    color: #515151 !important
}

@media(max-width:900px) {

    .flat-theme .basic-simple-blogpost-share-wrap-onestep .share-buttons-wrap a,
    .flat-theme .large-hero-img-blogpost-share-wrap-onestep .share-buttons-wrap a,
    .flat-theme .normal-hero-img-blogpost-share-wrap-onestep .share-buttons-wrap a,
    .flat-theme .standard-blogpost-share-wrap-onestep .share-buttons-wrap a {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin: 2px;
        border-radius: 8px
    }

    .flat-theme .basic-simple-blogpost-share-wrap-onestep .share-buttons-wrap .whatsapp .fa,
    .flat-theme .large-hero-img-blogpost-share-wrap-onestep .share-buttons-wrap .whatsapp .fa,
    .flat-theme .normal-hero-img-blogpost-share-wrap-onestep .share-buttons-wrap .whatsapp .fa,
    .flat-theme .standard-blogpost-share-wrap-onestep .share-buttons-wrap .whatsapp .fa {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .black-theme .respond-post-btn {
        display: none
    }

    .black-theme .basic-simple-blogpost-share-wrap-onestep .share-buttons-wrap a,
    .black-theme .large-hero-img-blogpost-share-wrap-onestep .share-buttons-wrap a,
    .black-theme .normal-hero-img-blogpost-share-wrap-onestep .share-buttons-wrap a,
    .black-theme .standard-blogpost-share-wrap-onestep .share-buttons-wrap a {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin: 2px
    }

    .black-theme .basic-simple-blogpost-share-wrap-onestep .share-buttons-wrap a .fa,
    .black-theme .large-hero-img-blogpost-share-wrap-onestep .share-buttons-wrap a .fa,
    .black-theme .normal-hero-img-blogpost-share-wrap-onestep .share-buttons-wrap a .fa,
    .black-theme .standard-blogpost-share-wrap-onestep .share-buttons-wrap a .fa {
        margin: 0 !important
    }

    .black-theme .basic-simple-blogpost-share-wrap-onestep .share-buttons-wrap .whatsapp .fa,
    .black-theme .large-hero-img-blogpost-share-wrap-onestep .share-buttons-wrap .whatsapp .fa,
    .black-theme .normal-hero-img-blogpost-share-wrap-onestep .share-buttons-wrap .whatsapp .fa,
    .black-theme .standard-blogpost-share-wrap-onestep .share-buttons-wrap .whatsapp .fa {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .dream-theme .respond-post-btn {
        display: none
    }

    .dream-theme .blogpost-share-wrap-onestep a {
        border-radius: 2px
    }

    .dream-theme .blogpost-share-wrap-onestep .fa,
    .dream-theme .blogpost-share-wrap-onestep .whatsapp .fa {
        margin: 0 5px !important
    }

    .dream-theme .basic-simple-blogpost-share-wrap-onestep .share-buttons-wrap a {
        padding-right: 16px !important
    }

    .dream-theme .basic-simple-blogpost-share-wrap-onestep .share-buttons-wrap .whatsapp .fa {
        margin: 0 !important
    }

    .ross-specter-theme .respond-post-btn {
        display: none
    }

    .ross-specter-theme .blogpost-share-wrap-onestep a {
        border-radius: 2px;
        padding-right: 5px !important;
        padding-left: 5px !important
    }

    .ross-specter-theme .blogpost-share-wrap-onestep i {
        margin: 0 10px 0 5px !important
    }

    .ross-specter-theme .blogpost-share-wrap-onestep .whatsapp i {
        margin-left: 5px !important;
        margin-right: 10px
    }

    .ross-specter-theme .blogpost-share-wrap-onestep.normal-hero-img-blogpost-share-wrap-onestep a i {
        margin-right: 5px !important
    }

    .ross-specter-theme .blogpost-share-wrap-onestep.normal-hero-img-blogpost-share-wrap-onestep a .whatsapp i {
        margin-left: 5px !important;
        margin-right: 5px !important
    }
}

.tippy-tooltip.phoenix-theme {
    max-width: 300px;
    box-shadow: 0 0 16px rgba(0, 0, 0, .6);
    border-radius: 3px;
    background: rgba(0, 0, 0, .74);
    color: #fff;
    font-weight: 600;
    display: block
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-circle],
.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-circle],
.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-circle],
.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-circle] {
    background-color: #fff
}

.tippy-tooltip.phoenix-theme img {
    max-width: 100%;
    margin: 10px;
    border-radius: 3px 3px 0 0
}

.tippy-tooltip.phoenix-theme span.excerpt {
    max-width: 300px;
    font-size: 14px;
    display: block;
    padding: 4px 0 6px 4px;
    text-align: left;
    font-family: open sans, sans-serif
}

.tippy-tooltip.phoenix-theme a.read_more_a {
    color: #fff;
    font-size: 20px;
    text-align: right;
    width: 100%;
    display: inline-block;
    padding: 0 12px
}

.tippy-tooltip.phoenix-theme a.read_more_a .fa {
    font-size: .7em
}

.excerpt_popup {
    display: none
}

.tippy-touch {
    cursor: pointer !important
}

.tippy-notransition {
    transition: none !important
}

.tippy-popper {
    max-width: 400px;
    perspective: 800px;
    z-index: 9999;
    outline: 0;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    pointer-events: none
}

.tippy-popper.html-template {
    max-width: 96%;
    max-width: calc(100% - 20px)
}

.tippy-popper[x-placement^=top] [x-arrow] {
    border-top: 7px solid #333;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    bottom: -7px;
    margin: 0 9px
}

.tippy-popper[x-placement^=top] [x-arrow].arrow-small {
    border-top: 5px solid #333;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: -5px
}

.tippy-popper[x-placement^=top] [x-arrow].arrow-big {
    border-top: 10px solid #333;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: -10px
}

.tippy-popper[x-placement^=top] [x-circle] {
    transform-origin: 0 33%
}

.tippy-popper[x-placement^=top] [x-circle].enter {
    transform: scale(1) translate(-50%, -55%);
    opacity: 1
}

.tippy-popper[x-placement^=top] [x-circle].leave {
    transform: scale(.15) translate(-50%, -50%);
    opacity: 0
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow] {
    border-top: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-small {
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-big {
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: rgba(0, 0, 0, .7)
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow] {
    border-top: 7px solid rgba(0, 0, 0, .7);
    border-right: 7px solid transparent;
    border-left: 7px solid transparent
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
    border-top: 5px solid rgba(0, 0, 0, .7);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent
}

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
    border-top: 10px solid rgba(0, 0, 0, .7);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent
}

.tippy-popper[x-placement^=top] [data-animation=perspective] {
    transform-origin: bottom
}

.tippy-popper[x-placement^=top] [data-animation=perspective].enter {
    opacity: 1;
    transform: translateY(-10px) rotateX(0)
}

.tippy-popper[x-placement^=top] [data-animation=perspective].leave {
    opacity: 0;
    transform: translateY(0) rotateX(90deg)
}

.tippy-popper[x-placement^=top] [data-animation=fade].enter {
    opacity: 1;
    transform: translateY(-10px)
}

.tippy-popper[x-placement^=top] [data-animation=fade].leave {
    opacity: 0;
    transform: translateY(-10px)
}

.tippy-popper[x-placement^=top] [data-animation=shift].enter {
    opacity: 1;
    transform: translateY(-10px)
}

.tippy-popper[x-placement^=top] [data-animation=shift].leave {
    opacity: 0;
    transform: translateY(0)
}

.tippy-popper[x-placement^=top] [data-animation=scale].enter {
    opacity: 1;
    transform: translateY(-10px) scale(1)
}

.tippy-popper[x-placement^=top] [data-animation=scale].leave {
    opacity: 0;
    transform: translateY(0) scale(0)
}

.tippy-popper[x-placement^=bottom] [x-arrow] {
    border-bottom: 7px solid #333;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    top: -7px;
    margin: 0 9px
}

.tippy-popper[x-placement^=bottom] [x-arrow].arrow-small {
    border-bottom: 5px solid #333;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    top: -5px
}

.tippy-popper[x-placement^=bottom] [x-arrow].arrow-big {
    border-bottom: 10px solid #333;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    top: -10px
}

.tippy-popper[x-placement^=bottom] [x-circle] {
    transform-origin: 0 -50%
}

.tippy-popper[x-placement^=bottom] [x-circle].enter {
    transform: scale(1) translate(-50%, -45%);
    opacity: 1
}

.tippy-popper[x-placement^=bottom] [x-circle].leave {
    transform: scale(.15) translate(-50%, -5%);
    opacity: 0
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow] {
    border-bottom: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-small {
    border-bottom: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-big {
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: rgba(0, 0, 0, .7)
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow] {
    border-bottom: 7px solid rgba(0, 0, 0, .7);
    border-right: 7px solid transparent;
    border-left: 7px solid transparent
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
    border-bottom: 5px solid rgba(0, 0, 0, .7);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
    border-bottom: 10px solid rgba(0, 0, 0, .7);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective] {
    transform-origin: top
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective].enter {
    opacity: 1;
    transform: translateY(10px) rotateX(0)
}

.tippy-popper[x-placement^=bottom] [data-animation=perspective].leave {
    opacity: 0;
    transform: translateY(0) rotateX(-90deg)
}

.tippy-popper[x-placement^=bottom] [data-animation=fade].enter {
    opacity: 1;
    transform: translateY(10px)
}

.tippy-popper[x-placement^=bottom] [data-animation=fade].leave {
    opacity: 0;
    transform: translateY(10px)
}

.tippy-popper[x-placement^=bottom] [data-animation=shift].enter {
    opacity: 1;
    transform: translateY(10px)
}

.tippy-popper[x-placement^=bottom] [data-animation=shift].leave {
    opacity: 0;
    transform: translateY(0)
}

.tippy-popper[x-placement^=bottom] [data-animation=scale].enter {
    opacity: 1;
    transform: translateY(10px) scale(1)
}

.tippy-popper[x-placement^=bottom] [data-animation=scale].leave {
    opacity: 0;
    transform: translateY(0) scale(0)
}

.tippy-popper[x-placement^=left] [x-arrow] {
    border-left: 7px solid #333;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    right: -7px;
    margin: 6px 0
}

.tippy-popper[x-placement^=left] [x-arrow].arrow-small {
    border-left: 5px solid #333;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    right: -5px
}

.tippy-popper[x-placement^=left] [x-arrow].arrow-big {
    border-left: 10px solid #333;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: -10px
}

.tippy-popper[x-placement^=left] [x-circle] {
    transform-origin: 50% 0
}

.tippy-popper[x-placement^=left] [x-circle].enter {
    transform: scale(1) translate(-50%, -50%);
    opacity: 1
}

.tippy-popper[x-placement^=left] [x-circle].leave {
    transform: scale(.15) translate(-50%, -50%);
    opacity: 0
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow] {
    border-left: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small {
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big {
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: rgba(0, 0, 0, .7)
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow] {
    border-left: 7px solid rgba(0, 0, 0, .7);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
    border-left: 5px solid rgba(0, 0, 0, .7);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent
}

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
    border-left: 10px solid rgba(0, 0, 0, .7);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent
}

.tippy-popper[x-placement^=left] [data-animation=perspective] {
    transform-origin: right
}

.tippy-popper[x-placement^=left] [data-animation=perspective].enter {
    opacity: 1;
    transform: translateX(-10px) rotateY(0)
}

.tippy-popper[x-placement^=left] [data-animation=perspective].leave {
    opacity: 0;
    transform: translateX(0) rotateY(-90deg)
}

.tippy-popper[x-placement^=left] [data-animation=fade].enter {
    opacity: 1;
    transform: translateX(-10px)
}

.tippy-popper[x-placement^=left] [data-animation=fade].leave {
    opacity: 0;
    transform: translateX(-10px)
}

.tippy-popper[x-placement^=left] [data-animation=shift].enter {
    opacity: 1;
    transform: translateX(-10px)
}

.tippy-popper[x-placement^=left] [data-animation=shift].leave {
    opacity: 0;
    transform: translateX(0)
}

.tippy-popper[x-placement^=left] [data-animation=scale].enter {
    opacity: 1;
    transform: translateX(-10px) scale(1)
}

.tippy-popper[x-placement^=left] [data-animation=scale].leave {
    opacity: 0;
    transform: translateX(0) scale(0)
}

.tippy-popper[x-placement^=right] [x-arrow] {
    border-right: 7px solid #333;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    left: -7px;
    margin: 6px 0
}

.tippy-popper[x-placement^=right] [x-arrow].arrow-small {
    border-right: 5px solid #333;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: -5px
}

.tippy-popper[x-placement^=right] [x-arrow].arrow-big {
    border-right: 10px solid #333;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -10px
}

.tippy-popper[x-placement^=right] [x-circle] {
    transform-origin: -50% 0
}

.tippy-popper[x-placement^=right] [x-circle].enter {
    transform: scale(1) translate(-50%, -50%);
    opacity: 1
}

.tippy-popper[x-placement^=right] [x-circle].leave {
    transform: scale(.15) translate(-50%, -50%);
    opacity: 0
}

.tippy-popper .tippy-tooltip.transparent-theme,
.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: rgba(0, 0, 0, .7)
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow] {
    border-right: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small {
    border-right: 5px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big {
    border-right: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow] {
    border-right: 7px solid rgba(0, 0, 0, .7);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
    border-right: 5px solid rgba(0, 0, 0, .7);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent
}

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
    border-right: 10px solid rgba(0, 0, 0, .7);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent
}

.tippy-popper[x-placement^=right] [data-animation=perspective] {
    transform-origin: left
}

.tippy-popper[x-placement^=right] [data-animation=perspective].enter {
    opacity: 1;
    transform: translateX(10px) rotateY(0)
}

.tippy-popper[x-placement^=right] [data-animation=perspective].leave {
    opacity: 0;
    transform: translateX(0) rotateY(90deg)
}

.tippy-popper[x-placement^=right] [data-animation=fade].enter {
    opacity: 1;
    transform: translateX(10px)
}

.tippy-popper[x-placement^=right] [data-animation=fade].leave {
    opacity: 0;
    transform: translateX(10px)
}

.tippy-popper[x-placement^=right] [data-animation=shift].enter {
    opacity: 1;
    transform: translateX(10px)
}

.tippy-popper[x-placement^=right] [data-animation=shift].leave {
    opacity: 0;
    transform: translateX(0)
}

.tippy-popper[x-placement^=right] [data-animation=scale].enter {
    opacity: 1;
    transform: translateX(10px) scale(1)
}

.tippy-popper[x-placement^=right] [data-animation=scale].leave {
    opacity: 0;
    transform: translateX(0) scale(0)
}

.tippy-popper .tippy-tooltip.transparent-theme[data-animatefill] {
    background-color: transparent
}

.tippy-popper .tippy-tooltip.light-theme {
    color: #26323d;
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, .1), 0 4px 80px -8px rgba(0, 20, 60, .2);
    background-color: #fff
}

.tippy-popper .tippy-tooltip.light-theme[data-animatefill] {
    background-color: transparent
}

.tippy-tooltip {
    position: relative;
    color: #fff;
    border-radius: 4px;
    font-size: .95rem;
    padding: .4rem .8rem;
    text-align: center;
    will-change: transform;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #333
}

.tippy-tooltip--small {
    padding: .25rem .5rem;
    font-size: .8rem
}

.tippy-tooltip--big {
    padding: .6rem 1.2rem;
    font-size: 1.2rem
}

.tippy-tooltip[data-animatefill] {
    overflow: hidden;
    background-color: transparent
}

.tippy-tooltip[data-interactive] {
    pointer-events: auto
}

.tippy-tooltip[data-inertia] {
    transition-timing-function: cubic-bezier(.53, 2, .36, .85)
}

.tippy-tooltip [x-arrow] {
    position: absolute;
    width: 0;
    height: 0
}

.tippy-tooltip [x-circle] {
    position: absolute;
    will-change: transform;
    background-color: #333;
    border-radius: 50%;
    width: 130%;
    width: calc(110% + 2rem);
    left: 50%;
    top: 50%;
    z-index: -1;
    overflow: hidden;
    transition: all ease
}

.tippy-tooltip [x-circle]::before {
    content: '';
    padding-top: 90%;
    float: left
}

@media(max-width:450px) {
    .tippy-popper {
        max-width: 96%;
        max-width: calc(100% - 20px)
    }
}

.vimeo-video-popup .vimeo-popup-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9) !important;
    z-index: 10000;
    top: 0;
    left: 0;
    overflow: visible;
    opacity: 0;
    transition: .15s
}

.vimeo-video-popup .vimeo-popup-overlay .popup-inner {
    position: relative;
    width: 720px;
    height: 409px;
    margin: 100px auto auto;
    transform: scale(.8);
    transition: .7s
}

.vimeo-video-popup .active .popup-inner {
    transition: .7s;
    transform: scale(1)
}

.make-it-big {
    max-height: none !important
}

.vimeo-video-full-screen {
    width: 100%
}

.vimeo-video-full-screen .overlay {
    position: absolute;
    z-index: 19;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(51, 51, 51, .28)
}

.vimeo-video-full-screen iframe {
    width: 100%
}

.vimeo-video-full-screen iframe .player .video-wrapper .video {
    height: auto !important
}

.vimeo-video-full-screen .vimeo-popup-overlay {
    display: none
}

.vimeo-video-middle {
    height: 76vh;
    overflow: hidden
}

@media(max-width:1160px) {
    .vimeo-video-middle {
        height: 100%
    }
}

.embed-container-small {
    position: relative;
    padding-bottom: 26%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.embed-container-small embed,
.embed-container-small iframe,
.embed-container-small object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.embed-container-half {
    position: relative;
    padding-bottom: 56.3%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.embed-container-half iframe,
.embed-container-small embed,
.embed-container-small object {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-width: none !important;
    width: 100% !important
}

.embed-container-full-screen {
    position: relative;
    padding-bottom: 56.3%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.embed-container-full-screen embed,
.embed-container-full-screen iframe,
.embed-container-full-screen object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.zero-width-flex {
    width: 0
}

@media(max-width:1023px) {

    .flex-box-1,
    .flex-box-2 {
        display: inline-block
    }
}

@keyframes toolbar-fade-in {
    0% {
        opacity: .3;
        transform: matrix(.6, 0, 0, .6, 0, 12)
    }

    100% {
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
}

#phxskin-popup-wrapper .popup-bottom .popup-button:hover,
.boombox-overlay .btn-success:hover,
.phxpopup.colored #phxoptin .popup-bottom .btn-success:hover,
.phxpopup.fancy #phxoptin .popup-bottom .btn-success:hover,
.phxpopup.simple #phxoptin .popup-bottom .btn-success:hover,
.phxpopup.simple-no-img #phxoptin .popup-bottom .btn-success:hover,
.sticky-el .btn-success:hover,
.sticky-el .fixed-optin-button-small:hover {
    opacity: .8
}

.flat-theme .cookiebar {
    font-family: Raleway, sans-serif !important
}

.flat-theme .cookiebar .cookietext {
    line-height: 1.8
}

.card-theme .cookiebar {
    font-family: open sans, sans-serif !important
}

.woman-theme .cookiebar {
    font-family: Quicksand, sans-serif !important
}

#site-footer.playful-theme,
.playful-theme .cookiebar {
    font-family: josefin sans, sans-serif !important
}

.black-theme .cookiebar {
    font-family: open sans, sans-serif !important
}

.dream-theme .cookiebar {
    font-family: Roboto, sans-serif !important
}

.ross-specter-theme .cookiebar {
    font-family: Montserrat, sans-serif
}

.cookiebar {
    position: fixed;
    width: 100%;
    height: auto;
    background: #fff;
    bottom: 0;
    box-shadow: -1px -1px 5px 5px rgba(0, 0, 0, .2);
    z-index: 9999999;
    left: 0;
    font-family: open sans, sans-serif !important;
    line-height: 2
}

.cookietext,
.privacy-policy {
    position: relative;
    font-size: 12px
}

.cookiebar .cookie-flex-wrap,
.cookiebar .cookie-inner-text,
.cookiebar .cookie-title {
    display: inline
}

.cookietext {
    text-align: center;
    padding: 20px;
    margin-bottom: 0
}

@media(max-width:900px) {
    .cookiebar {
        height: auto
    }

    .cookietext {
        display: block;
        margin: auto !important
    }
}

.cookietext strong {
    margin-right: 10px
}

@media(max-width:900px) {
    .cookietext strong {
        display: block;
        margin: 0 0 10px
    }
}

.privacy-policy {
    text-decoration: underline;
    bottom: 1px;
    margin-left: 10px;
    color: #8e8e8e;
    cursor: pointer
}

.blocking .decline-btn,
.cookie-btn {
    color: #fff;
    border-radius: 3px;
    outline: 0;
    cursor: pointer
}

@media(max-width:900px) {
    .privacy-policy {
        display: block;
        margin: 10px 0 0
    }
}

.cookie-btn {
    background-color: #33b539;
    padding: 5px 15px;
    margin-left: 15px;
    font-size: 14px;
    border: none;
    border-bottom: #28902d solid 2px
}

@media(max-width:900px) {
    .cookie-btn {
        display: block;
        margin: 15px auto auto !important
    }
}

.decline-btn {
    display: none
}

.cookie-btn:hover,
.decline-btn:hover {
    filter: brightness(110%)
}

.cookie-btn:active {
    filter: brightness(100%)
}

.blocking {
    height: auto;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    left: 0;
    right: 0;
    position: fixed;
    z-index: 100000
}

.blocking .decline-btn {
    display: none;
    background-color: #b52522;
    padding: 5px 10px;
    margin-left: 15px;
    font-size: 16px;
    border: none;
    border-bottom: #6d1b18 solid 2px
}

.blocking .cookie-flex-wrap {
    display: flex;
    background: #f5f5f5;
    flex-wrap: wrap
}

.blocking .cookie-flex-wrap .privacy-policy {
    order: 2;
    width: 100%
}

.blocking .cookie-flex-wrap .cookie-btn {
    order: 1
}

.blocking .cookiebar {
    max-width: 650px;
    margin: auto;
    position: absolute;
    height: auto;
    bottom: auto;
    top: 10%;
    left: 0;
    right: 0;
    width: auto
}

.blocking .cookiebar strong {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    margin-right: auto;
    font-size: 20px;
    padding: 20px
}

@media(max-width:900px) {
    .blocking .cookiebar {
        top: 10px
    }

    .blocking .cookiebar strong {
        padding: 10px
    }
}

.blocking .cookiebar .cookietext {
    font-size: 14px;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 2
}

.blocking .cookiebar .cookietext .cookie-inner-text {
    padding: 30px;
    color: gray;
    display: block
}

@media(max-width:900px) {
    .blocking .cookiebar .cookietext {
        font-size: 12px;
        line-height: 1.6
    }

    .blocking .cookiebar .cookietext .cookie-inner-text {
        padding: 14px
    }
}

.blocking .cookiebar .cookie-title {
    margin: 0 !important;
    display: block
}

.blocking .cookiebar .privacy-policy {
    margin: 20px 0;
    display: block;
    text-align: center
}

.blocking .cookiebar .cookie-btn {
    display: inline-block;
    margin: 20px auto auto
}

@media(max-width:767px) {
    .mobile-hidden-emm {
        display: none !important
    }
}

.boombox-overlay {
    display: none;
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    font-family: Roboto, open sans, helvetica neue, Helvetica, Arial, sans-serif
}

.boombox-overlay .text-center {
    text-align: center !important
}

.boombox-overlay h2 {
    margin: 50px auto auto;
    text-shadow: 2px 3px 2px rgba(60, 59, 59, .82);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.5em;
    color: #fff;
    max-width: 930px
}

@media(max-width:1000px) {
    .boombox-overlay h2 {
        margin: 20px auto auto;
        font-size: 1.5em;
        padding-bottom: 0;
        line-height: 36px;
        max-width: 90%
    }
}

.boombox-overlay h3 {
    margin: 20px auto auto;
    text-shadow: 2px 1.5px 2px rgba(60, 59, 59, .82);
    font-weight: 300;
    line-height: 34px;
    color: #fff;
    font-size: 1.8em;
    padding-bottom: 30px;
    max-width: 930px
}

.boombox-overlay h3 b {
    font-weight: 500
}

@media(max-width:1000px) {
    .boombox-overlay h3 {
        font-size: 1.3em;
        line-height: 27px;
        max-width: 90%;
        margin: 10px auto;
        padding: 0
    }
}

.boombox-overlay .content-container {
    max-width: 615px;
    margin: auto;
    text-align: center
}

@media(max-width:1000px) {
    .boombox-overlay .content-container {
        max-width: 440px
    }
}

.boombox-overlay .content-container img {
    max-width: 100%;
    max-height: 200px;
    border-radius: 3px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .3)
}

.boombox-overlay .video-container {
    max-width: 500px;
    max-height: 400px;
    height: auto
}

.boombox-overlay .embed-container iframe {
    border: none;
    border-radius: 3px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .3)
}

.boombox-overlay .no-thanks {
    margin-top: 2%;
    color: #fff;
    font-size: 1.2em
}

.boombox-overlay .no-thanks:hover {
    cursor: pointer;
    text-decoration: underline
}

.boombox-overlay .form-container {
    max-width: 1170px;
    margin: auto
}

.boombox-overlay .form-container .optin-wrapper {
    padding-top: 0;
    text-align: right;
    margin-top: 40px
}

.boombox-overlay .form-container img {
    margin-left: 50px;
    max-width: 240px;
    max-height: 320px;
    float: left
}

@media(max-width:767px) {
    .boombox-overlay h3 {
        font-size: 1.2em;
        line-height: 25px
    }

    .boombox-overlay .form-container .optin-wrapper {
        padding-top: 0;
        text-align: center
    }

    .boombox-overlay .form-container img {
        display: none
    }
}

.boombox-overlay .form-container label {
    display: none
}

.boombox-overlay .form-container .form-group {
    margin: 0
}

.boombox-overlay .form-container input {
    display: inline-block;
    width: 280px;
    margin-top: 20px;
    height: 40px;
    border: 1px solid gray;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .3)
}

@media(max-width:767px) {
    .boombox-overlay .form-container input {
        width: 90%;
        margin-top: 15px;
        padding: 10px;
        margin-bottom: 0
    }
}

.boombox-overlay .form-container .btn-success {
    margin-top: 40px;
    display: inline-block;
    width: 280px;
    font-size: 22px;
    border: none
}

@media(max-width:767px) {
    .boombox-overlay .form-container .btn-success {
        width: 90%;
        margin-top: 20px;
        font-size: 16px
    }
}

.boombox-overlay .input-button {
    padding-top: 30px
}

.boombox-overlay .input-button .submit-btn {
    border: none;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    color: #fff;
    font-size: 1.5em;
    font-weight: 500;
    height: 48px
}

@media(max-width:767px) {
    .boombox-overlay .input-button .submit-btn {
        height: auto;
        font-size: 1.2em;
        padding: 10px
    }
}

.form-container {
    color: #fff;
    text-align: left
}

.form-container .col-sm-6 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.overlay-close-wrapper {
    cursor: pointer;
    position: relative
}

.boombox-close {
    position: absolute;
    right: 30px;
    top: 20px;
    color: #fff
}

.boombox-close i {
    font-size: 2em
}

@media(max-width:767px) {
    .boombox-close i {
        font-size: 1.3em
    }

    .boombox-close {
        top: 5px;
        right: 10px
    }
}

#phxskin-popup-wrapper {
    max-width: 900px;
    margin: 15% auto auto;
    position: relative;
    color: #fff;
    border-radius: 6px
}

#phxskin-popup-wrapper .popup-top {
    padding: 40px;
    background: #009688;
    border-radius: 6px 6px 0 0;
    width: 100%
}

#phxskin-popup-wrapper .popup-top .popup-image {
    float: left;
    max-width: 150px;
    text-align: center
}

#phxskin-popup-wrapper .popup-top .popup-image img {
    max-width: 100%;
    height: auto
}

#phxskin-popup-wrapper .popup-top .popup-top-right {
    float: right;
    max-width: 600px
}

#phxskin-popup-wrapper .popup-top .popup-top-right .popup-title {
    font-size: 36px;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgba(0, 121, 107, .84)
}

#phxskin-popup-wrapper .popup-top .popup-top-right .popup-desc {
    margin-top: 20px;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.9;
    text-shadow: 1px 1px 1px rgba(0, 121, 107, .84)
}

#phxskin-popup-wrapper .popup-bottom {
    padding: 20px;
    background: #056756;
    border-radius: 0 0 6px 6px;
    width: 100%;
    text-align: center
}

#phxskin-popup-wrapper .popup-bottom .popup-inputs {
    display: inline-block
}

#phxskin-popup-wrapper .popup-bottom .popup-inputs input {
    width: 300px;
    display: inline-block;
    font-size: 1.1em;
    font-weight: 300;
    padding-right: 30px;
    background: #004d40;
    height: 40px;
    border-radius: 3px;
    border: none;
    margin-right: 20px;
    box-shadow: #004035 0 2px 2px 0
}

#phxskin-popup-wrapper .popup-bottom .popup-button {
    display: inline-block;
    background: #ff5722;
    color: #fff;
    margin-left: 15px;
    padding: 10px 25px;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 0 2px 0 0 #843213;
    height: 40px
}

#phxskin-popup-wrapper .popup-bottom .popup-button .fa,
.phxpopup.simple-no-img #phxoptin .popup-bottom .btn-success .fa {
    margin-left: 10px
}

.phxpopup.simple-no-img .hide-popup {
    right: 5px;
    top: 0;
    position: absolute;
    font-size: 22px;
    color: #747474;
    cursor: pointer
}

.phxpopup.simple-no-img #phxoptin {
    max-width: 600px;
    margin: 80px auto auto;
    position: relative;
    color: #282828;
    border-radius: 6px;
    background: #fff
}

.phxpopup.simple #phxoptin .popup-bottom .form-group,
.phxpopup.simple-no-img #phxoptin .popup-bottom .form-group {
    margin-bottom: 0
}

.phxpopup.simple-no-img #phxoptin .popup-title {
    font-size: 24px;
    font-weight: 600;
    color: #565656;
    background: #fff;
    width: 100%;
    padding: 30px;
    display: block;
    border-radius: 6px 6px 0 0;
    text-align: center
}

@media(max-width:767px) {
    .phxpopup.simple-no-img #phxoptin {
        margin-top: 5px
    }

    .phxpopup.simple-no-img #phxoptin .popup-title {
        padding-bottom: 10px
    }
}

.phxpopup.simple-no-img #phxoptin .popup-top {
    padding: 0 30px 30px;
    width: 100%
}

.phxpopup.simple-no-img #phxoptin .popup-top .popup-top-right {
    width: 0;
    float: right;
    text-align: center
}

.phxpopup.simple-no-img #phxoptin .popup-top .popup-top-right img {
    display: none;
    max-width: 100%
}

.phxpopup.simple-no-img #phxoptin .popup-top .popup-top-left {
    display: inline-block;
    width: 100%
}

.phxpopup.simple-no-img #phxoptin .popup-top .popup-top-left .popup-desc {
    margin-top: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.7;
    text-align: center
}

@media(max-width:767px) {
    .phxpopup.simple-no-img #phxoptin .popup-top {
        padding: 0 10px 10px
    }

    .phxpopup.simple-no-img #phxoptin .popup-top .popup-top-left .popup-desc {
        font-size: 14px
    }
}

.phxpopup.simple-no-img #phxoptin .popup-bottom {
    padding: 0 30px 30px;
    width: 100%;
    text-align: center
}

.phxpopup.simple-no-img #phxoptin .popup-bottom label {
    display: none
}

.phxpopup.simple-no-img #phxoptin .popup-bottom input {
    display: inline-block;
    font-size: 1.1em;
    font-weight: 300;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #4ab471;
    margin-bottom: 20px
}

.phxpopup.simple-no-img #phxoptin .popup-bottom .btn-success {
    border: none;
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    color: #fff;
    background-color: #4ab471;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    box-shadow: 0 2px 0 0 #3c945d
}

.phxpopup.simple .hide-popup {
    right: 5px;
    top: 0;
    position: absolute;
    font-size: 22px;
    color: #747474;
    cursor: pointer
}

.phxpopup.simple #phxoptin {
    max-width: 600px;
    margin: 80px auto auto;
    position: relative;
    color: #282828;
    border-radius: 6px;
    background: #fff
}

.phxpopup.simple #phxoptin .popup-title {
    font-size: 24px;
    font-weight: 600;
    color: #565656;
    background: #f3f5f7;
    width: 100%;
    padding: 20px;
    display: block;
    border-radius: 6px 6px 0 0;
    text-align: center
}

.phxpopup.simple #phxoptin .popup-top {
    padding: 20px 30px;
    width: 100%
}

.phxpopup.simple #phxoptin .popup-top .popup-top-right {
    width: 25%;
    float: right;
    text-align: center
}

.phxpopup.simple #phxoptin .popup-top .popup-top-right img {
    max-width: 100%
}

.phxpopup.simple #phxoptin .popup-top .popup-top-left {
    float: left;
    width: 65%
}

@media(max-width:767px) {
    .phxpopup.simple #phxoptin {
        margin-top: 5px
    }

    .phxpopup.simple #phxoptin .popup-title {
        font-size: 18px
    }

    .phxpopup.simple #phxoptin .popup-top .popup-top-right {
        display: none
    }

    .phxpopup.simple #phxoptin .popup-top .popup-top-left {
        width: 100%
    }
}

.phxpopup.simple #phxoptin .popup-top .popup-top-left .popup-desc {
    margin-top: 24px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6
}

@media(max-width:767px) {
    .phxpopup.simple #phxoptin .popup-top .popup-top-left .popup-desc {
        font-size: 14px;
        text-align: center;
        margin-top: 0
    }
}

.phxpopup.simple #phxoptin .popup-bottom {
    padding: 0 30px 30px;
    width: 100%;
    text-align: center
}

.phxpopup.simple #phxoptin .popup-bottom label {
    display: none
}

.phxpopup.simple #phxoptin .popup-bottom input {
    display: inline-block;
    font-size: 1.1em;
    font-weight: 300;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #4ab471;
    margin-bottom: 20px
}

.phxpopup.simple #phxoptin .popup-bottom .btn-success {
    border: none;
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    color: #fff;
    background-color: #4ab471;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    box-shadow: 0 2px 0 0 #3c945d
}

.phxpopup.simple #phxoptin .popup-bottom .btn-success .fa {
    margin-left: 10px
}

.phxpopup.colored {
    background: 0 0 !important;
    border: none !important
}

.phxpopup.colored .form-group {
    display: inline !important
}

.phxpopup.colored .form-control {
    width: auto !important
}

.phxpopup.colored .hide-popup {
    right: 13px;
    top: 8px;
    position: absolute;
    font-size: 22px;
    color: #747474;
    cursor: pointer
}

.phxpopup.colored #phxoptin {
    max-width: 600px;
    margin: 80px auto auto;
    position: relative;
    color: #282828;
    border-radius: 6px;
    padding-top: 10px
}

.phxpopup.colored #phxoptin .popup-top .popup-top-right img,
.phxpopup.fancy #phxoptin .popup-top .popup-top-right img {
    max-width: 100%
}

.phxpopup.colored #phxoptin .popup-title-inner {
    font-size: 24px;
    font-weight: 600;
    color: #565656;
    width: 100%;
    text-align: left
}

@media(max-width:767px) {
    .phxpopup.colored #phxoptin {
        margin-top: 5px
    }

    .phxpopup.colored #phxoptin .popup-title-inner {
        width: 100%;
        display: block;
        text-align: center;
        font-size: 18px;
        margin-left: auto;
        margin-top: 20px
    }
}

.phxpopup.colored #phxoptin .popup-top {
    padding: 30px;
    margin: 0 10px 10px;
    display: block;
    background: #fff;
    border-radius: 3px
}

.phxpopup.colored #phxoptin .popup-top .popup-top-right {
    width: 25%;
    float: left;
    text-align: center
}

.phxpopup.colored #phxoptin .popup-top .popup-top-left {
    float: right;
    width: 65%
}

@media(max-width:767px) {
    .phxpopup.colored #phxoptin .popup-top {
        display: block;
        margin: 0 10px auto;
        padding: 20px
    }

    .phxpopup.colored #phxoptin .popup-top .popup-top-right {
        display: none
    }

    .phxpopup.colored #phxoptin .popup-top .popup-top-left {
        display: block;
        margin: 10px auto auto;
        width: 100%;
        float: none;
        text-align: center
    }
}

.phxpopup.colored #phxoptin .popup-top .popup-top-left .popup-desc {
    margin-top: 10px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.7
}

@media(max-width:767px) {
    .phxpopup.colored #phxoptin .popup-top .popup-top-left .popup-desc {
        font-size: 14px
    }
}

.phxpopup.colored #phxoptin .popup-bottom {
    padding: 0 10px 10px;
    width: 100%;
    text-align: center
}

.phxpopup.colored #phxoptin .popup-bottom .form-group {
    margin-bottom: 0
}

.phxpopup.colored #phxoptin .popup-bottom label {
    display: none
}

.phxpopup.colored #phxoptin .popup-bottom input {
    float: left;
    display: inline-block;
    font-size: 1.1em;
    font-weight: 300;
    border-radius: 3px;
    margin-bottom: 0;
    max-width: 30%;
    margin-right: 10px;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .56)
}

@media(max-width:767px) {
    .phxpopup.colored #phxoptin .popup-bottom input {
        display: block;
        margin: 10px auto auto;
        float: none;
        max-width: none;
        width: 100% !important
    }
}

.phxpopup.colored #phxoptin .popup-bottom .btn-success {
    border: none;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 20px;
    height: 35px;
    margin-top: -3px;
    margin-left: 15px;
    float: right
}

@media(max-width:767px) {
    .phxpopup.colored #phxoptin .popup-bottom .btn-success {
        display: block;
        float: none;
        margin: 10px auto auto;
        max-width: none;
        width: 100%
    }
}

.phxpopup.colored #phxoptin .popup-bottom .btn-success .fa {
    margin-left: 10px
}

.phxpopup.fancy {
    background: 0 0 !important;
    border: none !important
}

.phxpopup.fancy .form-group {
    display: inline !important
}

.phxpopup.fancy .form-control {
    width: auto !important
}

.phxpopup.fancy .hide-popup {
    right: 13px;
    top: 8px;
    position: absolute;
    font-size: 22px;
    color: #747474;
    cursor: pointer
}

.phxpopup.fancy #phxoptin {
    max-width: 600px;
    margin: 80px auto auto;
    position: relative;
    color: #fff !important;
    border-radius: 6px
}

@media(max-width:767px) {
    .phxpopup.fancy #phxoptin {
        margin-top: 5px
    }
}

.phxpopup.fancy #phxoptin .popup-title {
    font-size: 24px;
    font-weight: 600;
    color: #fff !important;
    width: 58%;
    margin-left: 35%;
    padding: 10px;
    margin-top: 20px;
    position: absolute;
    text-align: left;
    line-height: 1.2
}

@media(max-width:767px) {
    .phxpopup.fancy #phxoptin .popup-title {
        width: 100%;
        display: block;
        text-align: center;
        font-size: 18px;
        margin-left: auto;
        margin-top: 20px
    }
}

.phxpopup.fancy #phxoptin .popup-top {
    padding: 30px 30px 10px;
    margin: 10px;
    display: inline-block;
    color: #fff !important;
    border-radius: 3px
}

.phxpopup.fancy #phxoptin .popup-top .popup-top-right {
    width: 25%;
    float: left;
    text-align: center
}

.phxpopup.fancy #phxoptin .popup-top .popup-top-left {
    float: right;
    width: 65%
}

@media(max-width:767px) {
    .phxpopup.fancy #phxoptin .popup-top {
        display: block;
        margin: 10px auto auto
    }

    .phxpopup.fancy #phxoptin .popup-top .popup-top-right {
        display: none
    }

    .phxpopup.fancy #phxoptin .popup-top .popup-top-left {
        display: block;
        margin: 10px auto auto;
        width: 100%;
        float: none;
        text-align: center
    }
}

.phxpopup.fancy #phxoptin .popup-top .popup-top-left .popup-desc {
    margin-top: 65px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.7
}

@media(max-width:767px) {
    .phxpopup.fancy #phxoptin .popup-top .popup-top-left .popup-desc {
        font-size: 14px
    }
}

.phxpopup.fancy #phxoptin .popup-bottom {
    padding: 20px 10px;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, .33)
}

.phxpopup.fancy #phxoptin .popup-bottom .form-group {
    margin-bottom: 0
}

.phxpopup.fancy #phxoptin .popup-bottom label {
    display: none
}

.phxpopup.fancy #phxoptin .popup-bottom input {
    border: none;
    display: inline-block;
    font-size: 1.1em;
    font-weight: 300;
    border-radius: 3px;
    margin-bottom: 0;
    background: rgba(0, 0, 0, .64);
    color: #fff;
    box-shadow: #1b1b1b 0 2px 2px 0;
    width: inherit;
    max-width: 160px
}

@media(max-width:767px) {
    .phxpopup.fancy #phxoptin .popup-bottom input {
        display: block;
        margin: 10px auto auto
    }
}

.phxpopup.fancy #phxoptin .popup-bottom .btn-success {
    border: none;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 20px;
    height: 35px;
    margin-top: -2px;
    margin-left: 15px
}

@media(max-width:767px) {
    .phxpopup.fancy #phxoptin .popup-bottom .btn-success {
        display: block;
        margin: 10px auto auto
    }
}

.phxpopup.fancy #phxoptin .popup-bottom .btn-success .fa {
    margin-left: 10px
}

.dark-overlay {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, .72);
    z-index: 100000000
}

.teal-theme #phxoptin.optinwidget111 {
    background: #009688 !important
}

.teal-theme #phxoptin.optinwidget111 .hide-sticky {
    color: #009688 !important
}

.teal-theme #phxoptin.optinwidget111 .btn-success,
.teal-theme #phxoptin.optinwidget111 .fixed-optin-button-small {
    background: #ff5722 !important;
    box-shadow: 0 2px 0 0 #7e3717
}

.blue-theme #phxoptin.optinwidget111 {
    background: #2196f3
}

.blue-theme #phxoptin.optinwidget111 .hide-sticky {
    color: #2196f3 !important
}

.blue-theme #phxoptin.optinwidget111 .btn-success,
.blue-theme #phxoptin.optinwidget111 .fixed-optin-button-small {
    background: #ff3a7d !important;
    box-shadow: 0 2px 0 0 #d13a68
}

.pink-theme #phxoptin.optinwidget111 {
    background: #e91e63
}

.pink-theme #phxoptin.optinwidget111 .hide-sticky {
    color: #e91e63 !important
}

.pink-theme #phxoptin.optinwidget111 .btn-success,
.pink-theme #phxoptin.optinwidget111 .fixed-optin-button-small {
    background: #2196f3 !important;
    box-shadow: 0 2px 0 0 #3776b3
}

.red-theme #phxoptin.optinwidget111 {
    background: #d50000
}

.red-theme #phxoptin.optinwidget111 .hide-sticky {
    color: #d50000 !important
}

.red-theme #phxoptin.optinwidget111 .btn-success,
.red-theme #phxoptin.optinwidget111 .fixed-optin-button-small {
    background: #544c4c !important;
    box-shadow: 0 2px 0 0 #040610
}

.deep-purple-theme #phxoptin.optinwidget111 {
    background: #673ab7
}

.deep-purple-theme #phxoptin.optinwidget111 .hide-sticky {
    color: #673ab7 !important
}

.deep-purple-theme #phxoptin.optinwidget111 .btn-success,
.deep-purple-theme #phxoptin.optinwidget111 .fixed-optin-button-small {
    background: #ff8f00 !important;
    box-shadow: 0 2px 0 0 #b75e06
}

.dark-gray-theme #phxoptin.optinwidget111 {
    background: #363e42
}

.dark-gray-theme #phxoptin.optinwidget111 .hide-sticky {
    color: #363e42 !important
}

.dark-gray-theme #phxoptin.optinwidget111 .btn-success,
.dark-gray-theme #phxoptin.optinwidget111 .fixed-optin-button-small {
    background: #f72c1e !important;
    box-shadow: 0 2px 0 0 #a2291e
}

.dark-blue-theme #phxoptin.optinwidget111 {
    background: #0b2450
}

.dark-blue-theme #phxoptin.optinwidget111 .hide-sticky {
    color: #0b2450 !important
}

.dark-blue-theme #phxoptin.optinwidget111 .btn-success,
.dark-blue-theme #phxoptin.optinwidget111 .fixed-optin-button-small {
    background: #ef6c00 !important;
    box-shadow: 0 2px 0 0 #aa5400
}

.yellow-theme #phxoptin.optinwidget111 {
    background: #ff9800
}

.yellow-theme #phxoptin.optinwidget111 .hide-sticky {
    color: #ff9800 !important
}

.yellow-theme #phxoptin.optinwidget111 .btn-success,
.yellow-theme #phxoptin.optinwidget111 .fixed-optin-button-small {
    background: #43a047 !important;
    box-shadow: 0 2px 0 0 #2d5b2d
}

.purple-theme #phxoptin.optinwidget111 {
    background: #7b1fa2
}

.purple-theme #phxoptin.optinwidget111 .hide-sticky {
    color: #7b1fa2 !important
}

.purple-theme #phxoptin.optinwidget111 .btn-success,
.purple-theme #phxoptin.optinwidget111 .fixed-optin-button-small {
    background: #ff5722 !important;
    box-shadow: 0 2px 0 0 #b73d19
}

.indigo-theme #phxoptin.optinwidget111 {
    background: #3f51b5
}

.indigo-theme #phxoptin.optinwidget111 .hide-sticky {
    color: #3f51b5 !important
}

.indigo-theme #phxoptin.optinwidget111 .btn-success,
.indigo-theme #phxoptin.optinwidget111 .fixed-optin-button-small {
    background: #ff5722 !important;
    box-shadow: 0 2px 0 0 #b73d19
}

.green-theme #phxoptin.optinwidget111 {
    background: #43a047
}

.green-theme #phxoptin.optinwidget111 .hide-sticky {
    color: #43a047 !important
}

.green-theme #phxoptin.optinwidget111 .btn-success,
.green-theme #phxoptin.optinwidget111 .fixed-optin-button-small {
    background: #2196f3 !important;
    box-shadow: 0 2px 0 0 #1a5ea1
}

#phxoptinx.optinwidget109 {
    margin: auto;
    text-align: center
}

#phxoptinx.optinwidget109 .phxoptinimg {
    text-align: center;
    width: 100%
}

#phxoptinx.optinwidget109 .phxoptinimg img {
    max-width: 100%;
    max-height: 200px;
    width: auto;
    margin: auto
}

#phxoptinx.optinwidget109 .phxoptin-headline {
    margin: 8px 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    padding: 0 20px
}

#phxoptinx.optinwidget109 label {
    display: none
}

#phxoptinx.optinwidget109 .phxoptin-antispam {
    font-size: 11px;
    color: #727272;
    text-align: center;
    margin-top: 10px
}

#phxoptinx.optinwidget109 .phxoptin-antispam .fa {
    margin-right: 5px
}

#phxoptinx.optinwidget109 input.optintxt {
    height: 45px
}

#phxoptinpreview #phxoptin.optinwidget109 {
    padding: 15px 30px;
    font-family: Roboto, open sans, helvetica neue, Helvetica, Arial, sans-serif;
    float: none
}

.fixed-optin-button-small {
    font-size: 16px;
    padding: 6px 20px;
    border-radius: 5px;
    margin: auto;
    color: #fff;
    text-align: center;
    cursor: pointer;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .3)
}

.fixed-optin-button-small:hover {
    opacity: .9
}

.magnetTrigger {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    min-width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, .9)
}

#sideOptinCenter {
    margin: 50px auto auto;
    max-width: 600px;
    width: 100%;
    position: relative
}

@media screen and (max-width:700px) {
    #sideOptinCenter {
        margin-top: 20%
    }
}

#optin9 #sideOptinTitle {
    font-size: 30px;
    text-align: center;
    width: 100%;
    color: #030;
    padding-top: 30px
}

.sideOptinForm {
    margin: auto;
    padding: 20px
}

.sideOptinForm .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    padding: 10px 40px;
    margin: 20px auto auto;
    float: none;
    font-size: 20px;
    font-weight: 500
}

.sideOptinForm .btn-success:hover {
    opacity: .9
}

.sideOptinForm label {
    display: none
}

.sideOptinForm input {
    max-width: 300px;
    padding: 5px;
    margin: auto;
    height: 40px
}

.sideOptinForm .form-group {
    text-align: center
}

#sideOptinFooter {
    width: 100%;
    padding: 20px;
    text-align: center;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.fixed-full-bottom-sticky .fixed-full-bottom-sticky-inner,
.fixed-full-top-sticky .fixed-full-top-sticky-inner {
    padding: 15px
}

#closeSideOptin {
    position: absolute;
    right: 10px;
    top: 10px;
    color: gray;
    font-size: 16px;
    cursor: pointer
}

#phxoptinpreview .optinwidget109 {
    max-width: 250px;
    float: left
}

#phxoptinpreview .optinwidget109 .fixed-optin-text {
    font-size: 22px;
    margin-bottom: 10px;
    display: none
}

.fixed-full-top-sticky {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 100000000;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .27)
}

.fixed-full-top-sticky .cta-title {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    margin-right: 20px
}

@media(max-width:767px) {
    .fixed-full-top-sticky .cta-title {
        display: block;
        margin: auto auto 10px
    }

    .fixed-full-top-sticky {
        top: auto;
        bottom: 0
    }
}

.fixed-full-top-sticky .countdownbutton {
    margin-top: -105px !important
}

.fixed-full-top-sticky .dsb-theme-wrapper {
    display: inline-block
}

.fixed-full-top-sticky .magnet-countdown {
    height: auto !important;
    margin-bottom: 10px !important;
    clear: both !important;
    display: inline-block !important;
    width: 250px !important;
    margin-right: 10px !important
}

.fixed-full-top-sticky .twostep-image {
    float: left
}

@media(max-width:767px) {
    .fixed-full-top-sticky .magnet-form {
        float: none !important
    }
}

.fixed-full-top-sticky .title-div-magnet {
    float: left;
    font-size: 22px;
    margin: 0 20px 0 0;
    margin-top: 7px !important;
    color: #fff
}

@media(max-width:720px) {
    .fixed-full-top-sticky .title-div-magnet {
        float: none;
        display: block;
        margin: auto
    }
}

.fixed-full-top-sticky .fixed-full-top-sticky-inner img {
    display: none
}

.fixed-full-top-sticky .fixed-full-top-sticky-inner .sticky-form-wrapper {
    text-align: center
}

.fixed-full-top-sticky .fixed-full-top-sticky-inner .fixed-two-step-button,
.fixed-full-top-sticky .fixed-full-top-sticky-inner .sticky-form-wrapper .sticky-form-inner {
    display: inline-block
}

.fixed-full-top-sticky .fixed-full-top-sticky-inner .magnet-popup-left img {
    display: inline-block !important;
    max-height: 110px !important
}

.fixed-full-top-sticky .fixed-full-top-sticky-inner .fixed-optin-txt {
    float: left;
    font-size: 25px;
    margin-right: 20px;
    display: none
}

.fixed-full-top-sticky .fixed-full-top-sticky-inner .fixed-optin-button-small {
    float: left
}

@media(max-width:720px) {
    .fixed-full-top-sticky .fixed-full-top-sticky-inner .fixed-optin-button-small {
        float: none;
        display: block
    }
}

.fixed-full-top-sticky .fixed-full-top-sticky-inner .magnet-cta-title {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    margin-right: 20px;
    display: inline-block
}

@media(max-width:767px) {
    .fixed-full-top-sticky .fixed-full-top-sticky-inner .magnet-cta-title {
        font-size: 16px;
        margin: auto
    }
}

.fixed-full-top-sticky .fixed-full-top-sticky-inner .cta-btn {
    margin-top: -4px;
    display: inline-block !important
}

@media(max-width:767px) {
    .fixed-full-top-sticky .fixed-full-top-sticky-inner .cta-btn {
        display: block;
        margin: 10px auto auto;
        max-width: 150px
    }
}

.fixed-full-top-sticky .magnet-cd-title {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    display: block;
    margin-bottom: 15px
}

@media(max-width:767px) {
    .fixed-full-top-sticky .magnet-cd-title {
        font-size: 16px;
        margin: auto
    }
}

.fixed-full-bottom-sticky {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 10000;
    box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, .27)
}

.fixed-full-bottom-sticky .magnet-cd-title {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    display: block;
    margin-bottom: 15px
}

@media(max-width:767px) {
    .fixed-full-bottom-sticky .magnet-cd-title {
        font-size: 16px;
        margin: auto
    }
}

.fixed-full-bottom-sticky .countdownbutton {
    margin-top: -105px !important
}

.fixed-full-bottom-sticky .dsb-theme-wrapper {
    display: block
}

.fixed-full-bottom-sticky .magnet-countdown {
    height: auto !important;
    margin-bottom: 10px !important;
    clear: both !important;
    display: inline-block !important;
    width: 250px !important;
    margin-right: 10px !important
}

.fixed-full-bottom-sticky .cta-title {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    margin-right: 20px
}

@media(max-width:767px) {
    .fixed-full-bottom-sticky .cta-title {
        display: block;
        margin: auto auto 10px
    }

    .fixed-full-bottom-sticky .magnet-form {
        float: none !important
    }
}

.fixed-full-bottom-sticky .title-div-magnet {
    float: left;
    font-size: 22px;
    margin: 0 15px 0 0;
    color: #fff;
    margin-top: 6px !important
}

@media(max-width:720px) {
    .fixed-full-bottom-sticky .title-div-magnet {
        float: none;
        display: block;
        margin: auto auto 10px
    }
}

.fixed-full-bottom-sticky .fixed-full-bottom-sticky-inner img {
    max-height: 120px;
    max-width: 100px;
    width: auto
}

.fixed-full-bottom-sticky .fixed-full-bottom-sticky-inner .twostep-image {
    float: left
}

.fixed-full-bottom-sticky .fixed-full-bottom-sticky-inner .twostep-image img {
    position: absolute;
    top: -70px;
    right: -140px
}

@media(max-width:900px) {
    .fixed-full-bottom-sticky .fixed-full-bottom-sticky-inner .twostep-image img {
        display: none
    }
}

.fixed-full-bottom-sticky .fixed-full-bottom-sticky-inner .sticky-form-wrapper {
    position: relative;
    text-align: center
}

.fixed-full-bottom-sticky .fixed-full-bottom-sticky-inner .sticky-form-wrapper .sticky-form-inner {
    display: inline-block;
    position: relative
}

.fixed-full-bottom-sticky .fixed-full-bottom-sticky-inner .sticky-form-wrapper .sticky-form-inner img {
    position: absolute;
    top: -70px;
    right: -110px
}

@media(max-width:900px) {
    .fixed-full-bottom-sticky .fixed-full-bottom-sticky-inner .sticky-form-wrapper .sticky-form-inner img {
        display: none
    }
}

.fixed-full-bottom-sticky .fixed-full-bottom-sticky-inner .fixed-two-step-button {
    display: inline-block;
    position: relative
}

.fixed-full-bottom-sticky .fixed-full-bottom-sticky-inner .fixed-optin-txt {
    float: left;
    font-size: 25px;
    margin-right: 20px;
    display: none
}

.fixed-full-bottom-sticky .fixed-full-bottom-sticky-inner .fixed-optin-button-small {
    float: left
}

@media(max-width:720px) {
    .fixed-full-bottom-sticky .fixed-full-bottom-sticky-inner .fixed-optin-button-small {
        float: none;
        display: block
    }
}

.fixed-full-bottom-sticky .fixed-full-bottom-sticky-inner .magnet-cta-title {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    margin-right: 20px;
    display: inline-block
}

@media(max-width:767px) {
    .fixed-full-bottom-sticky .fixed-full-bottom-sticky-inner .magnet-cta-title {
        font-size: 16px;
        margin: auto
    }
}

.fixed-full-bottom-sticky .fixed-full-bottom-sticky-inner .cta-btn {
    margin-top: -10px;
    display: inline-block
}

@media(max-width:767px) {
    .fixed-full-bottom-sticky .fixed-full-bottom-sticky-inner .cta-btn {
        display: block;
        margin: 10px auto auto;
        max-width: 150px
    }

    .fixed-right-sticky {
        margin-left: 30px
    }
}

.fixed-right-sticky {
    display: none;
    position: fixed;
    border: 4px solid #fff;
    right: 30px;
    bottom: 30px;
    padding: 10px 25px;
    text-align: center;
    border-radius: 3px;
    z-index: 200000000;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .57);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .54);
    max-width: 350px
}

.fixed-right-sticky .cta-title {
    margin-bottom: 10px
}

.fixed-right-sticky .magnet-form {
    float: none !important
}

.fixed-right-sticky .hide-sticky {
    top: -15px !important;
    right: -12px !important
}

.fixed-right-sticky .fixed-optin-txt {
    font-size: 14px !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .54);
    margin-bottom: 10px
}

.fixed-right-sticky img {
    max-width: 100%;
    height: auto;
    max-height: 130px;
    border-radius: 3px;
    margin: 10px auto;
    display: block
}

.fixed-right-sticky .title-div-magnet {
    font-size: 22px !important;
    margin-bottom: 10px
}

@media(max-width:767px) {
    .fixed-right-sticky .title-div-magnet {
        font-size: 16px !important
    }
}

.fixed-right-sticky .form-group {
    margin-right: 0 !important;
    display: block !important
}

.fixed-right-sticky .form-group input {
    width: 100%;
    min-width: 100% !important;
    max-width: 100% !important
}

.fixed-right-sticky .form-group .btn {
    width: 100%
}

.fixed-right-sticky .magnetInputs .btn,
.fixed-right-sticky .magnetInputs input {
    width: auto !important
}

.fixed-right-sticky .magnet-cta-title,
.magnet-cd-title {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    margin-right: 0;
    display: block;
    margin-bottom: 20px
}

.sticky-banner-img {
    max-width: 262px !important;
    height: auto !important
}

.hide-sticky {
    position: absolute;
    right: 4px;
    top: 1px;
    font-size: 18px;
    background: #fff;
    cursor: pointer;
    border: 0 solid #fff;
    border-radius: 50%;
    padding-right: 3px;
    padding-left: 4px;
    padding-top: 2px;
    line-height: 1.2;
    text-shadow: none
}

.cta-title {
    font-size: 22px;
    text-shadow: 1px 1px 1px #000
}

.iframe .pluginButtonInline {
    display: inline-block;
    padding: 10px !important;
    font-size: 20px !important
}

#sideOptinCenter {
    background: #fff !important;
    text-shadow: none;
    font-size: 16px;
    color: #3a3a3a;
    border-radius: 3px !important;
    margin-top: 50px !important;
    font-family: Roboto, open sans, helvetica neue, Helvetica, Arial, sans-serif
}

@media(max-width:767px) {
    #sideOptinCenter {
        margin-top: 5px !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
        width: auto !important;
        font-size: 14px !important
    }

    #sideOptinCenter img {
        display: none
    }
}

#sideOptinCenter #closeSideOptin {
    right: -5px;
    top: -5px;
    font-weight: 600;
    background: #fff;
    padding: 2px 5px;
    border-radius: 50%;
    font-size: 10px
}

#sideOptinCenter img {
    margin-top: 10px;
    margin-bottom: 10px
}

#sideOptinCenter .magnet-popup-top {
    width: 100%
}

#sideOptinCenter .magnet-popup-top .magnet-popup-left {
    display: block
}

@media(max-width:950px) {
    #sideOptinCenter .magnet-popup-top .magnet-popup-left {
        display: none
    }
}

#sideOptinCenter .magnet-popup-top .magnet-popup-left img {
    max-height: 200px !important;
    width: auto;
    max-width: 100% !important
}

@media(max-width:1400px) {
    #sideOptinCenter .magnet-popup-top .magnet-popup-left img {
        max-height: 150px !important
    }
}

#sideOptinCenter .magnet-popup-top .magnet-popup-right {
    display: block;
    color: #686868;
    text-align: center;
    padding-bottom: 10px
}

#sideOptinCenter .magnet-popup-top .magnet-popup-right #progress-bar-wrapper {
    width: 100%;
    padding: 0 10px
}

#sideOptinCenter .magnet-popup-top .magnet-popup-right #progress-bar-wrapper #progress-bar {
    font-size: 12px;
    border: 1px solid #ccc;
    text-align: center;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0 1px 1px 0 #eaeaea !important;
    position: relative;
    z-index: 100;
    font-weight: 500;
    color: #686868
}

#sideOptinCenter .magnet-popup-top .magnet-popup-right #progress-bar-wrapper #progress-bar .half-fill {
    border-radius: 6px 0 0 6px;
    position: absolute;
    left: 0;
    background: rgba(76, 174, 76, .49);
    width: 50%;
    z-index: -1;
    height: 24px;
    margin-top: -5px
}

#sideOptinCenter .magnet-popup-top .magnet-popup-right #sideOptinTitle {
    text-align: center !important;
    font-size: 22px !important;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
    padding: 10px;
    width: 100%;
    border-radius: 3px 3px 0 0
}

#sideOptinCenter .sideOptinForm {
    padding-top: 0 !important;
    margin-top: 20px
}

@media(max-width:767px) {
    #sideOptinCenter .magnet-popup-top .magnet-popup-right #progress-bar-wrapper {
        display: none
    }

    #sideOptinCenter .magnet-popup-top .magnet-popup-right #sideOptinTitle {
        text-align: center !important;
        font-size: 16px !important
    }

    #sideOptinCenter .sideOptinForm {
        margin-top: 5px
    }

    #sideOptinCenter .btn-success {
        margin-top: 0
    }
}

#sideOptinCenter label {
    display: none
}

#sideOptinCenter input {
    max-width: none;
    width: 100% !important;
    box-shadow: 0 1px 1px 0 #eaeaea !important;
    border: 1px solid #d9d9d9
}

#sideOptinCenter .btn-success {
    width: 100% !important;
    font-weight: 300;
    font-size: 16px
}

.teal-theme {
    background: rgba(0, 150, 136, .85) !important
}

.teal-theme #sideOptinTitle {
    background: #009688 !important
}

.teal-theme .hide-sticky {
    color: #009688 !important
}

.teal-theme #closeSideOptin {
    border: 4px solid #009688 !important;
    color: #009688 !important
}

.teal-theme .btn-success,
.teal-theme .fixed-optin-button-small {
    background: #ff5722 !important;
    box-shadow: 0 2px 0 0 #7e3717
}

.blue-theme {
    background: rgba(33, 150, 243, .85)
}

.blue-theme #sideOptinTitle {
    background: #2196f3 !important
}

.blue-theme .hide-sticky {
    color: #2196f3 !important
}

.blue-theme #closeSideOptin {
    border: 4px solid #2196f3 !important;
    color: #2196f3 !important
}

.blue-theme .btn-success,
.blue-theme .fixed-optin-button-small {
    background: #ff3a7d !important;
    box-shadow: 0 2px 0 0 #d13a68
}

.pink-theme {
    background: rgba(233, 30, 99, .85)
}

.pink-theme #sideOptinTitle {
    background: #e91e63 !important
}

.pink-theme .hide-sticky {
    color: #e91e63 !important
}

.pink-theme #closeSideOptin {
    border: 4px solid #e91e63 !important;
    color: #e91e63 !important
}

.pink-theme .btn-success,
.pink-theme .fixed-optin-button-small {
    background: #2196f3 !important;
    box-shadow: 0 2px 0 0 #3776b3
}

.red-theme {
    background: rgba(213, 0, 0, .85)
}

.red-theme #sideOptinTitle {
    background: #d50000 !important
}

.red-theme .hide-sticky {
    color: #d50000 !important
}

.red-theme #closeSideOptin {
    border: 4px solid #d50000 !important;
    color: #d50000 !important
}

.red-theme .btn-success,
.red-theme .fixed-optin-button-small {
    background: #544c4c !important;
    box-shadow: 0 2px 0 0 #040610
}

.deep-purple-theme {
    background: rgba(103, 58, 183, .85)
}

.deep-purple-theme #sideOptinTitle {
    background: #673ab7 !important
}

.deep-purple-theme .hide-sticky {
    color: #673ab7 !important
}

.deep-purple-theme #closeSideOptin {
    border: 4px solid #673ab7 !important;
    color: #673ab7 !important
}

.deep-purple-theme .btn-success,
.deep-purple-theme .fixed-optin-button-small {
    background: #ff8f00 !important;
    box-shadow: 0 2px 0 0 #b75e06
}

.dark-gray-theme {
    background: rgba(54, 62, 66, .85)
}

.dark-gray-theme #sideOptinTitle {
    background: #363e42 !important
}

.dark-gray-theme .hide-sticky {
    color: #363e42 !important
}

.dark-gray-theme #closeSideOptin {
    border: 4px solid #363e42 !important;
    color: #363e42 !important
}

.dark-gray-theme .btn-success,
.dark-gray-theme .fixed-optin-button-small {
    background: #f72c1e !important;
    box-shadow: 0 2px 0 0 #a2291e
}

.dark-blue-theme {
    background: rgba(11, 36, 80, .85)
}

.dark-blue-theme #sideOptinTitle {
    background: #0b2450 !important
}

.dark-blue-theme .hide-sticky {
    color: #0b2450 !important
}

.dark-blue-theme #closeSideOptin {
    border: 4px solid #0b2450 !important;
    color: #0b2450 !important
}

.dark-blue-theme .btn-success,
.dark-blue-theme .fixed-optin-button-small {
    background: #ef6c00 !important;
    box-shadow: 0 2px 0 0 #aa5400
}

.yellow-theme {
    background: rgba(255, 152, 0, .85)
}

.yellow-theme #sideOptinTitle {
    background: #ff9800 !important
}

.yellow-theme .hide-sticky {
    color: #ff9800 !important
}

.yellow-theme #closeSideOptin {
    border: 4px solid #ff9800 !important;
    color: #ff9800 !important
}

.yellow-theme .btn-success,
.yellow-theme .fixed-optin-button-small {
    background: #43a047 !important;
    box-shadow: 0 2px 0 0 #2d5b2d
}

.white-theme {
    background: #fff;
    border: 3px solid #fff !important
}

.white-theme #sideOptinTitle {
    background: #fff !important;
    color: #363636 !important
}

.white-theme .title-div-magnet {
    color: #363636 !important;
    text-shadow: none !important
}

.white-theme .hide-sticky {
    color: #363636 !important
}

.white-theme #closeSideOptin {
    border: 4px solid #fff !important;
    color: #363636 !important
}

.white-theme .btn-success,
.white-theme .fixed-optin-button-small {
    background: #ff5722 !important;
    box-shadow: 0 2px 0 0 #ae411f
}

.purple-theme {
    background: rgba(123, 31, 162, .85);
    border: 3px solid #fff !important
}

.purple-theme #sideOptinTitle {
    background: #7b1fa2 !important;
    color: #fff !important
}

.purple-theme .hide-sticky {
    color: #7b1fa2 !important
}

.purple-theme #closeSideOptin {
    border: 4px solid #7b1fa2 !important;
    color: #7b1fa2 !important
}

.purple-theme .btn-success,
.purple-theme .fixed-optin-button-small {
    background: #ff5722 !important;
    box-shadow: 0 2px 0 0 #b73d19
}

.indigo-theme {
    background: rgba(63, 81, 181, .85);
    border: 3px solid #fff !important
}

.indigo-theme #sideOptinTitle {
    background: #3f51b5 !important;
    color: #fff !important
}

.indigo-theme .hide-sticky {
    color: #3f51b5 !important
}

.indigo-theme #closeSideOptin {
    border: 4px solid #3f51b5 !important;
    color: #3f51b5 !important
}

.indigo-theme .btn-success,
.indigo-theme .fixed-optin-button-small {
    background: #ff5722 !important;
    box-shadow: 0 2px 0 0 #b73d19
}

.green-theme {
    background: rgba(67, 160, 71, .85);
    border: 3px solid #fff !important
}

.green-theme #sideOptinTitle {
    background: #43a047 !important;
    color: #fff !important
}

.green-theme .hide-sticky {
    color: #43a047 !important
}

.green-theme #closeSideOptin {
    border: 4px solid #43a047 !important;
    color: #43a047 !important
}

.green-theme .btn-success,
.green-theme .fixed-optin-button-small {
    background: #2196f3 !important;
    box-shadow: 0 2px 0 0 #1a5ea1
}

#phxoptin {
    font-family: Roboto, open sans, helvetica neue, Helvetica, Arial, sans-serif
}

.sticky-el {
    font-family: Roboto, open sans, helvetica neue, Helvetica, Arial, sans-serif;
    color: #fff
}

.sticky-el .col-xs-3 {
    float: left;
    width: 25%;
    margin-bottom: 10px
}

#wrapper .share-container .col-xs-2,
.magnet-admin ul li {
    float: none !important
}

.sticky-el .col-xs-3 .positioner {
    font-size: 12px
}

.sticky-el a {
    color: #fff
}

@media(max-width:767px) {
    .sticky-el img {
        max-width: 100%
    }
}

.sticky-el .btn-success,
.sticky-el .fixed-optin-button-small {
    padding: 8px 20px;
    height: auto !important;
    border-radius: 3px !important;
    font-weight: 300;
    border: none !important;
    display: block
}

@media(max-width:980px) {

    .sticky-el .btn-success,
    .sticky-el .fixed-optin-button-small {
        margin-top: 0
    }
}

.sticky-el .fixed-optin-button-small {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.sticky-el input {
    min-width: 110px !important;
    max-width: 150px;
    padding: 10px !important;
    border-radius: 3px !important;
    height: auto !important;
    box-shadow: 0 1px 1px 0 #555
}

.sticky-el .title-div-magnet {
    font-size: 22px;
    text-shadow: 1px 1px 1px #000;
    margin-top: 10px
}

.sticky-el .form-group {
    margin-bottom: 10px !important
}

.sticky-el .magnet-fa {
    color: #fff;
    font-size: 24px !important;
    margin-left: 5px;
    margin-right: 5px;
    padding: 8px;
    border-radius: 5px;
    width: 46px !important
}

.sticky-el .magnet-fa:hover {
    opacity: .7
}

#phxoptin .gform_button:hover,
#phxoptin .gform_next_button:hover,
#phxoptin .gform_previous_button:hover,
#site-footer #searchform-footer #searchsubmit:hover,
#site-footer #searchform-footerwidget #searchsubmit:hover,
#site-footer .socialmediaprofiles .fa:hover,
#site-footer .socialmediaprofilesfooter .fa:hover,
#wrapper .card-theme .panel-group .panel:hover,
#wrapper .flat-theme .panel-group .panel:hover,
#wrapper .playful-theme .panel-group .panel:hover,
#wrapper .share-container .nopadding:hover,
#wrapper .socialmediaprofiles a:hover,
.gform_wrapper .gform_button:hover,
.gform_wrapper .gform_next_button:hover,
.gform_wrapper .gform_previous_button:hover,
.pages-nav1 .navbar-header .navbar-toggle:hover {
    opacity: .8
}

.sticky-el .fa-facebook {
    background: #3b5998;
    box-shadow: 1px 1px 1px 1px #272b56
}

.sticky-el .fa-twitter {
    background: #00aced;
    box-shadow: 1px 1px 1px 1px #0a5e84
}

.sticky-el .fa-google-plus {
    background: #d34836;
    box-shadow: 1px 1px 1px 1px #8a3a29
}

.sticky-el .fa-linkedin {
    background: #0077b5;
    box-shadow: 1px 1px 1px 1px #004a79
}

.sticky-el .fa-pinterest {
    background: #bd081c;
    box-shadow: 1px 1px 1px 1px #6b0813
}

.sticky-el .fa-instagram {
    background: #205c83;
    box-shadow: 1px 1px 1px 1px #123449
}

.sticky-el .fa-youtube {
    background: #e52d27;
    box-shadow: 1px 1px 1px 1px #83211c
}

.sticky-el .fa-tripadvisor {
    background: #10a64c;
    box-shadow: 1px 1px 1px 1px #105c2e
}

.sticky-el .fa-telegram {
    background: #36aee2;
    box-shadow: 1px 1px 1px 1px #2d80ac
}

.sticky-el .fa-yelp {
    background: #c41200;
    box-shadow: 1px 1px 1px 1px #811200
}

.sticky-el .fa-flickr {
    background: #0063dc;
    box-shadow: 1px 1px 1px 1px #004283
}

.sticky-el .fa-tumblr {
    background: #34465d;
    box-shadow: 1px 1px 1px 1px #001225
}

.magnet-pu-txt {
    max-width: 90%;
    margin: 20px auto
}

html {
    margin-top: 0 !important
}

#wrapper {
    padding-bottom: 0 !important
}

#wrapper .company-address-wrapper {
    text-align: left;
    font-size: inherit
}

#wrapper .company-address-wrapper .company-address-title {
    margin: 10px 0
}

#wrapper .company-address-wrapper .company-address-row {
    display: flex;
    align-items: center;
    font-size: 16px
}

#wrapper .company-address-wrapper .company-address-row .fa {
    margin-right: 10px;
    width: 20px
}

#wrapper .share-container {
    width: auto
}

#wrapper .share-container .nopadding {
    width: auto !important;
    padding: 0;
    display: inline-block;
    color: #fff !important;
    text-align: left;
    cursor: pointer
}

#wrapper .share-container .nopadding a {
    display: block;
    color: #fff !important;
    font-size: 22px;
    padding: 15px 25px
}

#wrapper .share-container .nopadding a .fa {
    color: #fff !important;
    font-size: 22px;
    margin-right: 15px
}

@media(max-width:980px) {
    #wrapper .share-container .nopadding a {
        padding: 10px 15px;
        font-size: 16px;
        text-align: center;
        min-width: 58px
    }

    #wrapper .share-container .nopadding a .text {
        display: none
    }

    #wrapper .share-container .nopadding a .fa {
        font-size: 22px;
        margin-right: 0;
        display: block
    }
}

#wrapper .share-container .whatsapp {
    background: #25d366;
    text-align: center;
    display: none !important
}

@media(max-width:980px) {
    #wrapper .share-container .whatsapp {
        display: inline-block !important
    }
}

#wrapper .share-container .whatsapp .fa {
    margin-right: 0 !important;
    font-size: 22px !important
}

#wrapper .share-container .facebook {
    background: #306199
}

#wrapper .share-container .pinterest {
    background: #df343a
}

#wrapper .share-container .instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%)
}

#wrapper .share-container .twitter {
    background: #00aced
}

#wrapper .share-container .linkedin {
    background: #007bb6
}

#wrapper .share-container .youtube {
    background: #cc181e
}

#wrapper .share-container .googleplus {
    background: #d14836
}

#wrapper .panel-group {
    text-align: left !important
}

#wrapper .panel-group h2 {
    margin-bottom: 15px;
    border-bottom: 0 !important
}

#wrapper .panel-group .panel {
    border: 2px solid #d0d0d0;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 3px;
    color: #5a5a5a
}

#wrapper .panel-group .panel h4 {
    font-size: 24px;
    border-bottom: 0 !important;
    margin: 0;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#wrapper .panel-group .panel .panel-heading {
    font-size: 24px;
    font-weight: 700;
    cursor: pointer
}

#wrapper .panel-group .panel .panel-heading .fa {
    margin-right: 15px;
    width: 15px
}

#wrapper .panel-group .panel .panel-collapse {
    display: none;
    font-size: 20px;
    padding: 10px 10px 10px 2px;
    transition: all .4s;
    border-top: 1px solid #d0d0d0;
    margin-top: 15px;
    color: #5a5a5a
}

#wrapper .flat-theme .panel-group .panel {
    border: none;
    border-bottom: 2px solid #9e9e9e;
    border-radius: 0;
    background: #fff;
    margin-bottom: 10px
}

#wrapper .flat-theme .panel-group .panel h4 {
    font-size: 18px
}

#wrapper .flat-theme .panel-group .panel .panel-heading {
    font-size: 22px
}

#wrapper .flat-theme .panel-group .panel .panel-heading .fa {
    width: 15px
}

#wrapper .flat-theme .panel-group .panel .panel-collapse {
    font-size: 18px;
    border-top: 1px solid #9e9e9e
}

#wrapper .black-theme .panel-group .panel {
    border: none;
    border-radius: 0;
    padding: 15px;
    box-shadow: 0 0 5px rgba(24, 24, 24, .2)
}

#wrapper .black-theme .panel-group .panel h4 {
    font-size: 20px;
    font-weight: 400;
    font-family: Lato
}

#wrapper .ross-specter-theme .panel-group .panel h4,
.font-montserrat,
.font-montserrat.hero-main-title,
.font-montserrat.hero-sub-title {
    font-family: Montserrat !important
}

#wrapper .black-theme .panel-group .panel .panel-collapse {
    border-top: 1px dotted #b3b3b3
}

#wrapper .black-theme .panel-group .panel .panel-collapse p {
    font-size: 16px;
    padding-top: 10px
}

@media(max-width:900px) {
    #wrapper .black-theme .panel-group h4 {
        font-size: 18px !important
    }

    #wrapper .black-theme .panel-group .panel {
        margin-bottom: 5px
    }
}

#wrapper .playful-theme .panel-group .panel {
    border: 1px solid #cbcbcb;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 2px 0 0 #ddd;
    margin-bottom: 10px
}

#wrapper .playful-theme .panel-group .panel h4 {
    font-size: 24px
}

#wrapper .dream-theme .panel-group .panel {
    padding: 0;
    border-radius: 0;
    background: #fff;
    margin-bottom: 2px;
    border: 1px solid #e1e1e1
}

#wrapper .dream-theme .panel-group .panel h4 {
    font-size: 16px;
    margin: 0;
    padding: 0 0 0 10px;
    font-weight: 600;
    color: #646464;
    text-transform: uppercase
}

#wrapper .dream-theme .panel-group .panel h4 i {
    padding-top: 6px
}

#wrapper .dream-theme .panel-group .panel .panel-heading {
    font-size: 24px
}

#wrapper .dream-theme .panel-group .panel .panel-heading .fa {
    width: 15px;
    font-weight: 700;
    cursor: pointer;
    padding: 10px;
    margin-right: 15px
}

#wrapper .dream-theme .panel-group .panel .panel-collapse {
    font-size: 22px;
    border-top: 1px solid #9e9e9e;
    border-top: none;
    background: #f3f3f3;
    padding: 10px;
    margin-top: 0
}

#wrapper .dream-theme .panel-group .panel .panel-collapse p {
    padding-left: 9px;
    font-size: 15px;
    margin-bottom: 0
}

@media(max-width:1100px) {
    #wrapper .dream-theme .panel-group .panel {
        width: 100%
    }
}

@media(max-width:900px) {
    #wrapper .dream-theme .panel-group {
        padding-left: 15px;
        padding-right: 15px
    }

    #wrapper .dream-theme .panel-group h4 {
        font-size: 16px !important
    }
}

#wrapper .card-theme .panel-group .panel {
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    box-shadow: 1px 1px 1px 0 rgba(162, 162, 162, .57);
    border-radius: 3px;
    background: #fff
}

#wrapper .card-theme .panel-group .panel .panel-heading,
#wrapper .card-theme .panel-group .panel h4 {
    font-size: 20px
}

#wrapper .card-theme .panel-group .panel .panel-heading .fa {
    width: 15px
}

#wrapper .ross-specter-theme .panel-group {
    padding-bottom: 15px
}

#wrapper .ross-specter-theme .panel-group .panel {
    border: none;
    border-radius: 0;
    background: #fff;
    padding: 20px
}

#wrapper .ross-specter-theme .panel-group .panel h4 {
    text-transform: uppercase;
    font-size: 17px
}

@media(max-width:900px) {
    #wrapper .ross-specter-theme .panel-group .panel h4 {
        font-size: 16px !important
    }
}

#wrapper .ross-specter-theme .panel-group .panel .panel-collapse {
    font-size: 18px;
    border-top: 1px dashed rgba(162, 162, 162, .57) !important;
    padding-top: 25px
}

#wrapper .ross-specter-theme .panel-group .panel .panel-collapse p {
    font-size: 16px;
    line-height: 22px;
    color: #333
}

#wrapper .socialmediaprofiles a {
    padding: 15px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    width: 68px
}

#wrapper .socialmediaprofiles a .fa,
#wrapper .socialmediaprofiles a .fab,
#wrapper .socialmediaprofiles a .far,
#wrapper .socialmediaprofiles a .fas,
#wrapper .socialmediaprofiles a i,
#wrapper .socialmediaprofiles a span {
    font-size: 22px;
    color: #fff;
    line-height: 1.5
}

#wrapper .socialmediaprofiles .link-facebook {
    background: #306199
}

#wrapper .socialmediaprofiles .link-pinterest {
    background: #df343a
}

#wrapper .socialmediaprofiles .link-instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%)
}

#wrapper .socialmediaprofiles .link-snapchat {
    background: #fffc00
}

#wrapper .socialmediaprofiles .link-snapchat span {
    color: #333 !important
}

.footer2,
.footer2 h3 {
    color: inherit !important
}

#wrapper .socialmediaprofiles .link-twitter {
    background: #00aced
}

#wrapper .socialmediaprofiles .link-linkedin {
    background: #007bb6
}

#wrapper .socialmediaprofiles .link-youtube {
    background: #cc181e
}

#wrapper .socialmediaprofiles .link-google-plus {
    background: #d14836
}

#wrapper .socialmediaprofiles .link-flickr {
    background: #0063dc
}

#wrapper .socialmediaprofiles .link-tumblr {
    background: #35465c
}

#wrapper .socialmediaprofiles .link-telegram {
    background: #36aee2
}

#wrapper .socialmediaprofiles .link-tripadvisor {
    background: #589442
}

#wrapper .socialmediaprofiles .link-yelp {
    background: #af0606
}

#wrapper .socialmediaprofiles .link-whatsapp {
    background: #25d366;
    display: none
}

#wrapper .flat-theme .socialmediaprofiles a {
    border-radius: 5px !important
}

#wrapper .playful-theme .socialmediaprofiles a {
    position: relative;
    border-radius: 50px
}

#wrapper .playful-theme .socialmediaprofiles a:hover {
    top: 1px
}

#wrapper .playful-theme .link-facebook {
    box-shadow: 0 3px 0 0 #1d385b
}

#wrapper .playful-theme .link-pinterest {
    box-shadow: 0 3px 0 0 #932c2c
}

#wrapper .playful-theme .link-instagram {
    box-shadow: 0 3px 0 0 #273f55
}

#wrapper .playful-theme .link-twitter {
    box-shadow: 0 3px 0 0 #006993
}

#wrapper .playful-theme .link-linkedin {
    box-shadow: 0 3px 0 0 #003c5e
}

#wrapper .playful-theme .link-youtube {
    box-shadow: 0 3px 0 0 #7c1318
}

#wrapper .playful-theme .link-google-plus {
    box-shadow: 0 3px 0 0 #7d3223
}

#wrapper .playful-theme .link-flickr {
    box-shadow: 0 3px 0 0 #004a96
}

#wrapper .playful-theme .link-tumblr {
    box-shadow: 0 3px 0 0 #29394f
}

#wrapper .playful-theme .link-tripadvisor {
    box-shadow: 0 3px 0 0 #345e2f
}

#wrapper .playful-theme .link-telegram {
    box-shadow: 0 3px 0 0 #2e7fac
}

#wrapper .playful-theme .link-yelp {
    box-shadow: 0 3px 0 0 #750606
}

.read-progress-wrapper {
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, .3);
    z-index: 306;
    top: 70px;
    pointer-events: none
}

@media(max-width:900px) {
    #wrapper .socialmediaprofiles .link-whatsapp {
        display: block
    }

    .read-progress-wrapper {
        top: 65px
    }
}

.read-progress-wrapper.reading-small-top {
    top: 84px
}

@media(max-width:1024px) {
    .read-progress-wrapper.reading-small-top {
        top: 60px
    }
}

.read-progress-wrapper.reading-large-top {
    top: 110px
}

@media(max-width:1024px) {
    .read-progress-wrapper.reading-large-top {
        top: 64px
    }

    .read-progress-wrapper.reading-small-bottom {
        top: unset;
        bottom: 60px
    }
}

.read-progress-wrapper.reading-top-fixed-center {
    top: 147px
}

@media(max-width:1024px) {
    .read-progress-wrapper.reading-top-fixed-center {
        top: 60px !important
    }
}

.read-progress-wrapper.reading-bottom-fixed-center {
    top: 154px
}

@media(max-width:1024px) {
    .read-progress-wrapper.reading-bottom-fixed-center {
        bottom: 64px;
        top: auto !important
    }
}

.read-progress-wrapper.reading-top-fixed {
    top: 0
}

@media(max-width:1024px) {
    .read-progress-wrapper.reading-top-fixed {
        top: 60px
    }
}

.read-progress-wrapper.reading-bottom-fixed {
    top: 0
}

@media(max-width:1024px) {
    .read-progress-wrapper.reading-bottom-fixed {
        top: unset;
        bottom: 64px
    }
}

.read-progress-wrapper.reading-top-normal {
    top: 0
}

.read-progress-wrapper .read-progress-bar {
    width: 100%;
    height: 6px;
    position: relative;
    background: 0 0
}

.read-progress-wrapper .read-progress-bar .read-progress {
    left: 0;
    bottom: 0;
    top: 0;
    width: 0%;
    position: absolute;
    transition: width .1s;
    border-radius: 0 2px 2px 0
}

.read-progress-wrapper .read-progress-bar .read-progress .progress-icon-holder {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: -20px;
    transition: all .2s;
    padding-left: 2px
}

.read-progress-wrapper .read-progress-bar .read-progress .progress-icon-holder .fa,
.read-progress-wrapper .read-progress-bar .read-progress .progress-icon-holder img {
    transition: all .2s
}

.read-progress-wrapper .read-progress-bar .read-progress.flipped .progress-icon-holder .fa,
.read-progress-wrapper .read-progress-bar .read-progress.flipped:after {
    transform: scaleX(-1);
    filter: FlipH;
    transition: all .2s
}

.double-btns a {
    text-decoration: none
}

.double-btns a:nth-child(2) {
    margin-left: 20px
}

.bg-img-custom-overlay {
    z-index: 10 !important
}

form {
    margin-bottom: 0
}

*,
:after,
:before {
    box-sizing: border-box
}

.footer2 {
    padding-bottom: 60px
}

a {
    text-decoration: none
}

#site-header.dream-theme .share-post-btn {
    color: #404040
}

#site-header.dream-theme .primary-c-bg .share-post-btn {
    color: inherit
}

#site-footer {
    background: #fff;
    color: #727272;
    padding-top: 60px
}

#site-footer .fbfanpage {
    margin-bottom: 15px
}

@media(max-width:1170px) {
    #site-footer .fbfanpage {
        padding-bottom: 85%
    }
}

@media(max-width:820px) {
    #site-footer .fbfanpage {
        padding-bottom: 0;
        height: 230px;
        max-width: 100%;
        overflow: hidden
    }
}

#site-footer .col-md-4,
#site-footer .col-sm-6,
#site-footer .col-xs-6 {
    width: 50%;
    padding-right: 10px;
    padding-left: 0
}

@media(max-width:880px) {

    #site-footer .col-md-4,
    #site-footer .col-sm-6,
    #site-footer .col-xs-6 {
        width: 100%;
        flex: auto
    }
}

#site-footer .footer-left img,
#site-footer .footer-middle img,
#site-footer .footer-right img {
    max-width: 100%
}

#site-footer .cat-item {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 16px !important
}

#site-footer li:before {
    display: none !important
}

#site-footer.flat-theme {
    font-family: Raleway, sans-serif !important
}

#site-footer.card-theme {
    font-family: open sans, sans-serif !important
}

#site-footer.clippath-theme {
    overflow: hidden
}

#site-footer.dream-theme {
    font-family: Roboto, sans-serif !important
}

#site-footer.ross-specter-theme {
    font-family: Roboto, open sans, sans-serif !important
}

#site-footer.black-theme {
    font-family: open sans, Arial, sans-serif !important
}

@media(max-width:900px) {

    #site-footer .fb_iframe_widget,
    #site-footer .fb_iframe_widget span,
    #site-footer .fb_iframe_widget span iframe {
        max-width: 100% !important
    }
}

#site-footer h3 {
    margin-top: 0;
    margin-bottom: 10px
}

#site-footer a {
    color: #727272;
    text-decoration: none;
    transform: scale(1);
    transition: transform .3s
}

#site-footer .container .textwidget a:hover,
#wrapper .article-index-wrapper ol li:hover,
#wrapper .article-index-wrapper ul li:hover,
.category-template-wrapper .additional-content-wrapper .inner-content .category-content a:hover,
.category-template-wrapper .additional-content-wrapper .inner-content .category-desc a:hover,
.category-template-wrapper .breadcrumbs-wrapper .breadcrumb-block:hover .breadcrumb-text,
.category-template-wrapper .category-content .inner-content .category-content a:hover,
.category-template-wrapper .category-content .inner-content .category-desc a:hover,
.content-canon-template-wrapper .breadcrumbs-wrapper .breadcrumb-block:hover .breadcrumb-text,
.font-c-black a:hover,
.font-c-dark-gray a:hover,
.font-c-flat-black a:hover,
.font-c-white a:hover,
.listed-usp-wrapper.block-lists a,
.social-share-wrap .product-box .button-row .more-info,
.two-step-micro-txt a {
    text-decoration: underline
}

#site-footer a:hover {
    color: #242424;
    transform: scale(1.05);
    font-weight: 600;
    display: inline-block;
    transition: transform .3s
}

#site-footer a.feedbackcompany-link:hover {
    transform: none !important;
    display: block !important
}

#site-footer #contact-info-footer .fa {
    margin-right: 10px;
    width: 16px
}

#site-footer .footer-bottom-bar {
    padding: 10px;
    margin-top: 60px
}

#site-footer .footer-bottom-bar .container {
    margin: auto;
    max-width: 1170px
}

#site-footer .footer-bottom-bar .brand-name {
    margin-top: 16px
}

#site-footer .footer-bottom-bar .col-sm-4 {
    flex: 1
}

@media(max-width:1170px) {
    #site-footer .footer-bottom-bar .col-sm-4 {
        padding: 20px
    }
}

@media(max-width:767px) {
    #site-footer .footer-bottom-bar .container {
        text-align: center
    }

    #site-footer .footer-bottom-bar .col-sm-4 {
        margin: auto;
        flex: auto;
        display: block
    }
}

#site-footer #searchform-footerwidget {
    margin-bottom: 20px
}

#site-footer #searchform-footerwidget input {
    box-shadow: 0 2px 6px rgba(51, 51, 51, .2) !important;
    background: rgba(255, 255, 255, .31) !important
}

#site-footer #searchform-footerwidget #searchsubmit .fa {
    text-shadow: 0 2px 6px rgba(51, 51, 51, .2) !important
}

#site-footer #searchform-footer,
#site-footer #searchform-footerwidget {
    margin-top: 5px
}

#site-footer #searchform-footer ::-webkit-input-placeholder,
#site-footer #searchform-footerwidget ::-webkit-input-placeholder {
    color: #fff
}

#site-footer #searchform-footer ::-moz-placeholder,
#site-footer #searchform-footerwidget ::-moz-placeholder {
    color: #fff
}

#site-footer #searchform-footer :-ms-input-placeholder,
#site-footer #searchform-footerwidget :-ms-input-placeholder {
    color: #fff
}

#site-footer #searchform-footer input,
#site-footer #searchform-footerwidget input {
    height: 38px;
    background: 0 0;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.7;
    border-radius: 15px;
    border: 2px solid #fff;
    width: 100%;
    margin-top: 0;
    color: #fff
}

#site-footer #searchform-footer .screen-reader-text,
#site-footer #searchform-footerwidget .screen-reader-text {
    display: none
}

#site-footer #searchform-footer #searchsubmit,
#site-footer #searchform-footerwidget #searchsubmit {
    line-height: 1.5;
    margin-left: 10px;
    font-size: 20px;
    background: 0 0;
    border: none;
    cursor: pointer
}

#site-footer #searchform-footer #searchsubmit .fa,
#site-footer #searchform-footerwidget #searchsubmit .fa {
    line-height: 1.7
}

#site-footer .fb_iframe_widget {
    margin-bottom: 20px
}

#site-footer .socialmediaprofiles a,
#site-footer .socialmediaprofilesfooter a {
    display: inline-block;
    border-radius: 3px;
    padding: 10px 5px;
    background: rgba(255, 255, 255, .26);
    text-align: center;
    transform: scale(1);
    transition: transform .3s;
    margin-right: 4px;
    margin-top: 2px;
    margin-bottom: 2px
}

#site-footer .socialmediaprofiles a:hover,
#site-footer .socialmediaprofilesfooter a:hover {
    background: rgba(255, 255, 255, .24);
    border-radius: 3px;
    transform: scale(1.1);
    transition: transform .3s
}

#site-footer .socialmediaprofiles .fa,
#site-footer .socialmediaprofilesfooter .fa {
    font-size: 24px;
    margin-left: 5px;
    margin-right: 5px;
    width: 26px
}

#site-footer .container {
    margin: auto;
    max-width: 1170px
}

#site-footer .container .row {
    display: flex
}

@media(max-width:880px) {
    #site-footer .container .row {
        display: block
    }
}

#site-footer .container .textwidget {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px
}

#site-footer .container .textwidget span {
    font-size: 12px !important
}

#site-footer .container .textwidget a {
    color: #00a !important
}

#site-footer .container .col-md-4 {
    flex: 1;
    margin-right: 20px
}

@media(max-width:1180px) {
    #site-footer .container .col-md-4 {
        padding: 20px
    }
}

@media(max-width:767px) {
    #site-footer .container .col-md-4 {
        margin: auto;
        flex: auto;
        display: block
    }

    .magnet-admin .magnet-admin-hide {
        display: none
    }
}

#site-footer .container .col-md-4 ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px
}

#site-footer .container .col-md-4 ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 2.2
}

.magnet-admin {
    left: 45px !important;
    top: 80px !important;
    width: auto !important;
    height: auto !important;
    position: fixed !important;
    background: #2195f3;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, .35);
    border-radius: 3px !important;
    z-index: 999999999;
    font-family: Roboto
}

.magnet-admin .magnet-admin-hide,
.magnet-admin .magnet-admin-hide:hover,
.magnet-admin ul li:hover {
    background: #2195f3 !important
}

.category-wrapper .category-overview ul li:before,
.pages-nav1 .dropdown-toggle:after {
    font-family: 'font awesome 5 pro', 'font awesome 5 free';
    font-weight: 900
}

.magnet-admin .magnet-admin-hide {
    position: absolute;
    right: 0;
    bottom: -31px;
    z-index: 1;
    padding: 3px 0 0;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, .35)
}

.magnet-admin .invisible-admin {
    display: none !important
}

.magnet-admin .page-header-menu {
    background: 0 0 !important;
    box-shadow: none !important;
    position: static !important;
    height: auto !important;
    width: auto !important;
    padding: 0 !important
}

.magnet-admin .rotated-block {
    transform: rotate(-90deg);
    background: #1e82d4;
    height: auto;
    width: auto;
    position: absolute;
    left: -87px;
    top: 80px;
    border-radius: 4px 4px 0 0;
    box-shadow: -3px 0 4px rgba(0, 0, 0, .35)
}

.magnet-admin .rotated-block:hover {
    background: red
}

.magnet-admin .rotated-block a {
    color: #fff;
    display: block;
    padding: 8px 15px 10px
}

.magnet-admin .rotated-block a:hover {
    text-decoration: none
}

.magnet-admin ul {
    margin: 0;
    padding: 0
}

.magnet-admin ul li {
    display: block !important
}

.magnet-admin ul li a {
    color: #fff !important;
    font-size: 14px !important;
    padding: 15px 30px 15px 15px !important;
    width: 100%;
    display: inline-block
}

.magnet-admin ul .zmdi {
    font-size: 18px;
    margin: 7px
}

#wpadminbar {
    display: none
}

.category-wrapper .category-overview h3 {
    color: #909090;
    font-size: 24px;
    font-weight: 300;
    margin: auto;
    text-align: center;
    padding: 40px
}

.category-wrapper .category-overview .children {
    display: inline-block
}

.category-wrapper .category-overview ul {
    text-align: center !important;
    margin-bottom: 0;
    padding-left: 0
}

.category-wrapper .category-overview ul li {
    font-size: 14px;
    font-weight: 300;
    list-style: none;
    display: inline-block;
    margin: 15px 20px;
    border: none;
    padding: 0;
    color: inherit !important
}

.category-wrapper .category-overview ul li a {
    color: inherit !important
}

.category-wrapper .category-overview ul li:before {
    content: '\f101' !important;
    margin-right: 15px;
    font-size: 14px !important;
    position: static !important;
    padding: 0 !important;
    color: inherit !important
}

@media(max-width:767px) {
    .category-wrapper .category-overview ul li {
        clear: none;
        width: auto;
        text-align: left;
        display: inline-block !important;
        border-right: none !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin: 10px
    }
}

.playful-theme .navbar-collapse ul li a {
    font-size: 16px !important
}

.pages-nav1 .navbar-brand,
.pages-nav2 .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px
}

@media(max-width:1180px) {

    .pages-nav1 .navbar-brand,
    .pages-nav2 .navbar-brand {
        float: left;
        margin-left: 10px
    }
}

.pages-nav1 .navbar-brand img,
.pages-nav2 .navbar-brand img {
    flex: 1;
    margin: 0 !important
}

@media(max-width:750px) {

    .pages-nav1 .navbar-brand img.tiny-logo,
    .pages-nav2 .navbar-brand img.tiny-logo {
        max-width: 90px !important
    }
}

@media(max-width:1180px) {

    .pages-nav1 .navbar-brand img,
    .pages-nav2 .navbar-brand img {
        height: auto !important;
        width: auto !important;
        max-height: 50px !important;
        max-width: 190px !important
    }
}

@media(max-width:1180px) and (max-width:500px) {

    .pages-nav1 .navbar-brand img,
    .pages-nav2 .navbar-brand img {
        max-width: 160px !important
    }
}

@media all and (-ms-high-contrast:none) {
    .navbar-brand {
        display: inline-block !important;
        margin-top: 10px
    }

    .navbar-brand img {
        flex: none !important;
        display: inline-block !important;
        margin-top: 10px !important
    }
}

.pages-nav1 .header-bribe,
.pages-nav1 li:before {
    display: none !important
}

.pages-header.clippath-theme {
    font-family: 'pt serif', serif;
    text-transform: uppercase
}

.pages-header.clippath-theme .style-container {
    box-shadow: 0 3px 1px rgba(0, 0, 0, .1)
}

.pages-header.clippath-theme .style-container .pages-nav-center li {
    letter-spacing: 1px
}

.pages-header.clippath-theme .style-container .pages-nav-center li a {
    padding: 26px 20px !important;
    font-size: 14px
}

.pages-header.clippath-theme .style-container .navbar-toggle {
    color: #333;
    background: rgba(255, 255, 255, .3);
    margin-right: 15px
}

.pages-header.clippath-theme .gform_wrapper input[type=text],
.pages-header.clippath-theme .gform_wrapper select,
.pages-header.clippath-theme .gform_wrapper textarea {
    border: 2px solid #333
}

.pages-header.card-theme .navbar-toggle {
    filter: drop-shadow(0 0 1px rgba(51, 51, 51, .4))
}

.pages-nav1 {
    height: 70px
}

.pages-nav1 li {
    max-height: 70px
}

.pages-nav1.playful-theme {
    font-family: josefin sans, sans-serif !important
}

.pages-nav1.flat-theme {
    font-family: Raleway, sans-serif !important
}

.pages-nav1.card-theme {
    font-family: open sans, sans-serif !important
}

.pages-nav1.dream-theme {
    font-family: Roboto, sans-serif !important
}

.pages-nav1.ross-specter-theme {
    font-family: Roboto, open sans, sans-serif !important
}

.pages-nav1.black-theme,
.pages-nav1.woman-theme {
    font-family: open sans, Arial, sans-serif !important
}

.pages-nav1.woman-theme .style-container {
    box-shadow: 4px 4px rgba(0, 0, 0, .2)
}

.pages-nav1.clippath-theme {
    font-family: 'pt serif', serif;
    text-transform: uppercase
}

.pages-nav1 .dropdown:hover {
    background: rgba(213, 213, 213, .24)
}

.pages-nav1 .dropdown-toggle:after {
    margin-left: 5px;
    content: "\f0d7";
    font-size: 14px
}

.pages-nav1 .pages-nav-center {
    max-width: 1170px;
    margin: auto;
    position: relative
}

.pages-nav1 a {
    color: inherit;
    text-decoration: none
}

.pages-nav1 a:hover {
    text-decoration: none
}

.pages-nav1 .dropdown-menu {
    display: none
}

.pages-nav1 .dropdown-menu.open {
    display: block !important
}

.pages-nav1 .dropdown-menu.closed {
    display: none !important
}

.pages-nav1 .style-container {
    background: #fff;
    height: 70px;
    border: 0;
    position: fixed;
    width: 100%;
    z-index: 305;
    box-shadow: 1px 1px 1px 0 rgba(163, 163, 163, .57)
}

.pages-nav1 .navbar-header {
    display: inline-block
}

@media(max-width:1023px) {
    .pages-nav1 .navbar-header {
        display: block
    }
}

.pages-nav1 .navbar-header .navbar-toggle {
    display: none;
    border: none;
    font-size: 20px;
    padding: 10px;
    border-radius: 3px;
    width: 50px;
    cursor: pointer
}

@media(max-width:1023px) {
    .pages-nav1 .navbar-header .navbar-toggle {
        display: block;
        float: right;
        margin-top: 15px;
        margin-right: 15px;
        background: #fff;
        color: #333
    }
}

.pages-nav1 .navbar-header img {
    max-height: 50px;
    margin-top: 10px;
    max-width: 300px;
    width: auto
}

@media(max-width:1180px) {
    .pages-nav1 .navbar-header img {
        margin-left: 20px
    }
}

@media(max-width:1023px) {
    .pages-nav1 .navbar-header img {
        max-height: 40px;
        margin-top: 11px
    }
}

@media(max-width:400px) {
    .pages-nav1 .navbar-header img {
        height: 40px;
        max-width: 220px;
        margin-top: 15px
    }

    .full-hero-row {
        word-break: break-word
    }
}

.pages-nav1 .dropdown-menu a {
    color: #333 !important
}

.pages-nav1 .navbar-collapse {
    float: right;
    position: relative;
    z-index: 10
}

.pages-nav1 .navbar-collapse .dropdown-menu {
    display: none;
    position: absolute;
    top: 66px;
    z-index: 30;
    background: #fff;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea
}

.pages-nav1 .navbar-collapse .dropdown-menu:hover {
    display: block
}

.pages-nav1 .navbar-collapse .dropdown-menu:hover li {
    float: none;
    display: block
}

.pages-nav1 .navbar-collapse .dropdown-menu:hover a {
    padding: 10px
}

.pages-nav1 .navbar-collapse ul,
.pages-nav1 .navbar-collapse ul li {
    padding: 0;
    margin: 0;
    list-style: none
}

.pages-nav1 .navbar-collapse ul li {
    color: #2e2e2e;
    letter-spacing: 0;
    float: left
}

.pages-nav1 .navbar-collapse ul li:hover .dropdown-menu {
    display: block
}

.pages-nav1 .navbar-collapse ul li:hover .dropdown-menu li {
    float: none;
    display: block
}

.pages-nav1 .navbar-collapse ul li:hover .dropdown-menu a {
    padding: 10px
}

.pages-nav1 .navbar-collapse ul li a {
    display: block;
    margin: 0;
    padding: 27px 10px 26px;
    font-size: 14px
}

.pages-nav1 .navbar-collapse ul li a:hover {
    background: rgba(213, 213, 213, .24);
    color: #2e2e2e;
    transition: background .3s
}

@media(max-width:1366px) {
    .pages-nav1 .navbar-collapse {
        margin-right: 20px
    }

    .pages-nav1 .navbar-collapse ul li a {
        font-size: 12px;
        padding-top: 29px;
        padding-left: 8px;
        padding-right: 8px
    }
}

@media(max-width:1023px) {
    .pages-nav1 .navbar-collapse {
        margin: auto auto auto -42%;
        background: #fff;
        box-shadow: 1px 1px 1px 0 rgba(163, 163, 163, .57);
        padding: 10px;
        position: absolute;
        top: 70px;
        max-width: 40%;
        transition: all .4s
    }

    .pages-nav1 .navbar-collapse.showing {
        margin-left: 0;
        transition: all .4s
    }

    .pages-nav1 .navbar-collapse ul li {
        display: block;
        width: 100%
    }

    .pages-nav1 .navbar-collapse ul li:hover .dropdown-menu {
        top: auto
    }

    .pages-nav1 .navbar-collapse ul li a {
        padding: 10px
    }
}

.pages-nav1.blogpost-exception-sticky .navbar-toggle {
    display: block;
    position: absolute;
    right: 0;
    margin-top: 14px;
    margin-right: 10px;
    background: #f9f9f9;
    color: #3379b7
}

@media(max-width:900px) {
    .pages-nav1.blogpost-exception-sticky .navbar-toggle {
        width: auto;
        font-size: 13px;
        margin-top: 17px
    }

    .pages-nav1.blogpost-exception-sticky .navbar-toggle .fa {
        font-size: 14px
    }
}

.pages-nav1.blogpost-exception-sticky .navbar-collapse {
    margin: auto;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(133, 133, 133, .57);
    padding: 10px;
    position: absolute;
    top: 70px;
    max-width: 40%;
    right: -142%
}

.pages-nav1.blogpost-exception-sticky .navbar-collapse.showing {
    right: 0;
    transition: all .4s
}

.pages-nav1.blogpost-exception-sticky .navbar-collapse ul li {
    display: block;
    width: 100%
}

.pages-nav1.blogpost-exception-sticky .navbar-collapse ul li:hover .dropdown-menu {
    top: auto
}

.pages-nav1.blogpost-exception-sticky .navbar-collapse ul li a {
    padding: 10px
}

.full-row .col-xs-2,
.full-row .col-xs-6,
.full-row .col-xs-8 {
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative
}

.full-row .col-xs-2 {
    width: 16.66666667%
}

.full-row .col-xs-6 {
    width: 50%
}

.full-row .col-xs-8 {
    width: 66.66666667%
}

#contact-info-footer h3 {
    text-align: left;
    font-size: 18px;
    font-weight: 600
}

#contact-info-footer ul {
    margin-left: 0;
    padding-left: 0
}

#contact-info-footer ul .fa {
    width: 20px;
    margin-right: 10px
}

#contact-info-footer ul li {
    list-style: none;
    margin-left: 0 !important;
    padding-left: 0 !important
}

#contact-info-footer ul li:before {
    display: none !important;
    font-family: inherit !important;
    content: "" !important;
    font-size: 25px;
    padding-right: 0
}

#phxoptin,
.gform_wrapper {
    text-align: left;
    font-size: 16px
}

#phxoptin .validation_error,
.gform_wrapper .validation_error {
    color: #af0505;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    border-top: 2px solid #af0505;
    border-bottom: 2px solid #af0505;
    text-align: center
}

#phxoptin .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message {
    color: #af0505;
    font-weight: 600;
    font-size: 16px
}

#phxoptin .ginput_container span,
.gform_wrapper .ginput_container span {
    display: inline-block
}

#phxoptin .ginput_container span input,
.gform_wrapper .ginput_container span input {
    margin-right: 10px
}

#phxoptin .ginput_container label,
.gform_wrapper .ginput_container label {
    font-size: 14px
}

#phxoptin .ginput_container .gfield_radio input[type=radio],
.gform_wrapper .ginput_container .gfield_radio input[type=radio] {
    max-width: 30px !important;
    margin-right: 10px;
    vertical-align: top
}

#phxoptin .ginput_container .gfield_radio label,
.gform_wrapper .ginput_container .gfield_radio label {
    display: inline-block;
    max-width: 90% !important;
    vertical-align: top
}

#phxoptin .gfield_checkbox input,
#phxoptin .gfield_radio input,
.gform_wrapper .gfield_checkbox input,
.gform_wrapper .gfield_radio input {
    display: inline-block;
    box-shadow: none !important
}

#phxoptin .gfield_checkbox label,
#phxoptin .gfield_radio label,
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label {
    display: inline-block
}

#phxoptin .gform_button,
#phxoptin .gform_next_button,
#phxoptin .gform_previous_button,
.gform_wrapper .gform_button,
.gform_wrapper .gform_next_button,
.gform_wrapper .gform_previous_button {
    padding: 10px 40px !important;
    cursor: pointer;
    font-family: inherit;
    -webkit-appearance: none
}

#phxoptin label,
.gform_wrapper label {
    display: block
}

#phxoptin .gfield_label,
.gform_wrapper .gfield_label {
    font-weight: 600;
    font-size: 14px;
    margin-top: 15px
}

#phxoptin input,
#phxoptin select,
#phxoptin textarea,
.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea {
    font-size: 16px !important;
    font-weight: 300 !important;
    width: auto !important;
    margin-top: 5px !important;
    max-width: 100% !important
}

#phxoptin input.large,
#phxoptin select.large,
#phxoptin textarea.large,
.gform_wrapper input.large,
.gform_wrapper select.large,
.gform_wrapper textarea.large {
    width: 400px !important
}

#phxoptin input[type=text],
#phxoptin textarea,
.gform_wrapper input[type=text],
.gform_wrapper textarea {
    -webkit-appearance: none
}

#phxoptin select,
.gform_wrapper select {
    padding: 10px;
    min-height: 34px
}

#phxoptin textarea,
.gform_wrapper textarea {
    max-height: 120px
}

@media(max-width:767px) {

    #phxoptin textarea,
    .gform_wrapper textarea {
        max-width: 300px !important
    }
}

#phxoptin ul,
.gform_wrapper ul {
    margin-left: 0;
    padding-left: 0
}

#phxoptin ul li,
.gform_wrapper ul li {
    list-style: none;
    margin-left: 0 !important;
    padding-left: 0 !important
}

#phxoptin ul li:before,
.gform_wrapper ul li:before {
    display: none !important;
    font-family: inherit !important;
    content: "" !important;
    font-size: 25px;
    padding-right: 0
}

.black-theme #phxoptin input,
.black-theme #phxoptin textarea,
.black-theme .gform_wrapper input,
.black-theme .gform_wrapper textarea,
.clippath-theme #phxoptin input,
.clippath-theme #phxoptin textarea,
.clippath-theme .gform_wrapper input,
.clippath-theme .gform_wrapper textarea,
.dream-theme #phxoptin input,
.dream-theme #phxoptin textarea,
.dream-theme .gform_wrapper input,
.dream-theme .gform_wrapper textarea,
.flat-theme #phxoptin input,
.flat-theme #phxoptin textarea,
.flat-theme .gform_wrapper input,
.flat-theme .gform_wrapper textarea,
.playful-theme #phxoptin input,
.playful-theme #phxoptin textarea,
.playful-theme .gform_wrapper input,
.playful-theme .gform_wrapper textarea,
.ross-specter-theme #phxoptin input,
.ross-specter-theme #phxoptin textarea,
.ross-specter-theme .gform_wrapper input,
.ross-specter-theme .gform_wrapper textarea,
.woman-theme #phxoptin input,
.woman-theme #phxoptin textarea,
.woman-theme .gform_wrapper input,
.woman-theme .gform_wrapper textarea {
    border: 1px solid #d0d0d0
}

.black-theme #phxoptin .gform_button,
.black-theme #phxoptin .gform_next_button,
.black-theme #phxoptin .gform_previous_button,
.black-theme .gform_wrapper .gform_button,
.black-theme .gform_wrapper .gform_next_button,
.black-theme .gform_wrapper .gform_previous_button,
.card-theme #phxoptin input,
.card-theme #phxoptin select,
.card-theme #phxoptin textarea,
.card-theme .gform_wrapper input,
.card-theme .gform_wrapper select,
.card-theme .gform_wrapper textarea,
.clippath-theme #phxoptin .gform_button,
.clippath-theme #phxoptin .gform_next_button,
.clippath-theme #phxoptin .gform_previous_button,
.clippath-theme .gform_wrapper .gform_button,
.clippath-theme .gform_wrapper .gform_next_button,
.clippath-theme .gform_wrapper .gform_previous_button,
.dream-theme #phxoptin .gform_button,
.dream-theme #phxoptin .gform_next_button,
.dream-theme #phxoptin .gform_previous_button,
.dream-theme .gform_wrapper .gform_button,
.dream-theme .gform_wrapper .gform_next_button,
.dream-theme .gform_wrapper .gform_previous_button,
.flat-theme #phxoptin .gform_button,
.flat-theme #phxoptin .gform_next_button,
.flat-theme #phxoptin .gform_previous_button,
.flat-theme .gform_wrapper .gform_button,
.flat-theme .gform_wrapper .gform_next_button,
.flat-theme .gform_wrapper .gform_previous_button,
.playful-theme #phxoptin .gform_button,
.playful-theme #phxoptin .gform_next_button,
.playful-theme #phxoptin .gform_previous_button,
.playful-theme .gform_wrapper .gform_button,
.playful-theme .gform_wrapper .gform_next_button,
.playful-theme .gform_wrapper .gform_previous_button,
.ross-specter-theme #phxoptin .gform_button,
.ross-specter-theme #phxoptin .gform_next_button,
.ross-specter-theme #phxoptin .gform_previous_button,
.ross-specter-theme .gform_wrapper .gform_button,
.ross-specter-theme .gform_wrapper .gform_next_button,
.ross-specter-theme .gform_wrapper .gform_previous_button,
.woman-theme #phxoptin .gform_button,
.woman-theme #phxoptin .gform_next_button,
.woman-theme #phxoptin .gform_previous_button,
.woman-theme .gform_wrapper .gform_button,
.woman-theme .gform_wrapper .gform_next_button,
.woman-theme .gform_wrapper .gform_previous_button {
    border: none !important
}

.card-theme #phxoptin .gfield_radio label,
.card-theme .gform_wrapper .gfield_radio label {
    vertical-align: top !important
}

.flat-theme #phxoptin label,
.flat-theme .gform_wrapper label {
    font-size: 16px
}

.flat-theme #phxoptin input,
.flat-theme #phxoptin select,
.flat-theme #phxoptin textarea,
.flat-theme .gform_wrapper input,
.flat-theme .gform_wrapper select,
.flat-theme .gform_wrapper textarea {
    border: 1px solid #a9a9a9;
    box-shadow: none !important;
    border-radius: 22px !important
}

.flat-theme #phxoptin .gfield_radio li,
.flat-theme .gform_wrapper .gfield_radio li {
    line-height: 1.8 !important
}

#phxoptin .gform_wrapper label,
.playful-theme .gform_wrapper label {
    padding-left: 0;
    font-size: 18px
}

#phxoptin .gform_wrapper input,
#phxoptin .gform_wrapper select,
#phxoptin .gform_wrapper textarea,
.playful-theme .gform_wrapper input,
.playful-theme .gform_wrapper select,
.playful-theme .gform_wrapper textarea {
    border: 1px solid #b4b4b4;
    box-shadow: 0 3px 0 0 rgba(51, 51, 51, .4);
    border-radius: 20px !important
}

#phxoptin .gform_wrapper input[type=submit],
.playful-theme .gform_wrapper input[type=submit] {
    -webkit-appearance: none
}

#phxoptin .gform_wrapper ol input[type=radio],
#phxoptin .gform_wrapper ul input[type=radio],
.playful-theme .gform_wrapper ol input[type=radio],
.playful-theme .gform_wrapper ul input[type=radio] {
    margin-top: 0 !important;
    vertical-align: top;
    height: 34px
}

#phxoptin .gform_wrapper ol label,
#phxoptin .gform_wrapper ul label,
.playful-theme .gform_wrapper ol label,
.playful-theme .gform_wrapper ul label {
    display: block;
    letter-spacing: inherit;
    vertical-align: top !important;
    cursor: pointer;
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-top: 3px !important
}

#phxoptin .gform_wrapper .gfield_radio label,
.playful-theme .gform_wrapper .gfield_radio label {
    max-width: 87% !important;
    line-height: 1.3
}

#phxoptin input,
.popup-wrapper .full_horizontal_optin_ribbon .forge-block .forge-button .content-edit-field {
    line-height: 1.5
}

#phxoptin {
    margin-top: 20px;
    background: rgba(255, 255, 255, .24);
    padding: 20px;
    border-radius: 3px
}

#phxoptin .row {
    display: flex;
    align-items: center;
    justify-content: center
}

#phxoptin .general-btn {
    font-size: 16px;
    padding: 10px 20px;
    margin-top: 10px;
    width: 100% !important
}

#phxoptin .general-btn .fa {
    margin-left: 5px
}

#phxoptin .phxoptin-headline {
    font-size: 18px;
    font-weight: 600
}

#phxoptin .phxoptin-subheadline {
    font-size: 16px;
    margin-top: 10px
}

#phxoptin label {
    font-size: 14px;
    margin-top: 10px
}

#phxoptin .phxoptin-antispam {
    margin-top: 10px;
    font-size: 12px;
    font-style: italic
}

#phxoptin .phxoptin-antispam .fa {
    margin-right: 5px
}

#phxoptin input {
    padding: 5px 5px 5px 10px;
    width: 100% !important;
    background: #f0f0f0
}

#phxoptin .phxtextwrap {
    flex: 1
}

#phxoptin .col-sm-4 {
    flex: 1;
    margin-left: 2%
}

#phxoptin .phxoptinimg {
    padding-left: 20px
}

#phxoptin .phxoptinimg img {
    width: 100%;
    max-width: 200px;
    max-height: 200px
}

#phxoptin.optinwidget101 .pull-right {
    max-width: 110px;
    max-height: 110px;
    margin-top: 10px
}

#phxoptin.optinwidget101 .phxoptin-headline {
    text-align: center
}

#phxoptin.optinwidget101 .phxoptin-subheadline {
    margin-top: 30px
}

.optin-unit-form {
    font-family: inherit !important
}

.aff-bar-wrapper {
    background: #10b19c;
    text-align: center;
    padding: 10px;
    font-family: Roboto, open sans, sans-serif;
    font-size: 12px
}

.aff-bar-wrapper img {
    height: 18px;
    clear: both;
    display: block;
    margin: auto auto 5px
}

.aff-bar-wrapper a {
    display: block;
    color: #fff
}

.dsb-theme-wrapper .col-xs-3 {
    width: auto !important;
    padding: 0 !important
}

.dsb-theme-wrapper .timer-inner {
    text-align: center
}

.dsb-theme-wrapper .time {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px
}

.dsb-theme-wrapper .time .number {
    font-size: 22px
}

.dsb-theme-wrapper .time .cd-txt {
    font-size: 14px
}

.fb-comment-section .fb-send {
    margin-left: 10px
}

a.feedbackcompany-link {
    outline: 0;
    text-decoration: none !important
}

.feedbackcompany-widget {
    text-align: left;
    background: #eee;
    padding: 0;
    cursor: pointer
}

.feedbackcompany-widgetheader {
    font-weight: 700;
    background: #222;
    font-size: 1em;
    line-height: 1.8em;
    height: 1.8em;
    margin: -10px -10px 3px 0
}

.feedbackcompany-stars {
    display: inline-block;
    text-shadow: 0 0 1px rgba(0, 0, 0, .4);
    vertical-align: top;
    white-space: nowrap
}

.feedbackcompany-stars>.feedbackcompany-stars-negative {
    position: relative;
    float: right;
    direction: rtl;
    overflow: hidden;
    color: #fff;
    display: block;
    margin-bottom: -2em;
    line-height: inherit
}

.feedbackcompany-amount,
.feedbackcompany-reviewauthor,
.feedbackcompany-reviewcontent {
    line-height: 1em;
    vertical-align: top;
    font-size: 1em
}

.feedbackcompany-stars>.feedbackcompany-stars-positive {
    clear: both;
    position: relative;
    overflow: hidden;
    color: #d93;
    display: block
}

.atc_event,
.atcb-link,
.atcb-list {
    display: none
}

[id^=feedbackcompany-reviewslider] {
    height: 0;
    position: relative
}

.feedbackcompany-reviewauthor {
    font-weight: 700;
    height: 1em
}

.feedbackcompany-reviewcontent {
    position: relative;
    height: 3em;
    overflow: hidden
}

.feedbackcompany-amount {
    height: 1em
}

.feedbackcompany-source {
    clear: both;
    margin-top: 10px
}

a.feedbackcompany-link .feedbackcompany-widget .feedbackcompany-source>img {
    vertical-align: top;
    border: none;
    box-shadow: none
}

.feedbackcompany-simple .feedbackcompany-stars {
    margin-right: 6px
}

.feedbackcompany-widgetheader {
    color: #000 !important;
    background-color: #fff !important
}

.feedbackcompany-widget {
    color: #222 !important;
    background-color: #fff !important
}

.feedbackcompany-score {
    font-weight: 700;
    font-size: 1em;
    line-height: 24.2px !important
}

.feedbackcompany-stars {
    font-size: 22px !important;
    line-height: 22px !important
}

.feedbackcompany-score,
.feedbackcompany-stars-positive {
    color: #81d742 !important
}

.feedbackcompany-stars-negative {
    color: #f2f2f2 !important
}

.addtocalendar {
    position: relative
}

.addtocalendar a {
    color: inherit
}

.addtocalendar:hover,
.addtocalendar:hover .atcb-list {
    opacity: 1 !important
}

.atcb-list {
    position: absolute !important;
    background: #fff;
    padding: 15px !important;
    font-size: 14px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    left: 0;
    right: 0;
    top: 60px
}

.atcb-list li {
    display: block !important;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 0 !important;
    font-size: 16px !important
}

.atcb-list li:hover {
    opacity: 1;
    background: rgba(51, 51, 51, .13)
}

.palette-Green-600-overwrite.general-btn-bg:hover,
.palette-Pink-300-overwrite.general-btn-bg:hover,
.palette-Pink-600-overwrite.general-btn-bg:hover,
.palette-Pink-700-overwrite.general-btn-bg:hover,
.palette-Purple-300-overwrite.general-btn-bg:hover,
.palette-Purple-400-overwrite.general-btn-bg:hover,
.palette-Purple-500-overwrite.general-btn-bg:hover,
.palette-Red-300-overwrite.general-btn-bg:hover,
.palette-Red-400-overwrite.general-btn-bg:hover,
.palette-Red-500-overwrite.general-btn-bg:hover,
.palette-Red-600-overwrite.general-btn-bg:hover,
.palette-Red-700-overwrite.general-btn-bg:hover {
    opacity: .8
}

.atcb-list li a {
    color: #333 !important
}

.atcb-list li:before {
    display: none !important
}

._inline-form {
    text-align: left
}

._inline-form ._form-label {
    font-weight: 600;
    margin-top: 10px;
    display: block
}

._inline-form ._checkbox-radio {
    display: flex;
    align-items: center
}

._inline-form ._field-wrapper input {
    width: auto;
    min-width: 300px;
    height: 52px;
    margin-top: 5px
}

._inline-form input[type=checkbox] {
    width: auto;
    margin: 0 15px 0 0
}

._inline-form ._submit {
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 15px;
    border-radius: 3px
}

.whatsapp-social-icon {
    display: none !important
}

@media(max-width:900px) {

    h1,
    h1 .full-row-title {
        font-size: 24px !important
    }

    h2,
    h2 .full-row-title {
        font-size: 22px !important
    }

    h3,
    h4 {
        font-size: 20px !important
    }

    .whatsapp-social-icon {
        display: flex !important
    }

    .full-row {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        display: block
    }
}

.full-row.no-padding-top-bot {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: block
}

@media(max-width:1200px) {
    .full-row .optin-unit-bg-img .hero-bg-img {
        display: none
    }

    .full-row .optin-unit-bg-img .full-row-center-absolute {
        padding-top: 20px;
        padding-bottom: 20px;
        position: static
    }
}

@media(max-width:1169px) {

    .full-row .optin-unit-bg-img .optin-unit-title,
    .full-row .optin-unit-bg-img .optin-unit-txt {
        margin-right: 0 !important;
        padding-right: 15px
    }

    .full-row .optin-unit-bg-img .optin-unit-title {
        padding-bottom: 15px
    }
}

@media(max-width:900px) {
    .full-row .optin-unit-bg-img .optin-unit-form {
        width: 75% !important;
        margin: auto
    }

    .full-row.black-theme {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }
}

@media(max-width:500px) {
    .full-row .optin-unit-bg-img .optin-unit-form {
        width: 90% !important
    }
}

@media(max-width:550px) {
    .full-row .single-testimonial-wrapper .testimonial-txt .testimonial-quote {
        font-size: 18px !important
    }
}

@media(max-width:900px) {
    .full-row.black-theme.navigation-row {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .full-hero-row {
        padding-top: 20px;
        padding-bottom: 20px;
        display: block
    }

    .full-hero-row h1 {
        font-size: 26px !important
    }

    .full-hero-row h2 {
        font-size: 22px !important
    }

    .full-hero-row h3,
    .full-hero-row h4 {
        font-size: 18px !important
    }

    .full-hero-row .hero-main-title {
        font-size: 26px !important
    }

    .full-hero-row .hero-sub-title {
        font-size: 20px !important
    }

    .full-hero-row .hero-sub-title .title-brush-stroke {
        padding: 10px 50px !important
    }

    .full-hero-row.no-responsive-padding {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media(max-width:980px) {

    .full-hero-row.no-responsive-bg-img .bg-img-custom-overlay,
    .full-hero-row.no-responsive-bg-img .darken-overlay,
    .full-hero-row.no-responsive-bg-img .full-bg-img img,
    .full-hero-row.no-responsive-bg-img .hero-bg-img img {
        display: none !important
    }

    .full-hero-row.no-responsive-bg-img {
        padding: 0 !important
    }

    .full-hero-row.no-responsive-bg-img .full-row-center-absolute {
        position: static !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .full-hero-row.no-responsive-bg-img .hero-left,
    .full-hero-row.no-responsive-bg-img .hero-right {
        display: block !important;
        width: 100%;
        max-width: none;
        float: none
    }

    .full-hero-row.no-responsive-bg-img .hero-left .absolute-hero-position,
    .full-hero-row.no-responsive-bg-img .hero-right .absolute-hero-position {
        position: absolute !important
    }

    .full-hero-row.no-responsive-bg-img .hero-left img,
    .full-hero-row.no-responsive-bg-img .hero-right img {
        display: block
    }

    .full-hero-row.no-responsive-bg-img .absolute-hero-position {
        position: relative !important;
        max-height: none !important;
        max-width: none !important
    }

    .full-hero-row.no-responsive-bg-img .absolute-hero-position .flex-box {
        width: 100% !important;
        max-width: none !important
    }

    .full-hero-row.no-responsive-bg-img .double-hero-cta {
        margin-bottom: 45px !important
    }
}

@media(max-width:900px) {
    .full-hero-row.no-responsive-bg-img .absolute-hero-position .hero-main-title {
        margin-top: 40px !important;
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .hero-main-title,
    .hero-sub-text,
    .hero-sub-title {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media(max-width:767px) {
    .full-hero-row.no-responsive-bg-img .absolute-hero-position .double-hero-cta .general-btn {
        font-size: 14px
    }

    .full-hero-row.no-responsive-bg-img .absolute-hero-position .hero-main-title {
        font-size: 18px !important;
        margin-top: 0 !important;
        margin-bottom: 15px !important
    }

    .full-hero-row.no-responsive-bg-img .hero-left .bg-img-custom-overlay,
    .full-hero-row.no-responsive-bg-img .hero-right .bg-img-custom-overlay {
        display: block !important
    }
}

.video-hero-center {
    width: 100%
}

@media(max-width:1023px) {
    .hero-video-wrapper {
        min-height: 300px
    }

    .hero-video-wrapper .vimeo-video,
    .hero-video-wrapper .vimeo-video .video-iframe-preview,
    .hero-video-wrapper .vimeo-video-full-screen,
    .hero-video-wrapper .vimeo-video-full-screen .video-iframe-preview,
    .hero-video-wrapper .vimeo-video-middle,
    .hero-video-wrapper .vimeo-video-middle .video-iframe-preview,
    .hero-video-wrapper .vimeo-video-small,
    .hero-video-wrapper .vimeo-video-small .video-iframe-preview {
        display: none
    }

    .hero-video-wrapper .video-hero-center,
    .hero-video-wrapper .vimeo-video-full-screen,
    .hero-video-wrapper .vimeo-video-middle,
    .hero-video-wrapper .vimeo-video-small {
        position: static !important
    }

    .hero-video-wrapper .video-hero-center .full-screen-video-title {
        margin-top: 20px !important
    }

    .hero-video-wrapper .vimeo-video-popup {
        display: block;
        position: absolute !important
    }

    .hero-video-wrapper .vimeo-video-popup iframe {
        max-width: 350px !important;
        left: 0;
        right: 0
    }

    .hero-video-wrapper .scroll-mat-wrapper {
        display: none
    }

    .hero-video-wrapper .hero-main-title {
        margin-top: 40px !important
    }

    .hero-video-wrapper .flex-box {
        width: 100% !important;
        max-width: none !important
    }
}

@media(max-width:900px) {
    .hero-video {
        margin-left: 30px;
        margin-right: 30px
    }
}

@media(max-width:1275px) and (min-width:1024px) {

    .double-btns .general-btn,
    .double-btns .ghost-btn {
        width: auto !important;
        display: block !important;
        margin-bottom: 20px !important
    }

    .double-btns div:nth-child(2) {
        margin-left: 0 !important
    }
}

@media(max-width:767px) {

    .double-btns .general-btn,
    .double-btns .ghost-btn {
        width: 100% !important;
        display: block !important;
        margin-bottom: 20px !important
    }

    .double-btns div:nth-child(2) {
        margin-left: 0 !important
    }
}

@media(max-width:1420px) {
    .full-screen-hero .hero-img img {
        max-height: 400px !important
    }
}

@media(max-width:1169px) {
    .full-screen-hero {
        height: auto !important;
        padding-bottom: 40px !important
    }

    .full-screen-hero .hero-img img {
        max-height: 300px !important;
        margin-bottom: 40px !important;
        margin-top: 40px !important
    }

    .full-screen-hero .mirror-box-1,
    .full-screen-hero .mirror-box-2 {
        display: block !important;
        width: 100% !important;
        padding-left: 0 !important;
        margin: auto !important
    }

    .full-screen-hero .mirror-box-1 {
        order: 2 !important
    }

    .full-screen-hero .mirror-box-2 {
        order: 1 !important
    }
}

@media(max-width:900px) {
    .full-screen-hero {
        height: auto !important
    }

    .full-screen-hero .hero-img img {
        max-height: 180px !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }
}

@media(max-width:767px) {
    .full-screen-hero .ghost-btn {
        max-width: 300px !important;
        margin: auto auto 20px !important
    }

    .full-screen-hero .general-btn {
        max-width: 300px !important
    }
}

.full-screen-content .double-btns {
    display: flex
}

@media(max-width:1275px) {
    .full-screen-content .double-btns {
        display: block
    }
}

@media(max-width:1279px) {
    .full-screen-content .mirror-box-1 {
        flex: 1.8 !important
    }

    .full-screen-content .mirror-box-2 {
        flex: 1.2 !important
    }
}

@media(max-width:1170px) {
    .separation-line-center {
        width: 90% !important
    }
}

@media(max-width:900px) {
    .full-screen-content {
        height: auto !important
    }

    .full-screen-content .big-content {
        margin-left: 0 !important;
        padding-left: 20px;
        padding-right: 20px
    }

    .full-screen-content .big-image {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .simple-search-unit .simple-search-input input {
        margin-right: 0 !important;
        float: none !important;
        width: 90% !important
    }

    .simple-cta-cta {
        padding-left: 20px;
        padding-right: 20px
    }

    .simple-cta-unit .simple-cta-desc {
        padding-left: 15px;
        padding-right: 15px
    }

    .simple-cta-unit .simple-cta-desc iframe {
        position: absolute !important
    }

    .simple-cta-unit .simple-cta-title {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

@media(max-width:450px) {
    .simple-cta-unit .iframe-container {
        padding-bottom: 60.25% !important
    }
}

@media(max-width:1169px) {
    .full-content-row {
        height: auto !important;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .full-content-row .flex-box {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: auto !important;
        padding: 10px 30px
    }
}

@media(max-width:900px) {

    .content-unit.colored-box .content-unit-txt,
    .pure-content-unit.colored-box .content-unit-txt {
        margin-bottom: 40px !important
    }

    .portfolio-item {
        margin: 40px !important
    }
}

@media(max-width:870px) {
    .portfolio-item {
        pointer-events: none
    }
}

@media(max-width:980px) {

    .content-unit .content-img-bg-txt,
    .pure-content-unit .content-img-bg-txt {
        font-size: 14px !important
    }

    .content-unit .content-unit-txt,
    .pure-content-unit .content-unit-txt {
        font-size: 16px !important
    }

    .portfolio-item-popup {
        box-shadow: none !important;
        margin-top: 10px !important
    }

    .portfolio-item-popup .final-portfolio-content-switch {
        float: none !important;
        margin: auto;
        text-align: center !important;
        width: 80% !important;
        height: auto !important
    }

    .portfolio-item-popup .portfolio-box-image {
        float: none !important;
        max-height: 180px !important;
        height: auto !important
    }

    .portfolio-item-popup .portfolio-item-image {
        position: static !important;
        margin-top: 20px;
        max-height: 60px !important
    }

    .portfolio-item-popup .nav-port-left {
        left: 5px !important;
        border-radius: 5px;
        background: rgba(74, 74, 74, .44);
        top: 5px !important
    }

    .portfolio-item-popup .nav-port-right {
        right: 5px !important;
        border-radius: 5px;
        background: rgba(74, 74, 74, .44);
        top: 5px !important
    }
}

@media(max-width:500px) {
    .usp-item.compact-usp1 .usp-image {
        float: none !important;
        margin: auto auto 15px !important;
        width: 100% !important
    }

    .usp-item.compact-usp1 .usp-content-wrap {
        text-align: center !important;
        max-width: none !important;
        float: none !important;
        padding: 0 !important
    }
}

.usp-item.usp-theme7 .bg-img-custom-overlay {
    display: block !important
}

@media(max-width:1366px) {
    .usp-item.usp-theme7 .usp-title {
        font-size: 22px !important;
        line-height: 1.6 !important
    }

    .usp-item.usp-theme7 .usp-desc {
        font-size: 16px !important;
        line-height: 1.6 !important
    }

    .usp-item.usp-theme7 .general-btn {
        font-size: 12px !important
    }
}

@media(max-width:1080px) {
    .usp-item.usp-theme7 .usp-title {
        font-size: 20px !important;
        line-height: 1.6 !important
    }

    .usp-item.usp-theme7 .usp-desc {
        font-size: 12px !important;
        line-height: 1.6 !important
    }

    .usp-item.usp-theme7 .general-btn {
        font-size: 12px !important
    }

    .usp-item.usp-theme7 .usp-bg-img-inner-content {
        padding: 10px !important
    }
}

@media(max-width:767px) {
    .listed-usp-wrapper .usp-list-item {
        display: block !important;
        text-align: center
    }

    .listed-usp-wrapper .usp-list-item .usp-img {
        display: inline-block;
        margin: auto !important
    }

    .listed-usp-wrapper .usp-list-item .usp-desc-wrapper {
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 0;
        width: 100% !important;
        display: block
    }

    .full-hero-row {
        left: 0 !important;
        right: 0 !important
    }
}

@media(max-width:1200px) {
    .date-time-unit .right-content-part {
        float: none !important;
        margin: auto !important;
        text-align: center
    }

    .date-time-unit .left-content-part {
        float: none !important;
        margin: auto;
        margin-right: auto !important;
        text-align: center;
        padding-top: 30px
    }

    .date-time-unit .date-time-block-wrapper {
        text-align: center;
        border-left: none !important
    }

    .date-time-unit .date-time-block-wrapper .day-wrapper {
        float: none !important;
        display: block;
        margin: auto auto 20px !important;
        padding-right: 0 !important
    }

    .date-time-unit .date-time-block-wrapper .time-wrapper {
        float: none !important;
        display: block;
        margin: auto !important
    }

    .date-time-unit .content-unit-txt p {
        text-align: center
    }
}

@media(max-width:1023px) {
    .date-time-unit .content-unit-txt {
        text-align: center !important
    }
}

@media(max-width:900px) {
    .full-hero-row {
        overflow-wrap: break-word;
        word-wrap: break-word
    }

    .full-hero-row .hero-cta {
        margin-bottom: 20px !important
    }
}

@media(max-width:1169px) {
    .content-unit .content-unit-title {
        text-align: inherit !important
    }

    .content-unit .content-unit-title.align-left {
        text-align: left !important
    }

    .content-unit .content-unit-txt {
        text-align: inherit !important
    }

    .content-unit .content-unit-txt.align-left {
        text-align: left !important
    }

    .content-unit .content-unit-cta {
        text-align: inherit !important
    }

    .content-unit .content-unit-cta.align-left {
        text-align: left !important
    }

    .colored-box .content-unit-title {
        text-align: inherit !important
    }

    .colored-box .content-unit-title.align-left {
        text-align: left !important
    }

    .colored-box .content-unit-txt {
        text-align: inherit !important
    }

    .colored-box .content-unit-txt.align-left {
        text-align: left !important
    }

    .colored-box .content-unit-cta {
        text-align: inherit !important
    }

    .colored-box .content-unit-cta.align-left {
        text-align: left !important
    }
}

@media(max-width:1023px) {
    .content-with-video .content-unit-title {
        text-align: center !important
    }

    .content-with-video .content-unit-title.align-left {
        text-align: left !important
    }

    .content-with-video .content-unit-content {
        text-align: center !important
    }

    .content-with-video .content-unit-content.align-left {
        text-align: left !important
    }

    .content-with-video .content-video-unit-cta {
        text-align: center !important
    }

    .content-with-video .content-video-unit-cta.align-left {
        text-align: left !important
    }
}

@media(max-width:700px) {
    .content-below-video .iframe-container {
        padding-bottom: 65% !important
    }
}

@media(max-width:600px) {
    .content-below-video .content-video-unit-video {
        max-width: 100% !important
    }

    .content-below-video .iframe-container {
        padding-bottom: 56.25% !important
    }
}

@media(max-width:500px) {
    .content-below-video .iframe-container {
        padding-bottom: 65% !important
    }
}

@media(max-width:450px) {
    .content-below-video .iframe-container {
        padding-bottom: 73% !important
    }
}

@media(max-width:767px) {

    .optin-unit-bg-img .optin-unit-title,
    .optin-unit-bg-img .optin-unit-txt {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .optin-unit-bg-img .optin-form-wrapper,
    .optin-unit-bg-img .optin-form-wrapper .general-btn,
    .optin-unit-bg-img .optin-form-wrapper input {
        width: auto !important
    }

    .small-optin-bar .inline-form {
        display: block !important
    }
}

@media(max-width:1169px) {

    .optin-unit .col-xs-10,
    .optin-unit .optin-unit-img {
        width: 100% !important;
        text-align: center !important
    }

    .optin-unit .col-xs-10,
    .optin-unit .optin-unit-bottom .optin-unit-form,
    .optin-unit .optin-unit-img,
    .optin-unit .optin-unit-top .optin-unit-title,
    .optin-unit .optin-unit-top .optin-unit-txt {
        text-align: center !important
    }

    .optin-unit {
        padding: 20px
    }

    .optin-unit .optin-unit-top {
        padding-top: 20px !important;
        padding-bottom: 30px !important
    }

    .optin-unit .optin-unit-top .optin-unit-txt {
        padding-bottom: 15px !important
    }

    .optin-unit .optin-unit-img {
        display: inline-block !important;
        margin: 20px auto !important;
        position: static !important;
        max-width: none !important
    }

    .optin-unit .optin-unit-img img {
        max-width: 150px
    }

    .optin-unit .optin-unit-bottom .optin-unit-form input {
        float: none !important;
        display: block !important;
        margin: auto auto 5px !important
    }

    .optin-unit .optin-unit-bottom .optin-unit-form .general-btn {
        display: block !important;
        float: none !important;
        margin-top: 15px !important
    }

    .optin-unit-large .optin-form-wrapper .general-btn,
    .optin-unit-large .optin-form-wrapper input {
        float: none !important;
        display: inline-block !important
    }

    .optin-unit-large .optin-unit-img {
        max-width: 200px !important
    }

    .optin-unit-large .optin-form-wrapper {
        text-align: center !important
    }

    .optin-unit-large .optin-form-wrapper input {
        margin-bottom: 20px !important
    }
}

@media(max-width:900px) {

    .optin-unit .optin-form-wrapper .general-btn,
    .optin-unit .optin-form-wrapper input {
        float: none !important;
        display: inline-block !important
    }

    .optin-unit .optin-form-wrapper {
        text-align: center !important;
        float: none !important
    }

    .optin-unit .optin-form-wrapper input {
        margin-bottom: 20px !important
    }

    .optin-unit .optin-unit-img.mirror-box-padding {
        padding-left: 0 !important
    }

    .optin-unit-simple .align-left,
    .optin-unit-simple .align-right {
        text-align: center !important
    }
}

@media(max-width:1023px) {
    .optin-unit-simple .optin-form-wrapper {
        text-align: center !important
    }

    .optin-unit-simple .optin-unit-form input {
        display: block !important;
        float: none !important;
        margin: auto auto 5px !important
    }

    .optin-unit-simple .optin-unit-img {
        padding: 20px 0 0 !important
    }
}

@media(max-width:1169px) {
    .news-unit .post-block {
        width: 50% !important;
        float: left !important;
        display: block !important
    }
}

@media(max-width:980px) {
    .quote-wrapper {
        max-width: 80%;
        margin: auto
    }

    .title-unit {
        max-width: 90%;
        margin: auto
    }
}

@media(max-width:900px) {
    .news-unit .post-block {
        width: 100% !important;
        float: none !important;
        display: block !important
    }

    .control-left,
    .control-right {
        display: none !important;
        text-align: center
    }

    .control-left .fa,
    .control-right .fa {
        margin-top: 0
    }

    .testimonial-slide {
        height: auto !important
    }
}

@media(max-width:767px) {
    .testimonial-unit.theme2 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .testimonial-unit.theme2 .person-img {
        float: none !important;
        display: inline-block
    }
}

@media(max-width:550px) {
    .testimonial-unit.theme3 {
        box-shadow: none !important;
        margin-top: 5px !important;
        margin-bottom: 0 !important
    }

    .testimonial-unit.theme3 .testimonial-wrapper .person-wrapper {
        float: none !important;
        max-width: 100% !important
    }

    .testimonial-unit.theme3 .testimonial-wrapper .person-wrapper .person-img img {
        width: 100%
    }

    .testimonial-unit.theme3 .testimonial-wrapper .testimonial-txt {
        float: none !important;
        max-width: 100% !important;
        padding: 0 !important
    }
}

@media(max-width:1023px) {
    .testimonial-unit.theme4 .person-name {
        max-width: none;
        width: 100%;
        margin-bottom: 0
    }

    .testimonial-unit.theme4 .person-txt {
        margin-top: 10px
    }
}

@media(max-width:900px) {

    .single-testimonial-wrapper.theme2 .col-xs-6,
    .single-testimonial-wrapper.theme2 .testimonial-txt,
    .single-testimonial-wrapper.theme2 .testimonial-txt .testimonial-highlight-text {
        display: inline-block !important
    }

    .single-testimonial-wrapper.theme2 .testimonial-txt {
        width: 100% !important;
        text-align: center !important;
        float: none !important
    }

    .single-testimonial-wrapper.theme2 .person-wrapper {
        padding-bottom: 0 !important
    }
}

@media(max-width:970px) {
    .clockdiv {
        font-size: 40px !important
    }

    .clockdiv>div {
        min-width: 0 !important;
        margin-left: 10px !important;
        margin-right: 10px !important
    }
}

@media(max-width:767px) {
    .testimonial-unit.theme4 {
        margin-top: 0 !important
    }

    .clockdiv {
        font-size: 24px !important
    }
}

@media(max-width:960px) {

    .black-theme .event-countdown .countdown-event-wrapper,
    .card-theme .event-countdown .countdown-event-wrapper,
    .dream-theme .event-countdown .countdown-event-wrapper,
    .flat-theme .event-countdown .countdown-event-wrapper,
    .playful-theme .event-countdown .countdown-event-wrapper,
    .ross-specter-theme .event-countdown .countdown-event-wrapper {
        display: block !important
    }

    .black-theme .event-countdown .countdown-cta .general-btn,
    .card-theme .event-countdown .countdown-cta .general-btn,
    .dream-theme .event-countdown .countdown-cta .general-btn,
    .flat-theme .event-countdown .countdown-cta .general-btn,
    .playful-theme .event-countdown .countdown-cta .general-btn,
    .ross-specter-theme .event-countdown .countdown-cta .general-btn {
        margin-top: 10px !important
    }

    .black-theme .event-countdown h1,
    .card-theme .event-countdown h1,
    .dream-theme .event-countdown h1,
    .flat-theme .event-countdown h1,
    .playful-theme .event-countdown h1,
    .ross-specter-theme .event-countdown h1 {
        margin-bottom: 15px !important
    }

    .black-theme .event-countdown .clockdiv,
    .card-theme .event-countdown .clockdiv,
    .dream-theme .event-countdown .clockdiv,
    .flat-theme .event-countdown .clockdiv,
    .playful-theme .event-countdown .clockdiv,
    .ross-specter-theme .event-countdown .clockdiv {
        background: 0 0;
        margin-bottom: 0;
        padding: 10px
    }

    .black-theme .event-countdown .clockdiv span,
    .card-theme .event-countdown .clockdiv span,
    .dream-theme .event-countdown .clockdiv span,
    .flat-theme .event-countdown .clockdiv span,
    .playful-theme .event-countdown .clockdiv span,
    .ross-specter-theme .event-countdown .clockdiv span {
        padding: 5px;
        font-size: 24px;
        font-weight: 600
    }

    .black-theme .event-countdown .clockdiv .smalltext,
    .card-theme .event-countdown .clockdiv .smalltext,
    .dream-theme .event-countdown .clockdiv .smalltext,
    .flat-theme .event-countdown .clockdiv .smalltext,
    .playful-theme .event-countdown .clockdiv .smalltext,
    .ross-specter-theme .event-countdown .clockdiv .smalltext {
        padding-bottom: 10px;
        font-size: 10px
    }

    .black-theme .event-countdown .countdown-wrapper,
    .card-theme .event-countdown .countdown-wrapper,
    .dream-theme .event-countdown .countdown-wrapper,
    .flat-theme .event-countdown .countdown-wrapper,
    .playful-theme .event-countdown .countdown-wrapper,
    .ross-specter-theme .event-countdown .countdown-wrapper {
        flex: none !important;
        display: block !important
    }

    .black-theme .event-countdown .time-date-wrapper,
    .card-theme .event-countdown .time-date-wrapper,
    .dream-theme .event-countdown .time-date-wrapper,
    .flat-theme .event-countdown .time-date-wrapper,
    .playful-theme .event-countdown .time-date-wrapper,
    .ross-specter-theme .event-countdown .time-date-wrapper {
        flex: none !important;
        display: block !important;
        text-align: center !important;
        font-size: 14px;
        min-width: 200px !important;
        padding: 10px;
        max-width: none !important;
        margin-bottom: 20px !important
    }

    .black-theme .event-countdown .time-date-wrapper .fa,
    .card-theme .event-countdown .time-date-wrapper .fa,
    .dream-theme .event-countdown .time-date-wrapper .fa,
    .flat-theme .event-countdown .time-date-wrapper .fa,
    .playful-theme .event-countdown .time-date-wrapper .fa,
    .ross-specter-theme .event-countdown .time-date-wrapper .fa {
        float: none !important
    }

    .black-theme .countdown-bg-image h1,
    .black-theme .event-countdown-bg-image h1,
    .card-theme .countdown-bg-image h1,
    .card-theme .event-countdown-bg-image h1,
    .dream-theme .countdown-bg-image h1,
    .dream-theme .event-countdown-bg-image h1,
    .flat-theme .countdown-bg-image h1,
    .flat-theme .event-countdown-bg-image h1,
    .playful-theme .countdown-bg-image h1,
    .playful-theme .event-countdown-bg-image h1,
    .ross-specter-theme .countdown-bg-image h1,
    .ross-specter-theme .event-countdown-bg-image h1 {
        margin-top: 20px !important;
        margin-bottom: 20px
    }

    .black-theme .countdown-bg-image .hero-cta,
    .black-theme .event-countdown-bg-image .hero-cta,
    .card-theme .countdown-bg-image .hero-cta,
    .card-theme .event-countdown-bg-image .hero-cta,
    .dream-theme .countdown-bg-image .hero-cta,
    .dream-theme .event-countdown-bg-image .hero-cta,
    .flat-theme .countdown-bg-image .hero-cta,
    .flat-theme .event-countdown-bg-image .hero-cta,
    .playful-theme .countdown-bg-image .hero-cta,
    .playful-theme .event-countdown-bg-image .hero-cta,
    .ross-specter-theme .countdown-bg-image .hero-cta,
    .ross-specter-theme .event-countdown-bg-image .hero-cta {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .black-theme .countdown-bg-image h2,
    .black-theme .event-countdown-bg-image h2,
    .card-theme .countdown-bg-image h2,
    .card-theme .event-countdown-bg-image h2,
    .dream-theme .countdown-bg-image h2,
    .dream-theme .event-countdown-bg-image h2,
    .flat-theme .countdown-bg-image h2,
    .flat-theme .event-countdown-bg-image h2,
    .playful-theme .countdown-bg-image h2,
    .playful-theme .event-countdown-bg-image h2,
    .ross-specter-theme .countdown-bg-image h2,
    .ross-specter-theme .event-countdown-bg-image h2 {
        margin-bottom: 20px !important
    }

    .black-theme .countdown-bg-image .clockdiv,
    .black-theme .event-countdown-bg-image .clockdiv,
    .card-theme .countdown-bg-image .clockdiv,
    .card-theme .event-countdown-bg-image .clockdiv,
    .dream-theme .countdown-bg-image .clockdiv,
    .dream-theme .event-countdown-bg-image .clockdiv,
    .flat-theme .countdown-bg-image .clockdiv,
    .flat-theme .event-countdown-bg-image .clockdiv,
    .playful-theme .countdown-bg-image .clockdiv,
    .playful-theme .event-countdown-bg-image .clockdiv,
    .ross-specter-theme .countdown-bg-image .clockdiv,
    .ross-specter-theme .event-countdown-bg-image .clockdiv {
        margin-bottom: 0;
        padding: 10px
    }

    .black-theme .countdown-bg-image .clockdiv span,
    .black-theme .event-countdown-bg-image .clockdiv span,
    .card-theme .countdown-bg-image .clockdiv span,
    .card-theme .event-countdown-bg-image .clockdiv span,
    .dream-theme .countdown-bg-image .clockdiv span,
    .dream-theme .event-countdown-bg-image .clockdiv span,
    .flat-theme .countdown-bg-image .clockdiv span,
    .flat-theme .event-countdown-bg-image .clockdiv span,
    .playful-theme .countdown-bg-image .clockdiv span,
    .playful-theme .event-countdown-bg-image .clockdiv span,
    .ross-specter-theme .countdown-bg-image .clockdiv span,
    .ross-specter-theme .event-countdown-bg-image .clockdiv span {
        font-size: 24px !important;
        font-weight: 600;
        padding: 0 5px
    }

    .black-theme .countdown-bg-image .clockdiv .smalltext,
    .black-theme .event-countdown-bg-image .clockdiv .smalltext,
    .card-theme .countdown-bg-image .clockdiv .smalltext,
    .card-theme .event-countdown-bg-image .clockdiv .smalltext,
    .dream-theme .countdown-bg-image .clockdiv .smalltext,
    .dream-theme .event-countdown-bg-image .clockdiv .smalltext,
    .flat-theme .countdown-bg-image .clockdiv .smalltext,
    .flat-theme .event-countdown-bg-image .clockdiv .smalltext,
    .playful-theme .countdown-bg-image .clockdiv .smalltext,
    .playful-theme .event-countdown-bg-image .clockdiv .smalltext,
    .ross-specter-theme .countdown-bg-image .clockdiv .smalltext,
    .ross-specter-theme .event-countdown-bg-image .clockdiv .smalltext {
        padding-bottom: 10px;
        font-size: 10px
    }

    .black-theme .countdown-bg-image .clockdiv>div,
    .black-theme .event-countdown-bg-image .clockdiv>div,
    .card-theme .countdown-bg-image .clockdiv>div,
    .card-theme .event-countdown-bg-image .clockdiv>div,
    .dream-theme .countdown-bg-image .clockdiv>div,
    .dream-theme .event-countdown-bg-image .clockdiv>div,
    .flat-theme .countdown-bg-image .clockdiv>div,
    .flat-theme .event-countdown-bg-image .clockdiv>div,
    .playful-theme .countdown-bg-image .clockdiv>div,
    .playful-theme .event-countdown-bg-image .clockdiv>div,
    .ross-specter-theme .countdown-bg-image .clockdiv>div,
    .ross-specter-theme .event-countdown-bg-image .clockdiv>div {
        min-width: 0;
        margin-left: 2px !important;
        margin-right: 2px !important;
        padding-right: 5px;
        padding-left: 5px;
        font-size: 24px !important
    }

    .black-theme .countdown-bg-image .countdown-event-wrapper,
    .black-theme .event-countdown-bg-image .countdown-event-wrapper,
    .card-theme .countdown-bg-image .countdown-event-wrapper,
    .card-theme .event-countdown-bg-image .countdown-event-wrapper,
    .dream-theme .countdown-bg-image .countdown-event-wrapper,
    .dream-theme .event-countdown-bg-image .countdown-event-wrapper,
    .flat-theme .countdown-bg-image .countdown-event-wrapper,
    .flat-theme .event-countdown-bg-image .countdown-event-wrapper,
    .playful-theme .countdown-bg-image .countdown-event-wrapper,
    .playful-theme .event-countdown-bg-image .countdown-event-wrapper,
    .ross-specter-theme .countdown-bg-image .countdown-event-wrapper,
    .ross-specter-theme .event-countdown-bg-image .countdown-event-wrapper {
        margin-bottom: 20px;
        background: 0 0 !important;
        box-shadow: none !important;
        min-width: 0 !important
    }

    .black-theme .countdown-bg-image .countdown-event-wrapper .time-date-wrapper,
    .black-theme .event-countdown-bg-image .countdown-event-wrapper .time-date-wrapper,
    .card-theme .countdown-bg-image .countdown-event-wrapper .time-date-wrapper,
    .card-theme .event-countdown-bg-image .countdown-event-wrapper .time-date-wrapper,
    .dream-theme .countdown-bg-image .countdown-event-wrapper .time-date-wrapper,
    .dream-theme .event-countdown-bg-image .countdown-event-wrapper .time-date-wrapper,
    .flat-theme .countdown-bg-image .countdown-event-wrapper .time-date-wrapper,
    .flat-theme .event-countdown-bg-image .countdown-event-wrapper .time-date-wrapper,
    .playful-theme .countdown-bg-image .countdown-event-wrapper .time-date-wrapper,
    .playful-theme .event-countdown-bg-image .countdown-event-wrapper .time-date-wrapper,
    .ross-specter-theme .countdown-bg-image .countdown-event-wrapper .time-date-wrapper,
    .ross-specter-theme .event-countdown-bg-image .countdown-event-wrapper .time-date-wrapper {
        float: none !important;
        display: block !important;
        text-align: center !important;
        font-size: 12px !important;
        min-width: 0 !important;
        width: auto !important;
        padding: 5px !important;
        max-width: none !important;
        margin-bottom: 5px !important;
        margin-top: 5px !important;
        background: rgba(0, 0, 0, .6)
    }

    .black-theme .countdown-bg-image .countdown-event-wrapper .time-date-wrapper .fa,
    .black-theme .event-countdown-bg-image .countdown-event-wrapper .time-date-wrapper .fa,
    .card-theme .countdown-bg-image .countdown-event-wrapper .time-date-wrapper .fa,
    .card-theme .event-countdown-bg-image .countdown-event-wrapper .time-date-wrapper .fa,
    .dream-theme .countdown-bg-image .countdown-event-wrapper .time-date-wrapper .fa,
    .dream-theme .event-countdown-bg-image .countdown-event-wrapper .time-date-wrapper .fa,
    .flat-theme .countdown-bg-image .countdown-event-wrapper .time-date-wrapper .fa,
    .flat-theme .event-countdown-bg-image .countdown-event-wrapper .time-date-wrapper .fa,
    .playful-theme .countdown-bg-image .countdown-event-wrapper .time-date-wrapper .fa,
    .playful-theme .event-countdown-bg-image .countdown-event-wrapper .time-date-wrapper .fa,
    .ross-specter-theme .countdown-bg-image .countdown-event-wrapper .time-date-wrapper .fa,
    .ross-specter-theme .event-countdown-bg-image .countdown-event-wrapper .time-date-wrapper .fa {
        font-size: 22px;
        margin-right: 0 !important;
        margin-bottom: 10px;
        float: none !important;
        display: inline-block !important;
        width: 25px
    }

    .black-theme .countdown-bg-image .countdown-event-wrapper .date-wrapper,
    .black-theme .event-countdown-bg-image .countdown-event-wrapper .date-wrapper,
    .card-theme .countdown-bg-image .countdown-event-wrapper .date-wrapper,
    .card-theme .event-countdown-bg-image .countdown-event-wrapper .date-wrapper,
    .dream-theme .countdown-bg-image .countdown-event-wrapper .date-wrapper,
    .dream-theme .event-countdown-bg-image .countdown-event-wrapper .date-wrapper,
    .flat-theme .countdown-bg-image .countdown-event-wrapper .date-wrapper,
    .flat-theme .event-countdown-bg-image .countdown-event-wrapper .date-wrapper,
    .playful-theme .countdown-bg-image .countdown-event-wrapper .date-wrapper,
    .playful-theme .event-countdown-bg-image .countdown-event-wrapper .date-wrapper,
    .ross-specter-theme .countdown-bg-image .countdown-event-wrapper .date-wrapper,
    .ross-specter-theme .event-countdown-bg-image .countdown-event-wrapper .date-wrapper {
        display: inline-block !important;
        font-size: 14px !important;
        padding: 0 5px !important;
        float: none !important
    }

    .black-theme .countdown-bg-image .countdown-event-wrapper .time-wrapper,
    .black-theme .event-countdown-bg-image .countdown-event-wrapper .time-wrapper,
    .card-theme .countdown-bg-image .countdown-event-wrapper .time-wrapper,
    .card-theme .event-countdown-bg-image .countdown-event-wrapper .time-wrapper,
    .dream-theme .countdown-bg-image .countdown-event-wrapper .time-wrapper,
    .dream-theme .event-countdown-bg-image .countdown-event-wrapper .time-wrapper,
    .flat-theme .countdown-bg-image .countdown-event-wrapper .time-wrapper,
    .flat-theme .event-countdown-bg-image .countdown-event-wrapper .time-wrapper,
    .playful-theme .countdown-bg-image .countdown-event-wrapper .time-wrapper,
    .playful-theme .event-countdown-bg-image .countdown-event-wrapper .time-wrapper,
    .ross-specter-theme .countdown-bg-image .countdown-event-wrapper .time-wrapper,
    .ross-specter-theme .event-countdown-bg-image .countdown-event-wrapper .time-wrapper {
        display: inline-block !important;
        font-size: 14px !important;
        float: none !important;
        padding: 10px !important
    }

    .black-theme .countdown-bg-image .countdown-event-wrapper .countdown-wrapper,
    .black-theme .event-countdown-bg-image .countdown-event-wrapper .countdown-wrapper,
    .card-theme .countdown-bg-image .countdown-event-wrapper .countdown-wrapper,
    .card-theme .event-countdown-bg-image .countdown-event-wrapper .countdown-wrapper,
    .dream-theme .countdown-bg-image .countdown-event-wrapper .countdown-wrapper,
    .dream-theme .event-countdown-bg-image .countdown-event-wrapper .countdown-wrapper,
    .flat-theme .countdown-bg-image .countdown-event-wrapper .countdown-wrapper,
    .flat-theme .event-countdown-bg-image .countdown-event-wrapper .countdown-wrapper,
    .playful-theme .countdown-bg-image .countdown-event-wrapper .countdown-wrapper,
    .playful-theme .event-countdown-bg-image .countdown-event-wrapper .countdown-wrapper,
    .ross-specter-theme .countdown-bg-image .countdown-event-wrapper .countdown-wrapper,
    .ross-specter-theme .event-countdown-bg-image .countdown-event-wrapper .countdown-wrapper {
        float: none !important;
        max-width: none !important;
        background: rgba(0, 0, 0, .6)
    }
}

.testimonial-slide {
    width: auto
}

@media(max-width:800px) {
    .testimonial-slide {
        height: auto !important;
        width: auto
    }
}

@media(max-width:900px) {

    .odd-even-row,
    .odd-even-row .row-nest-one,
    .odd-even-row .row-nest-three,
    .odd-even-row .row-nest-two {
        display: block;
        width: 100%
    }

    .odd-even-row .mobile-menu-overlay,
    .odd-even-row .popup-box-image {
        display: none
    }

    .gallery-image,
    .gallery-overlay {
        pointer-events: none
    }

    .gallery-image {
        max-width: 100%
    }

    .date-time-unit .left-content-part,
    .gallery-true-img {
        max-width: 80% !important
    }

    .speaker-unit .content-unit-txt {
        margin-left: 10px;
        margin-right: 10px
    }
}

@media(max-width:1024px) {
    .block-lists .usp-list-item {
        margin: 20px
    }

    .single-product-large .product-usp,
    .single-usp-product .product-usp {
        float: none !important;
        display: inline-block !important
    }
}

@media(max-width:767px) {

    .single-product-large,
    .single-usp-product {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media(max-width:450px) {
    .card-event-unit .event-wrapper .datetime {
        width: 100% !important;
        text-align: center
    }

    .card-event-unit .event-wrapper .datetime .date,
    .card-event-unit .event-wrapper .datetime .time {
        width: 40%;
        display: inline-block;
        margin: 10px
    }

    .card-event-unit .event-wrapper .content {
        padding-left: 0 !important
    }
}

@media(max-width:1070px) {

    .hero-left .absolute-hero-position,
    .hero-right .absolute-hero-position {
        display: flex !important;
        align-items: center
    }

    .hero-left .absolute-hero-position .hero-main-title,
    .hero-right .absolute-hero-position .hero-main-title {
        font-size: 20px !important
    }

    .hero-left .absolute-hero-position .hero-cta,
    .hero-right .absolute-hero-position .hero-cta {
        margin-bottom: auto !important
    }
}

.palette-Red-300-overwrite {
    background-color: #e57373 !important;
    color: #360a0a !important
}

.palette-Red-300-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #e57373 !important
}

.palette-Red-300-overwrite.overwrite-ghost-btn:hover {
    background-color: #e57373 !important;
    color: #360a0a !important
}

.palette-Red-300-overwrite.general-btn-border {
    border-color: #d82e2e !important
}

.palette-Red-300-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #e57373 !important
}

.palette-Red-300-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #e57373 !important;
    color: #e57373 !important
}

.palette-Red-300-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Red-300-overwrite.ghost-btn-border:hover {
    background: #e57373 !important;
    color: #360a0a !important
}

.palette-Red-300-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #c32424 !important
}

.palette-Red-300-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Red-300-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #c32424 !important
}

.palette-Red-400-overwrite {
    background-color: #ef5350 !important;
    color: #230403 !important
}

.palette-Red-400-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #ef5350 !important
}

.palette-Red-400-overwrite.overwrite-ghost-btn:hover {
    background-color: #ef5350 !important;
    color: #230403 !important
}

.palette-Red-400-overwrite.general-btn-border {
    border-color: #da1814 !important
}

.palette-Red-400-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #ef5350 !important
}

.palette-Red-400-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #ef5350 !important;
    color: #ef5350 !important
}

.palette-Red-400-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Red-400-overwrite.ghost-btn-border:hover {
    background: #ef5350 !important;
    color: #230403 !important
}

.palette-Red-400-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #bd1511 !important
}

.palette-Red-400-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Red-400-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #bd1511 !important
}

.palette-Red-500-overwrite {
    background-color: #f44336 !important;
    color: #fff !important
}

.palette-Red-500-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #f44336 !important
}

.palette-Red-500-overwrite.overwrite-ghost-btn:hover {
    background-color: #f44336 !important;
    color: #fff !important
}

.palette-Red-500-overwrite.general-btn-border {
    border-color: #cd180b !important
}

.palette-Red-500-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #f44336 !important
}

.palette-Red-500-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #f44336 !important;
    color: #f44336 !important
}

.palette-Red-500-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Red-500-overwrite.ghost-btn-border:hover {
    background: #f44336 !important;
    color: #fff !important
}

.palette-Red-500-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #b0150a !important
}

.palette-Red-500-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Red-500-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #b0150a !important
}

.palette-Red-600-overwrite {
    background-color: #e53935 !important;
    color: #fff !important
}

.palette-Red-600-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #e53935 !important
}

.palette-Red-600-overwrite.overwrite-ghost-btn:hover {
    background-color: #e53935 !important;
    color: #fff !important
}

.palette-Red-600-overwrite.general-btn-border {
    border-color: #b21a17 !important
}

.palette-Red-600-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #e53935 !important
}

.palette-Red-600-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #e53935 !important;
    color: #e53935 !important
}

.palette-Red-600-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Red-600-overwrite.ghost-btn-border:hover {
    background: #e53935 !important;
    color: #fff !important
}

.palette-Red-600-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #961613 !important
}

.palette-Red-600-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Red-600-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #961613 !important
}

.palette-Red-700-overwrite {
    background-color: #d32f2f !important;
    color: #fff !important
}

.palette-Red-700-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #d32f2f !important
}

.palette-Red-700-overwrite.overwrite-ghost-btn:hover {
    background-color: #d32f2f !important;
    color: #fff !important
}

.palette-Red-700-overwrite.general-btn-border {
    border-color: #921f1f !important
}

.palette-Red-700-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #d32f2f !important
}

.palette-Red-700-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #d32f2f !important;
    color: #d32f2f !important
}

.palette-Red-700-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Red-700-overwrite.ghost-btn-border:hover {
    background: #d32f2f !important;
    color: #fff !important
}

.palette-Red-700-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #781919 !important
}

.palette-Red-700-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Red-700-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #781919 !important
}

.palette-Pink-300-overwrite {
    background-color: #f06292 !important;
    color: #340515 !important
}

.palette-Pink-300-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #f06292 !important
}

.palette-Pink-300-overwrite.overwrite-ghost-btn:hover {
    background-color: #f06292 !important;
    color: #340515 !important
}

.palette-Pink-300-overwrite.general-btn-border {
    border-color: #e9185e !important
}

.palette-Pink-300-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #f06292 !important
}

.palette-Pink-300-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #f06292 !important;
    color: #f06292 !important
}

.palette-Pink-300-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Pink-300-overwrite.ghost-btn-border:hover {
    background: #f06292 !important;
    color: #340515 !important
}

.palette-Pink-300-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #ce1453 !important
}

.palette-Pink-300-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Pink-300-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #ce1453 !important
}

.palette-Pink-400-overwrite {
    background-color: #ec407a !important;
    color: #fff !important
}

.palette-Pink-400-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #ec407a !important
}

.palette-Pink-400-overwrite.overwrite-ghost-btn:hover {
    background-color: #ec407a !important;
    color: #fff !important
}

.palette-Pink-400-overwrite.general-btn-border {
    border-color: #c71450 !important
}

.palette-Pink-400-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #ec407a !important
}

.palette-Pink-400-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #ec407a !important;
    color: #ec407a !important
}

.palette-Pink-400-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Pink-400-overwrite.ghost-btn-border:hover {
    background: #ec407a !important;
    color: #fff !important
}

.palette-Pink-400-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #ab1145 !important
}

.palette-Pink-400-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Pink-400-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #ab1145 !important
}

.palette-Pink-500-overwrite {
    background-color: #e91e63 !important;
    color: #fff !important
}

.palette-Pink-500-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #e91e63 !important
}

.palette-Pink-500-overwrite.overwrite-ghost-btn:hover {
    background-color: #e91e63 !important;
    color: #fff !important
}

.palette-Pink-500-overwrite.general-btn-border {
    border-color: #a51043 !important
}

.palette-Pink-500-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #e91e63 !important
}

.palette-Pink-500-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #e91e63 !important;
    color: #e91e63 !important
}

.palette-Pink-500-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Pink-500-overwrite.ghost-btn-border:hover {
    background: #e91e63 !important;
    color: #fff !important
}

.palette-Pink-500-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #890d38 !important
}

.palette-Pink-500-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Pink-500-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #890d38 !important
}

.palette-Pink-600-overwrite {
    background-color: #d81b60 !important;
    color: #fff !important
}

.palette-Pink-600-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #d81b60 !important
}

.palette-Pink-600-overwrite.overwrite-ghost-btn:hover {
    background-color: #d81b60 !important;
    color: #fff !important
}

.palette-Pink-600-overwrite.general-btn-border {
    border-color: #8f1240 !important
}

.palette-Pink-600-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #d81b60 !important
}

.palette-Pink-600-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #d81b60 !important;
    color: #d81b60 !important
}

.palette-Pink-600-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Pink-600-overwrite.ghost-btn-border:hover {
    background: #d81b60 !important;
    color: #fff !important
}

.palette-Pink-600-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #740f34 !important
}

.palette-Pink-600-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Pink-600-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #740f34 !important
}

.palette-Pink-700-overwrite {
    background-color: #c2185b !important;
    color: #fff !important
}

.palette-Pink-700-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #c2185b !important
}

.palette-Pink-700-overwrite.overwrite-ghost-btn:hover {
    background-color: #c2185b !important;
    color: #fff !important
}

.palette-Pink-700-overwrite.general-btn-border {
    border-color: #790f39 !important
}

.palette-Pink-700-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #c2185b !important
}

.palette-Pink-700-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #c2185b !important;
    color: #c2185b !important
}

.palette-Pink-700-overwrite.ghost-btn-border:hover {
    background: #e91e63 !important;
    color: #fff !important
}

.palette-Pink-700-overwrite.ghost-btn-border.overwrite-general-btn {
    background: #c2185b !important;
    color: #fff !important
}

.palette-Pink-700-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #5e0c2c !important
}

.palette-Pink-700-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Pink-700-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #5e0c2c !important
}

.palette-Purple-300-overwrite {
    background-color: #ba68c8 !important;
    color: #fff !important
}

.palette-Purple-300-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #ba68c8 !important
}

.palette-Purple-300-overwrite.overwrite-ghost-btn:hover {
    background-color: #ba68c8 !important;
    color: #fff !important
}

.palette-Purple-300-overwrite.general-btn-border {
    border-color: #943ba3 !important
}

.palette-Purple-300-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #ba68c8 !important
}

.palette-Purple-300-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #ba68c8 !important;
    color: #ba68c8 !important
}

.palette-Purple-300-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Purple-300-overwrite.ghost-btn-border:hover {
    background: #ba68c8 !important;
    color: #fff !important
}

.palette-Purple-300-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #80338d !important
}

.palette-Purple-300-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Purple-300-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #80338d !important
}

.palette-Purple-400-overwrite {
    background-color: #ab47bc !important;
    color: #fff !important
}

.palette-Purple-400-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #ab47bc !important
}

.palette-Purple-400-overwrite.overwrite-ghost-btn:hover {
    background-color: #ab47bc !important;
    color: #fff !important
}

.palette-Purple-400-overwrite.general-btn-border {
    border-color: #762f82 !important
}

.palette-Purple-400-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #ab47bc !important
}

.palette-Purple-400-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #ab47bc !important;
    color: #ab47bc !important
}

.palette-Purple-400-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Purple-400-overwrite.ghost-btn-border:hover {
    background: #ab47bc !important;
    color: #fff !important
}

.palette-Purple-400-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #62276c !important
}

.palette-Purple-400-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Purple-400-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #62276c !important
}

.palette-Purple-500-overwrite {
    background-color: #9c27b0 !important;
    color: #fff !important
}

.palette-Purple-500-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #9c27b0 !important
}

.palette-Purple-500-overwrite.overwrite-ghost-btn:hover {
    background-color: #9c27b0 !important;
    color: #fff !important
}

.palette-Purple-500-overwrite.general-btn-border {
    border-color: #61186d !important
}

.palette-Purple-500-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #9c27b0 !important
}

.palette-Purple-500-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #9c27b0 !important;
    color: #9c27b0 !important
}

.palette-Purple-500-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Purple-500-overwrite.ghost-btn-border:hover {
    background: #9c27b0 !important;
    color: #fff !important
}

.palette-Purple-500-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #4b1354 !important
}

.palette-Purple-500-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Purple-500-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #4b1354 !important
}

.palette-Purple-600-overwrite {
    background-color: #8e24aa !important;
    color: #fff !important
}

.palette-Purple-600-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #8e24aa !important
}

.palette-Purple-600-overwrite.overwrite-ghost-btn:hover {
    background-color: #8e24aa !important;
    color: #fff !important
}

.palette-Purple-600-overwrite.general-btn-border {
    border-color: #561667 !important
}

.palette-Purple-600-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #8e24aa !important
}

.palette-Purple-600-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #8e24aa !important;
    color: #8e24aa !important
}

.palette-Purple-600-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Purple-600-overwrite.ghost-btn-border:hover {
    background: #8e24aa !important;
    color: #fff !important
}

.palette-Purple-600-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #41104d !important
}

.palette-Purple-600-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Purple-600-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #41104d !important
}

.palette-Purple-700-overwrite {
    background-color: #7b1fa2 !important;
    color: #fff !important
}

.palette-Purple-700-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #7b1fa2 !important
}

.palette-Purple-700-overwrite.overwrite-ghost-btn:hover {
    background-color: #7b1fa2 !important;
    color: #fff !important
}

.palette-Purple-700-overwrite.general-btn-border {
    border-color: #47125e !important
}

.palette-Purple-700-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #7b1fa2 !important
}

.palette-Purple-700-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #7b1fa2 !important;
    color: #7b1fa2 !important
}

.palette-Purple-700-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Purple-700-overwrite.ghost-btn-border:hover {
    background: #7b1fa2 !important;
    color: #fff !important
}

.palette-Purple-700-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #330d44 !important
}

.palette-Purple-700-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Purple-700-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #330d44 !important
}

.palette-Deep-Purple-300-overwrite {
    background-color: #9575cd !important;
    color: #120b1e !important
}

.palette-Deep-Purple-300-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #9575cd !important
}

.palette-Deep-Purple-300-overwrite.overwrite-ghost-btn:hover {
    background-color: #9575cd !important;
    color: #120b1e !important
}

.palette-Deep-Purple-300-overwrite.general-btn-border {
    border-color: #6940b0 !important
}

.palette-Deep-Purple-300-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #9575cd !important
}

.palette-Deep-Purple-300-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #9575cd !important;
    color: #9575cd !important
}

.palette-Deep-Purple-300-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Deep-Purple-300-overwrite.ghost-btn-border:hover {
    background: #9575cd !important;
    color: #120b1e !important
}

.palette-Deep-Purple-300-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #5c389a !important
}

.palette-Deep-Purple-300-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Deep-Purple-300-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #5c389a !important
}

.palette-Deep-Purple-400-overwrite {
    background-color: #7e57c2 !important;
    color: #fff !important
}

.palette-Deep-Purple-400-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #7e57c2 !important
}

.palette-Deep-Purple-400-overwrite.overwrite-ghost-btn:hover {
    background-color: #7e57c2 !important;
    color: #fff !important
}

.palette-Deep-Purple-400-overwrite.general-btn-border {
    border-color: #573592 !important
}

.palette-Deep-Purple-400-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #7e57c2 !important
}

.palette-Deep-Purple-400-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #7e57c2 !important;
    color: #7e57c2 !important
}

.palette-Deep-Purple-400-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Deep-Purple-400-overwrite.ghost-btn-border:hover {
    background: #7e57c2 !important;
    color: #fff !important
}

.palette-Deep-Purple-400-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #4a2d7c !important
}

.palette-Deep-Purple-400-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Deep-Purple-400-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #4a2d7c !important
}

.palette-Deep-Purple-500-overwrite {
    background-color: #673ab7 !important;
    color: #fff !important
}

.palette-Deep-Purple-500-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #673ab7 !important
}

.palette-Deep-Purple-500-overwrite.overwrite-ghost-btn:hover {
    background-color: #673ab7 !important;
    color: #fff !important
}

.palette-Deep-Purple-500-overwrite.general-btn-border {
    border-color: #442679 !important
}

.palette-Deep-Purple-500-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #673ab7 !important
}

.palette-Deep-Purple-500-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #673ab7 !important;
    color: #673ab7 !important
}

.palette-Deep-Purple-500-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Deep-Purple-500-overwrite.ghost-btn-border:hover {
    background: #673ab7 !important;
    color: #fff !important
}

.palette-Deep-Purple-500-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #371f62 !important
}

.palette-Deep-Purple-500-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Deep-Purple-500-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #371f62 !important
}

.palette-Deep-Purple-600-overwrite {
    background-color: #5e35b1 !important;
    color: #fff !important
}

.palette-Deep-Purple-600-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #5e35b1 !important
}

.palette-Deep-Purple-600-overwrite.overwrite-ghost-btn:hover {
    background-color: #5e35b1 !important;
    color: #fff !important
}

.palette-Deep-Purple-600-overwrite.general-btn-border {
    border-color: #3d2272 !important
}

.palette-Deep-Purple-600-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #5e35b1 !important
}

.palette-Deep-Purple-600-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #5e35b1 !important;
    color: #5e35b1 !important
}

.palette-Deep-Purple-600-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Deep-Purple-600-overwrite.ghost-btn-border:hover {
    background: #5e35b1 !important;
    color: #fff !important
}

.palette-Deep-Purple-600-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #301b5b !important
}

.palette-Deep-Purple-600-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Deep-Purple-600-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #301b5b !important
}

.palette-Deep-Purple-700-overwrite {
    background-color: #512da8 !important;
    color: #fff !important
}

.palette-Deep-Purple-700-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #512da8 !important
}

.palette-Deep-Purple-700-overwrite.overwrite-ghost-btn:hover {
    background-color: #512da8 !important;
    color: #fff !important
}

.palette-Deep-Purple-700-overwrite.general-btn-border {
    border-color: #321c68 !important
}

.palette-Deep-Purple-700-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #512da8 !important
}

.palette-Deep-Purple-700-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #512da8 !important;
    color: #512da8 !important
}

.palette-Deep-Purple-700-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Deep-Purple-700-overwrite.ghost-btn-border:hover {
    background: #512da8 !important;
    color: #fff !important
}

.palette-Deep-Purple-700-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #261550 !important
}

.palette-Deep-Purple-700-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Deep-Purple-700-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #261550 !important
}

.palette-Indigo-300-overwrite {
    background-color: #7986cb !important;
    color: #0c0f1f !important
}

.palette-Indigo-300-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #7986cb !important
}

.palette-Indigo-300-overwrite.overwrite-ghost-btn:hover {
    background-color: #7986cb !important;
    color: #0c0f1f !important
}

.palette-Indigo-300-overwrite.general-btn-border {
    border-color: #4455af !important
}

.palette-Indigo-300-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #7986cb !important
}

.palette-Indigo-300-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #7986cb !important;
    color: #7986cb !important
}

.palette-Indigo-300-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Indigo-300-overwrite.ghost-btn-border:hover {
    background: #7986cb !important;
    color: #0c0f1f !important
}

.palette-Indigo-300-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #3b4a99 !important
}

.palette-Indigo-300-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Indigo-300-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #3b4a99 !important
}

.palette-Indigo-400-overwrite {
    background-color: #5c6bc0 !important;
    color: #fff !important
}

.palette-Indigo-400-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #5c6bc0 !important
}

.palette-Indigo-400-overwrite.overwrite-ghost-btn:hover {
    background-color: #5c6bc0 !important;
    color: #fff !important
}

.palette-Indigo-400-overwrite.general-btn-border {
    border-color: #384692 !important
}

.palette-Indigo-400-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #5c6bc0 !important
}

.palette-Indigo-400-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #5c6bc0 !important;
    color: #5c6bc0 !important
}

.palette-Indigo-400-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Indigo-400-overwrite.ghost-btn-border:hover {
    background: #5c6bc0 !important;
    color: #fff !important
}

.palette-Indigo-400-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #303b7c !important
}

.palette-Indigo-400-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Indigo-400-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #303b7c !important
}

.palette-Indigo-500-overwrite {
    background-color: #3f51b5 !important;
    color: #fff !important
}

.palette-Indigo-500-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #3f51b5 !important
}

.palette-Indigo-500-overwrite.overwrite-ghost-btn:hover {
    background-color: #3f51b5 !important;
    color: #fff !important
}

.palette-Indigo-500-overwrite.general-btn-border {
    border-color: #2a3678 !important
}

.palette-Indigo-500-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #3f51b5 !important
}

.palette-Indigo-500-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #3f51b5 !important;
    color: #3f51b5 !important
}

.palette-Indigo-500-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Indigo-500-overwrite.ghost-btn-border:hover {
    background: #3f51b5 !important;
    color: #fff !important
}

.palette-Indigo-500-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #222c62 !important
}

.palette-Indigo-500-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Indigo-500-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #222c62 !important
}

.palette-Indigo-600-overwrite {
    background-color: #3949ab !important;
    color: #fff !important
}

.palette-Indigo-600-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #3949ab !important
}

.palette-Indigo-600-overwrite.overwrite-ghost-btn:hover {
    background-color: #3949ab !important;
    color: #fff !important
}

.palette-Indigo-600-overwrite.general-btn-border {
    border-color: #252f6e !important
}

.palette-Indigo-600-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #3949ab !important
}

.palette-Indigo-600-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #3949ab !important;
    color: #3949ab !important
}

.palette-Indigo-600-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Indigo-600-overwrite.ghost-btn-border:hover {
    background: #3949ab !important;
    color: #fff !important
}

.palette-Indigo-600-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #161d49 !important
}

.palette-Indigo-600-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Indigo-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
.palette-Indigo-700-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #161d49 !important
}

.palette-Indigo-700-overwrite {
    background-color: #303f9f !important;
    color: #fff !important
}

.palette-Indigo-700-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #303f9f !important
}

.palette-Indigo-700-overwrite.overwrite-ghost-btn:hover {
    background-color: #303f9f !important;
    color: #fff !important
}

.palette-Indigo-700-overwrite.general-btn-border {
    border-color: #1d2660 !important
}

.palette-Indigo-700-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #303f9f !important
}

.palette-Indigo-700-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #303f9f !important;
    color: #303f9f !important
}

.palette-Indigo-700-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Indigo-700-overwrite.ghost-btn-border:hover {
    background: #303f9f !important;
    color: #fff !important
}

.palette-Indigo-700-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Indigo-700-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #161d49 !important
}

.palette-Blue-300-overwrite {
    background-color: #64b5f6 !important;
    color: #04243e !important
}

.palette-Blue-300-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #64b5f6 !important
}

.palette-Blue-300-overwrite.overwrite-ghost-btn:hover {
    background-color: #64b5f6 !important;
    color: #04243e !important
}

.palette-Blue-300-overwrite.general-btn-border {
    border-color: #1790f2 !important
}

.palette-Blue-300-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #64b5f6 !important
}

.palette-Blue-300-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #64b5f6 !important;
    color: #64b5f6 !important
}

.palette-Blue-300-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Blue-300-overwrite.ghost-btn-border:hover {
    background: #64b5f6 !important;
    color: #04243e !important
}

.palette-Blue-300-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #0d80dd !important
}

.palette-Blue-300-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Blue-300-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #0d80dd !important
}

.palette-Blue-400-overwrite {
    background-color: #42a5f5 !important;
    color: #02111d !important
}

.palette-Blue-400-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #42a5f5 !important
}

.palette-Blue-400-overwrite.overwrite-ghost-btn:hover {
    background-color: #42a5f5 !important;
    color: #02111d !important
}

.palette-Blue-400-overwrite.general-btn-border {
    border-color: #0c7eda !important
}

.palette-Blue-400-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #42a5f5 !important
}

.palette-Blue-400-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #42a5f5 !important;
    color: #42a5f5 !important
}

.palette-Blue-400-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Blue-400-overwrite.ghost-btn-border:hover {
    background: #42a5f5 !important;
    color: #02111d !important
}

.palette-Blue-400-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #0a6dbd !important
}

.palette-Blue-400-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Blue-400-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #0a6dbd !important
}

.palette-Blue-500-overwrite {
    background-color: #2196f3 !important;
    color: #fff !important
}

.palette-Blue-500-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #2196f3 !important
}

.palette-Blue-500-overwrite.overwrite-ghost-btn:hover {
    background-color: #2196f3 !important;
    color: #fff !important
}

.palette-Blue-500-overwrite.general-btn-border {
    border-color: #0a6bb8 !important
}

.palette-Blue-500-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #2196f3 !important
}

.palette-Blue-500-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #2196f3 !important;
    color: #2196f3 !important
}

.palette-Blue-500-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Blue-500-overwrite.ghost-btn-border:hover {
    background: #2196f3 !important;
    color: #fff !important
}

.palette-Blue-500-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #085a9b !important
}

.palette-Blue-500-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Blue-500-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #085a9b !important
}

.palette-Blue-600-overwrite {
    background-color: #1e88e5 !important;
    color: #fff !important
}

.palette-Blue-600-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #1e88e5 !important
}

.palette-Blue-600-overwrite.overwrite-ghost-btn:hover {
    background-color: #1e88e5 !important;
    color: #fff !important
}

.palette-Blue-600-overwrite.general-btn-border {
    border-color: #125d9f !important
}

.palette-Blue-600-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #1e88e5 !important
}

.palette-Blue-600-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #1e88e5 !important;
    color: #1e88e5 !important
}

.palette-Blue-600-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Blue-600-overwrite.ghost-btn-border:hover {
    background: #1e88e5 !important;
    color: #fff !important
}

.palette-Blue-600-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #0f4d84 !important
}

.palette-Blue-600-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Blue-600-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #0f4d84 !important
}

.palette-Blue-700-overwrite {
    background-color: #1976d2 !important;
    color: #fff !important
}

.palette-Blue-700-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #1976d2 !important
}

.palette-Blue-700-overwrite.overwrite-ghost-btn:hover {
    background-color: #1976d2 !important;
    color: #fff !important
}

.palette-Blue-700-overwrite.general-btn-border {
    border-color: #104d89 !important
}

.palette-Blue-700-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #1976d2 !important
}

.palette-Blue-700-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #1976d2 !important;
    color: #1976d2 !important
}

.palette-Blue-700-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Blue-700-overwrite.ghost-btn-border:hover {
    background: #1976d2 !important;
    color: #fff !important
}

.palette-Blue-700-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #0d3e6e !important
}

.palette-Blue-700-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Blue-700-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #0d3e6e !important
}

.palette-Light-Blue-300-overwrite {
    background-color: #4fc3f7 !important;
    color: #021f2c !important
}

.palette-Light-Blue-300-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #4fc3f7 !important
}

.palette-Light-Blue-300-overwrite.overwrite-ghost-btn:hover {
    background-color: #4fc3f7 !important;
    color: #021f2c !important
}

.palette-Light-Blue-300-overwrite.general-btn-border {
    border-color: #0ba5ea !important
}

.palette-Light-Blue-300-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #4fc3f7 !important
}

.palette-Light-Blue-300-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #4fc3f7 !important;
    color: #4fc3f7 !important
}

.palette-Light-Blue-300-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Light-Blue-300-overwrite.ghost-btn-border:hover {
    background: #4fc3f7 !important;
    color: #021f2c !important
}

.palette-Light-Blue-300-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #0990cd !important
}

.palette-Light-Blue-300-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Light-Blue-300-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #0990cd !important
}

.palette-Light-Blue-400-overwrite {
    background-color: #29b6f6 !important;
    color: #fff !important
}

.palette-Light-Blue-400-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #29b6f6 !important
}

.palette-Light-Blue-400-overwrite.overwrite-ghost-btn:hover {
    background-color: #29b6f6 !important;
    color: #fff !important
}

.palette-Light-Blue-400-overwrite.general-btn-border {
    border-color: #088ac5 !important
}

.palette-Light-Blue-400-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #29b6f6 !important
}

.palette-Light-Blue-400-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #29b6f6 !important;
    color: #29b6f6 !important
}

.palette-Light-Blue-400-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Light-Blue-400-overwrite.ghost-btn-border:hover {
    background: #29b6f6 !important;
    color: #fff !important
}

.palette-Light-Blue-400-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #0776a8 !important
}

.palette-Light-Blue-400-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Light-Blue-400-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #0776a8 !important
}

.palette-Light-Blue-500-overwrite {
    background-color: #03a9f4 !important;
    color: #fff !important
}

.palette-Light-Blue-500-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #03a9f4 !important
}

.palette-Light-Blue-500-overwrite.overwrite-ghost-btn:hover {
    background-color: #03a9f4 !important;
    color: #fff !important
}

.palette-Light-Blue-500-overwrite.general-btn-border {
    border-color: #0271a3 !important
}

.palette-Light-Blue-500-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #03a9f4 !important
}

.palette-Light-Blue-500-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #03a9f4 !important;
    color: #03a9f4 !important
}

.palette-Light-Blue-500-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Light-Blue-500-overwrite.ghost-btn-border:hover {
    background: #03a9f4 !important;
    color: #fff !important
}

.palette-Light-Blue-500-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #025c85 !important
}

.palette-Light-Blue-500-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Light-Blue-500-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #025c85 !important
}

.palette-Light-Blue-600-overwrite {
    background-color: #039be5 !important;
    color: #fff !important
}

.palette-Light-Blue-600-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #039be5 !important
}

.palette-Light-Blue-600-overwrite.overwrite-ghost-btn:hover {
    background-color: #039be5 !important;
    color: #fff !important
}

.palette-Light-Blue-600-overwrite.general-btn-border {
    border-color: #026494 !important
}

.palette-Light-Blue-600-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #039be5 !important
}

.palette-Light-Blue-600-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #039be5 !important;
    color: #039be5 !important
}

.palette-Light-Blue-600-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Light-Blue-600-overwrite.ghost-btn-border:hover {
    background: #039be5 !important;
    color: #fff !important
}

.palette-Light-Blue-600-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #025076 !important
}

.palette-Light-Blue-600-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Light-Blue-600-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #025076 !important
}

.palette-Light-Blue-700-overwrite {
    background-color: #0288d1 !important;
    color: #fff !important
}

.palette-Light-Blue-700-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #0288d1 !important
}

.palette-Light-Blue-700-overwrite.overwrite-ghost-btn:hover {
    background-color: #0288d1 !important;
    color: #fff !important
}

.palette-Light-Blue-700-overwrite.general-btn-border {
    border-color: #015380 !important
}

.palette-Light-Blue-700-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #0288d1 !important
}

.palette-Light-Blue-700-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #0288d1 !important;
    color: #0288d1 !important
}

.palette-Light-Blue-700-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Light-Blue-700-overwrite.ghost-btn-border:hover {
    background: #0288d1 !important;
    color: #fff !important
}

.Light-Blue-700-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #014062 !important
}

.Light-Blue-700-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.Light-Blue-700-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #014062 !important
}

.palette-Cyan-300-overwrite {
    background-color: #4dd0e1 !important;
    color: #fff !important
}

.palette-Cyan-300-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #4dd0e1 !important
}

.palette-Cyan-300-overwrite.overwrite-ghost-btn:hover {
    background-color: #4dd0e1 !important;
    color: #fff !important
}

.palette-Cyan-300-overwrite.general-btn-border {
    border-color: #20abbd !important
}

.palette-Cyan-300-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #4dd0e1 !important
}

.palette-Cyan-300-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #4dd0e1 !important;
    color: #4dd0e1 !important
}

.palette-Cyan-300-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Cyan-300-overwrite.ghost-btn-border:hover {
    background: #4dd0e1 !important;
    color: #fff !important
}

.palette-Cyan-300-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #1b93a2 !important
}

.palette-Cyan-300-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Cyan-300-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #1b93a2 !important
}

.palette-Cyan-400-overwrite {
    background-color: #26c6da !important;
    color: #fff !important
}

.palette-Cyan-400-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #26c6da !important
}

.palette-Cyan-400-overwrite.overwrite-ghost-btn:hover {
    background-color: #26c6da !important;
    color: #fff !important
}

.palette-Cyan-400-overwrite.general-btn-border {
    border-color: #198795 !important
}

.palette-Cyan-400-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #26c6da !important
}

.palette-Cyan-400-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #26c6da !important;
    color: #26c6da !important
}

.palette-Cyan-400-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Cyan-400-overwrite.ghost-btn-border:hover {
    background: #26c6da !important;
    color: #fff !important
}

.palette-Cyan-400-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #15707b !important
}

.palette-Cyan-400-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Cyan-400-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #15707b !important
}

.palette-Cyan-500-overwrite {
    background-color: #00bcd4 !important;
    color: #fff !important
}

.palette-Cyan-500-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #00bcd4 !important
}

.palette-Cyan-500-overwrite.overwrite-ghost-btn:hover {
    background-color: #00bcd4 !important;
    color: #fff !important
}

.palette-Cyan-500-overwrite.general-btn-border {
    border-color: #007482 !important
}

.palette-Cyan-500-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #00bcd4 !important
}

.palette-Cyan-500-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #00bcd4 !important;
    color: #00bcd4 !important
}

.palette-Cyan-500-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Cyan-500-overwrite.ghost-btn-border:hover {
    background: #00bcd4 !important;
    color: #fff !important
}

.palette-Cyan-500-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #005964 !important
}

.palette-Cyan-500-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Cyan-500-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #005964 !important
}

.palette-Cyan-600-overwrite {
    background-color: #00acc1 !important;
    color: #fff !important
}

.palette-Cyan-600-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #00acc1 !important
}

.palette-Cyan-600-overwrite.overwrite-ghost-btn:hover {
    background-color: #00acc1 !important;
    color: #fff !important
}

.palette-Cyan-600-overwrite.general-btn-border {
    border-color: #00636f !important
}

.palette-Cyan-600-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #00acc1 !important
}

.palette-Cyan-600-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #00acc1 !important;
    color: #00acc1 !important
}

.palette-Cyan-600-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Cyan-600-overwrite.ghost-btn-border:hover {
    background: #00acc1 !important;
    color: #fff !important
}

.palette-Cyan-600-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #004851 !important
}

.palette-Cyan-600-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Cyan-600-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #004851 !important
}

.palette-Cyan-700-overwrite {
    background-color: #0097a7 !important;
    color: #fff !important
}

.palette-Cyan-700-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #0097a7 !important
}

.palette-Cyan-700-overwrite.overwrite-ghost-btn:hover {
    background-color: #0097a7 !important;
    color: #fff !important
}

.palette-Cyan-700-overwrite.general-btn-border {
    border-color: #004d55 !important
}

.palette-Cyan-700-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #0097a7 !important
}

.palette-Cyan-700-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #0097a7 !important;
    color: #0097a7 !important
}

.palette-Cyan-700-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Cyan-700-overwrite.ghost-btn-border:hover {
    background: #0097a7 !important;
    color: #fff !important
}

.palette-Cyan-700-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #003237 !important
}

.palette-Cyan-700-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Cyan-700-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #003237 !important
}

.palette-Teal-300-overwrite {
    background-color: #4db6ac !important;
    color: #fff !important
}

.palette-Teal-300-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #4db6ac !important
}

.palette-Teal-300-overwrite.overwrite-ghost-btn:hover {
    background-color: #4db6ac !important;
    color: #fff !important
}

.palette-Teal-300-overwrite.general-btn-border {
    border-color: #347e77 !important
}

.palette-Teal-300-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #4db6ac !important
}

.palette-Teal-300-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #4db6ac !important;
    color: #4db6ac !important
}

.palette-Teal-300-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Teal-300-overwrite.ghost-btn-border:hover {
    background: #4db6ac !important;
    color: #fff !important
}

.palette-Teal-300-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #2b6862 !important
}

.palette-Teal-300-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Teal-300-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #2b6862 !important
}

.palette-Teal-400-overwrite {
    background-color: #26a69a !important;
    color: #fff !important
}

.palette-Teal-400-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #26a69a !important
}

.palette-Teal-400-overwrite.overwrite-ghost-btn:hover {
    background-color: #26a69a !important;
    color: #fff !important
}

.palette-Teal-400-overwrite.general-btn-border {
    border-color: #17645c !important
}

.palette-Teal-400-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #26a69a !important
}

.palette-Teal-400-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #26a69a !important;
    color: #26a69a !important
}

.palette-Teal-400-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Teal-400-overwrite.ghost-btn-border:hover {
    background: #26a69a !important;
    color: #fff !important
}

.palette-Teal-400-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #114b45 !important
}

.palette-Teal-400-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Teal-400-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #114b45 !important
}

.palette-Teal-500-overwrite {
    background-color: #009688 !important;
    color: #fff !important
}

.palette-Teal-500-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #009688 !important
}

.palette-Teal-500-overwrite.overwrite-ghost-btn:hover {
    background-color: #009688 !important;
    color: #fff !important
}

.palette-Teal-500-overwrite.general-btn-border {
    border-color: #00443e !important
}

.palette-Teal-500-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #009688 !important
}

.palette-Teal-500-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #009688 !important;
    color: #009688 !important
}

.palette-Teal-500-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Teal-500-overwrite.ghost-btn-border:hover {
    background: #009688 !important;
    color: #fff !important
}

.palette-Teal-500-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #002622 !important
}

.palette-Teal-500-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Teal-500-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #002622 !important
}

.palette-Teal-600-overwrite {
    background-color: #00897b !important;
    color: #fff !important
}

.palette-Teal-600-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #00897b !important
}

.palette-Teal-600-overwrite.overwrite-ghost-btn:hover {
    background-color: #00897b !important;
    color: #fff !important
}

.palette-Teal-600-overwrite.general-btn-border {
    border-color: #003732 !important
}

.palette-Teal-600-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #00897b !important
}

.palette-Teal-600-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #00897b !important;
    color: #00897b !important
}

.palette-Teal-600-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Teal-600-overwrite.ghost-btn-border:hover {
    background: #00897b !important;
    color: #fff !important
}

.palette-Teal-600-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #001916 !important
}

.palette-Teal-600-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Teal-600-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #001916 !important
}

.palette-Teal-700-overwrite {
    background-color: #00796b !important;
    color: #fff !important
}

.palette-Teal-700-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #00796b !important
}

.palette-Teal-700-overwrite.overwrite-ghost-btn:hover {
    background-color: #00796b !important;
    color: #fff !important
}

.palette-Teal-700-overwrite.general-btn-border {
    border-color: #002723 !important
}

.palette-Teal-700-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #00796b !important
}

.palette-Teal-700-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #00796b !important;
    color: #00796b !important
}

.palette-Teal-700-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Teal-700-overwrite.ghost-btn-border:hover {
    background: #00796b !important;
    color: #fff !important
}

.palette-Teal-700-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #000908 !important
}

.palette-Teal-700-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Teal-700-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #000908 !important
}

.palette-Green-300-overwrite {
    background-color: #81c784 !important;
    color: #0f210f !important
}

.palette-Green-300-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #81c784 !important
}

.palette-Green-300-overwrite.overwrite-ghost-btn:hover {
    background-color: #81c784 !important;
    color: #0f210f !important
}

.palette-Green-300-overwrite.general-btn-border {
    border-color: #4cab50 !important
}

.palette-Green-300-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #81c784 !important
}

.palette-Green-300-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #81c784 !important;
    color: #81c784 !important
}

.palette-Green-300-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Green-300-overwrite.ghost-btn-border:hover {
    background: #81c784 !important;
    color: #0f210f !important
}

.palette-Green-300-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #429546 !important
}

.palette-Green-300-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Green-300-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #429546 !important
}

.palette-Green-400-overwrite {
    background-color: #66bb6a !important;
    color: #fff !important
}

.palette-Green-400-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #66bb6a !important
}

.palette-Green-400-overwrite.overwrite-ghost-btn:hover {
    background-color: #66bb6a !important;
    color: #fff !important
}

.palette-Green-400-overwrite.general-btn-border {
    border-color: #409044 !important
}

.palette-Green-400-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #66bb6a !important
}

.palette-Green-400-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #66bb6a !important;
    color: #66bb6a !important
}

.palette-Green-400-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Green-400-overwrite.ghost-btn-border:hover {
    background: #66bb6a !important;
    color: #fff !important
}

.palette-Green-400-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #367a3a !important
}

.palette-Green-400-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Green-400-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #367a3a !important
}

.palette-Green-500-overwrite {
    background-color: #4caf50 !important;
    color: #fff !important
}

.palette-Green-500-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #4caf50 !important
}

.palette-Green-500-overwrite.overwrite-ghost-btn:hover {
    background-color: #4caf50 !important;
    color: #fff !important
}

.palette-Green-500-overwrite.general-btn-border {
    border-color: #337636 !important
}

.palette-Green-500-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #4caf50 !important
}

.palette-Green-500-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #4caf50 !important;
    color: #4caf50 !important
}

.palette-Green-500-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Green-500-overwrite.ghost-btn-border:hover {
    background: #4caf50 !important;
    color: #fff !important
}

.palette-Green-500-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #2a612c !important
}

.palette-Green-500-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Green-500-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #2a612c !important
}

.palette-Green-600-overwrite {
    background-color: #43a047 !important;
    color: #fff !important
}

.palette-Green-600-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #43a047 !important
}

.palette-Green-600-overwrite.overwrite-ghost-btn:hover {
    background-color: #43a047 !important;
    color: #fff !important
}

.palette-Green-600-overwrite.general-btn-border {
    border-color: #2b662d !important
}

.palette-Green-600-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #43a047 !important
}

.palette-Green-600-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #43a047 !important;
    color: #43a047 !important
}

.palette-Green-600-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Green-600-overwrite.ghost-btn-border:hover {
    background: #43a047 !important;
    color: #fff !important
}

.palette-Green-600-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #225124 !important
}

.palette-Green-600-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Green-600-overwriteoverwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #225124 !important
}

.palette-Green-700-overwrite {
    background-color: #388e3c !important;
    color: #fff !important
}

.palette-Green-700-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #388e3c !important
}

.palette-Green-700-overwrite.overwrite-ghost-btn:hover {
    background-color: #388e3c !important;
    color: #fff !important
}

.palette-Green-700-overwrite.general-btn-border {
    border-color: #215323 !important
}

.palette-Green-700-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #388e3c !important
}

.palette-Green-700-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #388e3c !important;
    color: #388e3c !important
}

.palette-Green-700-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Green-700-overwrite.ghost-btn-border:hover {
    background: #388e3c !important;
    color: #fff !important
}

.palette-Green-700-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #183e1a !important
}

.palette-Green-700-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Green-700-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #183e1a !important
}

.palette-Light-Green-300-overwrite {
    background-color: #aed581 !important;
    color: #202e0f !important
}

.palette-Light-Green-300-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #aed581 !important
}

.palette-Light-Green-300-overwrite.overwrite-ghost-btn:hover {
    background-color: #aed581 !important;
    color: #202e0f !important
}

.palette-Light-Green-300-overwrite.general-btn-border {
    border-color: #87c144 !important
}

.palette-Light-Green-300-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #aed581 !important
}

.palette-Light-Green-300-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #aed581 !important;
    color: #aed581 !important
}

.palette-Light-Green-300-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Light-Green-300-overwrite.ghost-btn-border:hover {
    background: #aed581 !important;
    color: #202e0f !important
}

.palette-Light-Green-300-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #77ac39 !important
}

.palette-Light-Green-300-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Light-Green-300-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #77ac39 !important
}

.palette-Light-Green-400-overwrite {
    background-color: #9ccc65 !important;
    color: #fff !important
}

.palette-Light-Green-400-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #9ccc65 !important
}

.palette-Light-Green-400-overwrite.overwrite-ghost-btn:hover {
    background-color: #9ccc65 !important;
    color: #fff !important
}

.palette-Light-Green-400-overwrite.general-btn-border {
    border-color: #74a838 !important
}

.palette-Light-Green-400-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #9ccc65 !important
}

.palette-Light-Green-400-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #9ccc65 !important;
    color: #9ccc65 !important
}

.palette-Light-Green-400-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Light-Green-400-overwrite.ghost-btn-border:hover {
    background: #9ccc65 !important;
    color: #fff !important
}

.palette-Light-Green-400-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #649130 !important
}

.palette-Light-Green-400-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Light-Green-400-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #649130 !important
}

.palette-Light-Green-500-overwrite {
    background-color: #8bc34a !important;
    color: #fff !important
}

.palette-Light-Green-500-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #8bc34a !important
}

.palette-Light-Green-500-overwrite.overwrite-ghost-btn:hover {
    background-color: #8bc34a !important;
    color: #fff !important
}

.palette-Light-Green-500-overwrite.general-btn-border {
    border-color: #618d2f !important
}

.palette-Light-Green-500-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #8bc34a !important
}

.palette-Light-Green-500-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #8bc34a !important;
    color: #8bc34a !important
}

.palette-Light-Green-500-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Light-Green-500-overwrite.ghost-btn-border:hover {
    background: #8bc34a !important;
    color: #fff !important
}

.palette-Light-Green-500-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #517627 !important
}

.palette-Light-Green-500-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Light-Green-500-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #517627 !important
}

.palette-Light-Green-600-overwrite {
    background-color: #7cb342 !important;
    color: #fff !important
}

.palette-Light-Green-600-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #7cb342 !important
}

.palette-Light-Green-600-overwrite.overwrite-ghost-btn:hover {
    background-color: #7cb342 !important;
    color: #fff !important
}

.palette-Light-Green-600-overwrite.general-btn-border {
    border-color: #53772c !important
}

.palette-Light-Green-600-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #7cb342 !important
}

.palette-Light-Green-600-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #7cb342 !important;
    color: #7cb342 !important
}

.palette-Light-Green-600-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Light-Green-600-overwrite.ghost-btn-border:hover {
    background: #7cb342 !important;
    color: #fff !important
}

.palette-Light-Green-600-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #436124 !important
}

.palette-Light-Green-600-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Light-Green-600-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #436124 !important
}

.palette-Light-Green-700-overwrite {
    background-color: #689f38 !important;
    color: #fff !important
}

.palette-Light-Green-700-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #689f38 !important
}

.palette-Light-Green-700-overwrite.overwrite-ghost-btn:hover {
    background-color: #689f38 !important;
    color: #fff !important
}

.palette-Light-Green-700-overwrite.general-btn-border {
    border-color: #416323 !important
}

.palette-Light-Green-700-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #689f38 !important
}

.palette-Light-Green-700-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #689f38 !important;
    color: #689f38 !important
}

.palette-Light-Green-700-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Light-Green-700-overwrite.ghost-btn-border:hover {
    background: #689f38 !important;
    color: #fff !important
}

.palette-Light-Green-700-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #324c1b !important
}

.palette-Light-Green-700-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Light-Green-700-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #324c1b !important
}

.palette-Lime-300-overwrite {
    background-color: #dce775 !important;
    color: #353a0a !important
}

.palette-Lime-300-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #dce775 !important
}

.palette-Lime-300-overwrite.overwrite-ghost-btn:hover {
    background-color: #dce775 !important;
    color: #353a0a !important
}

.palette-Lime-300-overwrite.general-btn-border {
    border-color: #cadb2f !important
}

.palette-Lime-300-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #dce775 !important
}

.palette-Lime-300-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #dce775 !important;
    color: #dce775 !important
}

.palette-Lime-300-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Lime-300-overwrite.ghost-btn-border:hover {
    background: #dce775 !important;
    color: #353a0a !important
}

.palette-Lime-300-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #b9c923 !important
}

.palette-Lime-300-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Lime-300-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #b9c923 !important
}

.palette-Lime-400-overwrite {
    background-color: #d4e157 !important;
    color: #191b05 !important
}

.palette-Lime-400-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #d4e157 !important
}

.palette-Lime-400-overwrite.overwrite-ghost-btn:hover {
    background-color: #d4e157 !important;
    color: #191b05 !important
}

.palette-Lime-400-overwrite.general-btn-border {
    border-color: #b4c323 !important
}

.palette-Lime-400-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #d4e157 !important
}

.palette-Lime-400-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #d4e157 !important;
    color: #d4e157 !important
}

.palette-Lime-400-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Lime-400-overwrite.ghost-btn-border:hover {
    background: #d4e157 !important;
    color: #191b05 !important
}

.palette-Lime-400-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #9caa1e !important
}

.palette-Lime-400-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Lime-400-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #9caa1e !important
}

.palette-Lime-500-overwrite {
    background-color: #cddc39 !important;
    color: #fff !important
}

.palette-Lime-500-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #cddc39 !important
}

.palette-Lime-500-overwrite.overwrite-ghost-btn:hover {
    background-color: #cddc39 !important;
    color: #fff !important
}

.palette-Lime-500-overwrite.general-btn-border {
    border-color: #99a61d !important
}

.palette-Lime-500-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #cddc39 !important
}

.palette-Lime-500-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #cddc39 !important;
    color: #cddc39 !important
}

.palette-Lime-500-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Lime-500-overwrite.ghost-btn-border:hover {
    background: #cddc39 !important;
    color: #fff !important
}

.palette-Lime-500-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #818c19 !important
}

.palette-Lime-500-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Lime-500-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #818c19 !important
}

.palette-Lime-600-overwrite {
    background-color: #c0ca33 !important;
    color: #fff !important
}

.palette-Lime-600-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #c0ca33 !important
}

.palette-Lime-600-overwrite.overwrite-ghost-btn:hover {
    background-color: #c0ca33 !important;
    color: #fff !important
}

.palette-Lime-600-overwrite.general-btn-border {
    border-color: #828923 !important
}

.palette-Lime-600-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #c0ca33 !important
}

.palette-Lime-600-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #c0ca33 !important;
    color: #c0ca33 !important
}

.palette-Lime-600-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Lime-600-overwrite.ghost-btn-border:hover {
    background: #c0ca33 !important;
    color: #fff !important
}

.palette-Lime-600-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #6b701c !important
}

.palette-Lime-600-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Lime-600-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #6b701c !important
}

.palette-Lime-700-overwrite {
    background-color: #afb42b !important;
    color: #fff !important
}

.palette-Lime-700-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #afb42b !important
}

.palette-Lime-700-overwrite.overwrite-ghost-btn:hover {
    background-color: #afb42b !important;
    color: #fff !important
}

.palette-Lime-700-overwrite.general-btn-border {
    border-color: #6f721b !important
}

.palette-Lime-700-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #afb42b !important
}

.palette-Lime-700-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #afb42b !important;
    color: #afb42b !important
}

.palette-Lime-700-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Lime-700-overwrite.ghost-btn-border:hover {
    background: #afb42b !important;
    color: #fff !important
}

.palette-Lime-700-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #575915 !important
}

.palette-Lime-700-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Lime-700-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #575915 !important
}

.palette-Yellow-300-overwrite {
    background-color: #fff176 !important;
    color: #5d5300 !important
}

.palette-Yellow-300-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #fff176 !important
}

.palette-Yellow-300-overwrite.overwrite-ghost-btn:hover {
    background-color: #fff176 !important;
    color: #5d5300 !important
}

.palette-Yellow-300-overwrite.general-btn-border {
    border-color: #ffe924 !important
}

.palette-Yellow-300-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #fff176 !important
}

.palette-Yellow-300-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #fff176 !important;
    color: #fff176 !important
}

.palette-Yellow-300-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Yellow-300-overwrite.ghost-btn-border:hover {
    background: #fff176 !important;
    color: #5d5300 !important
}

.palette-Yellow-300-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #ffe606 !important
}

.palette-Yellow-300-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Yellow-300-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #ffe606 !important
}

.palette-Yellow-400-overwrite {
    background-color: #ffee58 !important;
    color: #3f3800 !important
}

.palette-Yellow-400-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #ffee58 !important
}

.palette-Yellow-400-overwrite.overwrite-ghost-btn:hover {
    background-color: #ffee58 !important;
    color: #3f3800 !important
}

.palette-Yellow-400-overwrite.general-btn-border {
    border-color: #ffe606 !important
}

.palette-Yellow-400-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #ffee58 !important
}

.palette-Yellow-400-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #ffee58 !important;
    color: #ffee58 !important
}

.palette-Yellow-400-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Yellow-400-overwrite.ghost-btn-border:hover {
    background: #ffee58 !important;
    color: #3f3800 !important
}

.palette-Yellow-400-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #e7cf00 !important
}

.palette-Yellow-400-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Yellow-400-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #e7cf00 !important
}

.palette-Yellow-500-overwrite {
    background-color: #ffeb3b !important;
    color: #221e00 !important
}

.palette-Yellow-500-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #ffeb3b !important
}

.palette-Yellow-500-overwrite.overwrite-ghost-btn:hover {
    background-color: #ffeb3b !important;
    color: #221e00 !important
}

.palette-Yellow-500-overwrite.general-btn-border {
    border-color: #e8d100 !important
}

.palette-Yellow-500-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #ffeb3b !important
}

.palette-Yellow-500-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #ffeb3b !important;
    color: #ffeb3b !important
}

.palette-Yellow-500-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Yellow-500-overwrite.ghost-btn-border:hover {
    background: #ffeb3b !important;
    color: #221e00 !important
}

.palette-Yellow-500-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #cab500 !important
}

.palette-Yellow-500-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Yellow-500-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #cab500 !important
}

.palette-Yellow-600-overwrite {
    background-color: #fdd835 !important;
    color: #fff !important
}

.palette-Yellow-600-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #fdd835 !important
}

.palette-Yellow-600-overwrite.overwrite-ghost-btn:hover {
    background-color: #fdd835 !important;
    color: #fff !important
}

.palette-Yellow-600-overwrite.general-btn-border {
    border-color: #deb602 !important
}

.palette-Yellow-600-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #fdd835 !important
}

.palette-Yellow-600-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #fdd835 !important;
    color: #fdd835 !important
}

.palette-Yellow-600-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Yellow-600-overwrite.ghost-btn-border:hover {
    background: #fdd835 !important;
    color: #fff !important
}

.palette-Yellow-600-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #c09d02 !important
}

.palette-Yellow-600-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Yellow-600-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #c09d02 !important
}

.palette-Yellow-700-overwrite {
    background-color: #fbc02d !important;
    color: #fff !important
}

.palette-Yellow-700-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #fbc02d !important
}

.palette-Yellow-700-overwrite.overwrite-ghost-btn:hover {
    background-color: #fbc02d !important;
    color: #fff !important
}

.palette-Yellow-700-overwrite.general-btn-border {
    border-color: #d29704 !important
}

.palette-Yellow-700-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #fbc02d !important
}

.palette-Yellow-700-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #fbc02d !important;
    color: #fbc02d !important
}

.palette-Yellow-700-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Yellow-700-overwrite.ghost-btn-border:hover {
    background: #fbc02d !important;
    color: #fff !important
}

.palette-Yellow-700-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #b48203 !important
}

.palette-Yellow-700-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Yellow-700-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #b48203 !important
}

.palette-Amber-300-overwrite {
    background-color: #ffd54f !important;
    color: #362900 !important
}

.palette-Amber-300-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #ffd54f !important
}

.palette-Amber-300-overwrite.overwrite-ghost-btn:hover {
    background-color: #ffd54f !important;
    color: #362900 !important
}

.palette-Amber-300-overwrite.general-btn-border {
    border-color: #fcc000 !important
}

.palette-Amber-300-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #ffd54f !important
}

.palette-Amber-300-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #ffd54f !important;
    color: #ffd54f !important
}

.palette-Amber-300-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Amber-300-overwrite.ghost-btn-border:hover {
    background: #ffd54f !important;
    color: #362900 !important
}

.palette-Amber-300-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #dea900 !important
}

.palette-Amber-300-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Amber-300-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #dea900 !important
}

.palette-Amber-400-overwrite {
    background-color: #ffca28 !important;
    color: #fff !important
}

.palette-Amber-400-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #ffca28 !important
}

.palette-Amber-400-overwrite.overwrite-ghost-btn:hover {
    background-color: #ffca28 !important;
    color: #fff !important
}

.palette-Amber-400-overwrite.general-btn-border {
    border-color: #d5a100 !important
}

.palette-Amber-400-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #ffca28 !important
}

.palette-Amber-400-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #ffca28 !important;
    color: #ffca28 !important
}

.palette-Amber-400-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Amber-400-overwrite.ghost-btn-border:hover {
    background: #ffca28 !important;
    color: #fff !important
}

.palette-Amber-400-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #b78a00 !important
}

.palette-Amber-400-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Amber-400-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #b78a00 !important
}

.palette-Amber-500-overwrite {
    background-color: #ffc107 !important;
    color: #fff !important
}

.palette-Amber-500-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #ffc107 !important
}

.palette-Amber-500-overwrite.overwrite-ghost-btn:hover {
    background-color: #ffc107 !important;
    color: #fff !important
}

.palette-Amber-500-overwrite.general-btn-border {
    border-color: #b48700 !important
}

.palette-Amber-500-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #ffc107 !important
}

.palette-Amber-500-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #ffc107 !important;
    color: #ffc107 !important
}

.palette-Amber-500-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Amber-500-overwrite.ghost-btn-border:hover {
    background: #ffc107 !important;
    color: #fff !important
}

.palette-Amber-500-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #967000 !important
}

.palette-Amber-500-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Amber-500-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #967000 !important
}

.palette-Amber-600-overwrite {
    background-color: #ffb300 !important;
    color: #fff !important
}

.palette-Amber-600-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #ffb300 !important
}

.palette-Amber-600-overwrite.overwrite-ghost-btn:hover {
    background-color: #ffb300 !important;
    color: #fff !important
}

.palette-Amber-600-overwrite.general-btn-border {
    border-color: #ad7a00 !important
}

.palette-Amber-600-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #ffb300 !important
}

.palette-Amber-600-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #ffb300 !important;
    color: #ffb300 !important
}

.palette-Amber-600-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Amber-600-overwrite.ghost-btn-border:hover {
    background: #ffb300 !important;
    color: #fff !important
}

.palette-Amber-600-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #8f6400 !important
}

.palette-Amber-600-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Amber-600-overwrite-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #8f6400 !important
}

.palette-Amber-700-overwrite {
    background-color: #ffa000 !important;
    color: #fff !important
}

.palette-Amber-700-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #ffa000 !important
}

.palette-Amber-700-overwrite.overwrite-ghost-btn:hover {
    background-color: #ffa000 !important;
    color: #fff !important
}

.palette-Amber-700-overwrite.general-btn-border {
    border-color: #ad6d00 !important
}

.palette-Amber-700-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #ffa000 !important
}

.palette-Amber-700-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #ffa000 !important;
    color: #ffa000 !important
}

.palette-Amber-700-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Amber-700-overwrite.ghost-btn-border:hover {
    background: #ffa000 !important;
    color: #fff !important
}

.palette-Amber-700-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #8f5a00 !important
}

.palette-Amber-700-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Amber-700-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #8f5a00 !important
}

.palette-Orange-300-overwrite {
    background-color: #ffb74d !important;
    color: #341f00 !important
}

.palette-Orange-300-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #ffb74d !important
}

.palette-Orange-300-overwrite.overwrite-ghost-btn:hover {
    background-color: #ffb74d !important;
    color: #341f00 !important
}

.palette-Orange-300-overwrite.general-btn-border {
    border-color: #fa9500 !important
}

.palette-Orange-300-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #ffb74d !important
}

.palette-Orange-300-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #ffb74d !important;
    color: #ffb74d !important
}

.palette-Orange-300-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Orange-300-overwrite.ghost-btn-border:hover {
    background: #ffb74d !important;
    color: #341f00 !important
}

.palette-Orange-300-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #dc8300 !important
}

.palette-Orange-300-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Orange-300-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #dc8300 !important
}

.palette-Orange-400-overwrite {
    background-color: #ffa726 !important;
    color: #fff !important
}

.palette-Orange-400-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #ffa726 !important
}

.palette-Orange-400-overwrite.overwrite-ghost-btn:hover {
    background-color: #ffa726 !important;
    color: #fff !important
}

.palette-Orange-400-overwrite.general-btn-border {
    border-color: #d37e00 !important
}

.palette-Orange-400-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #ffa726 !important
}

.palette-Orange-400-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #ffa726 !important;
    color: #ffa726 !important
}

.palette-Orange-400-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Orange-400-overwrite.ghost-btn-border:hover {
    background: #ffa726 !important;
    color: #fff !important
}

.palette-Orange-400-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #b56b00 !important
}

.palette-Orange-400-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Orange-400-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #b56b00 !important
}

.palette-Orange-500-overwrite {
    background-color: #ff9800 !important;
    color: #fff !important
}

.palette-Orange-500-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #ff9800 !important
}

.palette-Orange-500-overwrite.overwrite-ghost-btn:hover {
    background-color: #ff9800 !important;
    color: #fff !important
}

.palette-Orange-500-overwrite.general-btn-border {
    border-color: #ad6700 !important
}

.palette-Orange-500-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #ff9800 !important
}

.palette-Orange-500-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #ff9800 !important;
    color: #ff9800 !important
}

.palette-Orange-500-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Orange-500-overwrite.ghost-btn-border:hover {
    background: #ff9800 !important;
    color: #fff !important
}

.palette-Orange-500-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #8f5500 !important
}

.palette-Orange-500-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Orange-500-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #8f5500 !important
}

.palette-Orange-600-overwrite {
    background-color: #fb8c00 !important;
    color: #fff !important
}

.palette-Orange-600-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #fb8c00 !important
}

.palette-Orange-600-overwrite.overwrite-ghost-btn:hover {
    background-color: #fb8c00 !important;
    color: #fff !important
}

.palette-Orange-600-overwrite.general-btn-border {
    border-color: #a95e00 !important
}

.palette-Orange-600-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #fb8c00 !important
}

.palette-Orange-600-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #fb8c00 !important;
    color: #fb8c00 !important
}

.palette-Orange-600-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Orange-600-overwrite.ghost-btn-border:hover {
    background: #fb8c00 !important;
    color: #fff !important
}

.palette-Orange-600-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #8b4d00 !important
}

.palette-Orange-600-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Orange-600-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #8b4d00 !important
}

.palette-Orange-700-overwrite {
    background-color: #f57c00 !important;
    color: #fff !important
}

.palette-Orange-700-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #f57c00 !important
}

.palette-Orange-700-overwrite.overwrite-ghost-btn:hover {
    background-color: #f57c00 !important;
    color: #fff !important
}

.palette-Orange-700-overwrite.general-btn-border {
    border-color: #a35300 !important
}

.palette-Orange-700-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #f57c00 !important
}

.palette-Orange-700-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #f57c00 !important;
    color: #f57c00 !important
}

.palette-Orange-700-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Orange-700-overwrite.ghost-btn-border:hover {
    background: #f57c00 !important;
    color: #fff !important
}

.palette-Orange-700-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #854300 !important
}

.palette-Orange-700-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Orange-700-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #854300 !important
}

.palette-Deep-Orange-300-overwrite {
    background-color: #ff8a65 !important;
    color: #4c1200 !important
}

.palette-Deep-Orange-300-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #ff8a65 !important
}

.palette-Deep-Orange-300-overwrite.overwrite-ghost-btn:hover {
    background-color: #ff8a65 !important;
    color: #4c1200 !important
}

.palette-Deep-Orange-300-overwrite.general-btn-border {
    border-color: #ff4c13 !important
}

.palette-Deep-Orange-300-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #ff8a65 !important
}

.palette-Deep-Orange-300-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #ff8a65 !important;
    color: #ff8a65 !important
}

.palette-Deep-Orange-300-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Deep-Orange-300-overwrite.ghost-btn-border:hover {
    background: #ff8a65 !important;
    color: #4c1200 !important
}

.palette-Deep-Orange-300-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #f43b00 !important
}

.palette-Deep-Orange-300-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Deep-Orange-300-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #f43b00 !important
}

.palette-Deep-Orange-400-overwrite {
    background-color: #ff7043 !important;
    color: #2a0a00 !important
}

.palette-Deep-Orange-400-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #ff7043 !important
}

.palette-Deep-Orange-400-overwrite.overwrite-ghost-btn:hover {
    background-color: #ff7043 !important;
    color: #2a0a00 !important
}

.palette-Deep-Orange-400-overwrite.general-btn-border {
    border-color: #f03a00 !important
}

.palette-Deep-Orange-400-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #ff7043 !important
}

.palette-Deep-Orange-400-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #ff7043 !important;
    color: #ff7043 !important
}

.palette-Deep-Orange-400-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Deep-Orange-400-overwrite.ghost-btn-border:hover {
    background: #ff7043 !important;
    color: #2a0a00 !important
}

.palette-Deep-Orange-400-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #d23200 !important
}

.palette-Deep-Orange-400-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Deep-Orange-400-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #d23200 !important
}

.palette-Deep-Orange-500-overwrite {
    background-color: #ff5722 !important;
    color: #fff !important
}

.palette-Deep-Orange-500-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #ff5722 !important
}

.palette-Deep-Orange-500-overwrite.overwrite-ghost-btn:hover {
    background-color: #ff5722 !important;
    color: #fff !important
}

.palette-Deep-Orange-500-overwrite.general-btn-border {
    border-color: #cf3200 !important
}

.palette-Deep-Orange-500-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #ff5722 !important
}

.palette-Deep-Orange-500-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #ff5722 !important;
    color: #ff5722 !important
}

.palette-Deep-Orange-500-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Deep-Orange-500-overwrite.ghost-btn-border:hover {
    background: #ff5722 !important;
    color: #fff !important
}

.palette-Deep-Orange-500-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #b12a00 !important
}

.palette-Deep-Orange-500-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Deep-Orange-500-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #b12a00 !important
}

.palette-Deep-Orange-600-overwrite {
    background-color: #f4511e !important;
    color: #fff !important
}

.palette-Deep-Orange-600-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #f4511e !important
}

.palette-Deep-Orange-600-overwrite.overwrite-ghost-btn:hover {
    background-color: #f4511e !important;
    color: #fff !important
}

.palette-Deep-Orange-600-overwrite.general-btn-border {
    border-color: #b73309 !important
}

.palette-Deep-Orange-600-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #f4511e !important
}

.palette-Deep-Orange-600-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #f4511e !important;
    color: #f4511e !important
}

.palette-Deep-Orange-600-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Deep-Orange-600-overwrite.ghost-btn-border:hover {
    background: #f4511e !important;
    color: #fff !important
}

.palette-Deep-Orange-600-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #9a2b08 !important
}

.palette-Deep-Orange-600-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Deep-Orange-600-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #9a2b08 !important
}

.palette-Deep-Orange-700-overwrite {
    background-color: #e64a19 !important;
    color: #fff !important
}

.palette-Deep-Orange-700-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #e64a19 !important
}

.palette-Deep-Orange-700-overwrite.overwrite-ghost-btn:hover {
    background-color: #e64a19 !important;
    color: #fff !important
}

.palette-Deep-Orange-700-overwrite.general-btn-border {
    border-color: #9c3211 !important
}

.palette-Deep-Orange-700-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #e64a19 !important
}

.palette-Deep-Orange-700-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #e64a19 !important;
    color: #e64a19 !important
}

.palette-Deep-Orange-700-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Deep-Orange-700-overwrite.ghost-btn-border:hover {
    background: #e64a19 !important;
    color: #fff !important
}

.palette-Deep-Orange-700-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #81290e !important
}

.palette-Deep-Orange-700-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Deep-Orange-700-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #81290e !important
}

.palette-Brown-300-overwrite {
    background-color: #a1887f !important;
    color: #fff !important
}

.palette-Brown-300-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #a1887f !important
}

.palette-Brown-300-overwrite.overwrite-ghost-btn:hover {
    background-color: #a1887f !important;
    color: #fff !important
}

.palette-Brown-300-overwrite.general-btn-border {
    border-color: #776057 !important
}

.palette-Brown-300-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #a1887f !important
}

.palette-Brown-300-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #a1887f !important;
    color: #a1887f !important
}

.palette-Brown-300-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Brown-300-overwrite.ghost-btn-border:hover {
    background: #a1887f !important;
    color: #fff !important
}

.palette-Brown-300-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #65524a !important
}

.palette-Brown-300-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Brown-300-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #65524a !important
}

.palette-Brown-400-overwrite {
    background-color: #8d6e63 !important;
    color: #fff !important
}

.palette-Brown-400-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #8d6e63 !important
}

.palette-Brown-400-overwrite.overwrite-ghost-btn:hover {
    background-color: #8d6e63 !important;
    color: #fff !important
}

.palette-Brown-400-overwrite.general-btn-border {
    border-color: #5d4941 !important
}

.palette-Brown-400-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #8d6e63 !important
}

.palette-Brown-400-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #8d6e63 !important;
    color: #8d6e63 !important
}

.palette-Brown-400-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Brown-400-overwrite.ghost-btn-border:hover {
    background: #8d6e63 !important;
    color: #fff !important
}

.palette-Brown-400-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #4b3b35 !important
}

.palette-Brown-400-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Brown-400-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #4b3b35 !important
}

.palette-Brown-500-overwrite {
    background-color: #795548 !important;
    color: #fff !important
}

.palette-Brown-500-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #795548 !important
}

.palette-Brown-500-overwrite.overwrite-ghost-btn:hover {
    background-color: #795548 !important;
    color: #fff !important
}

.palette-Brown-500-overwrite.general-btn-border {
    border-color: #46312a !important
}

.palette-Brown-500-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #795548 !important
}

.palette-Brown-500-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #795548 !important;
    color: #795548 !important
}

.palette-Brown-500-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Brown-500-overwrite.ghost-btn-border:hover {
    background: #795548 !important;
    color: #fff !important
}

.palette-Brown-500-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #33241e !important
}

.palette-Brown-500-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Brown-500-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #33241e !important
}

.palette-Brown-600-overwrite {
    background-color: #6d4c41 !important;
    color: #fff !important
}

.palette-Brown-600-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #6d4c41 !important
}

.palette-Brown-600-overwrite.overwrite-ghost-btn:hover {
    background-color: #6d4c41 !important;
    color: #fff !important
}

.palette-Brown-600-overwrite.general-btn-border {
    border-color: #3a2823 !important
}

.palette-Brown-600-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #6d4c41 !important
}

.palette-Brown-600-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #6d4c41 !important;
    color: #6d4c41 !important
}

.palette-Brown-600-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Brown-600-overwrite.ghost-btn-border:hover {
    background: #6d4c41 !important;
    color: #fff !important
}

.palette-Brown-600-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #271b17 !important
}

.palette-Brown-600-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Brown-600-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #271b17 !important
}

.palette-Brown-700-overwrite {
    background-color: #5d4037 !important;
    color: #fff !important
}

.palette-Brown-700-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #5d4037 !important
}

.palette-Brown-700-overwrite.overwrite-ghost-btn:hover {
    background-color: #5d4037 !important;
    color: #fff !important
}

.palette-Brown-700-overwrite.general-btn-border {
    border-color: #2a1d19 !important
}

.palette-Brown-700-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #5d4037 !important
}

.palette-Brown-700-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #5d4037 !important;
    color: #5d4037 !important
}

.palette-Brown-700-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Brown-700-overwrite.ghost-btn-border:hover {
    background: #5d4037 !important;
    color: #fff !important
}

.palette-Brown-700-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #160f0d !important
}

.palette-Brown-700-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Brown-700-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #160f0d !important
}

.palette-Blue-Grey-300-overwrite {
    background-color: #90a4ae !important;
    color: #101416 !important
}

.palette-Blue-Grey-300-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #90a4ae !important
}

.palette-Blue-Grey-300-overwrite.overwrite-ghost-btn:hover {
    background-color: #90a4ae !important;
    color: #101416 !important
}

.palette-Blue-Grey-300-overwrite.general-btn-border {
    border-color: #647c89 !important
}

.palette-Blue-Grey-300-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #90a4ae !important
}

.palette-Blue-Grey-300-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #90a4ae !important;
    color: #90a4ae !important
}

.palette-Blue-Grey-300-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Blue-Grey-300-overwrite.ghost-btn-border:hover {
    background: #90a4ae !important;
    color: #101416 !important
}

.palette-Blue-Grey-300-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #576c77 !important
}

.palette-Blue-Grey-300-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Blue-Grey-300-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #576c77 !important
}

.palette-Blue-Grey-400-overwrite {
    background-color: #78909c !important;
    color: #fff !important
}

.palette-Blue-Grey-400-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #78909c !important
}

.palette-Blue-Grey-400-overwrite.overwrite-ghost-btn:hover {
    background-color: #78909c !important;
    color: #fff !important
}

.palette-Blue-Grey-400-overwrite.general-btn-border {
    border-color: #526670 !important
}

.palette-Blue-Grey-400-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #78909c !important
}

.palette-Blue-Grey-400-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #78909c !important;
    color: #78909c !important
}

.palette-Blue-Grey-400-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Blue-Grey-400-overwrite.ghost-btn-border:hover {
    background: #78909c !important;
    color: #fff !important
}

.palette-Blue-Grey-400-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #45565f !important
}

.palette-Blue-Grey-400-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Blue-Grey-400-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #45565f !important
}

.palette-Blue-Grey-500-overwrite {
    background-color: #607d8b !important;
    color: #fff !important
}

.palette-Blue-Grey-500-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #607d8b !important
}

.palette-Blue-Grey-500-overwrite.overwrite-ghost-btn:hover {
    background-color: #607d8b !important;
    color: #fff !important
}

.palette-Blue-Grey-500-overwrite.general-btn-border {
    border-color: #3f525b !important
}

.palette-Blue-Grey-500-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #607d8b !important
}

.palette-Blue-Grey-500-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #607d8b !important;
    color: #607d8b !important
}

.palette-Blue-Grey-500-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Blue-Grey-500-overwrite.ghost-btn-border:hover {
    background: #607d8b !important;
    color: #fff !important
}

.palette-Blue-Grey-500-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #324149 !important
}

.palette-Blue-Grey-500-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Blue-Grey-500-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #324149 !important
}

.palette-Blue-Grey-600-overwrite {
    background-color: #546e7a !important;
    color: #fff !important
}

.palette-Blue-Grey-600-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #546e7a !important
}

.palette-Blue-Grey-600-overwrite.overwrite-ghost-btn:hover {
    background-color: #546e7a !important;
    color: #fff !important
}

.palette-Blue-Grey-600-overwrite.general-btn-border {
    border-color: #33424a !important
}

.palette-Blue-Grey-600-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #546e7a !important
}

.palette-Blue-Grey-600-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #546e7a !important;
    color: #546e7a !important
}

.palette-Blue-Grey-600-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Blue-Grey-600-overwrite.ghost-btn-border:hover {
    background: #546e7a !important;
    color: #fff !important
}

.palette-Blue-Grey-600-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #263238 !important
}

.palette-Blue-Grey-600-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Blue-Grey-600-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #263238 !important
}

.palette-Blue-Grey-700-overwrite {
    background-color: #455a64 !important;
    color: #fff !important
}

.palette-Blue-Grey-700-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #455a64 !important
}

.palette-Blue-Grey-700-overwrite.overwrite-ghost-btn:hover {
    background-color: #455a64 !important;
    color: #fff !important
}

.palette-Blue-Grey-700-overwrite.general-btn-border {
    border-color: #242f34 !important
}

.palette-Blue-Grey-700-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #455a64 !important
}

.palette-Blue-Grey-700-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #455a64 !important;
    color: #455a64 !important
}

.palette-Blue-Grey-700-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-Blue-Grey-700-overwrite.ghost-btn-border:hover {
    background: #455a64 !important;
    color: #fff !important
}

.palette-Blue-Grey-700-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #171e22 !important
}

.palette-Blue-Grey-700-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-Blue-Grey-700-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #171e22 !important
}

.palette-white {
    width: 47%;
    display: block;
    position: absolute;
    height: 20px;
    bottom: 10px;
    left: 10px;
    border: 1px solid #333
}

.palette-white:hover {
    border: 2px solid #009688
}

.palette-white-overwrite {
    background-color: #fff !important;
    color: #3d3d3e !important
}

.palette-white-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #fff !important
}

.palette-white-overwrite.overwrite-ghost-btn:hover {
    background-color: #fff !important;
    color: #3d3d3e !important
}

.palette-white-overwrite.general-btn-border {
    border-color: #d6d6d6 !important
}

.palette-white-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #fff !important
}

.palette-white-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #fff !important;
    color: #fff !important
}

.palette-white-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-white-overwrite.ghost-btn-border:hover {
    background: #fff !important;
    color: #3d3d3e !important
}

.palette-white-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #c7c7c7 !important
}

.palette-white-overwrite.general-btn-shadow.overwrite-ghost-btn {
    box-shadow: none !important
}

.palette-white-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #c7c7c7 !important
}

.palette-black {
    width: 47%;
    display: block;
    position: absolute;
    height: 20px;
    right: 10px;
    bottom: 10px;
    background: #000
}

.palette-black:hover {
    border: 2px solid #009688
}

.palette-black-overwrite {
    background-color: #000 !important;
    color: #fff !important
}

.palette-black-overwrite.overwrite-ghost-btn {
    background-color: transparent !important;
    color: #000 !important
}

.palette-black-overwrite.overwrite-ghost-btn:hover {
    background-color: #000 !important;
    color: #fff !important
}

.palette-black-overwrite.general-btn-border,
.palette-black-overwrite.general-btn-border.overwrite-ghost-btn {
    border-color: #000 !important
}

.palette-black-overwrite.ghost-btn-border {
    background: 0 0 !important;
    border-color: #000 !important;
    color: #000 !important
}

.palette-black-overwrite.ghost-btn-border.overwrite-general-btn,
.palette-black-overwrite.ghost-btn-border:hover {
    background: #000 !important;
    color: #fff !important
}

.palette-black-overwrite.general-btn-shadow {
    box-shadow: 0 2px 0 0 #000 !important
}

.dream-theme .palette-Amber-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Amber-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Amber-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Amber-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Amber-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Blue-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Blue-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Blue-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Blue-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Blue-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Blue-Grey-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Blue-Grey-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Blue-Grey-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Blue-Grey-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Blue-Grey-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Brown-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Brown-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Brown-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Brown-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Brown-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Cyan-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Cyan-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Cyan-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Cyan-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Cyan-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Deep-Orange-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Deep-Orange-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Deep-Orange-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Deep-Orange-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Deep-Orange-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Deep-Purple-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Deep-Purple-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Deep-Purple-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Deep-Purple-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Deep-Purple-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Green-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Green-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Green-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Green-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Green-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Indigo-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Indigo-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Indigo-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Indigo-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Indigo-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Light-Blue-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Light-Blue-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Light-Blue-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Light-Blue-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Light-Blue-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Light-Green-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Light-Green-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Light-Green-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Light-Green-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Light-Green-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Lime-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Lime-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Lime-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Lime-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Lime-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Orange-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Orange-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Orange-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Orange-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Orange-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Pink-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Pink-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Pink-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Pink-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Pink-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Purple-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Purple-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Purple-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Purple-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Purple-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Red-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Red-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Red-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Red-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Red-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Teal-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Teal-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Teal-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Teal-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Teal-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Yellow-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Yellow-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Yellow-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Yellow-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-Yellow-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-black-overwrite.ghost-btn-shadow.overwrite-general-btn,
.dream-theme .palette-white-overwrite.ghost-btn-shadow.overwrite-general-btn,
.palette-black-overwrite.general-btn-shadow.overwrite-ghost-btn,
body .ross-specter-theme .palette-Amber-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Amber-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Amber-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Amber-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Amber-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Blue-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Blue-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Blue-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Blue-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Blue-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Blue-Grey-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Blue-Grey-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Blue-Grey-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Blue-Grey-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Blue-Grey-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Brown-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Brown-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Brown-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Brown-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Brown-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Cyan-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Cyan-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Cyan-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Cyan-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Cyan-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Deep-Orange-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Deep-Orange-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Deep-Orange-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Deep-Orange-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Deep-Orange-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Deep-Purple-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Deep-Purple-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Deep-Purple-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Deep-Purple-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Deep-Purple-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Green-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Green-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Green-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Green-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Green-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Indigo-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Indigo-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Indigo-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Indigo-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Indigo-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Light-Blue-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Light-Blue-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Light-Blue-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Light-Blue-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Light-Blue-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Light-Green-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Light-Green-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Light-Green-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Light-Green-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Light-Green-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Lime-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Lime-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Lime-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Lime-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Lime-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Orange-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Orange-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Orange-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Orange-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Orange-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Pink-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Pink-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Pink-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Pink-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Pink-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Purple-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Purple-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Purple-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Purple-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Purple-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Red-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Red-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Red-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Red-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Red-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Teal-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Teal-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Teal-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Teal-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Teal-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Yellow-300-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Yellow-400-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Yellow-500-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Yellow-600-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-Yellow-700-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-black-overwrite.ghost-btn-shadow.overwrite-general-btn,
body .ross-specter-theme .palette-white-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: none !important
}

.palette-black-overwrite.ghost-btn-shadow.overwrite-general-btn {
    box-shadow: 0 2px 0 0 #000 !important
}

.picker-indicator-two {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #fff transparent transparent
}

body .playful-theme .palette-Brown-300-overwrite.general-btn-shadow,
body .playful-theme .palette-Brown-300-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #65524a !important
}

body .playful-theme .palette-Brown-300-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Brown-300-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #65524a !important
}

body .playful-theme .palette-Brown-300-overwrite.ghost-btn-border {
    background: #a1887f !important;
    color: #fff !important
}

body .playful-theme .palette-Brown-300-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #a1887f !important;
    color: #fff !important
}

body .playful-theme .palette-Brown-400-overwrite.general-btn-shadow,
body .playful-theme .palette-Brown-400-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #4b3b35 !important
}

body .playful-theme .palette-Brown-400-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Brown-400-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #4b3b35 !important
}

body .playful-theme .palette-Brown-400-overwrite.ghost-btn-border {
    background: #8d6e63 !important;
    color: #fff !important
}

body .playful-theme .palette-Brown-400-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #8d6e63 !important;
    color: #fff !important
}

body .playful-theme .palette-Brown-500-overwrite.general-btn-shadow,
body .playful-theme .palette-Brown-500-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #33241e !important
}

body .playful-theme .palette-Brown-500-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Brown-500-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #33241e !important
}

body .playful-theme .palette-Brown-500-overwrite.ghost-btn-border {
    background: #795548 !important;
    color: #fff !important
}

body .playful-theme .palette-Brown-500-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #795548 !important;
    color: #fff !important
}

body .playful-theme .palette-Brown-600-overwrite.general-btn-shadow,
body .playful-theme .palette-Brown-600-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #271b17 !important
}

body .playful-theme .palette-Brown-600-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Brown-600-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #271b17 !important
}

body .playful-theme .palette-Brown-600-overwrite.ghost-btn-border {
    background: #6d4c41 !important;
    color: #fff !important
}

body .playful-theme .palette-Brown-600-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #6d4c41 !important;
    color: #fff !important
}

body .playful-theme .palette-Brown-700-overwrite.general-btn-shadow,
body .playful-theme .palette-Brown-700-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #160f0d !important
}

body .playful-theme .palette-Brown-700-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Brown-700-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #160f0d !important
}

body .playful-theme .palette-Brown-700-overwrite.ghost-btn-border {
    background: #5d4037 !important;
    color: #fff !important
}

body .playful-theme .palette-Brown-700-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #5d4037 !important;
    color: #fff !important
}

body .playful-theme .palette-Lime-300-overwrite.general-btn-shadow,
body .playful-theme .palette-Lime-300-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #b9c923 !important
}

body .playful-theme .palette-Lime-300-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Lime-300-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #b9c923 !important
}

body .playful-theme .palette-Lime-300-overwrite.ghost-btn-border {
    background: #dce775 !important;
    color: #353a0a !important
}

body .playful-theme .palette-Lime-300-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #dce775 !important;
    color: #353a0a !important
}

body .playful-theme .palette-Lime-400-overwrite.general-btn-shadow,
body .playful-theme .palette-Lime-400-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #9caa1e !important
}

body .playful-theme .palette-Lime-400-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Lime-400-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #9caa1e !important
}

body .playful-theme .palette-Lime-400-overwrite.ghost-btn-border {
    background: #d4e157 !important;
    color: #191b05 !important
}

body .playful-theme .palette-Lime-400-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #d4e157 !important;
    color: #191b05 !important
}

body .playful-theme .palette-Lime-500-overwrite.general-btn-shadow,
body .playful-theme .palette-Lime-500-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #818c19 !important
}

body .playful-theme .palette-Lime-500-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Lime-500-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #818c19 !important
}

body .playful-theme .palette-Lime-500-overwrite.ghost-btn-border {
    background: #cddc39 !important;
    color: #fff !important
}

body .playful-theme .palette-Lime-500-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #cddc39 !important;
    color: #fff !important
}

body .playful-theme .palette-Lime-600-overwrite.general-btn-shadow,
body .playful-theme .palette-Lime-600-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #6b701c !important
}

body .playful-theme .palette-Lime-600-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Lime-600-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #6b701c !important
}

body .playful-theme .palette-Lime-600-overwrite.ghost-btn-border {
    background: #c0ca33 !important;
    color: #fff !important
}

body .playful-theme .palette-Lime-600-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #c0ca33 !important;
    color: #fff !important
}

body .playful-theme .palette-Lime-700-overwrite.general-btn-shadow,
body .playful-theme .palette-Lime-700-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #575915 !important
}

body .playful-theme .palette-Lime-700-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Lime-700-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #575915 !important
}

body .playful-theme .palette-Lime-700-overwrite.ghost-btn-border {
    background: #afb42b !important;
    color: #fff !important
}

body .playful-theme .palette-Lime-700-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #afb42b !important;
    color: #fff !important
}

body .playful-theme .palette-Light-Green-300-overwrite.general-btn-shadow,
body .playful-theme .palette-Light-Green-300-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #77ac39 !important
}

body .playful-theme .palette-Light-Green-300-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Light-Green-300-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #77ac39 !important
}

body .playful-theme .palette-Light-Green-300-overwrite.ghost-btn-border {
    background: #aed581 !important;
    color: #202e0f !important
}

body .playful-theme .palette-Light-Green-300-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #aed581 !important;
    color: #202e0f !important
}

body .playful-theme .palette-Light-Green-400-overwrite.general-btn-shadow,
body .playful-theme .palette-Light-Green-400-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #74a838 !important
}

body .playful-theme .palette-Light-Green-400-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Light-Green-400-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #74a838 !important
}

body .playful-theme .palette-Light-Green-400-overwrite.ghost-btn-border {
    background: #9ccc65 !important;
    color: #fff !important
}

body .playful-theme .palette-Light-Green-400-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #9ccc65 !important;
    color: #fff !important
}

body .playful-theme .palette-Light-Green-500-overwrite.general-btn-shadow,
body .playful-theme .palette-Light-Green-500-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #517627 !important
}

body .playful-theme .palette-Light-Green-500-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Light-Green-500-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #517627 !important
}

body .playful-theme .palette-Light-Green-500-overwrite.ghost-btn-border {
    background: #8bc34a !important;
    color: #fff !important
}

body .playful-theme .palette-Light-Green-500-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #8bc34a !important;
    color: #fff !important
}

body .playful-theme .palette-Light-Green-600-overwrite.general-btn-shadow,
body .playful-theme .palette-Light-Green-600-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #436124 !important
}

body .playful-theme .palette-Light-Green-600-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Light-Green-600-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #436124 !important
}

body .playful-theme .palette-Light-Green-600-overwrite.ghost-btn-border {
    background: #7cb342 !important;
    color: #fff !important
}

body .playful-theme .palette-Light-Green-600-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #7cb342 !important;
    color: #fff !important
}

body .playful-theme .palette-Light-Green-700-overwrite.general-btn-shadow,
body .playful-theme .palette-Light-Green-700-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #324c1b !important
}

body .playful-theme .palette-Light-Green-700-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Light-Green-700-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #324c1b !important
}

body .playful-theme .palette-Light-Green-700-overwrite.ghost-btn-border {
    background: #689f38 !important;
    color: #fff !important
}

body .playful-theme .palette-Light-Green-700-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #689f38 !important;
    color: #fff !important
}

body .playful-theme .palette-Green-300-overwrite.general-btn-shadow,
body .playful-theme .palette-Green-300-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #429546 !important
}

body .playful-theme .palette-Green-300-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Green-300-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #429546 !important
}

body .playful-theme .palette-Green-300-overwrite.ghost-btn-border {
    background: #81c784 !important;
    color: #0f210f !important
}

body .playful-theme .palette-Green-300-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #81c784 !important;
    color: #0f210f !important
}

body .playful-theme .palette-Green-400-overwrite.general-btn-shadow,
body .playful-theme .palette-Green-400-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #367a3a !important
}

body .playful-theme .palette-Green-400-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Green-400-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #367a3a !important
}

body .playful-theme .palette-Green-400-overwrite.ghost-btn-border {
    background: #66bb6a !important;
    color: #fff !important
}

body .playful-theme .palette-Green-400-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #66bb6a !important;
    color: #fff !important
}

body .playful-theme .palette-Green-500-overwrite.general-btn-shadow,
body .playful-theme .palette-Green-500-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #2a612c !important
}

body .playful-theme .palette-Green-500-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Green-500-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #2a612c !important
}

body .playful-theme .palette-Green-500-overwrite.ghost-btn-border {
    background: #4caf50 !important;
    color: #fff !important
}

body .playful-theme .palette-Green-500-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #4caf50 !important;
    color: #fff !important
}

body .playful-theme .palette-Green-600-overwrite.general-btn-shadow,
body .playful-theme .palette-Green-600-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #225124 !important
}

body .playful-theme .palette-Green-600-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Green-600-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #225124 !important
}

body .playful-theme .palette-Green-600-overwrite.ghost-btn-border {
    background: #43a047 !important;
    color: #fff !important
}

body .playful-theme .palette-Green-600-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #43a047 !important;
    color: #fff !important
}

body .playful-theme .palette-Green-700-overwrite.general-btn-shadow,
body .playful-theme .palette-Green-700-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #183e1a !important
}

body .playful-theme .palette-Green-700-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Green-700-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #183e1a !important
}

body .playful-theme .palette-Green-700-overwrite.ghost-btn-border {
    background: #388e3c !important;
    color: #fff !important
}

body .playful-theme .palette-Green-700-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #388e3c !important;
    color: #fff !important
}

body .playful-theme .palette-Yellow-300-overwrite.general-btn-shadow,
body .playful-theme .palette-Yellow-300-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #ffe606 !important
}

body .playful-theme .palette-Yellow-300-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Yellow-300-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #ffe606 !important
}

body .playful-theme .palette-Yellow-300-overwrite.ghost-btn-border {
    background: #fff176 !important;
    color: #5d5300 !important
}

body .playful-theme .palette-Yellow-300-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #fff176 !important;
    color: #5d5300 !important
}

body .playful-theme .palette-Yellow-400-overwrite.general-btn-shadow,
body .playful-theme .palette-Yellow-400-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #e7cf00 !important
}

body .playful-theme .palette-Yellow-400-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Yellow-400-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #e7cf00 !important
}

body .playful-theme .palette-Yellow-400-overwrite.ghost-btn-border {
    background: #ffee58 !important;
    color: #3f3800 !important
}

body .playful-theme .palette-Yellow-400-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #ffee58 !important;
    color: #3f3800 !important
}

body .playful-theme .palette-Yellow-500-overwrite.general-btn-shadow,
body .playful-theme .palette-Yellow-500-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #cab500 !important
}

body .playful-theme .palette-Yellow-500-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Yellow-500-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #cab500 !important
}

body .playful-theme .palette-Yellow-500-overwrite.ghost-btn-border {
    background: #ffeb3b !important;
    color: #221e00 !important
}

body .playful-theme .palette-Yellow-500-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #ffeb3b !important;
    color: #221e00 !important
}

body .playful-theme .palette-Yellow-600-overwrite.general-btn-shadow,
body .playful-theme .palette-Yellow-600-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #c09d02 !important
}

body .playful-theme .palette-Yellow-600-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Yellow-600-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #c09d02 !important
}

body .playful-theme .palette-Yellow-600-overwrite.ghost-btn-border {
    background: #fdd835 !important;
    color: #fff !important
}

body .playful-theme .palette-Yellow-600-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #fdd835 !important;
    color: #fff !important
}

body .playful-theme .palette-Yellow-700-overwrite.general-btn-shadow,
body .playful-theme .palette-Yellow-700-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #b48203 !important
}

body .playful-theme .palette-Yellow-700-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Yellow-700-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #b48203 !important
}

body .playful-theme .palette-Yellow-700-overwrite.ghost-btn-border {
    background: #fbc02d !important;
    color: #fff !important
}

body .playful-theme .palette-Yellow-700-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #fbc02d !important;
    color: #fff !important
}

body .playful-theme .palette-Amber-300-overwrite.general-btn-shadow,
body .playful-theme .palette-Amber-300-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #dea900 !important
}

body .playful-theme .palette-Amber-300-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Amber-300-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #dea900 !important
}

body .playful-theme .palette-Amber-300-overwrite.ghost-btn-border {
    background: #ffd54f !important;
    color: #362900 !important
}

body .playful-theme .palette-Amber-300-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #ffd54f !important;
    color: #362900 !important
}

body .playful-theme .palette-Amber-400-overwrite.general-btn-shadow,
body .playful-theme .palette-Amber-400-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #b78a00 !important
}

body .playful-theme .palette-Amber-400-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Amber-400-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #b78a00 !important
}

body .playful-theme .palette-Amber-400-overwrite.ghost-btn-border {
    background: #ffca28 !important;
    color: #fff !important
}

body .playful-theme .palette-Amber-400-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #ffca28 !important;
    color: #fff !important
}

body .playful-theme .palette-Amber-500-overwrite.general-btn-shadow,
body .playful-theme .palette-Amber-500-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #967000 !important
}

body .playful-theme .palette-Amber-500-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Amber-500-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #967000 !important
}

body .playful-theme .palette-Amber-500-overwrite.ghost-btn-border {
    background: #ffc107 !important;
    color: #fff !important
}

body .playful-theme .palette-Amber-500-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #ffc107 !important;
    color: #fff !important
}

body .playful-theme .palette-Amber-600-overwrite.general-btn-shadow,
body .playful-theme .palette-Amber-600-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #8f6400 !important
}

body .playful-theme .palette-Amber-600-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Amber-600-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #8f6400 !important
}

body .playful-theme .palette-Amber-600-overwrite.ghost-btn-border {
    background: #ffb300 !important;
    color: #fff !important
}

body .playful-theme .palette-Amber-600-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #ffb300 !important;
    color: #fff !important
}

body .playful-theme .palette-Amber-700-overwrite.general-btn-shadow,
body .playful-theme .palette-Amber-700-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #8f5a00 !important
}

body .playful-theme .palette-Amber-700-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Amber-700-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #8f5a00 !important
}

body .playful-theme .palette-Amber-700-overwrite.ghost-btn-border {
    background: #ffa000 !important;
    color: #fff !important
}

body .playful-theme .palette-Amber-700-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #ffa000 !important;
    color: #fff !important
}

body .playful-theme .palette-Orange-300-overwrite.general-btn-shadow,
body .playful-theme .palette-Orange-300-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #dc8300 !important
}

body .playful-theme .palette-Orange-300-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Orange-300-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #dc8300 !important
}

body .playful-theme .palette-Orange-300-overwrite.ghost-btn-border {
    background: #ffb74d !important;
    color: #341f00 !important
}

body .playful-theme .palette-Orange-300-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #ffb74d !important;
    color: #341f00 !important
}

body .playful-theme .palette-Orange-400-overwrite.general-btn-shadow,
body .playful-theme .palette-Orange-400-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #b56b00 !important
}

body .playful-theme .palette-Orange-400-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Orange-400-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #b56b00 !important
}

body .playful-theme .palette-Orange-400-overwrite.ghost-btn-border {
    background: #ffa726 !important;
    color: #fff !important
}

body .playful-theme .palette-Orange-400-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #ffa726 !important;
    color: #fff !important
}

body .playful-theme .palette-Orange-500-overwrite.general-btn-shadow,
body .playful-theme .palette-Orange-500-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #8f5500 !important
}

body .playful-theme .palette-Orange-500-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Orange-500-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #8f5500 !important
}

body .playful-theme .palette-Orange-500-overwrite.ghost-btn-border {
    background: #ff9800 !important;
    color: #fff !important
}

body .playful-theme .palette-Orange-500-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #ff9800 !important;
    color: #fff !important
}

body .playful-theme .palette-Orange-600-overwrite.general-btn-shadow,
body .playful-theme .palette-Orange-600-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #8b4d00 !important
}

body .playful-theme .palette-Orange-600-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Orange-600-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #8b4d00 !important
}

body .playful-theme .palette-Orange-600-overwrite.ghost-btn-border {
    background: #fb8c00 !important;
    color: #fff !important
}

body .playful-theme .palette-Orange-600-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #fb8c00 !important;
    color: #fff !important
}

body .playful-theme .palette-Orange-700-overwrite.general-btn-shadow,
body .playful-theme .palette-Orange-700-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #854300 !important
}

body .playful-theme .palette-Orange-700-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Orange-700-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #854300 !important
}

body .playful-theme .palette-Orange-700-overwrite.ghost-btn-border {
    background: #f57c00 !important;
    color: #fff !important
}

body .playful-theme .palette-Orange-700-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #f57c00 !important;
    color: #fff !important
}

body .playful-theme .palette-Deep-Orange-300-overwrite.general-btn-shadow,
body .playful-theme .palette-Deep-Orange-300-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #f43b00 !important
}

body .playful-theme .palette-Deep-Orange-300-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Deep-Orange-300-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #f43b00 !important
}

body .playful-theme .palette-Deep-Orange-300-overwrite.ghost-btn-border {
    background: #ff8a65 !important;
    color: #4c1200 !important
}

body .playful-theme .palette-Deep-Orange-300-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #ff8a65 !important;
    color: #4c1200 !important
}

body .playful-theme .palette-Deep-Orange-400-overwrite.general-btn-shadow,
body .playful-theme .palette-Deep-Orange-400-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #d23200 !important
}

body .playful-theme .palette-Deep-Orange-400-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Deep-Orange-400-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #d23200 !important
}

body .playful-theme .palette-Deep-Orange-400-overwrite.ghost-btn-border {
    background: #ff7043 !important;
    color: #2a0a00 !important
}

body .playful-theme .palette-Deep-Orange-400-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #ff7043 !important;
    color: #2a0a00 !important
}

body .playful-theme .palette-Deep-Orange-500-overwrite.general-btn-shadow,
body .playful-theme .palette-Deep-Orange-500-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #b12a00 !important
}

body .playful-theme .palette-Deep-Orange-500-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Deep-Orange-500-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #b12a00 !important
}

body .playful-theme .palette-Deep-Orange-500-overwrite.ghost-btn-border {
    background: #ff5722 !important;
    color: #fff !important
}

body .playful-theme .palette-Deep-Orange-500-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #ff5722 !important;
    color: #fff !important
}

body .playful-theme .palette-Deep-Orange-600-overwrite.general-btn-shadow,
body .playful-theme .palette-Deep-Orange-600-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #9a2b08 !important
}

body .playful-theme .palette-Deep-Orange-600-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Deep-Orange-600-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #9a2b08 !important
}

body .playful-theme .palette-Deep-Orange-600-overwrite.ghost-btn-border {
    background: #f4511e !important;
    color: #fff !important
}

body .playful-theme .palette-Deep-Orange-600-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #f4511e !important;
    color: #fff !important
}

body .playful-theme .palette-Deep-Orange-700-overwrite.general-btn-shadow,
body .playful-theme .palette-Deep-Orange-700-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #81290e !important
}

body .playful-theme .palette-Deep-Orange-700-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Deep-Orange-700-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #81290e !important
}

body .playful-theme .palette-Deep-Orange-700-overwrite.ghost-btn-border {
    background: #e64a19 !important;
    color: #fff !important
}

body .playful-theme .palette-Deep-Orange-700-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #e64a19 !important;
    color: #fff !important
}

body .playful-theme .palette-Red-300-overwrite.general-btn-shadow,
body .playful-theme .palette-Red-300-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #c32424 !important
}

body .playful-theme .palette-Red-300-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Red-300-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #c32424 !important
}

body .playful-theme .palette-Red-300-overwrite.ghost-btn-border {
    background: #e57373 !important;
    color: #360a0a !important
}

body .playful-theme .palette-Red-300-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #e57373 !important;
    color: #360a0a !important
}

body .playful-theme .palette-Red-400-overwrite.general-btn-shadow,
body .playful-theme .palette-Red-400-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #bd1511 !important
}

body .playful-theme .palette-Red-400-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Red-400-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #bd1511 !important
}

body .playful-theme .palette-Red-400-overwrite.ghost-btn-border {
    background: #ef5350 !important;
    color: #230403 !important
}

body .playful-theme .palette-Red-400-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #ef5350 !important;
    color: #230403 !important
}

body .playful-theme .palette-Red-500-overwrite.general-btn-shadow,
body .playful-theme .palette-Red-500-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #b0150a !important
}

body .playful-theme .palette-Red-500-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Red-500-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #b0150a !important
}

body .playful-theme .palette-Red-500-overwrite.ghost-btn-border {
    background: #f44336 !important;
    color: #fff !important
}

body .playful-theme .palette-Red-500-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #f44336 !important;
    color: #fff !important
}

body .playful-theme .palette-Red-600-overwrite.general-btn-shadow,
body .playful-theme .palette-Red-600-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #961613 !important
}

body .playful-theme .palette-Red-600-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Red-600-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #961613 !important
}

body .playful-theme .palette-Red-600-overwrite.ghost-btn-border {
    background: #e53935 !important;
    color: #fff !important
}

body .playful-theme .palette-Red-600-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #e53935 !important;
    color: #fff !important
}

body .playful-theme .palette-Red-700-overwrite.general-btn-shadow,
body .playful-theme .palette-Red-700-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #781919 !important
}

body .playful-theme .palette-Red-700-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Red-700-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #781919 !important
}

body .playful-theme .palette-Red-700-overwrite.ghost-btn-border {
    background: #d32f2f !important;
    color: #fff !important
}

body .playful-theme .palette-Red-700-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #d32f2f !important;
    color: #fff !important
}

body .playful-theme .palette-Pink-300-overwrite.general-btn-shadow,
body .playful-theme .palette-Pink-300-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #ce1453 !important
}

body .playful-theme .palette-Pink-300-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Pink-300-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #ce1453 !important
}

body .playful-theme .palette-Pink-300-overwrite.ghost-btn-border {
    background: #f06292 !important;
    color: #340515 !important
}

body .playful-theme .palette-Pink-300-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #f06292 !important;
    color: #340515 !important
}

body .playful-theme .palette-Pink-400-overwrite.general-btn-shadow,
body .playful-theme .palette-Pink-400-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #ab1145 !important
}

body .playful-theme .palette-Pink-400-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Pink-400-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #ab1145 !important
}

body .playful-theme .palette-Pink-400-overwrite.ghost-btn-border {
    background: #ec407a !important;
    color: #fff !important
}

body .playful-theme .palette-Pink-400-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #ec407a !important;
    color: #fff !important
}

body .playful-theme .palette-Pink-500-overwrite.general-btn-shadow,
body .playful-theme .palette-Pink-500-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #890d38 !important
}

body .playful-theme .palette-Pink-500-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Pink-500-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #890d38 !important
}

body .playful-theme .palette-Pink-500-overwrite.ghost-btn-border {
    background: #e91e63 !important;
    color: #fff !important
}

body .playful-theme .palette-Pink-500-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #e91e63 !important;
    color: #fff !important
}

body .playful-theme .palette-Pink-600-overwrite.general-btn-shadow,
body .playful-theme .palette-Pink-600-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #740f34 !important
}

body .playful-theme .palette-Pink-600-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Pink-600-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #740f34 !important
}

body .playful-theme .palette-Pink-600-overwrite.ghost-btn-border {
    background: #d81b60 !important;
    color: #fff !important
}

body .playful-theme .palette-Pink-600-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #d81b60 !important;
    color: #fff !important
}

body .playful-theme .palette-Pink-700-overwrite.general-btn-shadow,
body .playful-theme .palette-Pink-700-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #5e0c2c !important
}

body .playful-theme .palette-Pink-700-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Pink-700-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #5e0c2c !important
}

body .playful-theme .palette-Pink-700-overwrite.ghost-btn-border {
    background: #c2185b !important;
    color: #fff !important
}

body .playful-theme .palette-Pink-700-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #c2185b !important;
    color: #fff !important
}

body .playful-theme .palette-Purple-300-overwrite.general-btn-shadow,
body .playful-theme .palette-Purple-300-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #80338d !important
}

body .playful-theme .palette-Purple-300-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Purple-300-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #80338d !important
}

body .playful-theme .palette-Purple-300-overwrite.ghost-btn-border {
    background: #ba68c8 !important;
    color: #fff !important
}

body .playful-theme .palette-Purple-300-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #ba68c8 !important;
    color: #fff !important
}

body .playful-theme .palette-Purple-400-overwrite.general-btn-shadow,
body .playful-theme .palette-Purple-400-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #62276c !important
}

body .playful-theme .palette-Purple-400-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Purple-400-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #62276c !important
}

body .playful-theme .palette-Purple-400-overwrite.ghost-btn-border {
    background: #ab47bc !important;
    color: #fff !important
}

body .playful-theme .palette-Purple-400-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #ab47bc !important;
    color: #fff !important
}

body .playful-theme .palette-Purple-500-overwrite.general-btn-shadow,
body .playful-theme .palette-Purple-500-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #4b1354 !important
}

body .playful-theme .palette-Purple-500-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Purple-500-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #4b1354 !important
}

body .playful-theme .palette-Purple-500-overwrite.ghost-btn-border {
    background: #9c27b0 !important;
    color: #fff !important
}

body .playful-theme .palette-Purple-500-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #9c27b0 !important;
    color: #fff !important
}

body .playful-theme .palette-Purple-600-overwrite.general-btn-shadow,
body .playful-theme .palette-Purple-600-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #41104d !important
}

body .playful-theme .palette-Purple-600-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Purple-600-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #41104d !important
}

body .playful-theme .palette-Purple-600-overwrite.ghost-btn-border {
    background: #8e24aa !important;
    color: #fff !important
}

body .playful-theme .palette-Purple-600-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #8e24aa !important;
    color: #fff !important
}

body .playful-theme .palette-Purple-700-overwrite.general-btn-shadow,
body .playful-theme .palette-Purple-700-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #330d44 !important
}

body .playful-theme .palette-Purple-700-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Purple-700-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #330d44 !important
}

body .playful-theme .palette-Purple-700-overwrite.ghost-btn-border {
    background: #7b1fa2 !important;
    color: #fff !important
}

body .playful-theme .palette-Purple-700-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #7b1fa2 !important;
    color: #fff !important
}

body .playful-theme .palette-Deep-Purple-300-overwrite.general-btn-shadow,
body .playful-theme .palette-Deep-Purple-300-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #5c389a !important
}

body .playful-theme .palette-Deep-Purple-300-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Deep-Purple-300-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #5c389a !important
}

body .playful-theme .palette-Deep-Purple-300-overwrite.ghost-btn-border {
    background: #9575cd !important;
    color: #120b1e !important
}

body .playful-theme .palette-Deep-Purple-300-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #9575cd !important;
    color: #120b1e !important
}

body .playful-theme .palette-Deep-Purple-400-overwrite.general-btn-shadow,
body .playful-theme .palette-Deep-Purple-400-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #4a2d7c !important
}

body .playful-theme .palette-Deep-Purple-400-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Deep-Purple-400-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #4a2d7c !important
}

body .playful-theme .palette-Deep-Purple-400-overwrite.ghost-btn-border {
    background: #7e57c2 !important;
    color: #fff !important
}

body .playful-theme .palette-Deep-Purple-400-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #7e57c2 !important;
    color: #fff !important
}

body .playful-theme .palette-Deep-Purple-500-overwrite.general-btn-shadow,
body .playful-theme .palette-Deep-Purple-500-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #371f62 !important
}

body .playful-theme .palette-Deep-Purple-500-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Deep-Purple-500-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #371f62 !important
}

body .playful-theme .palette-Deep-Purple-500-overwrite.ghost-btn-border {
    background: #673ab7 !important;
    color: #fff !important
}

body .playful-theme .palette-Deep-Purple-500-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #673ab7 !important;
    color: #fff !important
}

body .playful-theme .palette-Deep-Purple-600-overwrite.general-btn-shadow,
body .playful-theme .palette-Deep-Purple-600-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #301b5b !important
}

body .playful-theme .palette-Deep-Purple-600-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Deep-Purple-600-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #301b5b !important
}

body .playful-theme .palette-Deep-Purple-600-overwrite.ghost-btn-border {
    background: #5e35b1 !important;
    color: #fff !important
}

body .playful-theme .palette-Deep-Purple-600-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #5e35b1 !important;
    color: #fff !important
}

body .playful-theme .palette-Deep-Purple-700-overwrite.general-btn-shadow,
body .playful-theme .palette-Deep-Purple-700-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #261550 !important
}

body .playful-theme .palette-Deep-Purple-700-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Deep-Purple-700-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #261550 !important
}

body .playful-theme .palette-Deep-Purple-700-overwrite.ghost-btn-border {
    background: #512da8 !important;
    color: #fff !important
}

body .playful-theme .palette-Deep-Purple-700-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #512da8 !important;
    color: #fff !important
}

body .playful-theme .palette-Indigo-300-overwrite.general-btn-shadow,
body .playful-theme .palette-Indigo-300-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #3b4a99 !important
}

body .playful-theme .palette-Indigo-300-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Indigo-300-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #3b4a99 !important
}

body .playful-theme .palette-Indigo-300-overwrite.ghost-btn-border {
    background: #7986cb !important;
    color: #0c0f1f !important
}

body .playful-theme .palette-Indigo-300-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #7986cb !important;
    color: #0c0f1f !important
}

body .playful-theme .palette-Indigo-400-overwrite.general-btn-shadow,
body .playful-theme .palette-Indigo-400-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #303b7c !important
}

body .playful-theme .palette-Indigo-400-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Indigo-400-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #303b7c !important
}

body .playful-theme .palette-Indigo-400-overwrite.ghost-btn-border {
    background: #5c6bc0 !important;
    color: #fff !important
}

body .playful-theme .palette-Indigo-400-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #5c6bc0 !important;
    color: #fff !important
}

body .playful-theme .palette-Indigo-500-overwrite.general-btn-shadow,
body .playful-theme .palette-Indigo-500-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #222c62 !important
}

body .playful-theme .palette-Indigo-500-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Indigo-500-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #222c62 !important
}

body .playful-theme .palette-Indigo-500-overwrite.ghost-btn-border {
    background: #3f51b5 !important;
    color: #fff !important
}

body .playful-theme .palette-Indigo-500-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #3f51b5 !important;
    color: #fff !important
}

body .playful-theme .palette-Indigo-600-overwrite.general-btn-shadow,
body .playful-theme .palette-Indigo-600-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #161d49 !important
}

body .playful-theme .palette-Indigo-600-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Indigo-600-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #161d49 !important
}

body .playful-theme .palette-Indigo-600-overwrite.ghost-btn-border {
    background: #3949ab !important;
    color: #fff !important
}

body .playful-theme .palette-Indigo-600-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #3949ab !important;
    color: #fff !important
}

body .playful-theme .palette-Indigo-700-overwrite.general-btn-shadow,
body .playful-theme .palette-Indigo-700-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #161d49 !important
}

body .playful-theme .palette-Indigo-700-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Indigo-700-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #161d49 !important
}

body .playful-theme .palette-Indigo-700-overwrite.ghost-btn-border {
    background: #303f9f !important;
    color: #fff !important
}

body .playful-theme .palette-Indigo-700-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #303f9f !important;
    color: #fff !important
}

body .playful-theme .palette-Teal-300-overwrite.general-btn-shadow,
body .playful-theme .palette-Teal-300-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #2b6862 !important
}

body .playful-theme .palette-Teal-300-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Teal-300-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #2b6862 !important
}

body .playful-theme .palette-Teal-300-overwrite.ghost-btn-border {
    background: #4db6ac !important;
    color: #fff !important
}

body .playful-theme .palette-Teal-300-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #4db6ac !important;
    color: #fff !important
}

body .playful-theme .palette-Teal-400-overwrite.general-btn-shadow,
body .playful-theme .palette-Teal-400-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #114b45 !important
}

body .playful-theme .palette-Teal-400-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Teal-400-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #114b45 !important
}

body .playful-theme .palette-Teal-400-overwrite.ghost-btn-border {
    background: #26a69a !important;
    color: #fff !important
}

body .playful-theme .palette-Teal-400-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #26a69a !important;
    color: #fff !important
}

body .playful-theme .palette-Teal-500-overwrite.general-btn-shadow,
body .playful-theme .palette-Teal-500-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #002622 !important
}

body .playful-theme .palette-Teal-500-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Teal-500-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #002622 !important
}

body .playful-theme .palette-Teal-500-overwrite.ghost-btn-border {
    background: #009688 !important;
    color: #fff !important
}

body .playful-theme .palette-Teal-500-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #009688 !important;
    color: #fff !important
}

body .playful-theme .palette-Teal-600-overwrite.general-btn-shadow,
body .playful-theme .palette-Teal-600-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #001916 !important
}

body .playful-theme .palette-Teal-600-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Teal-600-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #001916 !important
}

body .playful-theme .palette-Teal-600-overwrite.ghost-btn-border {
    background: #00897b !important;
    color: #fff !important
}

body .playful-theme .palette-Teal-600-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #00897b !important;
    color: #fff !important
}

body .playful-theme .palette-Teal-700-overwrite.general-btn-shadow,
body .playful-theme .palette-Teal-700-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #000908 !important
}

body .playful-theme .palette-Teal-700-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Teal-700-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #000908 !important
}

body .playful-theme .palette-Teal-700-overwrite.ghost-btn-border {
    background: #00796b !important;
    color: #fff !important
}

body .playful-theme .palette-Teal-700-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #00796b !important;
    color: #fff !important
}

body .playful-theme .palette-Cyan-300-overwrite.general-btn-shadow,
body .playful-theme .palette-Cyan-300-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #1b93a2 !important
}

body .playful-theme .palette-Cyan-300-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Cyan-300-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #1b93a2 !important
}

body .playful-theme .palette-Cyan-300-overwrite.ghost-btn-border {
    background: #4dd0e1 !important;
    color: #fff !important
}

body .playful-theme .palette-Cyan-300-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #4dd0e1 !important;
    color: #fff !important
}

body .playful-theme .palette-Cyan-400-overwrite.general-btn-shadow,
body .playful-theme .palette-Cyan-400-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #15707b !important
}

body .playful-theme .palette-Cyan-400-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Cyan-400-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #15707b !important
}

body .playful-theme .palette-Cyan-400-overwrite.ghost-btn-border {
    background: #26c6da !important;
    color: #fff !important
}

body .playful-theme .palette-Cyan-400-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #26c6da !important;
    color: #fff !important
}

body .playful-theme .palette-Cyan-500-overwrite.general-btn-shadow,
body .playful-theme .palette-Cyan-500-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #005964 !important
}

body .playful-theme .palette-Cyan-500-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Cyan-500-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #005964 !important
}

body .playful-theme .palette-Cyan-500-overwrite.ghost-btn-border {
    background: #00bcd4 !important;
    color: #fff !important
}

body .playful-theme .palette-Cyan-500-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #00bcd4 !important;
    color: #fff !important
}

body .playful-theme .palette-Cyan-600-overwrite.general-btn-shadow,
body .playful-theme .palette-Cyan-600-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #004851 !important
}

body .playful-theme .palette-Cyan-600-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Cyan-600-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #004851 !important
}

body .playful-theme .palette-Cyan-600-overwrite.ghost-btn-border {
    background: #00acc1 !important;
    color: #fff !important
}

body .playful-theme .palette-Cyan-600-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #00acc1 !important;
    color: #fff !important
}

body .playful-theme .palette-Cyan-700-overwrite.general-btn-shadow,
body .playful-theme .palette-Cyan-700-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #66b7f8 !important
}

body .playful-theme .palette-Cyan-700-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Cyan-700-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #66b7f8 !important
}

body .playful-theme .palette-Cyan-700-overwrite.ghost-btn-border {
    background: #0097a7 !important;
    color: #fff !important
}

body .playful-theme .palette-Cyan-700-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #0097a7 !important;
    color: #fff !important
}

body .playful-theme .palette-Light-Blue-300-overwrite.general-btn-shadow,
body .playful-theme .palette-Light-Blue-300-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #0990cd !important
}

body .playful-theme .palette-Light-Blue-300-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Light-Blue-300-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #0990cd !important
}

body .playful-theme .palette-Light-Blue-300-overwrite.ghost-btn-border {
    background: #4fc3f7 !important;
    color: #021f2c !important
}

body .playful-theme .palette-Light-Blue-300-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #4fc3f7 !important;
    color: #021f2c !important
}

body .playful-theme .palette-Light-Blue-400-overwrite.general-btn-shadow,
body .playful-theme .palette-Light-Blue-400-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #0776a8 !important
}

body .playful-theme .palette-Light-Blue-400-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Light-Blue-400-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #0776a8 !important
}

body .playful-theme .palette-Light-Blue-400-overwrite.ghost-btn-border {
    background: #29b6f6 !important;
    color: #fff !important
}

body .playful-theme .palette-Light-Blue-400-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #29b6f6 !important;
    color: #fff !important
}

body .playful-theme .palette-Light-Blue-500-overwrite.general-btn-shadow,
body .playful-theme .palette-Light-Blue-500-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #025c85 !important
}

body .playful-theme .palette-Light-Blue-500-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Light-Blue-500-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #025c85 !important
}

body .playful-theme .palette-Light-Blue-500-overwrite.ghost-btn-border {
    background: #03a9f4 !important;
    color: #fff !important
}

body .playful-theme .palette-Light-Blue-500-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #03a9f4 !important;
    color: #fff !important
}

body .playful-theme .palette-Light-Blue-600-overwrite.general-btn-shadow,
body .playful-theme .palette-Light-Blue-600-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #025076 !important
}

body .playful-theme .palette-Light-Blue-600-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Light-Blue-600-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #025076 !important
}

body .playful-theme .palette-Light-Blue-600-overwrite.ghost-btn-border {
    background: #039be5 !important;
    color: #fff !important
}

body .playful-theme .palette-Light-Blue-600-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #039be5 !important;
    color: #fff !important
}

body .playful-theme .palette-Light-Blue-700-overwrite.general-btn-shadow,
body .playful-theme .palette-Light-Blue-700-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #025076 !important
}

body .playful-theme .palette-Light-Blue-700-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Light-Blue-700-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #025076 !important
}

body .playful-theme .palette-Light-Blue-700-overwrite.ghost-btn-border {
    background: #0288d1 !important;
    color: #fff !important
}

body .playful-theme .palette-Light-Blue-700-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #0288d1 !important;
    color: #fff !important
}

body .playful-theme .palette-Blue-300-overwrite.general-btn-shadow,
body .playful-theme .palette-Blue-300-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #0d80dd !important
}

body .playful-theme .palette-Blue-300-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Blue-300-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #0d80dd !important
}

body .playful-theme .palette-Blue-300-overwrite.ghost-btn-border {
    background: #64b5f6 !important;
    color: #04243e !important
}

body .playful-theme .palette-Blue-300-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #64b5f6 !important;
    color: #04243e !important
}

body .playful-theme .palette-Blue-400-overwrite.general-btn-shadow,
body .playful-theme .palette-Blue-400-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #0a6dbd !important
}

body .playful-theme .palette-Blue-400-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Blue-400-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #0a6dbd !important
}

body .playful-theme .palette-Blue-400-overwrite.ghost-btn-border {
    background: #42a5f5 !important;
    color: #02111d !important
}

body .playful-theme .palette-Blue-400-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #42a5f5 !important;
    color: #02111d !important
}

body .playful-theme .palette-Blue-500-overwrite.general-btn-shadow,
body .playful-theme .palette-Blue-500-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #085a9b !important
}

body .playful-theme .palette-Blue-500-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Blue-500-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #085a9b !important
}

body .playful-theme .palette-Blue-500-overwrite.ghost-btn-border {
    background: #2196f3 !important;
    color: #fff !important
}

body .playful-theme .palette-Blue-500-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #2196f3 !important;
    color: #fff !important
}

body .playful-theme .palette-Blue-600-overwrite.general-btn-shadow,
body .playful-theme .palette-Blue-600-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #0f4d84 !important
}

body .playful-theme .palette-Blue-600-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Blue-600-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #0f4d84 !important
}

body .playful-theme .palette-Blue-600-overwrite.ghost-btn-border {
    background: #1e88e5 !important;
    color: #fff !important
}

body .playful-theme .palette-Blue-600-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #1e88e5 !important;
    color: #fff !important
}

body .playful-theme .palette-Blue-700-overwrite.general-btn-shadow,
body .playful-theme .palette-Blue-700-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #0d3e6e !important
}

body .playful-theme .palette-Blue-700-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Blue-700-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #0d3e6e !important
}

body .playful-theme .palette-Blue-700-overwrite.ghost-btn-border {
    background: #1976d2 !important;
    color: #fff !important
}

body .playful-theme .palette-Blue-700-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #1976d2 !important;
    color: #fff !important
}

body .playful-theme .palette-Blue-Grey-300-overwrite.general-btn-shadow,
body .playful-theme .palette-Blue-Grey-300-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #576c77 !important
}

body .playful-theme .palette-Blue-Grey-300-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Blue-Grey-300-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #576c77 !important
}

body .playful-theme .palette-Blue-Grey-300-overwrite.ghost-btn-border {
    background: #90a4ae !important;
    color: #101416 !important
}

body .playful-theme .palette-Blue-Grey-300-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #90a4ae !important;
    color: #101416 !important
}

body .playful-theme .palette-Blue-Grey-400-overwrite.general-btn-shadow,
body .playful-theme .palette-Blue-Grey-400-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #45565f !important
}

body .playful-theme .palette-Blue-Grey-400-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Blue-Grey-400-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #45565f !important
}

body .playful-theme .palette-Blue-Grey-400-overwrite.ghost-btn-border {
    background: #78909c !important;
    color: #fff !important
}

body .playful-theme .palette-Blue-Grey-400-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #78909c !important;
    color: #fff !important
}

body .playful-theme .palette-Blue-Grey-500-overwrite.general-btn-shadow,
body .playful-theme .palette-Blue-Grey-500-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #324149 !important
}

body .playful-theme .palette-Blue-Grey-500-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Blue-Grey-500-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #324149 !important
}

body .playful-theme .palette-Blue-Grey-500-overwrite.ghost-btn-border {
    background: #607d8b !important;
    color: #fff !important
}

body .playful-theme .palette-Blue-Grey-500-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #607d8b !important;
    color: #fff !important
}

body .playful-theme .palette-Blue-Grey-600-overwrite.general-btn-shadow,
body .playful-theme .palette-Blue-Grey-600-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #263238 !important
}

body .playful-theme .palette-Blue-Grey-600-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Blue-Grey-600-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #263238 !important
}

body .playful-theme .palette-Blue-Grey-600-overwrite.ghost-btn-border {
    background: #546e7a !important;
    color: #fff !important
}

body .playful-theme .palette-Blue-Grey-600-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #546e7a !important;
    color: #fff !important
}

body .playful-theme .palette-Blue-Grey-700-overwrite.general-btn-shadow,
body .playful-theme .palette-Blue-Grey-700-overwrite.ghost-btn-shadow {
    box-shadow: 0 4px 0 0 #171e22 !important
}

body .playful-theme .palette-Blue-Grey-700-overwrite.general-btn-shadow:hover,
body .playful-theme .palette-Blue-Grey-700-overwrite.ghost-btn-shadow:hover {
    box-shadow: 0 3px 0 0 #171e22 !important
}

body .playful-theme .palette-Blue-Grey-700-overwrite.ghost-btn-border {
    background: #455a64 !important;
    color: #fff !important
}

body .playful-theme .palette-Blue-Grey-700-overwrite.general-btn-bg.overwrite-ghost-btn {
    background-color: #455a64 !important;
    color: #fff !important
}

body .black-theme .palette-Brown-300-overwrite.general-btn-border {
    border-color: #a1887f !important
}

body .black-theme .palette-Brown-300-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Brown-300-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Brown-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #a1887f !important;
    background: #a1887f !important;
    color: #fff !important
}

body .black-theme .palette-Brown-400-overwrite.general-btn-border {
    border-color: #8d6e63 !important
}

body .black-theme .palette-Brown-400-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Brown-400-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Brown-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #8d6e63 !important;
    background: #8d6e63 !important;
    color: #fff !important
}

body .black-theme .palette-Brown-500-overwrite.general-btn-border {
    border-color: #795548 !important
}

body .black-theme .palette-Brown-500-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Brown-500-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Brown-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #795548 !important;
    background: #795548 !important;
    color: #fff !important
}

body .black-theme .palette-Brown-600-overwrite.general-btn-border {
    border-color: #6d4c41 !important
}

body .black-theme .palette-Brown-600-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Brown-600-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Brown-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #6d4c41 !important;
    background: #6d4c41 !important;
    color: #fff !important
}

body .black-theme .palette-Brown-700-overwrite.general-btn-border {
    border-color: #5d4037 !important
}

body .black-theme .palette-Brown-700-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Brown-700-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Brown-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #5d4037 !important;
    background: #5d4037 !important;
    color: #fff !important
}

body .black-theme .palette-Lime-300-overwrite.general-btn-border {
    border-color: #dce775 !important
}

body .black-theme .palette-Lime-300-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Lime-300-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Lime-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #dce775 !important;
    background: #dce775 !important;
    color: #353a0a !important
}

body .black-theme .palette-Lime-400-overwrite.general-btn-border {
    border-color: #d4e157 !important
}

body .black-theme .palette-Lime-400-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Lime-400-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Lime-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #d4e157 !important;
    background: #d4e157 !important;
    color: #191b05 !important
}

body .black-theme .palette-Lime-500-overwrite.general-btn-border {
    border-color: #cddc39 !important
}

body .black-theme .palette-Lime-500-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Lime-500-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Lime-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #cddc39 !important;
    background: #cddc39 !important;
    color: #fff !important
}

body .black-theme .palette-Lime-600-overwrite.general-btn-border {
    border-color: #c0ca33 !important
}

body .black-theme .palette-Lime-600-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Lime-600-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Lime-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #c0ca33 !important;
    background: #c0ca33 !important;
    color: #fff !important
}

body .black-theme .palette-Lime-700-overwrite.general-btn-border {
    border-color: #afb42b !important
}

body .black-theme .palette-Lime-700-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Lime-700-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Lime-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #afb42b !important;
    background: #afb42b !important;
    color: #fff !important
}

body .black-theme .palette-Light-Green-300-overwrite.general-btn-border {
    border-color: #aed581 !important
}

body .black-theme .palette-Light-Green-300-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Light-Green-300-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Light-Green-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #aed581 !important;
    background: #aed581 !important;
    color: #202e0f !important
}

body .black-theme .palette-Light-Green-400-overwrite.general-btn-border {
    border-color: #9ccc65 !important
}

body .black-theme .palette-Light-Green-400-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Light-Green-400-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Light-Green-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #9ccc65 !important;
    background: #9ccc65 !important;
    color: #fff !important
}

body .black-theme .palette-Light-Green-500-overwrite.general-btn-border {
    border-color: #8bc34a !important
}

body .black-theme .palette-Light-Green-500-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Light-Green-500-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Light-Green-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #8bc34a !important;
    background: #8bc34a !important;
    color: #fff !important
}

body .black-theme .palette-Light-Green-600-overwrite.general-btn-border {
    border-color: #7cb342 !important
}

body .black-theme .palette-Light-Green-600-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Light-Green-600-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Light-Green-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #7cb342 !important;
    background: #7cb342 !important;
    color: #fff !important
}

body .black-theme .palette-Light-Green-700-overwrite.general-btn-border {
    border-color: #689f38 !important
}

body .black-theme .palette-Light-Green-700-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Light-Green-700-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Light-Green-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #689f38 !important;
    background: #689f38 !important;
    color: #fff !important
}

body .black-theme .palette-Green-300-overwrite.general-btn-border {
    border-color: #81c784 !important
}

body .black-theme .palette-Green-300-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Green-300-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Green-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #81c784 !important;
    background: #81c784 !important;
    color: #0f210f !important
}

body .black-theme .palette-Green-400-overwrite.general-btn-border {
    border-color: #66bb6a !important
}

body .black-theme .palette-Green-400-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Green-400-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Green-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #66bb6a !important;
    background: #66bb6a !important;
    color: #fff !important
}

body .black-theme .palette-Green-500-overwrite.general-btn-border {
    border-color: #4caf50 !important
}

body .black-theme .palette-Green-500-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Green-500-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Green-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #4caf50 !important;
    background: #4caf50 !important;
    color: #fff !important
}

body .black-theme .palette-Green-600-overwrite.general-btn-border {
    border-color: #43a047 !important
}

body .black-theme .palette-Green-600-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Green-600-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Green-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #43a047 !important;
    background: #43a047 !important;
    color: #fff !important
}

body .black-theme .palette-Green-700-overwrite.general-btn-border {
    border-color: #388e3c !important
}

body .black-theme .palette-Green-700-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Green-700-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Green-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #388e3c !important;
    background: #388e3c !important;
    color: #fff !important
}

body .black-theme .palette-Yellow-300-overwrite.general-btn-border {
    border-color: #fff176 !important
}

body .black-theme .palette-Yellow-300-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Yellow-300-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Yellow-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #fff176 !important;
    background: #fff176 !important;
    color: #5d5300 !important
}

body .black-theme .palette-Yellow-400-overwrite.general-btn-border {
    border-color: #ffee58 !important
}

body .black-theme .palette-Yellow-400-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Yellow-400-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Yellow-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #ffee58 !important;
    background: #ffee58 !important;
    color: #3f3800 !important
}

body .black-theme .palette-Yellow-500-overwrite.general-btn-border {
    border-color: #ffeb3b !important
}

body .black-theme .palette-Yellow-500-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Yellow-500-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Yellow-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #ffeb3b !important;
    background: #ffeb3b !important;
    color: #221e00 !important
}

body .black-theme .palette-Yellow-600-overwrite.general-btn-border {
    border-color: #fdd835 !important
}

body .black-theme .palette-Yellow-600-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Yellow-600-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Yellow-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #fdd835 !important;
    background: #fdd835 !important;
    color: #fff !important
}

body .black-theme .palette-Yellow-700-overwrite.general-btn-border {
    border-color: #fbc02d !important
}

body .black-theme .palette-Yellow-700-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Yellow-700-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Yellow-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #fbc02d !important;
    background: #fbc02d !important;
    color: #fff !important
}

body .black-theme .palette-Amber-300-overwrite.general-btn-border {
    border-color: #ffd54f !important
}

body .black-theme .palette-Amber-300-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Amber-300-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Amber-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #ffd54f !important;
    background: #ffd54f !important;
    color: #362900 !important
}

body .black-theme .palette-Amber-400-overwrite.general-btn-border {
    border-color: #ffca28 !important
}

body .black-theme .palette-Amber-400-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Amber-400-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Amber-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #ffca28 !important;
    background: #ffca28 !important;
    color: #fff !important
}

body .black-theme .palette-Amber-500-overwrite.general-btn-border {
    border-color: #ffc107 !important
}

body .black-theme .palette-Amber-500-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Amber-500-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Amber-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #ffc107 !important;
    background: #ffc107 !important;
    color: #fff !important
}

body .black-theme .palette-Amber-600-overwrite.general-btn-border {
    border-color: #ffb300 !important
}

body .black-theme .palette-Amber-600-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Amber-600-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Amber-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #ffb300 !important;
    background: #ffb300 !important;
    color: #fff !important
}

body .black-theme .palette-Amber-700-overwrite.general-btn-border {
    border-color: #ffa000 !important
}

body .black-theme .palette-Amber-700-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Amber-700-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Amber-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #ffa000 !important;
    background: #ffa000 !important;
    color: #fff !important
}

body .black-theme .palette-Orange-300-overwrite.general-btn-border {
    border-color: #ffb74d !important
}

body .black-theme .palette-Orange-300-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Orange-300-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Orange-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #ffb74d !important;
    background: #ffb74d !important;
    color: #341f00 !important
}

body .black-theme .palette-Orange-400-overwrite.general-btn-border {
    border-color: #ffa726 !important
}

body .black-theme .palette-Orange-400-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Orange-400-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Orange-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #ffa726 !important;
    background: #ffa726 !important;
    color: #fff !important
}

body .black-theme .palette-Orange-500-overwrite.general-btn-border {
    border-color: #ff9800 !important
}

body .black-theme .palette-Orange-500-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Orange-500-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Orange-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #ff9800 !important;
    background: #ff9800 !important;
    color: #fff !important
}

body .black-theme .palette-Orange-600-overwrite.general-btn-border {
    border-color: #fb8c00 !important
}

body .black-theme .palette-Orange-600-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Orange-600-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Orange-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #fb8c00 !important;
    background: #fb8c00 !important;
    color: #fff !important
}

body .black-theme .palette-Orange-700-overwrite.general-btn-border {
    border-color: #f57c00 !important
}

body .black-theme .palette-Orange-700-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Orange-700-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Orange-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #f57c00 !important;
    background: #f57c00 !important;
    color: #fff !important
}

body .black-theme .palette-Deep-Orange-300-overwrite.general-btn-border {
    border-color: #ff8a65 !important
}

body .black-theme .palette-Deep-Orange-300-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Deep-Orange-300-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Deep-Orange-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #ff8a65 !important;
    background: #ff8a65 !important;
    color: #4c1200 !important
}

body .black-theme .palette-Deep-Orange-400-overwrite.general-btn-border {
    border-color: #ff7043 !important
}

body .black-theme .palette-Deep-Orange-400-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Deep-Orange-400-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Deep-Orange-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #ff7043 !important;
    background: #ff7043 !important;
    color: #2a0a00 !important
}

body .black-theme .palette-Deep-Orange-500-overwrite.general-btn-border {
    border-color: #ff5722 !important
}

body .black-theme .palette-Deep-Orange-500-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Deep-Orange-500-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Deep-Orange-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #ff5722 !important;
    background: #ff5722 !important;
    color: #fff !important
}

body .black-theme .palette-Deep-Orange-600-overwrite.general-btn-border {
    border-color: #f4511e !important
}

body .black-theme .palette-Deep-Orange-600-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Deep-Orange-600-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Deep-Orange-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #f4511e !important;
    background: #f4511e !important;
    color: #fff !important
}

body .black-theme .palette-Deep-Orange-700-overwrite.general-btn-border {
    border-color: #e64a19 !important
}

body .black-theme .palette-Deep-Orange-700-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Deep-Orange-700-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Deep-Orange-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #e64a19 !important;
    background: #e64a19 !important;
    color: #fff !important
}

body .black-theme .palette-Red-300-overwrite.general-btn-border {
    border-color: #e57373 !important
}

body .black-theme .palette-Red-300-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Red-300-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Red-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #e57373 !important;
    background: #e57373 !important;
    color: #360a0a !important
}

body .black-theme .palette-Red-400-overwrite.general-btn-border {
    border-color: #ef5350 !important
}

body .black-theme .palette-Red-400-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Red-400-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Red-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #ef5350 !important;
    background: #ef5350 !important;
    color: #230403 !important
}

body .black-theme .palette-Red-500-overwrite.general-btn-border {
    border-color: #f44336 !important
}

body .black-theme .palette-Red-500-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Red-500-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Red-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #f44336 !important;
    background: #f44336 !important;
    color: #fff !important
}

body .black-theme .palette-Red-600-overwrite.general-btn-border {
    border-color: #e53935 !important
}

body .black-theme .palette-Red-600-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Red-600-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Red-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #e53935 !important;
    background: #e53935 !important;
    color: #fff !important
}

body .black-theme .palette-Red-700-overwrite.general-btn-border {
    border-color: #d32f2f !important
}

body .black-theme .palette-Red-700-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Red-700-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Red-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #d32f2f !important;
    background: #d32f2f !important;
    color: #fff !important
}

body .black-theme .palette-Pink-300-overwrite.general-btn-border {
    border-color: #f06292 !important
}

body .black-theme .palette-Pink-300-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Pink-300-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Pink-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #f06292 !important;
    background: #f06292 !important;
    color: #340515 !important
}

body .black-theme .palette-Pink-400-overwrite.general-btn-border {
    border-color: #ec407a !important
}

body .black-theme .palette-Pink-400-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Pink-400-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Pink-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #ec407a !important;
    background: #ec407a !important;
    color: #fff !important
}

body .black-theme .palette-Pink-500-overwrite.general-btn-border {
    border-color: #e91e63 !important
}

body .black-theme .palette-Pink-500-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Pink-500-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Pink-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #e91e63 !important;
    background: #e91e63 !important;
    color: #fff !important
}

body .black-theme .palette-Pink-600-overwrite.general-btn-border {
    border-color: #d81b60 !important
}

body .black-theme .palette-Pink-600-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Pink-600-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Pink-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #d81b60 !important;
    background: #d81b60 !important;
    color: #fff !important
}

body .black-theme .palette-Pink-700-overwrite.general-btn-border {
    border-color: #c2185b !important
}

body .black-theme .palette-Pink-700-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Pink-700-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Pink-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #c2185b !important;
    background: #c2185b !important;
    color: #fff !important
}

body .black-theme .palette-Purple-300-overwrite.general-btn-border {
    border-color: #ba68c8 !important
}

body .black-theme .palette-Purple-300-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Purple-300-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Purple-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #ba68c8 !important;
    background: #ba68c8 !important;
    color: #fff !important
}

body .black-theme .palette-Purple-400-overwrite.general-btn-border {
    border-color: #ab47bc !important
}

body .black-theme .palette-Purple-400-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Purple-400-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Purple-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #ab47bc !important;
    background: #ab47bc !important;
    color: #fff !important
}

body .black-theme .palette-Purple-500-overwrite.general-btn-border {
    border-color: #9c27b0 !important
}

body .black-theme .palette-Purple-500-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Purple-500-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Purple-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #9c27b0 !important;
    background: #9c27b0 !important;
    color: #fff !important
}

body .black-theme .palette-Purple-600-overwrite.general-btn-border {
    border-color: #8e24aa !important
}

body .black-theme .palette-Purple-600-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Purple-600-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Purple-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #8e24aa !important;
    background: #8e24aa !important;
    color: #fff !important
}

body .black-theme .palette-Purple-700-overwrite.general-btn-border {
    border-color: #7b1fa2 !important
}

body .black-theme .palette-Purple-700-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Purple-700-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Purple-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #7b1fa2 !important;
    background: #7b1fa2 !important;
    color: #fff !important
}

body .black-theme .palette-Deep-Purple-300-overwrite.general-btn-border {
    border-color: #9575cd !important
}

body .black-theme .palette-Deep-Purple-300-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Deep-Purple-300-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Deep-Purple-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #9575cd !important;
    background: #9575cd !important;
    color: #120b1e !important
}

body .black-theme .palette-Deep-Purple-400-overwrite.general-btn-border {
    border-color: #7e57c2 !important
}

body .black-theme .palette-Deep-Purple-400-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Deep-Purple-400-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Deep-Purple-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #7e57c2 !important;
    background: #7e57c2 !important;
    color: #fff !important
}

body .black-theme .palette-Deep-Purple-500-overwrite.general-btn-border {
    border-color: #673ab7 !important
}

body .black-theme .palette-Deep-Purple-500-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Deep-Purple-500-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Deep-Purple-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #673ab7 !important;
    background: #673ab7 !important;
    color: #fff !important
}

body .black-theme .palette-Deep-Purple-600-overwrite.general-btn-border {
    border-color: #5e35b1 !important
}

body .black-theme .palette-Deep-Purple-600-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Deep-Purple-600-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Deep-Purple-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #5e35b1 !important;
    background: #5e35b1 !important;
    color: #fff !important
}

body .black-theme .palette-Deep-Purple-700-overwrite.general-btn-border {
    border-color: #512da8 !important
}

body .black-theme .palette-Deep-Purple-700-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Deep-Purple-700-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Deep-Purple-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #512da8 !important;
    background: #512da8 !important;
    color: #fff !important
}

body .black-theme .palette-Indigo-300-overwrite.general-btn-border {
    border-color: #7986cb !important
}

body .black-theme .palette-Indigo-300-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Indigo-300-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Indigo-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #7986cb !important;
    background: #7986cb !important;
    color: #0c0f1f !important
}

body .black-theme .palette-Indigo-400-overwrite.general-btn-border {
    border-color: #5c6bc0 !important
}

body .black-theme .palette-Indigo-400-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Indigo-400-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Indigo-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #5c6bc0 !important;
    background: #5c6bc0 !important;
    color: #fff !important
}

body .black-theme .palette-Indigo-500-overwrite.general-btn-border {
    border-color: #3f51b5 !important
}

body .black-theme .palette-Indigo-500-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Indigo-500-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Indigo-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #3f51b5 !important;
    background: #3f51b5 !important;
    color: #fff !important
}

body .black-theme .palette-Indigo-600-overwrite.general-btn-border {
    border-color: #3949ab !important
}

body .black-theme .palette-Indigo-600-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Indigo-600-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Indigo-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #3949ab !important;
    background: #3949ab !important;
    color: #fff !important
}

body .black-theme .palette-Indigo-700-overwrite.general-btn-border {
    border-color: #303f9f !important
}

body .black-theme .palette-Indigo-700-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Indigo-700-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Indigo-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #303f9f !important;
    background: #303f9f !important;
    color: #fff !important
}

body .black-theme .palette-Blue-300-overwrite.general-btn-border {
    border-color: #64b5f6 !important
}

body .black-theme .palette-Blue-300-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Blue-300-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Blue-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #303f9f !important;
    background: #64b5f6 !important;
    color: #04243e !important
}

body .black-theme .palette-Blue-400-overwrite.general-btn-border {
    border-color: #42a5f5 !important
}

body .black-theme .palette-Blue-400-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Blue-400-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Blue-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #42a5f5 !important;
    background: #42a5f5 !important;
    color: #02111d !important
}

body .black-theme .palette-Blue-500-overwrite.general-btn-border {
    border-color: #2196f3 !important
}

body .black-theme .palette-Blue-500-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Blue-500-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Blue-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #2196f3 !important;
    background: #2196f3 !important;
    color: #fff !important
}

body .black-theme .palette-Blue-600-overwrite.general-btn-border {
    border-color: #1e88e5 !important
}

body .black-theme .palette-Blue-600-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Blue-600-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Blue-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #1e88e5 !important;
    background: #1e88e5 !important;
    color: #fff !important
}

body .black-theme .palette-Blue-700-overwrite.general-btn-border {
    border-color: #1976d2 !important
}

body .black-theme .palette-Blue-700-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Blue-700-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Blue-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #1976d2 !important;
    background: #1976d2 !important;
    color: #fff !important
}

body .black-theme .palette-Light-Blue-300-overwrite.general-btn-border {
    border-color: #4fc3f7 !important
}

body .black-theme .palette-Light-Blue-300-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Light-Blue-300-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Light-Blue-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #4fc3f7 !important;
    background: #4fc3f7 !important;
    color: #021f2c !important
}

body .black-theme .palette-Light-Blue-400-overwrite.general-btn-border {
    border-color: #29b6f6 !important
}

body .black-theme .palette-Light-Blue-400-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Light-Blue-400-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Light-Blue-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #29b6f6 !important;
    background: #29b6f6 !important;
    color: #fff !important
}

body .black-theme .palette-Light-Blue-500-overwrite.general-btn-border {
    border-color: #03a9f4 !important
}

body .black-theme .palette-Light-Blue-500-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Light-Blue-500-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Light-Blue-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #03a9f4 !important;
    background: #03a9f4 !important;
    color: #fff !important
}

body .black-theme .palette-Light-Blue-600-overwrite.general-btn-border {
    border-color: #039be5 !important
}

body .black-theme .palette-Light-Blue-600-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Light-Blue-600-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Light-Blue-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #039be5 !important;
    background: #039be5 !important;
    color: #fff !important
}

body .black-theme .palette-Light-Blue-700-overwrite.general-btn-border {
    border-color: #0288d1 !important
}

body .black-theme .palette-Light-Blue-700-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Light-Blue-700-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Light-Blue-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #0288d1 !important;
    background: #0288d1 !important;
    color: #fff !important
}

body .black-theme .palette-Cyan-300-overwrite.general-btn-border {
    border-color: #4dd0e1 !important
}

body .black-theme .palette-Cyan-300-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Cyan-300-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Cyan-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #4dd0e1 !important;
    background: #4dd0e1 !important;
    color: #fff !important
}

body .black-theme .palette-Cyan-400-overwrite.general-btn-border {
    border-color: #26c6da !important
}

body .black-theme .palette-Cyan-400-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Cyan-400-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Cyan-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #26c6da !important;
    background: #26c6da !important;
    color: #fff !important
}

body .black-theme .palette-Cyan-500-overwrite.general-btn-border {
    border-color: #00bcd4 !important
}

body .black-theme .palette-Cyan-500-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Cyan-500-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Cyan-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #00bcd4 !important;
    background: #00bcd4 !important;
    color: #fff !important
}

body .black-theme .palette-Cyan-600-overwrite.general-btn-border {
    border-color: #00acc1 !important
}

body .black-theme .palette-Cyan-600-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Cyan-600-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Cyan-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #00acc1 !important;
    background: #00acc1 !important;
    color: #fff !important
}

body .black-theme .palette-Cyan-700-overwrite.general-btn-border {
    border-color: #0097a7 !important
}

body .black-theme .palette-Cyan-700-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Cyan-700-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Cyan-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #0097a7 !important;
    background: #0097a7 !important;
    color: #fff !important
}

body .black-theme .palette-Teal-300-overwrite.general-btn-border {
    border-color: #4db6ac !important
}

body .black-theme .palette-Teal-300-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Teal-300-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Teal-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #4db6ac !important;
    background: #4db6ac !important;
    color: #fff !important
}

body .black-theme .palette-Teal-400-overwrite.general-btn-border {
    border-color: #26a69a !important
}

body .black-theme .palette-Teal-400-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Teal-400-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Teal-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #26a69a !important;
    background: #26a69a !important;
    color: #fff !important
}

body .black-theme .palette-Teal-500-overwrite.general-btn-border {
    border-color: #009688 !important
}

body .black-theme .palette-Teal-500-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Teal-500-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Teal-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #009688 !important;
    background: #009688 !important;
    color: #fff !important
}

body .black-theme .palette-Teal-600-overwrite.general-btn-border {
    border-color: #00897b !important
}

body .black-theme .palette-Teal-600-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Teal-600-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Teal-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #00897b !important;
    background: #00897b !important;
    color: #fff !important
}

body .black-theme .palette-Teal-700-overwrite.general-btn-border {
    border-color: #00796b !important
}

body .black-theme .palette-Teal-700-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Teal-700-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Teal-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #00796b !important;
    background: #00796b !important;
    color: #fff !important
}

body .black-theme .palette-Blue-Grey-300-overwrite.general-btn-border {
    border-color: #90a4ae !important
}

body .black-theme .palette-Blue-Grey-300-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Blue-Grey-300-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Blue-Grey-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #90a4ae !important;
    background: #90a4ae !important;
    color: #101416 !important
}

body .black-theme .palette-Blue-Grey-400-overwrite.general-btn-border {
    border-color: #78909c !important
}

body .black-theme .palette-Blue-Grey-400-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Blue-Grey-400-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Blue-Grey-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #78909c !important;
    background: #78909c !important;
    color: #fff !important
}

body .black-theme .palette-Blue-Grey-500-overwrite.general-btn-border {
    border-color: #607d8b !important
}

body .black-theme .palette-Blue-Grey-500-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Blue-Grey-500-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Blue-Grey-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #607d8b !important;
    background: #607d8b !important;
    color: #fff !important
}

body .black-theme .palette-Blue-Grey-600-overwrite.general-btn-border {
    border-color: #546e7a !important
}

body .black-theme .palette-Blue-Grey-600-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Blue-Grey-600-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Blue-Grey-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #546e7a !important;
    background: #546e7a !important;
    color: #fff !important
}

body .black-theme .palette-Blue-Grey-700-overwrite.general-btn-border {
    border-color: #455a64 !important
}

body .black-theme .palette-Blue-Grey-700-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-Blue-Grey-700-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-Blue-Grey-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #455a64 !important;
    background: #455a64 !important;
    color: #fff !important
}

body .black-theme .palette-white-overwrite.general-btn-border {
    border-color: #fff !important
}

body .black-theme .palette-white-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-white-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-white-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #3d3d3e !important
}

body .black-theme .palette-black-overwrite.general-btn-border {
    border-color: #000 !important
}

body .black-theme .palette-black-overwrite.general-btn-border:hover {
    border-color: #202020 !important;
    background: #202020 !important;
    color: #fff !important
}

body .black-theme .palette-black-overwrite.general-btn-border.black-theme-reverse:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #202020 !important
}

body .black-theme .palette-black-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #000 !important;
    background: #000 !important;
    color: #fff !important
}

.dream-theme .palette-Brown-300-overwrite.general-btn-border,
body .ross-specter-theme .palette-Brown-300-overwrite.general-btn-border {
    border-color: #a1887f !important
}

.dream-theme .palette-Brown-300-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Brown-300-overwrite.general-btn-border:hover {
    border-color: #b7a39c !important;
    background-color: #b7a39c !important
}

.dream-theme .palette-Brown-300-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Brown-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #a1887f !important;
    background-color: #a1887f !important
}

.dream-theme .palette-Brown-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Brown-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #b7a39c !important;
    background-color: #b7a39c !important
}

.dream-theme .palette-Brown-400-overwrite.general-btn-border,
body .ross-specter-theme .palette-Brown-400-overwrite.general-btn-border {
    border-color: #8d6e63 !important
}

.dream-theme .palette-Brown-400-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Brown-400-overwrite.general-btn-border:hover {
    border-color: #a5887e !important;
    background-color: #a5887e !important
}

.dream-theme .palette-Brown-400-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Brown-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #8d6e63 !important;
    background-color: #8d6e63 !important
}

.dream-theme .palette-Brown-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Brown-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #a5887e !important;
    background-color: #a5887e !important
}

.dream-theme .palette-Brown-500-overwrite.general-btn-border,
body .ross-specter-theme .palette-Brown-500-overwrite.general-btn-border {
    border-color: #795548 !important
}

.dream-theme .palette-Brown-500-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Brown-500-overwrite.general-btn-border:hover {
    border-color: #996b5b !important;
    background-color: #996b5b !important
}

.dream-theme .palette-Brown-500-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Brown-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #795548 !important;
    background-color: #795548 !important
}

.dream-theme .palette-Brown-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Brown-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #996b5b !important;
    background-color: #996b5b !important
}

.dream-theme .palette-Brown-600-overwrite.general-btn-border,
body .ross-specter-theme .palette-Brown-600-overwrite.general-btn-border {
    border-color: #6d4c41 !important
}

.dream-theme .palette-Brown-600-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Brown-600-overwrite.general-btn-border:hover {
    border-color: #8d6254 !important;
    background-color: #8d6254 !important
}

.dream-theme .palette-Brown-600-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Brown-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #6d4c41 !important;
    background-color: #6d4c41 !important
}

.dream-theme .palette-Brown-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Brown-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #8d6254 !important;
    background-color: #8d6254 !important
}

.dream-theme .palette-Brown-700-overwrite.general-btn-border,
body .ross-specter-theme .palette-Brown-700-overwrite.general-btn-border {
    border-color: #5d4037 !important
}

.dream-theme .palette-Brown-700-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Brown-700-overwrite.general-btn-border:hover {
    border-color: #7d564a !important;
    background-color: #7d564a !important
}

.dream-theme .palette-Brown-700-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Brown-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #5d4037 !important;
    background-color: #5d4037 !important
}

.dream-theme .palette-Brown-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Brown-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #7d564a !important;
    background-color: #7d564a !important
}

.dream-theme .palette-Lime-300-overwrite.general-btn-border,
body .ross-specter-theme .palette-Lime-300-overwrite.general-btn-border {
    border-color: #dce775 !important
}

.dream-theme .palette-Lime-300-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Lime-300-overwrite.general-btn-border:hover {
    border-color: #e7efa0 !important;
    background-color: #e7efa0 !important
}

.dream-theme .palette-Lime-300-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Lime-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #dce775 !important;
    background-color: #dce775 !important
}

.dream-theme .palette-Lime-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Lime-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #e7efa0 !important;
    background-color: #e7efa0 !important
}

.dream-theme .palette-Lime-400-overwrite.general-btn-border,
body .ross-specter-theme .palette-Lime-400-overwrite.general-btn-border {
    border-color: #d4e157 !important
}

.dream-theme .palette-Lime-400-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Lime-400-overwrite.general-btn-border:hover {
    border-color: #dfe982 !important;
    background-color: #dfe982 !important
}

.dream-theme .palette-Lime-400-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Lime-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #d4e157 !important;
    background-color: #d4e157 !important
}

.dream-theme .palette-Lime-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Lime-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #dfe982 !important;
    background-color: #dfe982 !important
}

.dream-theme .palette-Lime-500-overwrite.general-btn-border,
body .ross-specter-theme .palette-Lime-500-overwrite.general-btn-border {
    border-color: #cddc39 !important
}

.dream-theme .palette-Lime-500-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Lime-500-overwrite.general-btn-border:hover {
    border-color: #d8e464 !important;
    background-color: #d8e464 !important
}

.dream-theme .palette-Lime-500-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Lime-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #cddc39 !important;
    background-color: #cddc39 !important
}

.dream-theme .palette-Lime-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Lime-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #d8e464 !important;
    background-color: #d8e464 !important
}

.dream-theme .palette-Lime-600-overwrite.general-btn-border,
body .ross-specter-theme .palette-Lime-600-overwrite.general-btn-border {
    border-color: #c0ca33 !important
}

.dream-theme .palette-Lime-600-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Lime-600-overwrite.general-btn-border:hover {
    border-color: #cdd55b !important;
    background-color: #cdd55b !important
}

.dream-theme .palette-Lime-600-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Lime-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #c0ca33 !important;
    background-color: #c0ca33 !important
}

.dream-theme .palette-Lime-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Lime-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #cdd55b !important;
    background-color: #cdd55b !important
}

.dream-theme .palette-Lime-700-overwrite.general-btn-border,
body .ross-specter-theme .palette-Lime-700-overwrite.general-btn-border {
    border-color: #afb42b !important
}

.dream-theme .palette-Lime-700-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Lime-700-overwrite.general-btn-border:hover {
    border-color: #ccd141 !important;
    background-color: #ccd141 !important
}

.dream-theme .palette-Lime-700-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Lime-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #afb42b !important;
    background-color: #afb42b !important
}

.dream-theme .palette-Lime-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Lime-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #ccd141 !important;
    background-color: #ccd141 !important
}

.dream-theme .palette-Light-Green-300-overwrite.general-btn-border,
body .ross-specter-theme .palette-Light-Green-300-overwrite.general-btn-border {
    border-color: #aed581 !important
}

.dream-theme .palette-Light-Green-300-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Light-Green-300-overwrite.general-btn-border:hover {
    border-color: #c7e2a7 !important;
    background-color: #c7e2a7 !important
}

.dream-theme .palette-Light-Green-300-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Light-Green-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #aed581 !important;
    background-color: #aed581 !important
}

.dream-theme .palette-Light-Green-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Light-Green-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #c7e2a7 !important;
    background-color: #c7e2a7 !important
}

.dream-theme .palette-Light-Green-400-overwrite.general-btn-border,
body .ross-specter-theme .palette-Light-Green-400-overwrite.general-btn-border {
    border-color: #9ccc65 !important
}

.dream-theme .palette-Light-Green-400-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Light-Green-400-overwrite.general-btn-border:hover {
    border-color: #b5d98b !important;
    background-color: #b5d98b !important
}

.dream-theme .palette-Light-Green-400-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Light-Green-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #9ccc65 !important;
    background-color: #9ccc65 !important
}

.dream-theme .palette-Light-Green-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Light-Green-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #b5d98b !important;
    background-color: #b5d98b !important
}

.dream-theme .palette-Light-Green-500-overwrite.general-btn-border,
body .ross-specter-theme .palette-Light-Green-500-overwrite.general-btn-border {
    border-color: #8bc34a !important
}

.dream-theme .palette-Light-Green-500-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Light-Green-500-overwrite.general-btn-border:hover {
    border-color: #a4d070 !important;
    background-color: #a4d070 !important
}

.dream-theme .palette-Light-Green-500-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Light-Green-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #8bc34a !important;
    background-color: #8bc34a !important
}

.dream-theme .palette-Light-Green-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Light-Green-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #a4d070 !important;
    background-color: #a4d070 !important
}

.dream-theme .palette-Light-Green-600-overwrite.general-btn-border,
body .ross-specter-theme .palette-Light-Green-600-overwrite.general-btn-border {
    border-color: #7cb342 !important
}

.dream-theme .palette-Light-Green-600-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Light-Green-600-overwrite.general-btn-border:hover {
    border-color: #95c563 !important;
    background-color: #95c563 !important
}

.dream-theme .palette-Light-Green-600-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Light-Green-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #7cb342 !important;
    background-color: #7cb342 !important
}

.dream-theme .palette-Light-Green-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Light-Green-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #95c563 !important;
    background-color: #95c563 !important
}

.dream-theme .palette-Light-Green-700-overwrite.general-btn-border,
body .ross-specter-theme .palette-Light-Green-700-overwrite.general-btn-border {
    border-color: #689f38 !important
}

.dream-theme .palette-Light-Green-700-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Light-Green-700-overwrite.general-btn-border:hover {
    border-color: #81bf4b !important;
    background-color: #81bf4b !important
}

.dream-theme .palette-Light-Green-700-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Light-Green-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #689f38 !important;
    background-color: #689f38 !important
}

.dream-theme .palette-Light-Green-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Light-Green-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #81bf4b !important;
    background-color: #81bf4b !important
}

.dream-theme .palette-Green-300-overwrite.general-btn-border,
body .ross-specter-theme .palette-Green-300-overwrite.general-btn-border {
    border-color: #81c784 !important
}

.dream-theme .palette-Green-300-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Green-300-overwrite.general-btn-border:hover {
    border-color: #a4d7a6 !important;
    background-color: #a4d7a6 !important
}

.dream-theme .palette-Green-300-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Green-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #81c784 !important;
    background-color: #81c784 !important
}

.dream-theme .palette-Green-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Green-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #a4d7a6 !important;
    background-color: #a4d7a6 !important
}

.dream-theme .palette-Green-400-overwrite.general-btn-border,
body .ross-specter-theme .palette-Green-400-overwrite.general-btn-border {
    border-color: #66bb6a !important
}

.dream-theme .palette-Green-400-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Green-400-overwrite.general-btn-border:hover {
    border-color: #89cb8c !important;
    background-color: #89cb8c !important
}

.dream-theme .palette-Green-400-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Green-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #66bb6a !important;
    background-color: #66bb6a !important
}

.dream-theme .palette-Green-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Green-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #89cb8c !important;
    background-color: #89cb8c !important
}

.dream-theme .palette-Green-500-overwrite.general-btn-border,
body .ross-specter-theme .palette-Green-500-overwrite.general-btn-border {
    border-color: #4caf50 !important
}

.dream-theme .palette-Green-500-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Green-500-overwrite.general-btn-border:hover {
    border-color: #6ec071 !important;
    background-color: #6ec071 !important
}

.dream-theme .palette-Green-500-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Green-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #4caf50 !important;
    background-color: #4caf50 !important
}

.dream-theme .palette-Green-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Green-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #6ec071 !important;
    background-color: #6ec071 !important
}

.dream-theme .palette-Green-600-overwrite.general-btn-border,
body .ross-specter-theme .palette-Green-600-overwrite.general-btn-border {
    border-color: #43a047 !important
}

.dream-theme .palette-Green-600-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Green-600-overwrite.general-btn-border:hover {
    border-color: #5bbb60 !important;
    background-color: #5bbb60 !important
}

.dream-theme .palette-Green-600-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Green-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #43a047 !important;
    background-color: #43a047 !important
}

.dream-theme .palette-Green-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Green-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #5bbb60 !important;
    background-color: #5bbb60 !important
}

.dream-theme .palette-Green-700-overwrite.general-btn-border,
body .ross-specter-theme .palette-Green-700-overwrite.general-btn-border {
    border-color: #388e3c !important
}

.dream-theme .palette-Green-700-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Green-700-overwrite.general-btn-border:hover {
    border-color: #46b34b !important;
    background-color: #46b34b !important
}

.dream-theme .palette-Green-700-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Green-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #388e3c !important;
    background-color: #388e3c !important
}

.dream-theme .palette-Green-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Green-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #46b34b !important;
    background-color: #46b34b !important
}

.dream-theme .palette-Yellow-300-overwrite.general-btn-border,
body .ross-specter-theme .palette-Yellow-300-overwrite.general-btn-border {
    border-color: #fff176 !important
}

.dream-theme .palette-Yellow-300-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Yellow-300-overwrite.general-btn-border:hover {
    border-color: #fff6a9 !important;
    background-color: #fff6a9 !important
}

.dream-theme .palette-Yellow-300-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Yellow-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #fff176 !important;
    background-color: #fff176 !important
}

.dream-theme .palette-Yellow-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Yellow-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #fff6a9 !important;
    background-color: #fff6a9 !important
}

.dream-theme .palette-Yellow-400-overwrite.general-btn-border,
body .ross-specter-theme .palette-Yellow-400-overwrite.general-btn-border {
    border-color: #ffee58 !important
}

.dream-theme .palette-Yellow-400-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Yellow-400-overwrite.general-btn-border:hover {
    border-color: #fff38b !important;
    background-color: #fff38b !important
}

.dream-theme .palette-Yellow-400-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Yellow-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #ffee58 !important;
    background-color: #ffee58 !important
}

.dream-theme .palette-Yellow-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Yellow-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #fff38b !important;
    background-color: #fff38b !important
}

.dream-theme .palette-Yellow-500-overwrite.general-btn-border,
body .ross-specter-theme .palette-Yellow-500-overwrite.general-btn-border {
    border-color: #ffeb3b !important
}

.dream-theme .palette-Yellow-500-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Yellow-500-overwrite.general-btn-border:hover {
    border-color: #fff06e !important;
    background-color: #fff06e !important
}

.dream-theme .palette-Yellow-500-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Yellow-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #ffeb3b !important;
    background-color: #ffeb3b !important
}

.dream-theme .palette-Yellow-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Yellow-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #fff06e !important;
    background-color: #fff06e !important
}

.dream-theme .palette-Yellow-600-overwrite.general-btn-border,
body .ross-specter-theme .palette-Yellow-600-overwrite.general-btn-border {
    border-color: #fdd835 !important
}

.dream-theme .palette-Yellow-600-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Yellow-600-overwrite.general-btn-border:hover {
    border-color: #fee268 !important;
    background-color: #fee268 !important
}

.dream-theme .palette-Yellow-600-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Yellow-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #fdd835 !important;
    background-color: #fdd835 !important
}

.dream-theme .palette-Yellow-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Yellow-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #fee268 !important;
    background-color: #fee268 !important
}

.dream-theme .palette-Yellow-700-overwrite.general-btn-border,
body .ross-specter-theme .palette-Yellow-700-overwrite.general-btn-border {
    border-color: #fbc02d !important
}

.dream-theme .palette-Yellow-700-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Yellow-700-overwrite.general-btn-border:hover {
    border-color: #fccf5f !important;
    background-color: #fccf5f !important
}

.dream-theme .palette-Yellow-700-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Yellow-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #fbc02d !important;
    background-color: #fbc02d !important
}

.dream-theme .palette-Yellow-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Yellow-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #fccf5f !important;
    background-color: #fccf5f !important
}

.dream-theme .palette-Amber-300-overwrite.general-btn-border,
body .ross-specter-theme .palette-Amber-300-overwrite.general-btn-border {
    border-color: #ffd54f !important
}

.dream-theme .palette-Amber-300-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Amber-300-overwrite.general-btn-border:hover {
    border-color: #ffe182 !important;
    background-color: #ffe182 !important
}

.dream-theme .palette-Amber-300-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Amber-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #ffd54f !important;
    background-color: #ffd54f !important
}

.dream-theme .palette-Amber-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Amber-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #ffe182 !important;
    background-color: #ffe182 !important
}

.dream-theme .palette-Amber-400-overwrite.general-btn-border,
body .ross-specter-theme .palette-Amber-400-overwrite.general-btn-border {
    border-color: #ffca28 !important
}

.dream-theme .palette-Amber-400-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Amber-400-overwrite.general-btn-border:hover {
    border-color: #ffd75b !important;
    background-color: #ffd75b !important
}

.dream-theme .palette-Amber-400-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Amber-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #ffca28 !important;
    background-color: #ffca28 !important
}

.dream-theme .palette-Amber-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Amber-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #ffd75b !important;
    background-color: #ffd75b !important
}

.dream-theme .palette-Amber-500-overwrite.general-btn-border,
body .ross-specter-theme .palette-Amber-500-overwrite.general-btn-border {
    border-color: #ffc107 !important
}

.dream-theme .palette-Amber-500-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Amber-500-overwrite.general-btn-border:hover {
    border-color: #ffce3a !important;
    background-color: #ffce3a !important
}

.dream-theme .palette-Amber-500-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Amber-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #ffc107 !important;
    background-color: #ffc107 !important
}

.dream-theme .palette-Amber-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Amber-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #ffce3a !important;
    background-color: #ffce3a !important
}

.dream-theme .palette-Amber-600-overwrite.general-btn-border,
body .ross-specter-theme .palette-Amber-600-overwrite.general-btn-border {
    border-color: #ffb300 !important
}

.dream-theme .palette-Amber-600-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Amber-600-overwrite.general-btn-border:hover {
    border-color: #ffc233 !important;
    background-color: #ffc233 !important
}

.dream-theme .palette-Amber-600-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Amber-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #ffb300 !important;
    background-color: #ffb300 !important
}

.dream-theme .palette-Amber-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Amber-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #ffc233 !important;
    background-color: #ffc233 !important
}

.dream-theme .palette-Amber-700-overwrite.general-btn-border,
body .ross-specter-theme .palette-Amber-700-overwrite.general-btn-border {
    border-color: #ffa000 !important
}

.dream-theme .palette-Amber-700-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Amber-700-overwrite.general-btn-border:hover {
    border-color: #ffb333 !important;
    background-color: #ffb333 !important
}

.dream-theme .palette-Amber-700-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Amber-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #ffa000 !important;
    background-color: #ffa000 !important
}

.dream-theme .palette-Amber-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Amber-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #c27a00 !important;
    background-color: #ffb333 !important
}

.dream-theme .palette-Orange-300-overwrite.general-btn-border,
body .ross-specter-theme .palette-Orange-300-overwrite.general-btn-border {
    border-color: #ffb74d !important
}

.dream-theme .palette-Orange-300-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Orange-300-overwrite.general-btn-border:hover {
    border-color: #ffcc80 !important;
    background-color: #ffcc80 !important
}

.dream-theme .palette-Orange-300-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Orange-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #ffb74d !important;
    background-color: #ffb74d !important
}

.dream-theme .palette-Orange-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Orange-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #ffcc80 !important;
    background-color: #ffcc80 !important
}

.dream-theme .palette-Orange-400-overwrite.general-btn-border,
body .ross-specter-theme .palette-Orange-400-overwrite.general-btn-border {
    border-color: #ffa726 !important
}

.dream-theme .palette-Orange-400-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Orange-400-overwrite.general-btn-border:hover {
    border-color: #ffbc59 !important;
    background-color: #ffbc59 !important
}

.dream-theme .palette-Orange-400-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Orange-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #ffa726 !important;
    background-color: #ffa726 !important
}

.dream-theme .palette-Orange-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Orange-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #ffbc59 !important;
    background-color: #ffbc59 !important
}

.dream-theme .palette-Orange-500-overwrite.general-btn-border,
body .ross-specter-theme .palette-Orange-500-overwrite.general-btn-border {
    border-color: #ff9800 !important
}

.dream-theme .palette-Orange-500-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Orange-500-overwrite.general-btn-border:hover {
    border-color: #ffad33 !important;
    background-color: #ffad33 !important
}

.dream-theme .palette-Orange-500-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Orange-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #ff9800 !important;
    background-color: #ff9800 !important
}

.dream-theme .palette-Orange-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Orange-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #ffad33 !important;
    background-color: #ffad33 !important
}

.dream-theme .palette-Orange-600-overwrite.general-btn-border,
body .ross-specter-theme .palette-Orange-600-overwrite.general-btn-border {
    border-color: #fb8c00 !important
}

.dream-theme .palette-Orange-600-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Orange-600-overwrite.general-btn-border:hover {
    border-color: #ffa32f !important;
    background-color: #ffa32f !important
}

.dream-theme .palette-Orange-600-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Orange-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #fb8c00 !important;
    background-color: #fb8c00 !important
}

.dream-theme .palette-Orange-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Orange-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #ffa32f !important;
    background-color: #ffa32f !important
}

.dream-theme .palette-Orange-700-overwrite.general-btn-border,
body .ross-specter-theme .palette-Orange-700-overwrite.general-btn-border {
    border-color: #f57c00 !important
}

.dream-theme .palette-Orange-700-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Orange-700-overwrite.general-btn-border:hover {
    border-color: #ff9529 !important;
    background-color: #ff9529 !important
}

.dream-theme .palette-Orange-700-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Orange-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #f57c00 !important;
    background-color: #f57c00 !important
}

.dream-theme .palette-Orange-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Orange-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #ff9529 !important;
    background-color: #ff9529 !important
}

.dream-theme .palette-Deep-Orange-300-overwrite.general-btn-border,
body .ross-specter-theme .palette-Deep-Orange-300-overwrite.general-btn-border {
    border-color: #ff8a65 !important
}

.dream-theme .palette-Deep-Orange-300-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Deep-Orange-300-overwrite.general-btn-border:hover {
    border-color: #ffb198 !important;
    background-color: #ffb198 !important
}

.dream-theme .palette-Deep-Orange-300-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Deep-Orange-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #ff8a65 !important;
    background-color: #ff8a65 !important
}

.dream-theme .palette-Deep-Orange-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Deep-Orange-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #ffb198 !important;
    background-color: #ffb198 !important
}

.dream-theme .palette-Deep-Orange-400-overwrite.general-btn-border,
body .ross-specter-theme .palette-Deep-Orange-400-overwrite.general-btn-border {
    border-color: #ff7043 !important
}

.dream-theme .palette-Deep-Orange-400-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Deep-Orange-400-overwrite.general-btn-border:hover {
    border-color: #ff9776 !important;
    background-color: #ff9776 !important
}

.dream-theme .palette-Deep-Orange-400-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Deep-Orange-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #ff7043 !important;
    background-color: #ff7043 !important
}

.dream-theme .palette-Deep-Orange-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Deep-Orange-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #ff9776 !important;
    background-color: #ff9776 !important
}

.dream-theme .palette-Deep-Orange-500-overwrite.general-btn-border,
body .ross-specter-theme .palette-Deep-Orange-500-overwrite.general-btn-border {
    border-color: #ff5722 !important
}

.dream-theme .palette-Deep-Orange-500-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Deep-Orange-500-overwrite.general-btn-border:hover {
    border-color: #ff7e55 !important;
    background-color: #ff7e55 !important
}

.dream-theme .palette-Deep-Orange-500-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Deep-Orange-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #ff5722 !important;
    background-color: #ff5722 !important
}

.dream-theme .palette-Deep-Orange-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Deep-Orange-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #ff7e55 !important;
    background-color: #ff7e55 !important
}

.dream-theme .palette-Deep-Orange-600-overwrite.general-btn-border,
body .ross-specter-theme .palette-Deep-Orange-600-overwrite.general-btn-border {
    border-color: #f4511e !important
}

.dream-theme .palette-Deep-Orange-600-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Deep-Orange-600-overwrite.general-btn-border:hover {
    border-color: #f6774f !important;
    background-color: #f6774f !important
}

.dream-theme .palette-Deep-Orange-600-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Deep-Orange-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #f4511e !important;
    background-color: #f4511e !important
}

.dream-theme .palette-Deep-Orange-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Deep-Orange-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #f6774f !important;
    background-color: #f6774f !important
}

.dream-theme .palette-Deep-Orange-700-overwrite.general-btn-border,
body .ross-specter-theme .palette-Deep-Orange-700-overwrite.general-btn-border {
    border-color: #e64a19 !important
}

.dream-theme .palette-Deep-Orange-700-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Deep-Orange-700-overwrite.general-btn-border:hover {
    border-color: #eb6e47 !important;
    background-color: #eb6e47 !important
}

.dream-theme .palette-Deep-Orange-700-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Deep-Orange-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #e64a19 !important;
    background-color: #e64a19 !important
}

.dream-theme .palette-Deep-Orange-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Deep-Orange-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #eb6e47 !important;
    background-color: #eb6e47 !important
}

.dream-theme .palette-Red-300-overwrite.general-btn-border,
body .ross-specter-theme .palette-Red-300-overwrite.general-btn-border {
    border-color: #e57373 !important
}

.dream-theme .palette-Red-300-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Red-300-overwrite.general-btn-border:hover {
    border-color: #ed9e9e !important;
    background-color: #ed9e9e !important
}

.dream-theme .palette-Red-300-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Red-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #e57373 !important;
    background-color: #e57373 !important
}

.dream-theme .palette-Red-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Red-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #ed9e9e !important;
    background-color: #ed9e9e !important
}

.dream-theme .palette-Red-400-overwrite.general-btn-border,
body .ross-specter-theme .palette-Red-400-overwrite.general-btn-border {
    border-color: #ef5350 !important
}

.dream-theme .palette-Red-400-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Red-400-overwrite.general-btn-border:hover {
    border-color: #f3817f !important;
    background-color: #f3817f !important
}

.dream-theme .palette-Red-400-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Red-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #ef5350 !important;
    background-color: #ef5350 !important
}

.dream-theme .palette-Red-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Red-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #f3817f !important;
    background-color: #f3817f !important
}

.dream-theme .palette-Red-500-overwrite.general-btn-border,
body .ross-specter-theme .palette-Red-500-overwrite.general-btn-border {
    border-color: #f44336 !important
}

.dream-theme .palette-Red-500-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Red-500-overwrite.general-btn-border:hover {
    border-color: #f77066 !important;
    background-color: #f77066 !important
}

.dream-theme .palette-Red-500-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Red-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #f44336 !important;
    background-color: #f44336 !important
}

.dream-theme .palette-Red-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Red-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #f77066 !important;
    background-color: #f77066 !important
}

.dream-theme .palette-Red-600-overwrite.general-btn-border,
body .ross-specter-theme .palette-Red-600-overwrite.general-btn-border {
    border-color: #e53935 !important
}

.dream-theme .palette-Red-600-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Red-600-overwrite.general-btn-border:hover {
    border-color: #eb6562 !important;
    background-color: #eb6562 !important
}

.dream-theme .palette-Red-600-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Red-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #e53935 !important;
    background-color: #e53935 !important
}

.dream-theme .palette-Red-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Red-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #eb6562 !important;
    background-color: #eb6562 !important
}

.dream-theme .palette-Red-700-overwrite.general-btn-border,
body .ross-specter-theme .palette-Red-700-overwrite.general-btn-border {
    border-color: #d32f2f !important
}

.dream-theme .palette-Red-700-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Red-700-overwrite.general-btn-border:hover {
    border-color: #dc5959 !important;
    background-color: #dc5959 !important
}

.dream-theme .palette-Red-700-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Red-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #d32f2f !important;
    background-color: #d32f2f !important
}

.dream-theme .palette-Red-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Red-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #dc5959 !important;
    background-color: #dc5959 !important
}

.dream-theme .palette-Pink-300-overwrite.general-btn-border,
body .ross-specter-theme .palette-Pink-300-overwrite.general-btn-border {
    border-color: #f06292 !important
}

.dream-theme .palette-Pink-300-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Pink-300-overwrite.general-btn-border:hover {
    border-color: #f491b2 !important;
    background-color: #f491b2 !important
}

.dream-theme .palette-Pink-300-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Pink-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #f06292 !important;
    background-color: #f06292 !important
}

.dream-theme .palette-Pink-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Pink-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #f491b2 !important;
    background-color: #f491b2 !important
}

.dream-theme .palette-Pink-400-overwrite.general-btn-border,
body .ross-specter-theme .palette-Pink-400-overwrite.general-btn-border {
    border-color: #ec407a !important
}

.dream-theme .palette-Pink-400-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Pink-400-overwrite.general-btn-border:hover {
    border-color: #f16e9a !important;
    background-color: #f16e9a !important
}

.dream-theme .palette-Pink-400-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Pink-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #ec407a !important;
    background-color: #ec407a !important
}

.dream-theme .palette-Pink-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Pink-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #f16e9a !important;
    background-color: #f16e9a !important
}

.dream-theme .palette-Pink-500-overwrite.general-btn-border,
body .ross-specter-theme .palette-Pink-500-overwrite.general-btn-border {
    border-color: #e91e63 !important
}

.dream-theme .palette-Pink-500-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Pink-500-overwrite.general-btn-border:hover {
    border-color: #ee4c83 !important;
    background-color: #ee4c83 !important
}

.dream-theme .palette-Pink-500-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Pink-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #e91e63 !important;
    background-color: #e91e63 !important
}

.dream-theme .palette-Pink-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Pink-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #ee4c83 !important;
    background-color: #ee4c83 !important
}

.dream-theme .palette-Pink-600-overwrite.general-btn-border,
body .ross-specter-theme .palette-Pink-600-overwrite.general-btn-border {
    border-color: #d81b60 !important
}

.dream-theme .palette-Pink-600-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Pink-600-overwrite.general-btn-border:hover {
    border-color: #e73f7c !important;
    background-color: #e73f7c !important
}

.dream-theme .palette-Pink-600-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Pink-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #d81b60 !important;
    background-color: #d81b60 !important
}

.dream-theme .palette-Pink-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Pink-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #e73f7c !important;
    background-color: #e73f7c !important
}

.dream-theme .palette-Pink-700-overwrite.general-btn-border,
body .ross-specter-theme .palette-Pink-700-overwrite.general-btn-border {
    border-color: #c2185b !important
}

.dream-theme .palette-Pink-700-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Pink-700-overwrite.general-btn-border:hover {
    border-color: #e42973 !important;
    background-color: #e42973 !important
}

.dream-theme .palette-Pink-700-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Pink-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #c2185b !important;
    background-color: #c2185b !important
}

.dream-theme .palette-Pink-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Pink-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #e42973 !important;
    background-color: #e42973 !important
}

.dream-theme .palette-Purple-300-overwrite.general-btn-border,
body .ross-specter-theme .palette-Purple-300-overwrite.general-btn-border {
    border-color: #ba68c8 !important
}

.dream-theme .palette-Purple-300-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Purple-300-overwrite.general-btn-border:hover {
    border-color: #cb8dd6 !important;
    background-color: #cb8dd6 !important
}

.dream-theme .palette-Purple-300-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Purple-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #ba68c8 !important;
    background-color: #ba68c8 !important
}

.dream-theme .palette-Purple-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Purple-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #cb8dd6 !important;
    background-color: #cb8dd6 !important
}

.dream-theme .palette-Purple-400-overwrite.general-btn-border,
body .ross-specter-theme .palette-Purple-400-overwrite.general-btn-border {
    border-color: #ab47bc !important
}

.dream-theme .palette-Purple-400-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Purple-400-overwrite.general-btn-border:hover {
    border-color: #bc6cca !important;
    background-color: #bc6cca !important
}

.dream-theme .palette-Purple-400-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Purple-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #ab47bc !important;
    background-color: #ab47bc !important
}

.dream-theme .palette-Purple-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Purple-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #bc6cca !important;
    background-color: #bc6cca !important
}

.dream-theme .palette-Purple-500-overwrite.general-btn-border,
body .ross-specter-theme .palette-Purple-500-overwrite.general-btn-border {
    border-color: #9c27b0 !important
}

.dream-theme .palette-Purple-500-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Purple-500-overwrite.general-btn-border:hover {
    border-color: #bc37d3 !important;
    background-color: #bc37d3 !important
}

.dream-theme .palette-Purple-500-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Purple-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #9c27b0 !important;
    background-color: #9c27b0 !important
}

.dream-theme .palette-Purple-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Purple-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #bc37d3 !important;
    background-color: #bc37d3 !important
}

.dream-theme .palette-Purple-600-overwrite.general-btn-border,
body .ross-specter-theme .palette-Purple-600-overwrite.general-btn-border {
    border-color: #8e24aa !important
}

.dream-theme .palette-Purple-600-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Purple-600-overwrite.general-btn-border:hover {
    border-color: #b02ed3 !important;
    background-color: #b02ed3 !important
}

.dream-theme .palette-Purple-600-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Purple-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #8e24aa !important;
    background-color: #8e24aa !important
}

.dream-theme .palette-Purple-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Purple-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #b02ed3 !important;
    background-color: #b02ed3 !important
}

.dream-theme .palette-Purple-700-overwrite.general-btn-border,
body .ross-specter-theme .palette-Purple-700-overwrite.general-btn-border {
    border-color: #7b1fa2 !important
}

.dream-theme .palette-Purple-700-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Purple-700-overwrite.general-btn-border:hover {
    border-color: #9c27cd !important;
    background-color: #9c27cd !important
}

.dream-theme .palette-Purple-700-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Purple-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #7b1fa2 !important;
    background-color: #7b1fa2 !important
}

.dream-theme .palette-Purple-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Purple-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #9c27cd !important;
    background-color: #9c27cd !important
}

.dream-theme .palette-Deep-Purple-300-overwrite.general-btn-border,
body .ross-specter-theme .palette-Deep-Purple-300-overwrite.general-btn-border {
    border-color: #9575cd !important
}

.dream-theme .palette-Deep-Purple-300-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Deep-Purple-300-overwrite.general-btn-border:hover {
    border-color: #b29adb !important;
    background-color: #b29adb !important
}

.dream-theme .palette-Deep-Purple-300-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Deep-Purple-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #9575cd !important;
    background-color: #9575cd !important
}

.dream-theme .palette-Deep-Purple-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Deep-Purple-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #b29adb !important;
    background-color: #b29adb !important
}

.dream-theme .palette-Deep-Purple-400-overwrite.general-btn-border,
body .ross-specter-theme .palette-Deep-Purple-400-overwrite.general-btn-border {
    border-color: #7e57c2 !important
}

.dream-theme .palette-Deep-Purple-400-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Deep-Purple-400-overwrite.general-btn-border:hover {
    border-color: #9b7cd0 !important;
    background-color: #9b7cd0 !important
}

.dream-theme .palette-Deep-Purple-400-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Deep-Purple-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #7e57c2 !important;
    background-color: #7e57c2 !important
}

.dream-theme .palette-Deep-Purple-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Deep-Purple-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #9b7cd0 !important;
    background-color: #9b7cd0 !important
}

.dream-theme .palette-Deep-Purple-500-overwrite.general-btn-border,
body .ross-specter-theme .palette-Deep-Purple-500-overwrite.general-btn-border {
    border-color: #673ab7 !important
}

.dream-theme .palette-Deep-Purple-500-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Deep-Purple-500-overwrite.general-btn-border:hover {
    border-color: #8259cb !important;
    background-color: #8259cb !important
}

.dream-theme .palette-Deep-Purple-500-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Deep-Purple-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #673ab7 !important;
    background-color: #673ab7 !important
}

.dream-theme .palette-Deep-Purple-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Deep-Purple-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #8259cb !important;
    background-color: #8259cb !important
}

.dream-theme .palette-Deep-Purple-600-overwrite.general-btn-border,
body .ross-specter-theme .palette-Deep-Purple-600-overwrite.general-btn-border {
    border-color: #5e35b1 !important
}

.dream-theme .palette-Deep-Purple-600-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Deep-Purple-600-overwrite.general-btn-border:hover {
    border-color: #784fca !important;
    background-color: #784fca !important
}

.dream-theme .palette-Deep-Purple-600-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Deep-Purple-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #5e35b1 !important;
    background-color: #5e35b1 !important
}

.dream-theme .palette-Deep-Purple-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Deep-Purple-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #784fca !important;
    background-color: #784fca !important
}

.dream-theme .palette-Deep-Purple-700-overwrite.general-btn-border,
body .ross-specter-theme .palette-Deep-Purple-700-overwrite.general-btn-border {
    border-color: #512da8 !important
}

.dream-theme .palette-Deep-Purple-700-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Deep-Purple-700-overwrite.general-btn-border:hover {
    border-color: #673dcb !important;
    background-color: #673dcb !important
}

.dream-theme .palette-Deep-Purple-700-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Deep-Purple-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #512da8 !important;
    background-color: #512da8 !important
}

.dream-theme .palette-Deep-Purple-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Deep-Purple-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #673dcb !important;
    background-color: #673dcb !important
}

.dream-theme .palette-Indigo-300-overwrite.general-btn-border,
body .ross-specter-theme .palette-Indigo-300-overwrite.general-btn-border {
    border-color: #7986cb !important
}

.dream-theme .palette-Indigo-300-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Indigo-300-overwrite.general-btn-border:hover {
    border-color: #9ea7d9 !important;
    background-color: #9ea7d9 !important
}

.dream-theme .palette-Indigo-300-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Indigo-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #7986cb !important;
    background-color: #7986cb !important
}

.dream-theme .palette-Indigo-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Indigo-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #9ea7d9 !important;
    background-color: #9ea7d9 !important
}

.dream-theme .palette-Indigo-400-overwrite.general-btn-border,
body .ross-specter-theme .palette-Indigo-400-overwrite.general-btn-border {
    border-color: #5c6bc0 !important
}

.dream-theme .palette-Indigo-400-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Indigo-400-overwrite.general-btn-border:hover {
    border-color: #818cce !important;
    background-color: #818cce !important
}

.dream-theme .palette-Indigo-400-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Indigo-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #5c6bc0 !important;
    background-color: #5c6bc0 !important
}

.dream-theme .palette-Indigo-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Indigo-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #818cce !important;
    background-color: #818cce !important
}

.dream-theme .palette-Indigo-500-overwrite.general-btn-border,
body .ross-specter-theme .palette-Indigo-500-overwrite.general-btn-border {
    border-color: #3f51b5 !important
}

.dream-theme .palette-Indigo-500-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Indigo-500-overwrite.general-btn-border:hover {
    border-color: #606fc7 !important;
    background-color: #606fc7 !important
}

.dream-theme .palette-Indigo-500-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Indigo-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #3f51b5 !important;
    background-color: #3f51b5 !important
}

.dream-theme .palette-Indigo-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Indigo-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #606fc7 !important;
    background-color: #606fc7 !important
}

.dream-theme .palette-Indigo-600-overwrite.general-btn-border,
body .ross-specter-theme .palette-Indigo-600-overwrite.general-btn-border {
    border-color: #3949ab !important
}

.dream-theme .palette-Indigo-600-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Indigo-600-overwrite.general-btn-border:hover {
    border-color: #5262c5 !important;
    background-color: #5262c5 !important
}

.dream-theme .palette-Indigo-600-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Indigo-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #3949ab !important;
    background-color: #3949ab !important
}

.dream-theme .palette-Indigo-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Indigo-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #5262c5 !important;
    background-color: #5262c5 !important
}

.dream-theme .palette-Indigo-700-overwrite.general-btn-border,
body .ross-specter-theme .palette-Indigo-700-overwrite.general-btn-border {
    border-color: #303f9f !important
}

.dream-theme .palette-Indigo-700-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Indigo-700-overwrite.general-btn-border:hover {
    border-color: #3d50c5 !important;
    background-color: #3d50c5 !important
}

.dream-theme .palette-Indigo-700-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Indigo-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #303f9f !important;
    background-color: #303f9f !important
}

.dream-theme .palette-Indigo-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Indigo-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #3d50c5 !important;
    background-color: #3d50c5 !important
}

.dream-theme .palette-Teal-300-overwrite.general-btn-border,
body .ross-specter-theme .palette-Teal-300-overwrite.general-btn-border {
    border-color: #4db6ac !important
}

.dream-theme .palette-Teal-300-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Teal-300-overwrite.general-btn-border:hover {
    border-color: #71c5bd !important;
    background-color: #71c5bd !important
}

.dream-theme .palette-Teal-300-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Teal-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #4db6ac !important;
    background-color: #4db6ac !important
}

.dream-theme .palette-Teal-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Teal-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #71c5bd !important;
    background-color: #71c5bd !important
}

.dream-theme .palette-Teal-400-overwrite.general-btn-border,
body .ross-specter-theme .palette-Teal-400-overwrite.general-btn-border {
    border-color: #26a69a !important
}

.dream-theme .palette-Teal-400-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Teal-400-overwrite.general-btn-border:hover {
    border-color: #30d0c1 !important;
    background-color: #30d0c1 !important
}

.dream-theme .palette-Teal-400-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Teal-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #26a69a !important;
    background-color: #26a69a !important
}

.dream-theme .palette-Teal-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Teal-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #30d0c1 !important;
    background-color: #30d0c1 !important
}

.dream-theme .palette-Teal-500-overwrite.general-btn-border,
body .ross-specter-theme .palette-Teal-500-overwrite.general-btn-border {
    border-color: #009688 !important
}

.dream-theme .palette-Teal-500-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Teal-500-overwrite.general-btn-border:hover {
    border-color: #00c9b6 !important;
    background-color: #00c9b6 !important
}

.dream-theme .palette-Teal-500-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Teal-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #009688 !important;
    background-color: #009688 !important
}

.dream-theme .palette-Teal-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Teal-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #00c9b6 !important;
    background-color: #00c9b6 !important
}

.dream-theme .palette-Teal-600-overwrite.general-btn-border,
body .ross-specter-theme .palette-Teal-600-overwrite.general-btn-border {
    border-color: #00897b !important
}

.dream-theme .palette-Teal-600-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Teal-600-overwrite.general-btn-border:hover {
    border-color: #00bca9 !important;
    background-color: #00bca9 !important
}

.dream-theme .palette-Teal-600-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Teal-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #00897b !important;
    background-color: #00897b !important
}

.dream-theme .palette-Teal-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Teal-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #00bca9 !important;
    background-color: #00bca9 !important
}

.dream-theme .palette-Teal-700-overwrite.general-btn-border,
body .ross-specter-theme .palette-Teal-700-overwrite.general-btn-border {
    border-color: #00796b !important
}

.dream-theme .palette-Teal-700-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Teal-700-overwrite.general-btn-border:hover {
    border-color: #00ac98 !important;
    background-color: #00ac98 !important
}

.dream-theme .palette-Teal-700-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Teal-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #00796b !important;
    background-color: #00796b !important
}

.dream-theme .palette-Teal-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Teal-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #00ac98 !important;
    background-color: #00ac98 !important
}

.dream-theme .palette-Cyan-300-overwrite.general-btn-border,
body .ross-specter-theme .palette-Cyan-300-overwrite.general-btn-border {
    border-color: #4dd0e1 !important
}

.dream-theme .palette-Cyan-300-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Cyan-300-overwrite.general-btn-border:hover {
    border-color: #79dce8 !important;
    background-color: #79dce8 !important
}

.dream-theme .palette-Cyan-300-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Cyan-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #4dd0e1 !important;
    background-color: #4dd0e1 !important
}

.dream-theme .palette-Cyan-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Cyan-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #79dce8 !important;
    background-color: #79dce8 !important
}

.dream-theme .palette-Cyan-400-overwrite.general-btn-border,
body .ross-specter-theme .palette-Cyan-400-overwrite.general-btn-border {
    border-color: #26c6da !important
}

.dream-theme .palette-Cyan-400-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Cyan-400-overwrite.general-btn-border:hover {
    border-color: #52d1e1 !important;
    background-color: #52d1e1 !important
}

.dream-theme .palette-Cyan-400-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Cyan-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #26c6da !important;
    background-color: #26c6da !important
}

.dream-theme .palette-Cyan-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Cyan-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #52d1e1 !important;
    background-color: #52d1e1 !important
}

.dream-theme .palette-Cyan-500-overwrite.general-btn-border,
body .ross-specter-theme .palette-Cyan-500-overwrite.general-btn-border {
    border-color: #00bcd4 !important
}

.dream-theme .palette-Cyan-500-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Cyan-500-overwrite.general-btn-border:hover {
    border-color: #08e3ff !important;
    background-color: #08e3ff !important
}

.dream-theme .palette-Cyan-500-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Cyan-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #00bcd4 !important;
    background-color: #00bcd4 !important
}

.dream-theme .palette-Cyan-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Cyan-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #08e3ff !important;
    background-color: #08e3ff !important
}

.dream-theme .palette-Cyan-600-overwrite.general-btn-border,
body .ross-specter-theme .palette-Cyan-600-overwrite.general-btn-border {
    border-color: #00acc1 !important
}

.dream-theme .palette-Cyan-600-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Cyan-600-overwrite.general-btn-border:hover {
    border-color: #00d9f4 !important;
    background-color: #00d9f4 !important
}

.dream-theme .palette-Cyan-600-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Cyan-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #00acc1 !important;
    background-color: #00acc1 !important
}

.dream-theme .palette-Cyan-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Cyan-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #00d9f4 !important;
    background-color: #00d9f4 !important
}

.dream-theme .palette-Cyan-700-overwrite.general-btn-border,
body .ross-specter-theme .palette-Cyan-700-overwrite.general-btn-border {
    border-color: #0097a7 !important
}

.dream-theme .palette-Cyan-700-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Cyan-700-overwrite.general-btn-border:hover {
    border-color: #00c5da !important;
    background-color: #00c5da !important
}

.dream-theme .palette-Cyan-700-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Cyan-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #0097a7 !important;
    background-color: #0097a7 !important
}

.dream-theme .palette-Cyan-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Cyan-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #00c5da !important;
    background-color: #00c5da !important
}

.dream-theme .palette-Light-Blue-300-overwrite.general-btn-border,
body .ross-specter-theme .palette-Light-Blue-300-overwrite.general-btn-border {
    border-color: #4fc3f7 !important
}

.dream-theme .palette-Light-Blue-300-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Light-Blue-300-overwrite.general-btn-border:hover {
    border-color: #80d4f9 !important;
    background-color: #80d4f9 !important
}

.dream-theme .palette-Light-Blue-300-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Light-Blue-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #4fc3f7 !important;
    background-color: #4fc3f7 !important
}

.dream-theme .palette-Light-Blue-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Light-Blue-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #80d4f9 !important;
    background-color: #80d4f9 !important
}

.dream-theme .palette-Light-Blue-400-overwrite.general-btn-border,
body .ross-specter-theme .palette-Light-Blue-400-overwrite.general-btn-border {
    border-color: #29b6f6 !important
}

.dream-theme .palette-Light-Blue-400-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Light-Blue-400-overwrite.general-btn-border:hover {
    border-color: #5ac7f8 !important;
    background-color: #5ac7f8 !important
}

.dream-theme .palette-Light-Blue-400-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Light-Blue-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #29b6f6 !important;
    background-color: #29b6f6 !important
}

.dream-theme .palette-Light-Blue-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Light-Blue-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #5ac7f8 !important;
    background-color: #5ac7f8 !important
}

.dream-theme .palette-Light-Blue-500-overwrite.general-btn-border,
body .ross-specter-theme .palette-Light-Blue-500-overwrite.general-btn-border {
    border-color: #03a9f4 !important
}

.dream-theme .palette-Light-Blue-500-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Light-Blue-500-overwrite.general-btn-border:hover {
    border-color: #2ebcfc !important;
    background-color: #2ebcfc !important
}

.dream-theme .palette-Light-Blue-500-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Light-Blue-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #03a9f4 !important;
    background-color: #03a9f4 !important
}

.dream-theme .palette-Light-Blue-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Light-Blue-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #2ebcfc !important;
    background-color: #2ebcfc !important
}

.dream-theme .palette-Light-Blue-600-overwrite.general-btn-border,
body .ross-specter-theme .palette-Light-Blue-600-overwrite.general-btn-border {
    border-color: #039be5 !important
}

.dream-theme .palette-Light-Blue-600-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Light-Blue-600-overwrite.general-btn-border:hover {
    border-color: #1fb4fc !important;
    background-color: #1fb4fc !important
}

.dream-theme .palette-Light-Blue-600-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Light-Blue-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #039be5 !important;
    background-color: #039be5 !important
}

.dream-theme .palette-Light-Blue-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Light-Blue-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #1fb4fc !important;
    background-color: #1fb4fc !important
}

.dream-theme .palette-Light-Blue-700-overwrite.general-btn-border,
body .ross-specter-theme .palette-Light-Blue-700-overwrite.general-btn-border {
    border-color: #0288d1 !important
}

.dream-theme .palette-Light-Blue-700-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Light-Blue-700-overwrite.general-btn-border:hover {
    border-color: #09a7fd !important;
    background-color: #09a7fd !important
}

.dream-theme .palette-Light-Blue-700-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Light-Blue-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #0288d1 !important;
    background-color: #0288d1 !important
}

.dream-theme .palette-Light-Blue-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Light-Blue-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #09a7fd !important;
    background-color: #09a7fd !important
}

.dream-theme .palette-Blue-300-overwrite.general-btn-border,
body .ross-specter-theme .palette-Blue-300-overwrite.general-btn-border {
    border-color: #64b5f6 !important
}

.dream-theme .palette-Blue-300-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Blue-300-overwrite.general-btn-border:hover {
    border-color: #94ccf9 !important;
    background-color: #94ccf9 !important
}

.dream-theme .palette-Blue-300-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Blue-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #64b5f6 !important;
    background-color: #64b5f6 !important
}

.dream-theme .palette-Blue-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Blue-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #94ccf9 !important;
    background-color: #94ccf9 !important
}

.dream-theme .palette-Blue-400-overwrite.general-btn-border,
body .ross-specter-theme .palette-Blue-400-overwrite.general-btn-border {
    border-color: #42a5f5 !important
}

.dream-theme .palette-Blue-400-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Blue-400-overwrite.general-btn-border:hover {
    border-color: #72bcf8 !important;
    background-color: #72bcf8 !important
}

.dream-theme .palette-Blue-400-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Blue-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #42a5f5 !important;
    background-color: #42a5f5 !important
}

.dream-theme .palette-Blue-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Blue-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #72bcf8 !important;
    background-color: #72bcf8 !important
}

.dream-theme .palette-Blue-500-overwrite.general-btn-border,
body .ross-specter-theme .palette-Blue-500-overwrite.general-btn-border {
    border-color: #2196f3 !important
}

.dream-theme .palette-Blue-500-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Blue-500-overwrite.general-btn-border:hover {
    border-color: #51adf6 !important;
    background-color: #51adf6 !important
}

.dream-theme .palette-Blue-500-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Blue-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #2196f3 !important;
    background-color: #2196f3 !important
}

.dream-theme .palette-Blue-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Blue-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #51adf6 !important;
    background-color: #51adf6 !important
}

.dream-theme .palette-Blue-600-overwrite.general-btn-border,
body .ross-specter-theme .palette-Blue-600-overwrite.general-btn-border {
    border-color: #1e88e5 !important
}

.dream-theme .palette-Blue-600-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Blue-600-overwrite.general-btn-border:hover {
    border-color: #4ca0ea !important;
    background-color: #4ca0ea !important
}

.dream-theme .palette-Blue-600-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Blue-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #1e88e5 !important;
    background-color: #1e88e5 !important
}

.dream-theme .palette-Blue-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Blue-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #4ca0ea !important;
    background-color: #4ca0ea !important
}

.dream-theme .palette-Blue-700-overwrite.general-btn-border,
body .ross-specter-theme .palette-Blue-700-overwrite.general-btn-border {
    border-color: #1976d2 !important
}

.dream-theme .palette-Blue-700-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Blue-700-overwrite.general-btn-border:hover {
    border-color: #378fe7 !important;
    background-color: #378fe7 !important
}

.dream-theme .palette-Blue-700-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Blue-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #1976d2 !important;
    background-color: #1976d2 !important
}

.dream-theme .palette-Blue-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Blue-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #378fe7 !important;
    background-color: #378fe7 !important
}

.dream-theme .palette-Blue-Grey-300-overwrite.general-btn-border,
body .ross-specter-theme .palette-Blue-Grey-300-overwrite.general-btn-border {
    border-color: #90a4ae !important
}

.dream-theme .palette-Blue-Grey-300-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Blue-Grey-300-overwrite.general-btn-border:hover {
    border-color: #adbcc4 !important;
    background-color: #adbcc4 !important
}

.dream-theme .palette-Blue-Grey-300-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Blue-Grey-300-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #90a4ae !important;
    background-color: #90a4ae !important
}

.dream-theme .palette-Blue-Grey-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Blue-Grey-300-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #adbcc4 !important;
    background-color: #adbcc4 !important
}

.dream-theme .palette-Blue-Grey-400-overwrite.general-btn-border,
body .ross-specter-theme .palette-Blue-Grey-400-overwrite.general-btn-border {
    border-color: #78909c !important
}

.dream-theme .palette-Blue-Grey-400-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Blue-Grey-400-overwrite.general-btn-border:hover {
    border-color: #95a8b2 !important;
    background-color: #95a8b2 !important
}

.dream-theme .palette-Blue-Grey-400-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Blue-Grey-400-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #78909c !important;
    background-color: #78909c !important
}

.dream-theme .palette-Blue-Grey-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Blue-Grey-400-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #95a8b2 !important;
    background-color: #95a8b2 !important
}

.dream-theme .palette-Blue-Grey-500-overwrite.general-btn-border,
body .ross-specter-theme .palette-Blue-Grey-500-overwrite.general-btn-border {
    border-color: #607d8b !important
}

.dream-theme .palette-Blue-Grey-500-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Blue-Grey-500-overwrite.general-btn-border:hover {
    border-color: #7b96a3 !important;
    background-color: #7b96a3 !important
}

.dream-theme .palette-Blue-Grey-500-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Blue-Grey-500-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #607d8b !important;
    background-color: #607d8b !important
}

.dream-theme .palette-Blue-Grey-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Blue-Grey-500-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #7b96a3 !important;
    background-color: #7b96a3 !important
}

.dream-theme .palette-Blue-Grey-600-overwrite.general-btn-border,
body .ross-specter-theme .palette-Blue-Grey-600-overwrite.general-btn-border {
    border-color: #546e7a !important
}

.dream-theme .palette-Blue-Grey-600-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Blue-Grey-600-overwrite.general-btn-border:hover {
    border-color: #698998 !important;
    background-color: #698998 !important
}

.dream-theme .palette-Blue-Grey-600-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Blue-Grey-600-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #546e7a !important;
    background-color: #546e7a !important
}

.dream-theme .palette-Blue-Grey-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Blue-Grey-600-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #698998 !important;
    background-color: #698998 !important
}

.dream-theme .palette-Blue-Grey-700-overwrite.general-btn-border,
body .ross-specter-theme .palette-Blue-Grey-700-overwrite.general-btn-border {
    border-color: #455a64 !important
}

.dream-theme .palette-Blue-Grey-700-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-Blue-Grey-700-overwrite.general-btn-border:hover {
    border-color: #5a7582 !important;
    background-color: #5a7582 !important
}

.dream-theme .palette-Blue-Grey-700-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-Blue-Grey-700-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #455a64 !important;
    background-color: #455a64 !important
}

.dream-theme .palette-Blue-Grey-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-Blue-Grey-700-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #5a7582 !important;
    background-color: #5a7582 !important
}

.dream-theme .palette-white-overwrite.general-btn-border.overwrite-ghost-btn:hover,
.dream-theme .palette-white-overwrite.general-btn-border:hover,
.dream-theme .palette-white-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-white-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-white-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-white-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #fff !important;
    background-color: #fff !important
}

.dream-theme .palette-white-overwrite.general-btn-border,
body .ross-specter-theme .palette-white-overwrite.general-btn-border {
    border-color: #fff !important
}

.dream-theme .palette-black-overwrite.general-btn-border,
body .ross-specter-theme .palette-black-overwrite.general-btn-border {
    border-color: #000 !important
}

.dream-theme .palette-black-overwrite.general-btn-border:hover,
body .ross-specter-theme .palette-black-overwrite.general-btn-border:hover {
    border-color: #1a1919 !important;
    background-color: #1a1919 !important
}

.dream-theme .palette-black-overwrite.general-btn-border.overwrite-ghost-btn:hover,
body .ross-specter-theme .palette-black-overwrite.general-btn-border.overwrite-ghost-btn:hover {
    border-color: #000 !important;
    background-color: #000 !important
}

.dream-theme .palette-black-overwrite.ghost-btn-shadow.overwrite-general-btn:hover,
body .ross-specter-theme .palette-black-overwrite.ghost-btn-shadow.overwrite-general-btn:hover {
    border-color: #1a1919 !important;
    background-color: #1a1919 !important
}

@keyframes hover-image {

    0%,
    100%,
    50% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(-3px)
    }

    75% {
        transform: translateY(7px)
    }
}

.font-quicksand,
.font-quicksand.hero-main-title,
.font-quicksand.hero-sub-title {
    font-family: Quicksand !important
}

.font-oswald,
.font-oswald.hero-main-title,
.font-oswald.hero-sub-title {
    font-family: Oswald !important
}

.font-oswald {
    font-size: 130%
}

.font-poor-story,
.font-poor-story.hero-main-title,
.font-poor-story.hero-sub-title {
    font-family: poor story !important;
    font-size: 140%;
    letter-spacing: 1px;
    line-height: 1.3 !important
}

.font-noto-sans,
.font-noto-sans.hero-main-title,
.font-noto-sans.hero-sub-title {
    font-family: noto sans !important
}

.font-open-sans,
.font-open-sans.hero-main-title,
.font-open-sans.hero-sub-title {
    font-family: open sans !important
}

.font-dm-serif-display,
.font-dm-serif-display.hero-main-title,
.font-dm-serif-display.hero-sub-title {
    font-family: 'dm serif display', serif !important
}

.font-dosis,
.font-dosis.hero-main-title,
.font-dosis.hero-sub-title {
    font-family: Dosis, sans-serif !important
}

.font-baskerville,
.font-baskerville.hero-main-title,
.font-baskerville.hero-sub-title {
    font-family: libre baskerville, serif !important
}

.font-kaffeesatz,
.font-kaffeesatz.hero-main-title,
.font-kaffeesatz.hero-sub-title {
    font-family: yanone kaffeesatz, sans-serif !important;
    font-size: 120%
}

.font-mali,
.font-mali.hero-main-title,
.font-mali.hero-sub-title {
    font-family: Mali !important
}

.font-roboto,
.font-roboto.hero-main-title,
.font-roboto.hero-sub-title {
    font-family: roboto !important
}

.font-raleway,
.font-raleway.hero-main-title,
.font-raleway.hero-sub-title {
    font-family: Raleway, sans-serif !important
}

.font-lobster,
.font-lobster.hero-main-title,
.font-lobster.hero-sub-title {
    font-family: Lobster, cursive !important
}

.font-lobster {
    font-size: 120%;
    letter-spacing: 1px
}

.font-ubuntu,
.font-ubuntu.hero-main-title,
.font-ubuntu.hero-sub-title {
    font-family: Ubuntu, sans-serif !important
}

.font-pt-sans,
.font-pt-sans.hero-main-title,
.font-pt-sans.hero-sub-title {
    font-family: pt sans, sans-serif !important
}

.font-acme,
.font-acme.hero-main-title,
.font-acme.hero-sub-title {
    font-family: Acme, sans-serif !important
}

.font-acme {
    font-size: 120%
}

.font-hind-siliguri,
.font-hind-siliguri.hero-main-title,
.font-hind-siliguri.hero-sub-title {
    font-family: hind siliguri, sans-serif !important
}

.font-hind-siliguri {
    font-size: 120%
}

.font-merienda,
.font-merienda.hero-main-title,
.font-merienda.hero-sub-title {
    font-family: Merienda, cursive !important
}

.font-vollkorn,
.font-vollkorn.hero-main-title,
.font-vollkorn.hero-sub-title {
    font-family: Vollkorn, serif !important
}

.font-vollkorn {
    font-size: 110%
}

.font-cuprum,
.font-cuprum.hero-main-title,
.font-cuprum.hero-sub-title {
    font-family: Cuprum, sans-serif !important;
    font-size: 120%
}

.font-c-black,
.font-c-black a {
    color: #333 !important
}

.font-c-flat-black,
.font-c-flat-black a {
    color: #545454 !important
}

.font-c-white,
.font-c-white a {
    color: #fff !important
}

.font-c-white .content-edit-field:focus,
.font-c-white .content-edit-field:hover {
    background: rgba(85, 85, 85, .8) !important
}

li.font-c-white:before {
    color: #9fffa3 !important
}

.font-c-dark-gray,
.font-c-dark-gray a {
    color: #7a7a7a !important
}

@keyframes fadein-ag {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes slideup-ag {
    from {
        top: 100%
    }

    to {
        top: 0
    }
}

@keyframes slidein-ag {
    from {
        right: -300px
    }

    to {
        right: 40px
    }
}

@keyframes popin-ag {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@keyframes slideup-ag-magnet {
    from {
        bottom: -1000px
    }

    to {
        bottom: 20px
    }
}

@keyframes slidertl-ag-magnet {
    from {
        right: -500px
    }

    to {
        right: 20px
    }
}

@keyframes slide_bottom-ag-ribbon {
    from {
        bottom: -1000px
    }

    to {
        bottom: 0
    }
}

@keyframes slide_top-ag-ribbon {
    from {
        top: -1000px
    }

    to {
        top: 0
    }
}

.spinner {
    -webkit-animation-name: rev-spin;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rev-spin;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rev-spin;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear
}

.popup-wrapper.boombox-template {
    background: 0 0 !important
}

.popup-wrapper.boombox-template .close-modal {
    right: 20px !important;
    top: 20px !important;
    padding: 10px !important
}

.popup-wrapper.boombox-template .popup-modal,
.popup-wrapper.boombox-template .popup-wrapper {
    background: 0 0 !important;
    margin-top: 0 !important;
    max-width: none !important
}

.popup-wrapper.boombox-template .popup-modal .popup-view,
.popup-wrapper.boombox-template .popup-wrapper .popup-view {
    height: 100vh;
    padding-top: 65px
}

.popup-wrapper .popup-modal {
    margin: 2% auto auto;
    max-width: 640px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    padding: 0;
    font-family: Quicksand, sans-serif;
    position: relative
}

.forge-row .forge-block .forge-check-list ul li:before,
.popup-wrapper .popup-modal .forge-check-list ol li:before,
.popup-wrapper .popup-modal .forge-check-list ul li:before {
    font-family: 'font awesome 5 pro', 'font awesome 5 free'
}

@media(max-width:960px) {
    .popup-wrapper .popup-modal {
        margin: 15px
    }
}

.popup-wrapper .popup-modal .close-modal {
    position: absolute !important;
    display: flex;
    right: -10px;
    top: -10px;
    background: #fff;
    border-radius: 50%;
    color: #009588;
    z-index: 1;
    padding: 3px;
    cursor: pointer;
    align-items: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15)
}

.popup-wrapper .popup-modal .close-modal:hover {
    opacity: .8
}

.popup-wrapper .popup-modal .close-modal .material-icons {
    font-size: 18px !important
}

.popup-wrapper .standard-optin {
    max-width: 460px
}

.popup-wrapper .basic_optin {
    max-width: 460px !important
}

.popup-wrapper .basic_img_optin {
    max-width: 580px !important
}

.popup-wrapper .basic_img_optin .forge-title {
    font-size: 28px
}

.popup-wrapper .basic_cta,
.popup-wrapper .simple_cta {
    max-width: 500px !important
}

.popup-wrapper .basic_img_cta {
    max-width: 540px !important
}

.popup-wrapper .newsletter_signup {
    max-width: 700px !important
}

.popup-wrapper .newsletter_signup .positive-list {
    margin-left: 2px !important
}

.popup-wrapper .simple_upsell {
    max-width: 580px !important
}

.popup-wrapper .simple_upsell .popup-view .forge-row:first-child {
    padding-bottom: 30px
}

.popup-wrapper .simple_upsell .forge-title {
    margin-bottom: 5px
}

.popup-wrapper .countdown_popup,
.popup-wrapper .video_countdown_popup {
    max-width: 400px !important
}

.popup-wrapper .countdown_popup .forge-title,
.popup-wrapper .countdown_popup .forge-video-client,
.popup-wrapper .video_countdown_popup .forge-title,
.popup-wrapper .video_countdown_popup .forge-video-client {
    margin-bottom: 10px
}

.popup-wrapper .optin_video_countdown_popup {
    max-width: 360px !important
}

.popup-wrapper .optin_video_countdown_popup .forge-row {
    padding: 20px 0
}

.popup-wrapper .optin_video_countdown_popup .forge-row .forge-button {
    margin: 10px 0;
    font-size: 12px;
    width: 100%
}

.popup-wrapper .optin_video_countdown_popup .forge-row .forge-video-client {
    margin: 5px 0
}

.popup-wrapper .optin_video_countdown_popup .forge-row .forge-optin .input-wrapper:first-child input {
    margin-top: 0
}

.popup-wrapper .basic_optin_ribbon,
.popup-wrapper .basic_ribbon,
.popup-wrapper .cta_with_countdown,
.popup-wrapper .cta_with_phone,
.popup-wrapper .full_horizontal_optin_ribbon {
    max-width: 100% !important
}

.popup-wrapper .basic_optin_ribbon .row-inner-wrap,
.popup-wrapper .basic_ribbon .row-inner-wrap,
.popup-wrapper .cta_with_countdown .row-inner-wrap,
.popup-wrapper .cta_with_phone .row-inner-wrap,
.popup-wrapper .full_horizontal_optin_ribbon .row-inner-wrap {
    padding: 0 70px;
    width: auto;
    margin: auto
}

.popup-wrapper .basic_optin_ribbon .forge-row,
.popup-wrapper .basic_ribbon .forge-row,
.popup-wrapper .cta_with_countdown .forge-row,
.popup-wrapper .cta_with_phone .forge-row,
.popup-wrapper .full_horizontal_optin_ribbon .forge-row {
    padding: 20px 0
}

.popup-wrapper .basic_optin_ribbon .forge-row .forge-block,
.popup-wrapper .basic_ribbon .forge-row .forge-block,
.popup-wrapper .cta_with_countdown .forge-row .forge-block,
.popup-wrapper .cta_with_phone .forge-row .forge-block,
.popup-wrapper .full_horizontal_optin_ribbon .forge-row .forge-block {
    flex: auto !important
}

.popup-wrapper .basic_optin_ribbon .forge-row .forge-block .forge-title,
.popup-wrapper .basic_ribbon .forge-row .forge-block .forge-title,
.popup-wrapper .cta_with_countdown .forge-row .forge-block .forge-title,
.popup-wrapper .cta_with_phone .forge-row .forge-block .forge-title,
.popup-wrapper .full_horizontal_optin_ribbon .forge-row .forge-block .forge-title {
    font-size: 20px
}

.popup-wrapper .basic_optin_ribbon .forge-row .forge-block .forge-button,
.popup-wrapper .basic_ribbon .forge-row .forge-block .forge-button,
.popup-wrapper .cta_with_countdown .forge-row .forge-block .forge-button,
.popup-wrapper .cta_with_phone .forge-row .forge-block .forge-button,
.popup-wrapper .full_horizontal_optin_ribbon .forge-row .forge-block .forge-button {
    margin-bottom: 0
}

.popup-wrapper .basic_optin_ribbon .forge-optin>div {
    display: flex
}

.popup-wrapper .basic_optin_ribbon .forge-optin>div .input-wrapper {
    margin-left: 10px
}

.popup-wrapper .basic_optin_ribbon .forge-optin>div .input-wrapper:first-child {
    margin-left: 0
}

.popup-wrapper .basic_optin_ribbon .forge-consent-checkbox {
    margin-top: 7px !important
}

.popup-wrapper .basic_optin_ribbon .forge-button {
    font-size: 14px !important
}

.popup-wrapper .full_horizontal_optin_ribbon .row-inner-wrap {
    align-items: flex-start;
    display: flex
}

.popup-wrapper .full_horizontal_optin_ribbon .forge-title {
    max-width: 500px;
    margin-top: 2px
}

.popup-wrapper .full_horizontal_optin_ribbon .forge-optin>div {
    display: flex
}

.popup-wrapper .full_horizontal_optin_ribbon .forge-optin>div .input-wrapper {
    margin-left: 10px
}

.popup-wrapper .full_horizontal_optin_ribbon .forge-optin>div .input-wrapper input {
    margin-top: 0
}

.popup-wrapper .full_horizontal_optin_ribbon .forge-optin>div .input-wrapper:first-child {
    margin-left: 0
}

.popup-wrapper .full_horizontal_optin_ribbon .forge-block .forge-button {
    font-size: 14px !important;
    padding: 7px 25px !important
}

.popup-wrapper .full_horizontal_optin_ribbon .forge-block .forge-consent-checkbox {
    margin-top: 7px;
    margin-bottom: 0
}

.popup-wrapper .full_horizontal_optin_ribbon .forge-block .forge-consent-checkbox .content-checkbox .material-icons {
    font-size: 15px !important
}

.popup-wrapper .full_horizontal_optin_ribbon .forge-block .forge-consent-checkbox .consent-text-wrapper {
    font-size: 12px
}

.popup-wrapper .full_horizontal_optin_ribbon .forge-block .forge-consent-checkbox .consent-text-wrapper .content-edit-field {
    padding: 2px
}

.popup-wrapper .full_horizontal_optin_ribbon .forge-block .forge-privacy-notice {
    margin-top: 8px;
    margin-bottom: 0
}

.popup-wrapper .double_btn_cta {
    max-width: 100% !important
}

.popup-wrapper .double_btn_cta .row-inner-wrap {
    display: inline-flex;
    align-items: center;
    width: 100%;
    margin: auto;
    max-width: 640px
}

.popup-wrapper .double_btn_cta .row-inner-wrap .forge-block {
    padding: 0 20px
}

.popup-wrapper .double_btn_cta .row-inner-wrap .forge-block .editor-toolbar-parent.extra-width {
    min-width: 0
}

.popup-wrapper .double_btn_cta .row-inner-wrap .forge-block .forge-button {
    border: 2px solid;
    font-size: 14px
}

.popup-wrapper .cta_with_phone .forge-block .forge-text {
    margin-bottom: 0
}

.popup-wrapper .cta_with_phone .forge-block .forge-button {
    border-radius: 25px;
    padding: 10px 25px;
    display: inline-flex;
    align-items: center
}

.popup-wrapper .cta_with_phone .forge-block .forge-button .content-edit-field,
.popup-wrapper .cta_with_phone .forge-block .forge-button>div {
    display: inline-block
}

.popup-wrapper .cta_with_phone .forge-block .forge-button:before {
    content: '\f095';
    font-family: "font awesome 5 pro", 'font awesome 5 free';
    margin-right: 10px;
    font-size: 20px;
    display: inline-block
}

.popup-wrapper .basic_magnet .forge-title,
.popup-wrapper .basic_optin_magnet .forge-title,
.popup-wrapper .img_cta_magnet .forge-title,
.popup-wrapper .img_optin_magnet .forge-title {
    font-size: 20px !important
}

.popup-wrapper .cta_with_phone .forge-block .forge-button:after {
    display: none
}

.popup-wrapper .basic_magnet {
    max-width: 280px !important
}

.popup-wrapper .basic_magnet .extra-width {
    min-width: 0 !important
}

.popup-wrapper .basic_magnet .basic-row-options-wrapper {
    right: -25px !important
}

.popup-wrapper .basic_optin_magnet {
    max-width: 330px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3)
}

.popup-wrapper .basic_optin_magnet .forge-optin {
    margin-top: 20px
}

.popup-wrapper .basic_optin_magnet .extra-width {
    min-width: 0 !important
}

.popup-wrapper .basic_optin_magnet .basic-row-options-wrapper {
    right: -25px !important
}

.popup-wrapper .img_optin_magnet {
    max-width: 440px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3)
}

.popup-wrapper .img_optin_magnet .extra-width {
    min-width: 0 !important
}

.popup-wrapper .img_cta_magnet {
    max-width: 360px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3)
}

.popup-wrapper .img_cta_magnet .forge-optin-image {
    max-width: 200px !important
}

.popup-wrapper .img_cta_magnet .extra-width {
    min-width: 0 !important
}

.popup-wrapper .basic_event_magnet {
    max-width: 560px !important
}

.popup-wrapper .basic_event_magnet .forge-text {
    margin-top: 10px
}

.popup-wrapper .basic_checklist_magnet {
    max-width: 520px !important
}

.popup-wrapper.basic_boombox-wrapper {
    padding: 0
}

.popup-wrapper .basic_optin_bb .forge-optin {
    max-width: 400px;
    margin: auto
}

.popup-wrapper .basic_optin_bb .forge-consent-checkbox {
    max-width: 400px;
    margin: 20px auto !important
}

.popup-wrapper.boombox .popup-modal,
.popup-wrapper.boombox .popup-preview,
.popup-wrapper.boombox .popup-view,
.popup-wrapper.boombox-template .popup-modal,
.popup-wrapper.boombox-template .popup-preview,
.popup-wrapper.boombox-template .popup-view {
    max-width: none !important
}

@media(max-width:900px) {

    .popup-wrapper.boombox .popup-view,
    .popup-wrapper.boombox-template .popup-view {
        padding-top: 30px !important
    }

    .popup-wrapper.boombox .popup-modal,
    .popup-wrapper.boombox .popup-preview,
    .popup-wrapper.boombox-template .popup-modal,
    .popup-wrapper.boombox-template .popup-preview {
        margin: 0
    }
}

.popup-wrapper.boombox .forge-row,
.popup-wrapper.boombox-template .forge-row {
    max-width: 800px;
    margin: auto
}

.popup-wrapper.boombox .forge-row .forge-block .forge-title,
.popup-wrapper.boombox-template .forge-row .forge-block .forge-title {
    font-size: 36px
}

@media(max-width:900px) {

    .popup-wrapper.boombox .forge-row .forge-block .forge-title,
    .popup-wrapper.boombox-template .forge-row .forge-block .forge-title {
        font-size: 22px
    }
}

.popup-wrapper.boombox .forge-row .forge-block .forge-text,
.popup-wrapper.boombox-template .forge-row .forge-block .forge-text {
    font-size: 20px
}

@media(max-width:900px) {

    .popup-wrapper.boombox .forge-row .forge-block .forge-text,
    .popup-wrapper.boombox-template .forge-row .forge-block .forge-text {
        font-size: 14px
    }
}

.popup-wrapper.boombox .forge-row .forge-block .forge-button,
.popup-wrapper.boombox-template .forge-row .forge-block .forge-button {
    font-size: 20px
}

.popup-wrapper.boombox .forge-row .forge-block .forge-optin-image,
.popup-wrapper.boombox-template .forge-row .forge-block .forge-optin-image {
    max-width: 250px
}

@media(max-width:900px) {

    .popup-wrapper.boombox .forge-row .forge-block .forge-button,
    .popup-wrapper.boombox-template .forge-row .forge-block .forge-button {
        font-size: 14px
    }

    .popup-wrapper.boombox .forge-row .forge-block,
    .popup-wrapper.boombox-template .forge-row .forge-block {
        flex: auto
    }
}

.popup-wrapper .basic_boombox {
    max-width: none !important
}

.popup-wrapper .basic_boombox .popup-closer {
    background: 0 0;
    color: #fff;
    top: 20px;
    right: 20px
}

.popup-wrapper .basic_boombox .popup-closer .material-icons {
    font-size: 30px !important
}

.popup-wrapper .basic_boombox .row-inner-wrap {
    margin: auto;
    max-width: 600px
}

#popups-holder.magnet-wrapper {
    position: fixed;
    right: 40px;
    bottom: 40px;
    transition: all .4s
}

#popups-holder.magnet-wrapper.animation-fade_in {
    animation: fadein-ag .5s
}

#popups-holder.magnet-wrapper.animation-slide_in {
    animation: slidein-ag .6s
}

#popups-holder.magnet-wrapper .magnet-modal {
    max-width: 300px;
    padding: 20px
}

#popups-holder .popup-wrapper {
    border: none;
    background: rgba(0, 0, 0, .8);
    margin: 0;
    position: fixed;
    width: 100%;
    z-index: 200000;
    top: 0;
    bottom: 0;
    transition: all .4s
}

#popups-holder .popup-wrapper.animation-fade_in {
    animation: fadein-ag .5s
}

#popups-holder .popup-wrapper.animation-slide_up {
    animation: slideup-ag .6s
}

#popups-holder .popup-wrapper.animation-pop_in {
    animation: popin-ag .5s
}

#popups-holder .popup-wrapper.ribbon-template {
    background: 0 0;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: auto
}

#popups-holder .popup-wrapper.ribbon-template .popup-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, .6);
    margin: 0
}

#popups-holder .popup-wrapper.ribbon-template.animation-slide_top {
    top: 0;
    bottom: auto;
    animation: slide_top-ag-ribbon .6s
}

#popups-holder .popup-wrapper.ribbon-template.animation-slide_bottom {
    animation: slide_bottom-ag-ribbon .6s
}

#popups-holder .popup-wrapper.ribbon-template .close-modal {
    right: 10px;
    top: 10px
}

#popups-holder .popup-wrapper.magnet-template {
    background: 0 0;
    width: auto;
    bottom: 20px;
    right: 20px;
    top: auto
}

#popups-holder .popup-wrapper.magnet-template.animation-slide_up {
    animation: slideup-ag-magnet .6s
}

#popups-holder .popup-wrapper.magnet-template.animation-slide_rtl {
    animation: slidertl-ag-magnet .6s
}

#popups-holder .popup-wrapper .advanced-popup .forge-title {
    background: #10b19c;
    margin-left: -60px;
    margin-right: -60px;
    padding: 20px
}

#popups-holder .popup-wrapper .advanced-popup .forge-title:before {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #087368 transparent transparent
}

#popups-holder .popup-wrapper .advanced-popup .forge-title:after {
    content: "";
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #087368 transparent transparent
}

.forge-row {
    background: #fefefe;
    display: flex;
    padding: 30px 0 20px;
    position: relative;
    transition: all .2s
}

@media(max-width:900px) {
    .forge-row {
        padding: 20px 0 10px
    }
}

.forge-row .row-inner-wrap {
    display: flex;
    align-items: center;
    width: 100%
}

.forge-row.fade-out {
    opacity: .3
}

.button-custom-popup-overlay .button-custom-popup input[type=submit]:hover,
.forge-row .forge-block .forge-button:hover,
.header-client-styling .blogpost-share-wrap-twostep .general-btn:hover,
.header-client-styling .blogpost-share-wrap-twostep .respond-post-btn:hover,
.header-client-styling .blogpost-share-wrap-twostep .share-post-btn:hover,
.launch-item:hover,
.two-step-micro-txt a:hover {
    opacity: .8
}

.forge-row.fade-out .element-options-wrapper {
    display: none
}

.forge-row.no-padding-top {
    padding-top: 0 !important
}

.forge-row.no-padding-bottom {
    padding-bottom: 0 !important
}

.forge-row.no-padding-top-bottom {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.forge-row.align-items-center {
    align-items: center
}

.forge-row.align-items-flex-start {
    align-items: flex-start
}

.forge-row .align-text-center {
    text-align: center
}

.forge-row .align-text-left {
    text-align: left
}

.forge-row .align-text-right {
    text-align: right
}

.forge-row .forge-block {
    padding: 0 30px;
    flex: 1;
    line-height: 1.6
}

.forge-row .forge-block img {
    max-width: 100%
}

@media(max-width:900px) {
    .forge-row .forge-block {
        padding: 0 20px
    }
}

.forge-row .forge-block.quarter-block {
    flex: 1
}

.forge-row .forge-block.three-quarter-block {
    flex: 3
}

.forge-row .forge-block.third-block {
    flex: .8
}

.forge-row .forge-block.double-third-block {
    flex: 2
}

.forge-row .forge-block.highlighted-block {
    padding: 20px 40px;
    border: 2px dashed #31ad36;
    background: rgba(255, 255, 255, .3);
    margin: 0 30px
}

.forge-row .forge-block.highlighted-block .forge-consent-checkbox {
    margin-top: 0;
    margin-left: 0
}

.forge-row .forge-block .content-edit-field {
    display: block;
    outline: #31c5ff dashed 1px;
    padding: 5px;
    cursor: pointer;
    line-height: 1.3
}

.forge-row .forge-block .content-edit-field.font-c-white:focus,
.forge-row .forge-block .content-edit-field.font-c-white:hover {
    background: rgba(85, 85, 85, .8)
}

.forge-row .forge-block .content-edit-field:focus,
.forge-row .forge-block .content-edit-field:hover {
    outline: #31c5ff dashed 2px;
    background: rgba(255, 255, 255, .8)
}

.forge-row .forge-block ::placeholder {
    color: #909090;
    font-weight: 200
}

.forge-row .forge-block input[type=text] {
    padding: 10px 15px;
    font-size: 13px;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    display: block;
    width: calc(100% - 0px);
    margin-top: 10px;
    background: #fff;
    color: #757575;
    transition: all .3s;
    outline: 0
}

.forge-row .forge-block input[type=text]:focus {
    outline: 0
}

.forge-row .forge-block input[type=text].filled-in {
    color: green;
    border: 1px solid green;
    background: #e0eedf
}

.forge-row .forge-block .form-error-message {
    text-align: left;
    font-size: 12px;
    margin-top: 5px;
    color: #bf5c5c;
    margin-left: 2px
}

.forge-row .forge-block a {
    color: #54a1fe
}

.forge-row .forge-block .forge-optin-image {
    max-width: 120px;
    text-align: center;
    margin: auto
}

.forge-row .forge-block .forge-optin-image img {
    max-width: 100%
}

@media(max-width:900px) {
    .forge-row .forge-block input[type=text] {
        font-size: 12px;
        padding: 8px 10px
    }

    .forge-row .forge-block .forge-optin-image img {
        max-width: 90px
    }
}

.forge-row .forge-block .forge-title {
    position: relative;
    font-size: 24px;
    line-height: 1.5
}

.forge-row .forge-block .forge-countdown {
    padding: 10px 0;
    display: flex;
    min-width: 260px;
    max-width: 300px;
    margin: auto;
    justify-content: center
}

.forge-row .forge-block .forge-countdown .cd-block {
    flex: 1;
    max-width: 80px
}

.forge-row .forge-block .forge-countdown .cd-block span {
    font-size: 20px;
    font-weight: 600
}

@media(max-width:900px) {
    .forge-row .forge-block .forge-title {
        font-size: 20px
    }

    .forge-row .forge-block .forge-countdown .cd-block span {
        font-size: 18px
    }
}

.forge-row .forge-block .forge-countdown .cd-block .smalltext {
    font-size: 10px;
    margin-top: 0;
    text-transform: uppercase
}

@media(max-width:900px) {
    .forge-row .forge-block .forge-countdown .cd-block .smalltext {
        font-size: 9px
    }

    .forge-row .forge-block .forge-client-video-wrap {
        max-width: 230px;
        margin: auto
    }
}

.forge-row .forge-block .basic-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.forge-row .forge-block .large-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px
}

.forge-row .forge-block .forge-text {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px
}

@media(max-width:900px) {
    .forge-row .forge-block .forge-text {
        font-size: 14px
    }
}

.forge-row .forge-block .forge-optin {
    text-align: center
}

.forge-row .forge-block .forge-consent-checkbox {
    margin-bottom: 10px;
    margin-top: 15px;
    margin-left: 2px;
    font-size: 12px;
    display: flex;
    align-items: flex-start
}

.forge-row .forge-block .forge-consent-checkbox .editor-toolbar-focus-wrapper {
    transform: none
}

.forge-row .forge-block .forge-consent-checkbox .content-checkbox {
    display: flex;
    margin-right: 12px;
    margin-top: 2px
}

.forge-row .forge-block .forge-consent-checkbox .content-checkbox .material-icons {
    font-size: 18px !important
}

.forge-row .forge-block .forge-consent-checkbox .checkbox-wrapper {
    margin-right: 15px
}

.forge-row .forge-block .forge-consent-checkbox .consent-text-wrapper {
    font-size: 14px;
    text-align: left
}

.forge-row .forge-block .forge-button {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 3px 3px 0 0;
    cursor: pointer;
    background: #54a1fe;
    color: #fff;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
    transition: all .3s;
    font-size: 16px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.forge-row .forge-block .forge-button:hover {
    filter: brightness(120%)
}

.forge-row .forge-block .forge-button:after {
    content: '';
    filter: brightness(70%);
    bottom: -2px;
    left: 0;
    border-radius: 0 0 3px 3px;
    height: 3px;
    width: 100%;
    position: absolute;
    background: inherit
}

@media(max-width:900px) {
    .forge-row .forge-block .forge-button {
        font-size: 14px
    }
}

.forge-row .forge-block .forge-main-title {
    position: relative
}

.forge-row .forge-block .forge-privacy-notice {
    margin-bottom: 10px;
    font-size: 12px;
    display: inline-block
}

.forge-row .forge-block .forge-privacy-notice .fa {
    margin-right: 5px
}

.forge-row .forge-block .forge-privacy-notice p {
    display: inline-block
}

.forge-row .forge-block .forge-privacy-notice a:hover {
    border-bottom: 1px solid
}

.forge-row .forge-block .forge-check-list ul {
    line-height: 1.5;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: left
}

.forge-row .forge-block .forge-check-list ul li {
    position: relative;
    padding-left: 32px;
    align-items: flex-start
}

.forge-row .forge-block .forge-check-list ul li:before {
    position: absolute;
    left: 2px;
    font-weight: 900
}

.forge-row .forge-block .forge-check-list ul.positive-list li:before {
    content: '\f00c';
    color: #31ad36
}

.forge-row .forge-block .forge-check-list ul.happy-list li:before,
.forge-row .forge-block .forge-check-list ul.negative-list li:before,
.forge-row .forge-block .forge-check-list ul.star-list li:before {
    content: '\f00d'
}

.forge-row .forge-block .forge-video-client {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    border-radius: 3px
}

.forge-row .forge-block .forge-video-client iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.gray-row {
    background: #e6e6e6;
    color: #7a7a7a
}

.dark-gray-row {
    background: #cacaca;
    color: #4c4c4c
}

.white-row {
    background: #fff;
    color: #7a7a7a
}

.bg-facebook {
    background: #306199;
    box-shadow: 0 3px 0 #1f2144
}

.bg-pinterest {
    background: #df343a;
    box-shadow: 0 3px 0 #69191b
}

.bg-instagram {
    background: #3f729b;
    box-shadow: 0 3px 0 #23374b
}

.bg-twitter {
    background: #00aced;
    box-shadow: 0 3px 0 #006b97
}

.bg-linkedin {
    background: #007bb6;
    box-shadow: 0 3px 0 #003f63
}

.bg-youtube {
    background: #cc181e;
    box-shadow: 0 3px 0 #731417
}

.bg-google-plus {
    background: #d14836;
    box-shadow: 0 3px 0 #722d1d
}

.bg-flickr {
    background: #0063dc;
    box-shadow: 0 3px 0 #003a75
}

.bg-tumblr {
    background: #35465c;
    box-shadow: 0 3px 0 #090b13
}

.bg-telegram {
    background: #36aee2;
    box-shadow: 0 3px 0 #1d536f
}

.bg-tripadvisor {
    background: #589442;
    box-shadow: 0 3px 0 #264421
}

.bg-yelp {
    background: #af0606;
    box-shadow: 0 3px 0 #4e0606
}

.right-ribbon {
    position: fixed;
    right: 0;
    bottom: 100px;
    transition: all .4s;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, .2);
    z-index: 200000;
    cursor: pointer
}

.right-ribbon:hover {
    right: 20px
}

.social-share-wrap {
    position: fixed;
    background: rgba(0, 0, 0, .75);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20000;
    color: #333;
    font-family: Quicksand, sans-serif
}

.social-share-wrap .product-box {
    margin: 4% auto auto;
    max-width: 600px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .41);
    background: #fff
}

.social-share-wrap .product-box .top-row {
    background: #ffdce4;
    padding: 40px
}

.social-share-wrap .product-box .top-row .main-title {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #676767
}

.social-share-wrap .product-box .top-row .video-wrap {
    margin-top: 30px;
    text-align: center
}

.social-share-wrap .product-box .top-row .video-wrap iframe {
    display: inline;
    border: 10px solid #fff
}

.social-share-wrap .product-box .top-row .sub-title {
    font-size: 18px;
    margin-top: 30px;
    text-align: center;
    color: #676767;
    font-weight: 600
}

.social-share-wrap .product-box .top-row .event-details {
    font-size: 20px;
    color: #296b3e;
    font-weight: 600
}

.social-share-wrap .product-box .top-row .event-details .event-date {
    margin-bottom: 15px
}

.social-share-wrap .product-box .top-row .event-details .fa {
    font-size: 30px;
    color: #286b3d;
    margin-right: 5px
}

.social-share-wrap .product-box .button-row {
    text-align: center;
    background: #efefef;
    padding: 20px
}

.social-share-wrap .product-box .button-row.double-color {
    background: linear-gradient(to bottom, #a2e8b8 50%, #333 50%);
    padding-bottom: 0;
    padding-top: 0
}

.social-share-wrap .product-box .button-row .btn {
    background: red;
    padding: 15px 25px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid red;
    margin-left: 15px
}

.social-share-wrap .product-box .button-row .btn .fa {
    margin-left: 5px
}

.social-share-wrap .product-box .button-row .ghost-btn {
    border: 2px solid #868686;
    background: 0 0;
    color: #868686;
    padding: 15px 25px;
    border-radius: 3px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600
}

.social-share-wrap .product-box .button-row .more-info {
    font-size: 12px;
    color: #fff;
    cursor: pointer
}

.social-share-wrap .product-box .arrow-row {
    position: relative
}

.social-share-wrap .product-box .arrow-row:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: -15px;
    left: calc(50% - 20px);
    border-style: solid;
    border-width: 15px 20px 0;
    border-color: #679f38 transparent transparent;
    z-index: 200
}

.social-share-wrap .product-box .arrow-row.white-arrow:after {
    border-color: #fff transparent transparent
}

.social-share-wrap .product-box .extra-info-link {
    font-size: 13px;
    margin-top: 10px;
    display: block
}

.social-share-wrap .product-box .product-box-row {
    display: flex;
    padding: 20px;
    line-height: 1.6;
    align-items: center
}

.social-share-wrap .product-box .product-box-row img {
    max-width: 100%;
    flex: 1;
    border-radius: 50%;
    box-shadow: 0 5px 0 0 #669f38
}

.social-share-wrap .product-box .product-box-row .product-title {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 600
}

.social-share-wrap .product-box .product-box-row .product-title-top {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    flex: 1
}

.social-share-wrap .product-box .product-box-row .product-title-small {
    font-size: 16px
}

.social-share-wrap .product-box .product-box-left {
    flex: .35
}

.social-share-wrap .product-box .product-box-right {
    flex: 1;
    text-align: left;
    padding-left: 40px;
    color: #585858
}

.social-share-wrap .product-box .product-box-right ul {
    margin-bottom: 0
}

.social-share-wrap .product-box .product-box-right ul li {
    font-size: 14px;
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px
}

.social-share-wrap .product-box .product-box-right ul li:before {
    font-size: 12px !important;
    top: 3px
}

.social-share-wrap .product-box .gray-row {
    background: #dcdcdc;
    position: relative;
    z-index: 20
}

.social-share-wrap .product-box .green-row {
    background: #679f38;
    position: relative;
    z-index: 20;
    color: #fff
}

.social-share-wrap .product-box .btn-wrap {
    text-align: center;
    margin-bottom: 0;
    width: 100%
}

.social-share-wrap .product-box .btn-wrap .general-btn,
.social-share-wrap .product-box .btn-wrap .ghost-btn {
    margin: 0 10px;
    padding-left: 30px;
    padding-right: 30px
}

.social-share-wrap .image-wrapper {
    flex: 1
}

.social-share-wrap .image-wrapper img {
    max-width: 100px
}

.social-share-wrap .countdown-wrapper {
    color: #6c6c6c !important;
    width: 100%;
    margin: auto
}

.social-share-wrap .countdown-wrapper .countdowner {
    display: flex;
    justify-content: center
}

.social-share-wrap .countdown-wrapper .countdowner .countdown-block {
    flex: 1;
    margin: 5px;
    padding: 0;
    max-width: 70px
}

.social-share-wrap .countdown-wrapper .countdowner div>span.days,
.social-share-wrap .countdown-wrapper .countdowner div>span.hours,
.social-share-wrap .countdown-wrapper .countdowner div>span.minutes,
.social-share-wrap .countdown-wrapper .countdowner div>span.seconds {
    font-size: 18px !important;
    padding: 10px !important;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #e7f4ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .6s
}

.social-share-wrap .countdown-wrapper .countdowner .smalltext {
    font-size: 12px;
    padding: 0 !important;
    margin-top: 5px
}

.social-share-wrap .social-share-box {
    margin: 4% auto auto;
    max-width: 530px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .41);
    background: #fff
}

.social-share-wrap .social-share-box .button-wrap {
    padding: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    background: #e7f4ff
}

.social-share-wrap .social-share-box .button-wrap .right-wrap {
    flex: 1
}

.social-share-wrap .social-share-box .button-wrap .left-wrap {
    flex: .7
}

.social-share-wrap .social-share-box .button-wrap .discount-amount {
    font-weight: 600;
    background: #e7f4ff;
    color: #6c6c6c;
    padding: 20px;
    position: relative
}

.social-share-wrap .social-share-box .button-wrap .general-btn {
    font-size: 14px;
    margin-top: 20px
}

.social-share-wrap .social-share-box.cd-box {
    max-width: 480px
}

.social-share-wrap .social-share-box.cd-box .social-share-title {
    margin-top: 0;
    font-size: 16px
}

.social-share-wrap .social-share-box.cd-box .title-small {
    margin-top: 10px;
    color: #fff;
    font-size: 14px
}

.social-share-wrap .social-share-box.overlay-cd .social-share-top {
    padding-bottom: 50px
}

.social-share-wrap .social-share-box.overlay-cd .social-share-buttons {
    padding-bottom: 10px !important
}

.social-share-wrap .social-share-box.overlay-cd .countdown-wrapper {
    margin-top: -55px
}

.social-share-wrap .social-share-box.overlay-cd .countdown-wrapper .countdown-block>span {
    border: 5px solid #fff
}

.social-share-wrap .social-share-box .align-text-center {
    text-align: center
}

.social-share-wrap .social-share-box .social-share-top {
    padding: 30px;
    background: #5799d6
}

.social-share-wrap .social-share-box .social-share-top.white-bg {
    background: #fff;
    padding-bottom: 0
}

.social-share-wrap .social-share-box .social-share-top.white-bg .social-share-title,
.social-share-wrap .social-share-box .social-share-top.white-bg .social-share-title-small {
    color: #6c6c6c !important
}

.social-share-wrap .social-share-box .social-share-title-small {
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    border-bottom: dashed 1px
}

.social-share-wrap .social-share-box .social-share-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-top: 15px
}

.social-share-wrap .social-share-box .social-share-title.border-bottom {
    padding-bottom: 20px;
    border-bottom: dashed 1px
}

.social-share-wrap .social-share-box .social-share-buttons {
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: center
}

.social-share-wrap .social-share-box .social-share-buttons .social-btn {
    flex: 1;
    cursor: pointer;
    padding: 10px;
    margin: 10px;
    font-size: 14px;
    max-width: 60px;
    font-weight: 600;
    color: #fff;
    position: relative;
    border-radius: 3px
}

.social-share-wrap .social-share-box .social-share-buttons .social-btn .fa {
    font-size: 20px
}

.social-share-wrap .social-share-box .social-share-buttons .social-btn span {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    background: rgba(0, 0, 0, .8);
    transition: all .2s;
    min-width: 100%;
    left: 50%;
    padding: 5px;
    transform: translateX(-50%);
    font-size: 12px
}

.social-share-wrap .social-share-box .social-share-buttons .social-btn:hover {
    filter: brightness(118%)
}

.social-share-wrap .social-share-box .social-share-buttons .social-btn:hover span {
    display: block
}

.header-client-styling .blogpost-share-wrap-twostep {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    padding: 13px 0
}

.header-client-styling .blogpost-share-wrap-twostep .general-btn {
    margin: 0 10px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
    padding: 10px 20px;
    border-radius: 5px;
    background: #ff9b00;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    border: none;
    display: inline-flex;
    font-size: 14px
}

.header-client-styling .blogpost-share-wrap-twostep .respond-post-btn,
.header-client-styling .blogpost-share-wrap-twostep .share-post-btn {
    display: inline-flex;
    margin: 0 10px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
    padding: 10px 20px;
    border-radius: 5px;
    background: #e2e2e2;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    color: #656565
}

.header-client-styling .blogpost-share-wrap-twostep .respond-post-btn i,
.header-client-styling .blogpost-share-wrap-twostep .share-post-btn i {
    font-size: 16px;
    margin-left: 10px
}

.header-client-styling .bottom-mobile-template .mobile-menu-item-container .mobile-menu-nav-item .mobile-submenu-nav-item.has-no-text i,
.header-client-styling .menu-item.has-no-text i {
    margin-left: 0
}

.header-client-styling .centered-header-styling {
    height: 154px
}

.header-client-styling .centered-header-styling .blogpost-share-wrap-twostep {
    margin-top: 6px
}

.header-client-styling .basic-header-styling .desktop-header.basic-header {
    height: 84px
}

.header-client-styling .basic-header-styling .desktop-header.basic-header.large-size-header {
    height: 110px
}

.header-client-styling .basic-header-styling .blogpost-share-wrap-twostep {
    margin-top: 0;
    justify-content: flex-end
}

.header-client-styling .basic-header-styling .header-item-placement {
    display: flex;
    align-items: center;
    width: 100%
}

.header-client-styling .desktop-logo {
    height: 60px;
    display: inline-flex;
    align-items: center
}

.header-client-styling .desktop-logo img {
    max-height: 60px
}

.header-client-styling .dashboard-input {
    border: 2px solid #a2dfd6 !important;
    background: rgba(16, 177, 156, .05) !important;
    box-shadow: none !important;
    outline: 0;
    font-weight: 300
}

.header-client-styling .dashboard-input:focus,
.header-client-styling .dashboard-input:hover {
    background: rgba(16, 177, 156, .15) !important
}

.header-client-styling .menu-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%
}

.header-client-styling .menu-bar.hidden {
    display: none !important
}

.header-client-styling .bold-menu {
    font-weight: 800 !important
}

.header-client-styling .menu-link-styling {
    color: unset
}

.header-client-styling .preview-header-item-centered {
    height: 120px !important;
    text-align: center;
    padding: 10px
}

.header-client-styling .preview-header-item-centered-submenu {
    text-align: center;
    padding: 10px
}

.header-client-styling .logo-item-centered {
    float: unset
}

.header-client-styling .logo-item-centered .mobile-logo-styling {
    height: 40px
}

.header-client-styling .menu-item {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 3px;
    padding: 20px 15px;
    position: relative;
    font-size: 15px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.header-client-styling .menu-item i {
    font-size: 16px;
    margin-left: 10px
}

.header-client-styling .menu-item i.fa-phone {
    transform: scaleX(-1)
}

.header-client-styling .settings-menu-item {
    border: none
}

.header-client-styling .sub-menu-container {
    padding: 0;
    position: absolute;
    top: 58px;
    background: #fff;
    min-width: 250px;
    display: none;
    z-index: 307;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 3px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .1));
    transition: .1s all ease
}

.header-client-styling .sub-menu-container:before {
    width: 0;
    content: '';
    border-style: solid;
    transform: rotate(180deg);
    border-width: 11px 11px 0;
    border-color: #fff transparent transparent;
    position: absolute;
    top: -10px;
    left: 20px
}

.header-client-styling .sub-menu-container:hover {
    display: block
}

.header-client-styling .menu-list {
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.header-client-styling .menu-list:hover .sub-menu-container {
    display: block
}

.header-client-styling .sub-menu-placement {
    top: 60px
}

.header-client-styling .sub-menu-item {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 20px 25px;
    display: block;
    text-align: left;
    color: #000;
    transition: .2s ease all;
    position: relative;
    cursor: pointer
}

.header-client-styling .sub-menu-item:hover {
    padding-left: 30px;
    padding-right: 20px
}

.header-client-styling .sub-menu-triangle {
    padding-right: 30px
}

.header-client-styling .sub-menu-triangle:before {
    width: 0;
    height: 0;
    content: '▾';
    position: absolute;
    top: 20px;
    margin: auto;
    right: 20px
}

.header-client-styling .no-border {
    border: none
}

.header-client-styling .add-menu-item {
    opacity: 1;
    transform: scale(1)
}

.header-client-styling .burger-menu-no-dotted {
    border: none;
    padding: 8px
}

.header-client-styling .burger-menu-no-dotted .burger-menu {
    border: none;
    top: -6px;
    padding: 5px
}

.header-client-styling .burger-menu-no-dotted .burger-menu i {
    font-size: 35px !important
}

.header-client-styling .menu-no-dotted {
    border: none !important;
    border-radius: 3px
}

.header-client-styling .menu-no-dotted:hover {
    background: #009688;
    color: #fff;
    transition: all .1s ease
}

.header-client-styling .mobile-logo-styling {
    height: 35px;
    top: 6px;
    position: relative;
    transition: .2s all ease
}

.header-client-styling .black-color {
    background: #888 !important
}

.header-client-styling .black-color i {
    color: #fff !important
}

.header-client-styling .phoenix-color {
    background: #10b19c !important
}

.header-client-styling .phoenix-color i {
    color: #fff !important
}

.header-client-styling .preview-header-item {
    display: flex;
    align-items: center;
    z-index: 4000;
    position: relative;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2)
}

.header-client-styling .preview-header-item.separation-shadow {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    z-index: 300
}

.header-client-styling .header-hover:before {
    content: '';
    background: transparent;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    height: 78px
}

.header-client-styling .header-hover:hover {
    transition: 0s box-shadow ease;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.header-client-styling .header-hover:hover:before {
    background: rgba(255, 255, 255, .1)
}

.header-client-styling .header-hover:active:before {
    background: transparent
}

.header-client-styling .no-background {
    background: 0 0 !important
}

.header-client-styling .phone-button:hover {
    opacity: .7
}

.header-client-styling .phone-button i {
    font-size: 16px !important;
    position: relative;
    margin-right: 5px
}

.header-client-styling .phone-button .editor-button i {
    top: 0
}

.header-client-styling .custom-cta-button {
    border: none;
    top: 0;
    position: relative;
    display: inline-block
}

.header-client-styling .large-size-header {
    height: 110px !important
}

.header-client-styling .large-size-header .desktop-logo {
    height: 80px;
    display: inline-flex;
    align-items: center
}

.header-client-styling .large-size-header .desktop-logo img {
    max-height: 80px
}

.header-client-styling .small-size-header {
    height: 84px !important
}

.header-client-styling .small-size-header .desktop-logo {
    height: 60px;
    display: inline-flex;
    align-items: center
}

.header-client-styling .small-size-header .desktop-logo img {
    max-height: 60px
}

.header-client-styling .cta-header-button {
    box-shadow: rgba(0, 0, 0, .2) 0 2px 1px;
    padding: 10px 20px;
    border-radius: 5px;
    background: #ff9b00;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    transition: all .3s
}

.header-client-styling .cta-header-button a,
.header-client-styling .cta-header-button a:visited {
    text-decoration: none;
    color: inherit
}

.header-client-styling .cta-header-button:hover {
    top: -3px;
    filter: brightness(105%)
}

.header-client-styling .cta-header-button:active {
    filter: brightness(95%)
}

.header-client-styling .full-width-header {
    margin-left: 20px;
    margin-right: 20px
}

.header-client-styling .normal-width-header {
    max-width: 1170px;
    margin: auto
}

.header-client-styling .fixed {
    position: fixed;
    width: 100%;
    z-index: 305
}

.header-client-styling .fixed.desktop-header.large-size-header {
    position: relative;
    height: 110px
}

.header-client-styling .fixed.desktop-header.small-size-header {
    position: relative;
    height: 78px
}

.header-client-styling .background-effect {
    padding-top: 13px;
    padding-bottom: 13px;
    margin-top: 7px;
    margin-bottom: 7px
}

.header-client-styling .background-effect:hover {
    background: rgba(0, 0, 0, .05);
    transition: background .1s ease
}

.header-client-styling .background-effect:active {
    background: rgba(0, 0, 0, .1);
    transition: background 0s
}

.header-client-styling .background-effect.sub-menu-triangle {
    padding-right: 30px
}

.header-client-styling .background-effect.sub-menu-triangle:before {
    width: 0;
    height: 0;
    content: '▾';
    position: absolute;
    top: 12px;
    margin: auto;
    right: 20px
}

.header-client-styling .underline-effect {
    background: 0 0 !important;
    border: none;
    border-radius: 0;
    position: relative
}

.header-client-styling .underline-effect:hover:after {
    content: '';
    border-bottom: 2px solid;
    transition: .1s ease;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0
}

.header-client-styling .movement-effect {
    transition: .2s all ease
}

.header-client-styling .movement-effect:hover {
    background: rgba(0, 0, 0, .05);
    padding-top: 30px;
    padding-bottom: 10px;
    transition: .2s all ease
}

.header-client-styling .movement-effect:active {
    background: rgba(0, 0, 0, .1);
    transition: .1s all ease
}

@media(min-width:1024px) {
    .header-client-styling .mobile-header {
        display: none
    }

    .header-client-styling .basic-header-styling,
    .header-client-styling .centered-header-styling {
        display: block;
        position: relative;
        z-index: 305
    }
}

@media(max-width:1024px) {
    .header-client-styling .mobile-header {
        display: block;
        width: 100%;
        height: 64px;
        position: relative;
        z-index: 305
    }

    .header-client-styling .basic-header-styling,
    .header-client-styling .centered-header-styling {
        display: none
    }
}

.header-client-styling .mobile-header-bar {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 10px 24px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    position: fixed;
    z-index: 20
}

.header-client-styling .mobile-header-menu-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%
}

.header-client-styling .mobile-menu-item-container {
    display: none;
    transition: all ease .2s
}

.header-client-styling .mobile-menu-item-container.stretch-screen {
    bottom: 0
}

.header-client-styling .mobile-menu-item-container .mobile-bottom-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.header-client-styling .mobile-menu-item-container .phone-button {
    display: inline-block;
    padding: 15px 15px 15px 25px;
    text-align: left
}

.header-client-styling .mobile-menu-item-container .mobile-cta-button {
    margin-left: 10px;
    display: inline-block
}

@media(max-width:970px) {

    .header-client-styling .mobile-menu-item-container .mobile-cta-button .cta-header-button,
    .header-client-styling .mobile-menu-item-container .phone-button {
        font-size: 12px
    }
}

.header-client-styling .burger-menu-icon {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 5px;
    cursor: pointer;
    width: 44px;
    border-radius: 3px
}

.header-client-styling .burger-menu-icon:hover {
    background: rgba(0, 0, 0, .05);
    transition: background .1s ease
}

.header-client-styling .burger-menu-icon i {
    font-size: 30px !important;
    position: relative;
    left: 4px
}

.header-client-styling .mobile-logo,
.header-client-styling .mobile-logo img {
    height: 40px
}

@media(max-width:500px) {
    .header-client-styling .mobile-logo img {
        max-width: 250px;
        height: auto;
        max-height: 40px
    }
}

.header-client-styling .top-mobile-template {
    top: 0;
    transition: .2s all ease
}

.header-client-styling .top-mobile-template .mobile-menu-item-container {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    max-width: 100%;
    margin: auto;
    border-radius: 0;
    border-top: 2px solid rgba(0, 0, 0, .2);
    position: fixed;
    width: 100%;
    z-index: -1;
    transition: all .1s ease;
    top: 57px;
    overflow-y: scroll
}

@media(max-height:600px) {
    .header-client-styling .top-mobile-template .mobile-menu-item-container {
        bottom: 0
    }

    .header-client-styling .bottom-mobile-template .mobile-menu-item-container {
        top: 0
    }
}

.header-client-styling .top-mobile-template .mobile-menu-item-container .mobile-menu-nav-item {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15px;
    padding: 18px 18px 18px 30px;
    cursor: pointer;
    border-top: 1px solid rgba(0, 0, 0, .1);
    font-weight: 300
}

.header-client-styling .top-mobile-template .mobile-menu-item-container .mobile-menu-nav-item:hover {
    background: rgba(0, 0, 0, .1)
}

.header-client-styling .top-mobile-template .mobile-menu-item-container .mobile-menu-nav-item .mobile-submenu-nav-item {
    font-size: 13px;
    padding: 10px 10px 10px 40px;
    margin-top: 10px;
    transition: all .1s ease;
    cursor: pointer
}

.header-client-styling .top-mobile-template .mobile-menu-item-container .mobile-menu-nav-item .mobile-submenu-nav-item:hover {
    padding-left: 30px;
    padding-right: 10px;
    background: rgba(255, 255, 255, .1);
    transition: all .1s ease
}

.header-client-styling .bottom-mobile-template {
    transition: .2s all ease;
    height: 0
}

.header-client-styling .bottom-mobile-template .mobile-header-bar {
    bottom: 0
}

.header-client-styling .bottom-mobile-template .mobile-menu-item-container {
    position: fixed;
    bottom: 64px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    width: 100%;
    border-radius: 0;
    border-bottom: 2px solid rgba(0, 0, 0, .2);
    z-index: -1;
    transition: all .1s ease;
    overflow-y: scroll
}

.header-client-styling .bottom-mobile-template .mobile-menu-item-container .mobile-menu-nav-item {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15px;
    padding: 18px 18px 18px 30px;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-weight: 300
}

.header-client-styling .bottom-mobile-template .mobile-menu-item-container .mobile-menu-nav-item:hover {
    background: rgba(0, 0, 0, .1)
}

.header-client-styling .bottom-mobile-template .mobile-menu-item-container .mobile-menu-nav-item .mobile-submenu-nav-item {
    font-size: 13px;
    padding: 15px 15px 15px 25px;
    margin-top: 10px;
    transition: all .1s ease;
    cursor: pointer
}

.header-client-styling .bottom-mobile-template .mobile-menu-item-container .mobile-menu-nav-item .mobile-submenu-nav-item i {
    margin-left: 10px;
    font-size: 14px
}

.header-client-styling .bottom-mobile-template .mobile-menu-item-container .mobile-menu-nav-item .mobile-submenu-nav-item:hover {
    padding-left: 30px;
    padding-right: 10px;
    background: rgba(255, 255, 255, .1);
    transition: all .1s ease
}

.header-client-styling .full-mobile-template {
    top: 0;
    transition: .2s all ease
}

.header-client-styling .full-mobile-template .mobile-menu-item-container {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, .85) !important;
    border-bottom: 2px solid rgba(0, 0, 0, .2);
    z-index: -1;
    transition: all .3s ease;
    text-align: center;
    overflow-y: scroll;
    top: 60px;
    bottom: 0
}

.header-client-styling .full-mobile-template .mobile-menu-item-container .mobile-menu-nav-item {
    color: #fff !important;
    font-size: 18px;
    padding: 20px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.header-client-styling .full-mobile-template .mobile-menu-item-container .mobile-menu-nav-item:first-child {
    margin-top: 10px
}

.header-client-styling .full-mobile-template .mobile-menu-item-container .mobile-menu-nav-item:last-child {
    margin-bottom: 10px
}

.header-client-styling .full-mobile-template .mobile-menu-item-container .mobile-menu-nav-item:hover {
    background: rgba(0, 0, 0, .1)
}

.header-client-styling .full-mobile-template .mobile-menu-item-container .mobile-menu-nav-item .mobile-submenu-nav-item {
    color: #fff !important;
    font-size: 15px;
    padding: 15px;
    margin-top: 20px;
    transition: all .1s ease;
    cursor: pointer;
    background: rgba(255, 255, 255, .1);
    margin-left: 60px;
    margin-right: 60px
}

.header-client-styling .full-mobile-template .mobile-menu-item-container .mobile-menu-nav-item .mobile-submenu-nav-item:hover {
    padding: 20px;
    background: rgba(255, 255, 255, .2);
    transition: all .1s ease
}

.header-client-styling .full-mobile-template .mobile-menu-item-container .phone-button,
.header-client-styling .full-mobile-template .mobile-menu-item-container .phone-button i {
    color: #fff !important
}

.header-client-styling .centered-header-styling .menu-bar a,
.header-client-styling .centered-header-styling .separate-menu-bar a {
    color: unset
}

.header-client-styling .centered-header-styling .header-item-placement {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%
}

.header-client-styling .centered-header-styling .desktop-logo {
    width: 100%;
    text-align: center;
    margin: 12px 0
}

.header-client-styling .centered-header-styling .menu-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px
}

.header-client-styling .centered-header-styling .menu-bar .cta-menu-item {
    padding: 0 15px
}

.header-client-styling .centered-header-styling .separate-menu-bar {
    width: 100%;
    top: 80px;
    z-index: 200;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2)
}

.header-client-styling .centered-header-styling .separate-menu-bar .menu-bar {
    margin-top: 0;
    padding: 5px 0
}

.header-client-styling .mobile-sub-menu-wrapper {
    display: none
}

.header-client-styling .mobile-sub-menu-wrapper.show-menu {
    display: block
}

.header-client-styling .mobile-menu-nav-item i {
    margin-left: 10px;
    font-size: 14px
}

.header-client-styling .mobile-menu-nav-item .top-level-name.has-no-text i,
.header-client-styling .mobile-menu-nav-item.has-no-text i {
    margin-left: 0
}

.header-client-styling .mobile-menu-nav-item.has-sub-menu {
    padding: 0 !important
}

.header-client-styling .mobile-menu-nav-item.has-sub-menu .mobile-sub-menu-wrapper:last-child {
    padding-bottom: 20px
}

.header-client-styling .mobile-menu-nav-item.has-sub-menu .top-level-name {
    padding: 18px 18px 18px 30px
}

.header-client-styling .mobile-menu-nav-item.has-sub-menu .top-level-name:after {
    content: '▾';
    font-weight: 600;
    font-weight: 900;
    margin-left: 10px
}

.header-client-styling .full-mobile-template .mobile-bottom-flex {
    justify-content: center
}

#wrapper .preview-header-item {
    cursor: initial;
    margin: 0;
    height: auto;
    font-family: Quicksand;
    z-index: 4
}

@media(max-width:1179px) {
    #wrapper .article-index-wrapper {
        display: none
    }
}

#wrapper .article-index-wrapper ol,
#wrapper .article-index-wrapper ul {
    list-style: outside;
    margin-left: 15px
}

#wrapper .article-index-wrapper ol li,
#wrapper .article-index-wrapper ul li {
    cursor: pointer;
    padding: 0 0 5px !important;
    margin-left: 15px
}

#wrapper .article-index-wrapper ol li:before,
#wrapper .article-index-wrapper ul li:before {
    display: none
}

#wrapper .fa-facebook:before {
    content: '\f082';
    font-weight: 600
}

#wrapper .fa-video-camera:before,
#wrapper .fa-video:before {
    content: '\f03d'
}

#wrapper .fa-sign-out:before {
    content: '\f2f5'
}

#wrapper .fa-sign-in:before {
    content: '\f2f6'
}

#wrapper .fa-clock-o:before {
    content: '\f017'
}

#wrapper .fa-diamond:before {
    content: '\f3a5';
    font-weight: 500
}

@media(max-width:1024px) {
    #wrapper .testimonial-side-units {
        display: flex;
        flex-wrap: wrap
    }

    #wrapper .testimonial-side-units .flex-box {
        width: 100%;
        max-width: none
    }
}

#wrapper .plug-n-pay-button {
    padding: 0 !important
}

#wrapper #payment-button-wrapper p {
    display: block;
    padding: 10px
}

#wrapper .pnp-elements #payment-button {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: 0 0 !important;
    border: none !important;
    box-shadow: none !important;
    padding: 20px 35px !important;
    z-index: 2000 !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    color: inherit !important
}

#wrapper .pnp-elements #payment-button:after,
#wrapper .pnp-elements #payment-button:before {
    display: none
}

body,
html {
    width: 100%;
    min-height: calc(100% + 1px);
    font-size: 16px;
    color: #222;
    margin: 0;
    padding: 0;
    background: #fff;
    display: block !important;
    position: relative
}

body strong .usp-title,
html strong .usp-title {
    font-weight: 900 !important
}

body .usp-title.font-size-small,
html .usp-title.font-size-small {
    font-size: 1.8em !important
}

body .usp-title.font-size-large,
html .usp-title.font-size-large {
    font-size: 2.4em !important
}

body .usp-title.font-size-extra-large,
html .usp-title.font-size-extra-large {
    font-size: 3.2em !important
}

body .inline-countdown-wrapper .inline-countdown-flex,
body .popup-button-holders,
html .inline-countdown-wrapper .inline-countdown-flex,
html .popup-button-holders {
    display: inline-flex
}

@media(max-width:960px) {

    body .inline-countdown-wrapper .inline-countdown-flex,
    html .inline-countdown-wrapper .inline-countdown-flex {
        display: block
    }
}

body .inline-countdown-wrapper .inline-countdown-flex .inline-countdown-text,
html .inline-countdown-wrapper .inline-countdown-flex .inline-countdown-text {
    display: inline-block
}

body .inline-countdown-wrapper .inline-countdown-flex .countdowner,
html .inline-countdown-wrapper .inline-countdown-flex .countdowner {
    display: inline-flex;
    align-items: center
}

body .inline-countdown-wrapper .inline-countdown-flex .countdowner>div,
html .inline-countdown-wrapper .inline-countdown-flex .countdowner>div {
    display: flex;
    align-items: center;
    margin-left: 5px
}

body .inline-countdown-wrapper .inline-countdown-flex .countdowner .smalltext,
html .inline-countdown-wrapper .inline-countdown-flex .countdowner .smalltext {
    margin-left: 5px;
    font-size: inherit !important
}

body.absolute-body,
html.absolute-body {
    position: absolute
}

body h1,
html h1 {
    margin-top: 0 !important
}

body h1.hero-main-title,
body h1.hero-sub-title,
html h1.hero-main-title,
html h1.hero-sub-title {
    margin-top: 80px !important
}

body h1,
body h2,
body h3,
body h5,
body h6,
html h1,
html h2,
html h3,
html h5,
html h6 {
    margin: 0;
    padding: 0
}

body h3,
html h3 {
    font-size: 18px
}

body h4,
html h4 {
    font-size: 16px
}

body .clockdiv.inline-countdown.in-text-cd,
html .clockdiv.inline-countdown.in-text-cd {
    display: inline !important;
    font-size: inherit !important
}

body .clockdiv.inline-countdown.in-text-cd .countdown-block,
html .clockdiv.inline-countdown.in-text-cd .countdown-block {
    min-width: 0 !important;
    display: inline !important;
    margin: 0 !important
}

body .clockdiv.inline-countdown.in-text-cd .countdown-block span,
html .clockdiv.inline-countdown.in-text-cd .countdown-block span {
    display: inline !important;
    font-size: inherit !important;
    padding: 0 !important;
    font-weight: 900 !important;
    margin-right: 5px
}

body .clockdiv.inline-countdown.in-text-cd .countdown-block .smalltext,
html .clockdiv.inline-countdown.in-text-cd .countdown-block .smalltext {
    display: inline !important;
    font-size: inherit !important;
    min-width: 0 !important;
    padding: 0 !important;
    font-weight: inherit !important;
    margin: 0
}

body .stick-to-bottom-mobile-wrap,
html .stick-to-bottom-mobile-wrap {
    display: none
}

body .stick-to-bottom-mobile-wrap.lower-z-index,
html .stick-to-bottom-mobile-wrap.lower-z-index {
    z-index: 304
}

@media(max-width:1000px) {

    body .stick-to-bottom-mobile-wrap,
    html .stick-to-bottom-mobile-wrap {
        display: block;
        content: '';
        position: fixed;
        width: 100%;
        padding: 20px;
        background: #fff;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 305;
        box-shadow: 2px 0 5px rgba(51, 51, 51, .3);
        text-align: center
    }

    body .stick-to-bottom-mobile-wrap.higher-bottom,
    html .stick-to-bottom-mobile-wrap.higher-bottom {
        bottom: 60px
    }

    body .stick-to-bottom-mobile-wrap .stick-to-bottom-mobile,
    html .stick-to-bottom-mobile-wrap .stick-to-bottom-mobile {
        position: relative;
        margin: auto
    }
}

body .stick-to-bottom-mobile-wrap .align-left,
body .stick-to-bottom-mobile-wrap .align-right,
html .stick-to-bottom-mobile-wrap .align-left,
html .stick-to-bottom-mobile-wrap .align-right {
    text-align: center !important
}

@media(min-width:980px) {
    .only-smartphone-devices {
        display: none !important
    }
}

@media(max-width:980px) {

    .only-desktop-devices,
    .phxadminbar {
        display: none !important
    }
}

.double-btns .align-button {
    display: inline-block
}

@media(max-width:767px) {
    .double-btns .align-button {
        display: block
    }
}

.double-btns .align-right {
    float: right
}

.double-btns .align-right:nth-child(1) {
    margin-left: 30px
}

.double-btns .align-left {
    float: left
}

.scroll-to-btn {
    display: inline-block
}

@media(max-width:767px) {
    .scroll-to-btn {
        display: block
    }
}

.scroll-to-btn.align-left,
.scroll-to-btn.align-right {
    display: block !important
}

.popup-trigger {
    display: inline-block
}

@media(max-width:767px) {
    .popup-trigger {
        display: block;
        margin: 0 40px
    }

    .popup-trigger .general-btn,
    .popup-trigger .ghost-btn {
        width: 100%
    }
}

.button-custom-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: rgba(51, 51, 51, .8);
    margin-left: 0 !important;
    z-index: 2000;
    transform: initial !important
}

.button-custom-popup-overlay .button-custom-popup {
    padding: 20px;
    background: #e7e7e7;
    margin: 2% auto auto;
    max-width: 500px;
    width: 100%;
    top: 10px;
    box-shadow: 1px 5px 15px 4px rgba(0, 0, 0, .2);
    font-size: 16px;
    position: absolute;
    color: #333;
    left: 0;
    right: 0;
    overflow-y: auto;
    max-height: 80%;
    border-radius: 3px;
    -webkit-overflow-scrolling: touch
}

@media(max-width:960px) {
    .button-custom-popup-overlay .button-custom-popup {
        left: 20px;
        right: 20px;
        width: auto
    }
}

.button-custom-popup-overlay .button-custom-popup form {
    display: block !important;
    max-width: 100%;
    margin: 0
}

.button-custom-popup-overlay .button-custom-popup div:nth-child(2) {
    margin-left: 0
}

@media(max-height:500px) {
    .button-custom-popup-overlay .button-custom-popup {
        top: 0;
        margin-top: 0 !important;
        bottom: 5%
    }
}

@media(max-width:880px) {
    .button-custom-popup-overlay .button-custom-popup {
        overflow-y: scroll;
        top: 5px;
        margin-top: 0;
        margin-bottom: 20px;
        bottom: 20px;
        height: 80%
    }
}

.button-custom-popup-overlay .button-custom-popup .close-custom-popup {
    position: absolute;
    top: 3px;
    right: 6px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600
}

@media(max-width:900px) {
    .button-custom-popup-overlay .button-custom-popup .close-custom-popup {
        font-size: 20px
    }
}

.button-custom-popup-overlay .button-custom-popup .popup-content-wrap {
    background: #d7d7d7;
    padding: 15px 15px 20px;
    border-radius: 3px
}

.button-custom-popup-overlay .button-custom-popup .progress-wrap {
    width: 100%;
    padding: 10px;
    position: relative
}

.button-custom-popup-overlay .button-custom-popup .progress-wrap .point .fa {
    color: #fff;
    position: relative;
    display: block;
    font-size: 9px;
    top: 3px
}

.button-custom-popup-overlay .button-custom-popup .progress-wrap .progress-point {
    position: absolute;
    left: 5px;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background: #689f38;
    z-index: 3
}

.button-custom-popup-overlay .button-custom-popup .progress-wrap .middle-point {
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background: #689f38;
    margin: auto;
    z-index: 2
}

.button-custom-popup-overlay .button-custom-popup .progress-wrap .end-point {
    position: absolute;
    right: 5px;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background: #ef6c00;
    z-index: 3
}

.button-custom-popup-overlay .button-custom-popup .progress-wrap .move-point {
    position: absolute;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background: #689f38;
    margin: auto;
    top: -5px;
    left: 0;
    z-index: 3
}

.button-custom-popup-overlay .button-custom-popup .progress-wrap .progress-line {
    left: 10px;
    right: 10px;
    height: 4px;
    background: #689f38;
    position: absolute;
    margin-top: 5px
}

.button-custom-popup-overlay .button-custom-popup .progress-wrap .progress-line-unfilled {
    width: calc(50% - 3px);
    right: 10px;
    height: 4px;
    background: #ef6c00;
    z-index: 2;
    position: absolute;
    margin-top: 5px;
    transition: width .4s
}

.button-custom-popup-overlay .button-custom-popup .progress-wrap .progess-line-fill {
    width: 100%;
    height: 3px;
    background: #689f38
}

.button-custom-popup-overlay .button-custom-popup .progress-wrap .progress-count {
    margin-top: -15px;
    font-weight: 600
}

.button-custom-popup-overlay .button-custom-popup .progress-wrap .progress-txt {
    margin-top: 20px;
    font-size: 12px
}

.button-custom-popup-overlay .button-custom-popup iframe {
    pointer-events: auto !important
}

.button-custom-popup-overlay .button-custom-popup h1,
.button-custom-popup-overlay .button-custom-popup h2,
.button-custom-popup-overlay .button-custom-popup h3 {
    margin-bottom: 0;
    color: #333
}

.button-custom-popup-overlay .button-custom-popup h1 {
    font-size: 24px;
    line-height: 2
}

@media(max-width:960px) {
    .button-custom-popup-overlay .button-custom-popup h1 {
        font-size: 16px
    }
}

.button-custom-popup-overlay .button-custom-popup h2 {
    font-size: 22px;
    line-height: 2
}

@media(max-width:960px) {
    .button-custom-popup-overlay .button-custom-popup h2 {
        font-size: 16px
    }
}

.button-custom-popup-overlay .button-custom-popup h3 {
    font-size: 20px;
    line-height: 2
}

@media(max-width:960px) {
    .button-custom-popup-overlay .button-custom-popup h3 {
        font-size: 14px
    }
}

.button-custom-popup-overlay .button-custom-popup label {
    margin-top: 15px;
    display: block;
    text-align: left
}

.button-custom-popup-overlay .button-custom-popup .gfield_radio input {
    vertical-align: inherit !important;
    width: auto !important
}

.button-custom-popup-overlay .button-custom-popup .gfield_radio label {
    margin-top: auto;
    vertical-align: inherit
}

.button-custom-popup-overlay .button-custom-popup button {
    font-size: 14px !important;
    padding: 10px 20px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 20px
}

.button-custom-popup-overlay .button-custom-popup input[type=submit] {
    cursor: pointer;
    display: block;
    font-size: 16px;
    padding: 10px 20px !important;
    border-radius: 3px;
    background: #689f38;
    color: #fff;
    -webkit-appearance: none
}

.button-custom-popup-overlay .button-custom-popup .general-btn {
    font-size: 14px !important;
    padding: 10px 20px !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.button-custom-popup-overlay .button-custom-popup textarea {
    height: 60px;
    max-width: 100% !important;
    border: 2px solid transparent !important;
    transition: all .3s
}

.button-custom-popup-overlay .button-custom-popup .triggered {
    transition: all .3s;
    border: 2px solid #689f38 !important
}

.button-custom-popup-overlay .button-custom-popup input {
    margin-top: 10px !important;
    border: 2px solid transparent !important;
    transition: all .3s
}

.button-custom-popup-overlay .button-custom-popup input[type=checkbox] {
    display: inline-block !important;
    width: auto !important;
    margin: 0 10px 0 0 !important
}

.button-custom-popup-overlay .button-custom-popup form,
.button-custom-popup-overlay .button-custom-popup input[type=checkbox]+label,
.button-custom-popup-overlay .button-custom-popup input[type=checkbox]+span label {
    display: inline
}

.button-custom-popup-overlay .button-custom-popup table {
    margin: auto
}

.button-custom-popup-overlay .button-custom-popup table td {
    display: block;
    border-spacing: 0;
    margin: 0;
    padding: 0
}

.button-custom-popup-overlay .button-custom-popup .gform_wrapper input {
    width: 100% !important
}

.button-custom-popup-overlay .button-custom-popup .gform_wrapper input[type=checkbox],
.checkbox-flex input {
    width: auto !important
}

.button-custom-popup-overlay .button-custom-popup .validation_message {
    margin-top: 0;
    font-weight: 300;
    color: #fff;
    background: #af0505;
    padding: 5px 5px 5px 15px;
    border-radius: 0 0 3px 3px
}

.button-custom-popup-overlay .button-custom-popup .validation_error,
.button-custom-popup-overlay .button-custom-popup .validation_message {
    font-size: 12px
}

.button-custom-popup-overlay .button-custom-popup .ginput_container span {
    display: block
}

.button-custom-popup-overlay .button-custom-popup .ginput_container label {
    font-size: 12px;
    font-style: italic
}

[contenteditable=false] ol,
[contenteditable=false] ul,
[contenteditable=true] ol,
[contenteditable=true] ul {
    margin: 0;
    list-style-type: none
}

[contenteditable=false] ol li:before,
[contenteditable=false] ul li:before,
[contenteditable=true] ol li:before,
[contenteditable=true] ul li:before {
    padding-right: 15px
}

[contenteditable=false] ul li:before,
[contenteditable=true] ul li:before {
    content: '\2022'
}

[contenteditable=false] ol li,
[contenteditable=true] ol li {
    counter-increment: step-counter
}

[contenteditable=false] ol li:before,
[contenteditable=true] ol li:before {
    content: counter(step-counter)
}

[contenteditable=false] b,
[contenteditable=false] h3,
[contenteditable=false] h4,
[contenteditable=false] i,
[contenteditable=false] p,
[contenteditable=false] span,
[contenteditable=false] strike,
[contenteditable=false] u,
[contenteditable=true] b,
[contenteditable=true] h3,
[contenteditable=true] h4,
[contenteditable=true] i,
[contenteditable=true] p,
[contenteditable=true] span,
[contenteditable=true] strike,
[contenteditable=true] u {
    background-color: transparent !important;
    color: inherit !important;
    font-family: inherit !important;
    line-height: inherit !important
}

.simple-search-unit .search-btn,
[contenteditable=false] i.fa,
[contenteditable=true] i.fa {
    font-family: 'font awesome 5 pro' !important
}

[contenteditable=false] .fa1,
[contenteditable=true] .fa1 {
    color: inherit !important;
    font-size: inherit !important;
    padding-left: 7px
}

[contenteditable=false] blockquote,
[contenteditable=true] blockquote {
    padding: 15px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-style: italic
}

.optin-content-box .align-center,
.optin-content-box .align-left,
.optin-content-box .align-right,
.usp-desc {
    position: relative
}

.optin-unit-micro-txt {
    display: none !important
}

.optin-unit-micro-txt p {
    display: inline
}

.two-step-micro-txt {
    margin-top: 20px;
    font-size: 12px;
    color: inherit
}

.two-step-micro-txt .fa {
    margin-right: 7px
}

.two-step-micro-txt a {
    color: inherit !important
}

.optin-unit-form .general-btn {
    float: none !important
}

.checkbox-flex {
    display: flex !important;
    align-items: center;
    color: inherit;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 15px
}

.optin-unit-bottom .optin-unit-form .general-btn-block,
.optin-unit-simple .optin-unit-form .general-btn-block {
    display: block !important
}

.checkbox-flex input {
    height: auto !important;
    margin: 0 10px 2px 0 !important
}

.optin-unit-bottom .optin-unit-form .general-btn,
.optin-unit-simple .checkbox-flex,
.optin-unit-simple .optin-unit-form .general-btn {
    margin-top: 20px
}

.checkbox-flex .checkbox-text {
    text-align: left;
    font-size: 14px;
    line-height: 1.5
}

.align-center .checkbox-flex,
.align-center .general-btn-block {
    justify-content: center
}

.optin-unit-bg-img .checkbox-flex {
    margin-top: 10px;
    padding-bottom: 10px
}

.optin-next-to-video .optin-unit-form .general-btn-block,
.small-optin-bar .optin-unit-form .general-btn-block {
    display: flex !important
}

.optin-next-to-video .optin-unit-form .general-btn,
.small-optin-bar .optin-unit-form .general-btn {
    margin-top: 20px
}

.content-unit.align-content-left,
.content-unit.align-content-left .content-unit-cta,
.content-unit.align-content-left .content-unit-title {
    text-align: left
}

.content-unit.align-content-left .content-unit-cta .popup-trigger {
    display: block
}

@media(max-width:960px) {

    .content-unit.align-content-left,
    .content-unit.align-content-left .content-unit-title {
        text-align: center !important
    }

    .content-unit.align-content-left .content-unit-cta {
        text-align: center
    }
}

.content-unit .content-unit-txt img.content-unit-txt {
    margin-bottom: 0 !important
}

.content-unit.content-with-video .flex-box {
    margin: 20px
}

.content-unit.content-with-video .content-video-unit-title {
    text-align: left;
    margin-bottom: 30px !important
}

.content-unit.content-with-video .content-unit-content {
    position: relative;
    text-align: left;
    margin-bottom: 20px
}

.content-unit.content-with-video .content-video-unit-cta {
    text-align: left
}

.content-unit.content-below-video .content-video-unit-title {
    text-align: center;
    margin-bottom: 30px !important
}

.content-unit.content-below-video .content-video-unit-video {
    max-width: 70%;
    margin: auto auto 20px
}

.content-unit.content-below-video .content-video-unit-video .iframe-container {
    padding-bottom: 56.3% !important
}

.content-unit.content-below-video .content-video-unit-video iframe {
    height: 100%
}

.content-unit.content-below-video .content-unit-content {
    position: relative;
    text-align: center;
    margin-bottom: 20px
}

.content-unit.content-below-video .content-video-unit-cta {
    text-align: center
}

.content-unit.white-txt-bg-img {
    color: #fff !important
}

.content-unit.white-txt-bg-img .content-unit-txt,
.content-unit.white-txt-bg-img h2 {
    color: #fff
}

.content-unit.white-txt-bg-img ol li:after,
.content-unit.white-txt-bg-img ul li:after {
    color: #fff !important
}

.content-unit .margin-bottom-40 {
    margin-bottom: 40px !important
}

.pure-content-unit {
    padding: 0 !important
}

.pure-content-unit.half-content {
    max-width: 565px;
    margin: 20px auto !important
}

.pure-content-unit .content-unit-txt {
    position: relative
}

.pure-content-unit .embed-container {
    margin: 10px
}

.bonus-box-content,
.optin-unit-txt {
    position: relative
}

blockquote {
    margin: 0 0 10px;
    padding: 15px 20px;
    font-style: italic;
    font-size: inherit !important
}

.mirror-box-1 img,
.mirror-box-2 img {
    max-width: 100%
}

.mirror-box-off .mirror-box-1 {
    order: 2
}

.mirror-box-off .mirror-box-2,
.mirror-box-on .mirror-box-1 {
    order: 1
}

.mirror-box-off .mirror-box-padding {
    padding-right: 0 !important;
    padding-left: 80px !important
}

.mirror-box-off.full-screen-content .mirror-box-1 {
    margin-left: 0;
    margin-right: 5%;
    flex: 2
}

.mirror-box-off.full-screen-content .mirror-box-2 {
    flex: 3
}

.mirror-box-on .mirror-box-2 {
    order: 2
}

.flex-parent-center {
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width:1023px) {
    .flex-parent-center {
        display: block;
        align-items: initial;
        justify-content: initial;
        text-align: center
    }
}

@media(max-width:900px) {
    .mirror-box-off .mirror-box-padding {
        padding-left: 0 !important
    }

    .flex-parent-center {
        display: inherit;
        align-items: initial;
        justify-content: initial
    }
}

.flex-parent-no-center {
    display: flex
}

@media(max-width:1023px) {
    .flex-parent-no-center {
        display: block;
        align-items: initial;
        justify-content: initial;
        text-align: center
    }
}

@media(max-width:900px) {
    .flex-parent-no-center {
        display: initial;
        align-items: initial;
        justify-content: initial
    }
}

.flex-parent-flex-end {
    display: flex;
    align-items: flex-end
}

@media(max-width:1023px) {
    .flex-parent-flex-end {
        display: block;
        align-items: initial;
        justify-content: initial;
        text-align: center
    }
}

@media(max-width:900px) {
    .flex-parent-flex-end {
        display: initial;
        align-items: initial;
        justify-content: initial
    }
}

.flex-parent {
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width:1023px) {
    .flex-parent {
        display: block;
        align-items: initial;
        justify-content: initial;
        text-align: center
    }
}

@media(max-width:900px) {
    .flex-parent {
        display: initial;
        align-items: initial;
        justify-content: initial
    }
}

.flex-box {
    flex: 1
}

@media(max-width:1023px) {
    .flex-box {
        flex: none;
        width: 48%;
        max-width: 48%;
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0
    }

    .flex-box.no-margin-responsive {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0 !important
    }
}

@media(max-width:900px) {
    .flex-box {
        flex: none;
        width: auto;
        max-width: 100%;
        padding: 5px;
        display: block
    }
}

.flex-box-2 {
    flex: 2
}

.flex-box-3 {
    flex: 3
}

.flex-box-initial {
    flex: 1;
    flex: initial
}

@media(max-width:1023px) {
    .flex-box-initial {
        flex: none;
        width: 48%;
        max-width: 48%;
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0
    }

    .flex-box-initial.no-margin-responsive {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0 !important
    }
}

@media(max-width:900px) {
    .flex-box-initial {
        flex: none;
        width: auto;
        max-width: 100%;
        padding: 5px;
        display: block
    }
}

.has-flex-padding {
    padding-left: 15px;
    padding-right: 15px
}

.always-flex-parent-center {
    display: flex;
    align-items: center;
    justify-content: center
}

.always-flex-parent-center .flex-box {
    flex: 1;
    width: auto;
    max-width: none
}

.black-theme ul,
.card-theme ul,
.dream-theme ul,
.flat-theme ul,
.playful-theme ul,
.ross-specter-theme ul,
.tornado-theme ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: left !important
}

.black-theme ul li:before,
.card-theme ul li:before,
.dream-theme ul li:before,
.flat-theme ul li:before,
.playful-theme ul li:before,
.ross-specter-theme ul li:before,
.tornado-theme ul li:before {
    font-family: 'font awesome 5 pro', 'font awesome 5 free';
    font-weight: 900;
    content: "\f00c" !important;
    color: #6ea249;
    font-size: inherit;
    position: absolute;
    left: 0;
    line-height: inherit
}

.black-theme ul li,
.card-theme ul li,
.dream-theme ul li,
.flat-theme ul li,
.playful-theme ul li,
.ross-specter-theme ul li,
.tornado-theme ul li {
    padding-left: 35px
}

.black-theme ol,
.card-theme ol,
.dream-theme ol,
.flat-theme ol,
.playful-theme ol,
.ross-specter-theme ol,
.tornado-theme ol {
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: left !important
}

.black-theme ol li:before,
.card-theme ol li:before,
.dream-theme ol li:before,
.flat-theme ol li:before,
.playful-theme ol li:before,
.ross-specter-theme ol li:before,
.tornado-theme ol li:before {
    font-family: 'font awesome 5 pro', 'font awesome 5 free';
    font-weight: 900;
    content: "\f00d" !important;
    color: #d73232;
    font-size: inherit;
    position: absolute;
    left: 0;
    line-height: inherit
}

.general-btn,
.pricing-desc,
.video-gallery-item {
    position: relative
}

.black-theme ol li,
.card-theme ol li,
.dream-theme ol li,
.flat-theme ol li,
.playful-theme ol li,
.ross-specter-theme ol li,
.tornado-theme ol li {
    padding-left: 35px
}

.black-theme .mirror-box-on .align-right ol,
.black-theme .mirror-box-on .align-right ul,
.card-theme .mirror-box-on .align-right ol,
.card-theme .mirror-box-on .align-right ul,
.dream-theme .mirror-box-on .align-right ol,
.dream-theme .mirror-box-on .align-right ul,
.flat-theme .mirror-box-on .align-right ol,
.flat-theme .mirror-box-on .align-right ul,
.playful-theme .mirror-box-on .align-right ol,
.playful-theme .mirror-box-on .align-right ul,
.ross-specter-theme .mirror-box-on .align-right ol,
.ross-specter-theme .mirror-box-on .align-right ul,
.tornado-theme .mirror-box-on .align-right ol,
.tornado-theme .mirror-box-on .align-right ul {
    text-align: right !important
}

.black-theme .mirror-box-on .align-right ol li,
.black-theme .mirror-box-on .align-right ul li,
.card-theme .mirror-box-on .align-right ol li,
.card-theme .mirror-box-on .align-right ul li,
.dream-theme .mirror-box-on .align-right ol li,
.dream-theme .mirror-box-on .align-right ul li,
.flat-theme .mirror-box-on .align-right ol li,
.flat-theme .mirror-box-on .align-right ul li,
.playful-theme .mirror-box-on .align-right ol li,
.playful-theme .mirror-box-on .align-right ul li,
.ross-specter-theme .mirror-box-on .align-right ol li,
.ross-specter-theme .mirror-box-on .align-right ul li,
.tornado-theme .mirror-box-on .align-right ol li,
.tornado-theme .mirror-box-on .align-right ul li {
    padding-left: 0;
    padding-right: 35px
}

.black-theme .mirror-box-on .align-right ol li:before,
.black-theme .mirror-box-on .align-right ul li:before,
.card-theme .mirror-box-on .align-right ol li:before,
.card-theme .mirror-box-on .align-right ul li:before,
.dream-theme .mirror-box-on .align-right ol li:before,
.dream-theme .mirror-box-on .align-right ul li:before,
.flat-theme .mirror-box-on .align-right ol li:before,
.flat-theme .mirror-box-on .align-right ul li:before,
.playful-theme .mirror-box-on .align-right ol li:before,
.playful-theme .mirror-box-on .align-right ul li:before,
.ross-specter-theme .mirror-box-on .align-right ol li:before,
.ross-specter-theme .mirror-box-on .align-right ul li:before,
.tornado-theme .mirror-box-on .align-right ol li:before,
.tornado-theme .mirror-box-on .align-right ul li:before {
    left: auto;
    right: 0;
    padding-right: 0
}

.black-theme .pricing-stars,
.card-theme .pricing-stars,
.dream-theme .pricing-stars,
.flat-theme .pricing-stars,
.playful-theme .pricing-stars,
.ross-specter-theme .pricing-stars,
.tornado-theme .pricing-stars {
    font-family: 'font awesome 5 pro', 'font awesome 5 free';
    font-weight: 900
}

.black-theme .pricing-table-list-item ol,
.black-theme .pricing-table-list-item ul,
.card-theme .pricing-table-list-item ol,
.card-theme .pricing-table-list-item ul,
.dream-theme .pricing-table-list-item ol,
.dream-theme .pricing-table-list-item ul,
.flat-theme .pricing-table-list-item ol,
.flat-theme .pricing-table-list-item ul,
.playful-theme .pricing-table-list-item ol,
.playful-theme .pricing-table-list-item ul,
.ross-specter-theme .pricing-table-list-item ol,
.ross-specter-theme .pricing-table-list-item ul,
.tornado-theme .pricing-table-list-item ol,
.tornado-theme .pricing-table-list-item ul {
    text-align: center !important
}

.align-img-center,
.general-btn {
    text-align: center
}

.black-theme .pricing-table-list-item ol li,
.black-theme .pricing-table-list-item ul li,
.card-theme .pricing-table-list-item ol li,
.card-theme .pricing-table-list-item ul li,
.dream-theme .pricing-table-list-item ol li,
.dream-theme .pricing-table-list-item ul li,
.flat-theme .pricing-table-list-item ol li,
.flat-theme .pricing-table-list-item ul li,
.playful-theme .pricing-table-list-item ol li,
.playful-theme .pricing-table-list-item ul li,
.ross-specter-theme .pricing-table-list-item ol li,
.ross-specter-theme .pricing-table-list-item ul li,
.tornado-theme .pricing-table-list-item ol li,
.tornado-theme .pricing-table-list-item ul li {
    font-size: 14px;
    font-weight: 400;
    padding-left: 0
}

.black-theme .pricing-table-list-item ol li:before,
.black-theme .pricing-table-list-item ul li:before,
.card-theme .pricing-table-list-item ol li:before,
.card-theme .pricing-table-list-item ul li:before,
.dream-theme .pricing-table-list-item ol li:before,
.dream-theme .pricing-table-list-item ul li:before,
.flat-theme .pricing-table-list-item ol li:before,
.flat-theme .pricing-table-list-item ul li:before,
.playful-theme .pricing-table-list-item ol li:before,
.playful-theme .pricing-table-list-item ul li:before,
.ross-specter-theme .pricing-table-list-item ol li:before,
.ross-specter-theme .pricing-table-list-item ul li:before,
.tornado-theme .pricing-table-list-item ol li:before,
.tornado-theme .pricing-table-list-item ul li:before {
    font-size: 14px;
    left: 10px
}

.single-product-large .single-product-image,
.single-usp-product .single-product-image {
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1
}

.single-product-large .single-product-content,
.single-usp-product .single-product-content {
    flex: 2;
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2
}

.single-usp-product .usp-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 2fr;
    grid-template-columns: 2fr 2fr
}

.single-usp-product .usp-grid .product-usp {
    max-width: 100% !important;
    min-width: 0 !important
}

.single-usp-product .usp-grid .spot-swapper {
    display: none
}

.pricing-cta .popup-trigger {
    display: block
}

.pricing-desc ol,
.pricing-desc ul {
    margin-bottom: 0 !important
}

a {
    color: #337ab7
}

a:hover {
    text-decoration: none
}

.align-img-center img {
    margin: auto;
    display: block
}

.general-btn {
    display: inline-block;
    margin: auto;
    cursor: pointer;
    padding: 10px 30px
}

.general-btn article,
.general-btn li,
.general-btn p {
    display: inline
}

.general-btn article {
    padding-left: 0;
    display: none
}

.general-btn i.added-icon,
.general-btn li {
    padding-left: 8px
}

.general-btn br {
    display: none
}

.ghost-btn {
    border-radius: 3px;
    transition: .3s all;
    font-weight: 700
}

.ghost-btn article,
.ghost-btn li,
.ghost-btn p {
    display: inline
}

.ghost-btn p {
    font-weight: 600;
    padding-right: 9px
}

.ghost-btn article {
    padding-left: 0;
    display: none
}

.ghost-btn li {
    padding-left: 8px
}

.ghost-btn br {
    display: none
}

.dark-ghost-btn {
    border-radius: 3px;
    transition: .3s all;
    font-weight: 700
}

.black {
    background: #000 !important
}

.white {
    background: #fff !important
}

.editing-mode-message {
    color: #fff;
    font-style: italic;
    font-weight: 500;
    background: #2196f3;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px
}

.popup-box-image,
.popup-box-video,
.portfolio-box-wrapper {
    background: rgba(51, 51, 51, .7);
    text-align: center;
    bottom: 0
}

.video-gallery-item {
    text-align: center;
    margin: 20px
}

@media(max-width:900px) {
    .video-gallery-item .iframe-container.gallery-video-resp {
        position: static !important;
        margin: 20px
    }

    .video-gallery-item .iframe-container.gallery-video-resp iframe {
        height: auto;
        max-height: none
    }
}

.video-gallery-item .iframe-container iframe {
    max-height: 100%
}

.video-gallery-item .gallery-video {
    position: relative;
    transition: all .3s
}

.video-gallery-item .gallery-video:hover {
    transform: scale(1.04)
}

.video-gallery-item .gallery-video .video-blocker {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer
}

.video-gallery-item .gallery-video-title {
    width: 100%;
    margin-top: 20px;
    padding: 0 10px;
    z-index: 20;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6
}

.popup-box-video {
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10001
}

.popup-box-video .popup-box-video-center {
    position: relative;
    display: inline-block
}

.popup-box-video .popup-box-video-center .nav-gal-left {
    color: #fff;
    font-size: 40px;
    position: absolute;
    left: -150px;
    top: 45%;
    z-index: 10;
    width: 40px
}

.popup-box-video .popup-box-video-center .nav-gal-left .fa {
    cursor: pointer;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .32);
    transition: all .3s
}

.popup-box-video .popup-box-video-center .nav-gal-left .fa:hover {
    transform: scale(1.4)
}

.popup-box-video .popup-box-video-center .nav-gal-right {
    color: #fff;
    font-size: 40px;
    position: absolute;
    right: -150px;
    top: 45%;
    z-index: 10;
    width: 40px
}

@media(max-width:900px) {
    .popup-box-video .popup-box-video-center .nav-gal-left {
        left: -50px
    }

    .popup-box-video .popup-box-video-center .nav-gal-right {
        right: -50px
    }
}

@media(max-width:700px) {

    .popup-box-video .popup-box-video-center .nav-gal-left,
    .popup-box-video .popup-box-video-center .nav-gal-right {
        display: none
    }
}

.popup-box-video .popup-box-video-center .nav-gal-right .fa {
    cursor: pointer;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .32);
    transition: all .3s
}

.popup-box-video .popup-box-video-center .nav-gal-right .fa:hover {
    transform: scale(1.4)
}

.popup-box-video .popup-box-video-center .gallery-true-video {
    transform: scale(.1);
    transition: all .3s;
    margin: 15% auto auto;
    border: 4px solid #fff;
    max-width: 800px
}

.popup-box-image .popup-box-image-center .nav-gal-left .fa:hover,
.popup-box-image .popup-box-image-center .nav-gal-right .fa:hover,
.popup-box-video .popup-box-video-center .gallery-true-video iframe {
    transform: scale(1.4)
}

.gallery-overlay {
    display: none
}

.popup-box-image {
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    z-index: 500
}

.popup-box-image .popup-box-image-center {
    position: relative;
    display: inline-block
}

.popup-box-image .popup-box-image-center .nav-gal-left {
    color: #fff;
    font-size: 40px;
    position: absolute;
    left: -50px;
    top: 45%;
    z-index: 10;
    width: 40px
}

.popup-box-image .popup-box-image-center .nav-gal-left .fa {
    cursor: pointer;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .32);
    transition: all .3s
}

.popup-box-image .popup-box-image-center .nav-gal-right {
    color: #fff;
    font-size: 40px;
    position: absolute;
    right: -50px;
    top: 45%;
    z-index: 10;
    width: 40px
}

.popup-box-image .popup-box-image-center .nav-gal-right .fa {
    cursor: pointer;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .32);
    transition: all .3s
}

.popup-box-image .popup-box-image-center .gallery-true-img {
    transform: scale(.1);
    transition: all .3s;
    margin: 10% auto auto;
    border: 4px solid #fff;
    max-width: 800px
}

.portfolio-box-wrapper {
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    z-index: 500
}

.portfolio-box-wrapper .close-portfolio-box-icon {
    font-size: 22px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    margin-top: 9%
}

@media(max-width:980px) {
    .portfolio-box-wrapper .close-portfolio-box-icon {
        margin-top: 0;
        color: #333;
        z-index: 100
    }
}

.portfolio-box-wrapper .portfolio-item-popup {
    margin: 10% auto auto;
    display: inline-block;
    width: auto;
    transform: scale(.1);
    transition: all .3s;
    position: relative
}

.portfolio-box-wrapper .portfolio-item-popup .nav-port-left .fa:hover,
.portfolio-box-wrapper .portfolio-item-popup .nav-port-right .fa:hover {
    transform: scale(1.4)
}

.portfolio-box-wrapper .portfolio-item-popup .nav-port-left {
    color: #fff;
    font-size: 40px;
    position: absolute;
    left: -50px;
    top: 45%;
    z-index: 10;
    width: 40px
}

.portfolio-box-wrapper .portfolio-item-popup .nav-port-left .fa {
    cursor: pointer;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .32);
    transition: all .3s
}

.portfolio-box-wrapper .portfolio-item-popup .nav-port-right {
    color: #fff;
    font-size: 40px;
    position: absolute;
    right: -50px;
    top: 45%;
    z-index: 10;
    width: 40px
}

.portfolio-box-wrapper .portfolio-item-popup .nav-port-right .fa {
    cursor: pointer;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .32);
    transition: all .3s
}

.portfolio-box-wrapper .portfolio-box-image {
    float: left;
    max-width: 70%;
    height: 370px !important
}

.portfolio-box-wrapper .portfolio-item-image {
    position: absolute;
    top: 5px;
    left: -70px
}

.portfolio-box-wrapper .portfolio-item-image img {
    max-width: 100%;
    max-height: 70px;
    background: #eaeaea
}

.portfolio-box-wrapper .final-portfolio-content-switch {
    float: left;
    width: 250px;
    text-align: left;
    position: relative
}

.inactive-state {
    display: none
}

@media(max-width:870px) {
    .inactive-state {
        display: block
    }

    .inactive-state .portfolio-item-title {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 1.6
    }

    .inactive-state .portfolio-item-sub-title {
        margin-bottom: 15px;
        font-style: italic;
        font-size: 16px;
        line-height: 1.6
    }

    .inactive-state .portfolio-item-content {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 15px
    }

    .inactive-state .portfolio-item-image img {
        max-width: 120px;
        max-height: 120px
    }
}

@media(max-width:900px) {
    .portfolio-box-wrapper .portfolio-box-image {
        height: auto !important
    }

    .launch-item-flex-parent {
        display: block;
        text-align: center
    }

    .launch-item-flex-parent .flex-box {
        flex: none;
        display: inline-block;
        max-width: 50%;
        width: auto
    }

    .launch-item-flex-parent .flex-box .launch-item {
        margin: 0
    }

    .launch-item-flex-parent .flex-box .launch-item .launch-item-inactive:after {
        font-size: 24px
    }

    .launch-item-flex-parent .flex-box .countdowner {
        display: none !important
    }

    .launch-item-flex-parent .flex-box .launch-item-title {
        font-size: 12px !important;
        padding: 10px !important
    }
}

.launch-control-overlay {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10000;
    background: rgba(93, 93, 93, .61)
}

.launch-control-overlay .launch-control-popup {
    margin: 15% auto auto;
    background: #fff;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    max-width: 400px;
    position: relative;
    line-height: 1.6
}

@media(max-width:900px) {
    .launch-control-overlay .launch-control-popup {
        margin: 20px
    }
}

.launch-control-overlay .launch-control-popup .clockdiv {
    font-size: 18px !important;
    background: rgba(111, 111, 111, .12);
    padding-bottom: 20px;
    margin-top: 10px;
    border-radius: 3px;
    padding-top: 20px
}

.launch-control-overlay .launch-control-popup .clockdiv div {
    display: inline-block;
    min-width: 0
}

.launch-control-overlay .launch-control-popup .clockdiv span {
    font-size: 30px;
    padding: 5px 15px 0;
    display: block;
    text-shadow: none
}

.launch-control-overlay .launch-control-popup .clockdiv .minutes,
.launch-control-overlay .launch-control-popup .clockdiv .minutes-txt,
.launch-control-overlay .launch-control-popup .clockdiv .seconds,
.launch-control-overlay .launch-control-popup .clockdiv .seconds-txt,
.launch-item .clockdiv .minutes,
.launch-item .clockdiv .minutes-txt,
.launch-item .clockdiv .seconds,
.launch-item .clockdiv .seconds-txt,
.launch-item-content,
.launch-item-popup-title,
.launch-unlock {
    display: none
}

.launch-control-overlay .launch-control-popup .clockdiv .smalltext {
    font-size: 12px !important
}

.launch-control-overlay .launch-control-popup .lauch-popup-msg {
    padding: 20px;
    font-size: 14px;
    font-weight: 300;
    border-radius: 3px
}

.launch-control-overlay .launch-control-popup .close-launch-popup {
    position: absolute;
    right: -7px;
    top: -7px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    width: 20px;
    color: #4c4c4c;
    font-size: 12px;
    text-align: center
}

.embed-container-custom-frame iframe,
.launch-item img {
    width: 100%
}

.launch-item {
    cursor: pointer;
    position: relative
}

.launch-item .clockdiv {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px !important;
    color: #fff;
    padding-bottom: 20px;
    z-index: 100;
    background: rgba(93, 93, 93, .61)
}

.launch-item .clockdiv div {
    min-width: 0 !important
}

.launch-item .clockdiv span {
    padding-bottom: 0 !important
}

.launch-item .clockdiv .smalltext {
    font-size: 14px !important
}

.launch-item .clockdiv .days,
.launch-item .clockdiv .hours,
.launch-item .clockdiv .minutes,
.launch-item .clockdiv .seconds {
    font-size: 26px;
    font-weight: 600
}

.launch-item .launch-item-image .launch-item-inactive {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #333;
    opacity: .6;
    z-index: 100;
    border-radius: 3px 3px 0 0
}

.launch-item .launch-item-image .launch-item-inactive:after {
    content: '\f023';
    font-size: 120px;
    font-family: 'font awesome 5 pro', 'font awesome 5 free';
    font-weight: 900;
    position: absolute;
    color: rgba(255, 255, 255, .42);
    margin-top: 30%;
    left: 0;
    right: 0
}

.launch-item-content-holder {
    display: block;
    padding: 1px
}

.launch-item-content-wrapper {
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    padding: 20px
}

.launch-item-content-wrapper h1,
.launch-item-content-wrapper h2 {
    font-size: 1.5em
}

@media(max-width:900px) {
    .launch-item-content-wrapper {
        padding: 10px
    }
}

.launch-item-content-wrapper.active-content {
    display: block !important
}

.content-state.launch-item .launch-item-inactive,
.launch-item-content-wrapper .launch-item-content-title h1:after,
.launch-item-content-wrapper .launch-item-content-title h2:after,
.launch-item-content-wrapper.inactive-content {
    display: none
}

.launch-item-content-wrapper .launch-item-content-title {
    font-size: 20px;
    font-weight: 300
}

.launch-item-content-wrapper .launch-item-content-title h1,
.launch-item-content-wrapper .launch-item-content-title h2 {
    font-weight: 300;
    margin-bottom: 20px
}

.launch-item-content-wrapper .launch-item-content-btn .general-btn,
.launch-item-content-wrapper .launch-item-content-btn .ghost-btn {
    margin-top: 20px
}

.launch-item-content-wrapper:nth-child(even),
.launch-item-content-wrapper:nth-child(odd) {
    background: #fff;
    margin-bottom: 20px
}

.content-state {
    margin: 15px
}

.content-state .content-block-class {
    padding: 10px
}

.content-state .launch-item-content-wrapper {
    margin: 0
}

.content-state.launch-item .clockdiv {
    top: 40px
}

.content-state .final-portfolio-content,
.content-state .launch-item-content-wrapper {
    padding: 10px;
    background: rgba(184, 215, 240, .48);
    border: 2px solid #2196f3
}

.content-state .portfolio-item-sub-title,
.content-state .portfolio-item-title {
    margin-bottom: 20px
}

.content-state .portfolio-item-image {
    text-align: center;
    margin-top: 20px
}

.content-state .portfolio-item-image img {
    max-width: 70px
}

.content-state {
    display: block !important
}

.real-state {
    display: none !important;
    position: fixed
}

.limit-width {
    max-width: 700px;
    margin: auto
}

.clear {
    clear: both
}

img {
    border: 0
}

p {
    padding: 0;
    margin: 0
}

.align-left,
.txt-align-left {
    text-align: left !important
}

.no-padding-top-bot .full-hero-row,
.no-padding-top-bot .full-row {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.no-padding-top-bot .full-hero-row.padding-fixer,
.no-padding-top-bot .full-row.padding-fixer {
    padding-bottom: 1px !important
}

.no-padding .full-hero-row,
.no-padding .full-row {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.no-padding .full-hero-row.padding-fixer,
.no-padding .full-row.padding-fixer {
    padding-bottom: 1px !important
}

.little-padding .full-hero-row,
.little-padding .full-row {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.little-padding .full-hero-row:not(.image-bg-hero) {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.large-padding .full-hero-row:not(.image-bg-hero),
.large-padding .full-row {
    padding-top: 90px !important;
    padding-bottom: 90px !important
}

@media(max-width:960px) {

    .large-padding .full-hero-row:not(.image-bg-hero),
    .large-padding .full-row {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }
}

.max-padding .full-hero-row:not(.image-bg-hero),
.max-padding .full-row {
    padding-top: 120px !important;
    padding-bottom: 120px !important
}

@media(max-width:960px) {

    .max-padding .full-hero-row:not(.image-bg-hero),
    .max-padding .full-row {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }
}

.no-padding-left {
    padding-left: 0
}

.no-padding-right {
    padding-right: 0
}

.no-padding-bottom {
    padding-bottom: 0
}

.no-padding-top {
    padding-top: 0 !important
}

iframe {
    max-width: 100% !important
}

.embed-container,
.fr-video,
.iframe-container {
    position: relative;
    padding-bottom: 56.2%;
    height: 0;
    display: block
}

.embed-container-custom-frame {
    position: relative;
    height: auto
}

.embed-container iframe,
.fr-video iframe,
.iframe-container iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-height: 100%;
    height: 100% !important
}

.embed-container iframe.true-video,
.fr-video iframe.true-video,
.iframe-container iframe.true-video {
    position: static !important;
    width: auto !important;
    min-width: 560px;
    max-height: none !important;
    height: 315px !important
}

@media(max-width:767px) {

    .embed-container iframe.true-video,
    .fr-video iframe.true-video,
    .iframe-container iframe.true-video {
        min-width: 0;
        transform: scale(1.2) !important;
        width: 90% !important;
        height: 165px !important
    }
}

@media(max-width:900px) {

    .embed-container iframe,
    .fr-video iframe,
    .iframe-container iframe {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important
    }
}

.full-width-iframe iframe {
    display: block;
    width: 100%;
    position: relative;
    pointer-events: none;
    height: 400px
}

iframe.clicked {
    pointer-events: auto
}

.full-screen-hero {
    height: 100vh !important
}

@media(max-width:1169px) {
    .full-screen-hero {
        height: auto !important
    }

    .full-screen-hero.keep-full-screen {
        height: 100vh !important
    }
}

@media(max-width:980px) {
    .full-screen-hero.keep-full-screen {
        height: auto !important
    }

    .full-screen-hero.keep-full-screen .extra-hero-spacing {
        padding-top: 40px
    }
}

.full-row {
    max-width: 100%;
    clear: both;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    z-index: 3
}

.full-row.navigation-row {
    z-index: 300
}

.full-row.higher-z-index {
    z-index: 10
}

.full-row.no-padding-top-row {
    padding-top: 1px !important
}

.full-row.no-padding-top {
    padding-top: 0
}

.full-row.blogpost-padding {
    padding-top: 30px
}

.full-row img {
    max-width: 100%;
    height: auto
}

.full-row .usp-selected-icon {
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.full-row .center-900-title {
    margin: auto !important;
    max-width: 900px !important
}

.full-row .simple-search-unit .simple-search-cta .fa {
    font-family: 'font awesome 5 pro', 'font awesome 5 free';
    font-weight: 900 !important;
    margin: 0 !important
}

.full-row .leave-comment-btn {
    margin: 40px auto auto;
    font-size: 14px !important;
    display: block !important;
    max-width: 220px;
    line-height: 2;
    padding: 13px 15px !important
}

.full-row .leave-comment-btn .comment-btn-icon {
    float: right;
    margin-left: 5px
}

.full-row .leave-comment-btn .comment-btn-icon .material-icons {
    font-size: 20px !important
}

.overflow-hidden-parent {
    overflow: hidden
}

.full-hero-row {
    width: 100%;
    clear: both;
    position: relative
}

.full-hero-row .hero-main-title.larger-font-size {
    font-size: 46px !important
}

@media(max-width:900px) {
    .full-hero-row .hero-main-title.larger-font-size {
        font-size: 30px !important
    }
}

.full-hero-row .hero-sub-text.larger-font-size {
    font-size: 36px !important
}

@media(max-width:767px) {
    .full-hero-row .flex-parent-center {
        display: inline-block
    }

    .full-hero-row .flex-parent-center.full-img {
        display: inline-block;
        width: 100%;
        text-align: center
    }
}

.align-center,
.no-align-form .align-center,
.no-align-form .align-left,
.no-align-form .align-right {
    text-align: center !important
}

.full-hero-row .flex-parent-center.mobile-center-flex-align {
    display: flex;
    align-items: center
}

.bottom-align-image img,
.hero-bg-img img,
.hero-bg-img.overlay-active-mobile .bg-img-custom-overlay {
    display: block
}

.full-hero-row .flex-parent-center.mobile-center-flex-align .flex-box {
    flex: 1
}

.full-hero-row .flex-parent-center.mobile-center-flex-align .flex-box .hero-main-title {
    margin-top: auto !important
}

@media(max-width:1023px) {
    .full-hero-row .flex-parent-center.mobile-center-flex-align .flex-box {
        flex: 1;
        max-width: 100%
    }

    .full-hero-row .flex-parent-center.mobile-center-flex-align .flex-box .countdown-wrapper {
        max-width: none
    }

    .absolute-bg-img.resp-1024 img {
        display: none
    }
}

.full-hero-row .bg-img-title {
    color: #fff
}

.full-hero-row .full-bg-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden
}

.full-content-row,
.full-content-row .full-screen-content .big-content .content-unit-txt,
.full-row-center {
    position: relative
}

.full-hero-row .full-bg-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width:900px) {
    .full-hero-row .hero-sub-text.larger-font-size {
        font-size: 22px !important
    }

    .full-hero-row .bg-img-title {
        color: inherit;
        text-shadow: none !important
    }

    .bottom-align-image img {
        max-width: none !important
    }
}

.bottom-images-flex {
    margin-top: 50px
}

@media(max-width:980px) {
    .bottom-images-flex {
        margin-top: 0
    }
}

.full-content-row {
    width: 100%;
    clear: both
}

@media(max-width:1590px) {
    .full-content-row {
        height: auto;
        min-height: 100vh;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .full-content-row .big-image {
        flex: 1 !important
    }
}

.full-content-row .full-screen-content {
    min-height: 100vh;
    max-width: 1920px;
    margin: auto
}

.full-content-row .full-screen-content img {
    height: auto !important
}

.full-row-center {
    max-width: 1170px;
    margin: auto;
    z-index: 3
}

.full-row-center.higher-z-index {
    z-index: 10
}

.full-row-center-absolute {
    max-width: 1170px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    z-index: 11;
    color: #fff !important;
    width: 100%
}

@media(max-width:1024px) {
    .full-row-center-absolute {
        padding: 0 20px
    }
}

.row-bg-gray {
    background-color: #f5f5f5
}

.row-bg-gray.hover-boy:hover {
    box-shadow: inset 0 0 10px 2px #40a394
}

.row-bg-gray.hover-boy:hover .primary-c-bg-gradient {
    box-shadow: inset 0 0 10px 2px #40a394 !important
}

.row-bg-color-overide-white {
    background-color: #fefefe !important
}

.row-bg-color-overide-light-gray {
    background-color: #f5f5f5 !important
}

.row-bg-color-overide-dark-gray {
    background-color: #eaeaea !important
}

.bg-img-shadow {
    text-shadow: 1px 2px 3px rgba(50, 58, 57, .6) !important
}

.hero-bg-img {
    width: 100%;
    max-height: 500px;
    overflow: hidden
}

@media(min-width:2000px) {
    .hero-bg-img {
        max-height: 650px
    }
}

.hero-bg-img img {
    min-width: 100%;
    width: 100%;
    height: auto;
    margin-left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

@media(max-width:1080px) {
    .hero-bg-img img {
        min-height: 300px;
        max-height: 700px;
        width: auto;
        margin-left: 50%;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%)
    }

    .hero-bg-img.parallax-bg-img img {
        max-height: 1000px
    }
}

.parallax-background {
    position: relative
}

.absolute-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 2
}

.absolute-bg-img img {
    min-width: 100%;
    height: auto;
    width: 100%;
    margin-left: 50%;
    max-width: none !important;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

@media(max-width:767px) {
    .absolute-bg-img img {
        display: none;
        min-height: 400px;
        width: auto;
        margin-left: 50%;
        transform: translateX(-50%)
    }
}

@media(max-width:1270px) {
    .absolute-bg-img img {
        min-width: 100%;
        height: 100%;
        width: auto;
        margin-left: 50%;
        max-width: none !important;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%)
    }
}

@media(max-width:1640px) {
    .absolute-bg-img img {
        min-width: 100%;
        width: 100%;
        height: auto;
        margin-left: 50%;
        max-width: none !important;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%)
    }
}

.absolute-bg-img.resp-1024 img {
    opacity: 1 !important;
    background: 0 0 !important
}

.slider-control .darken-black-opacity {
    color: #0e0e0e;
    opacity: .3
}

.custom-form input[type=submit]:hover,
.simple-navigation-unit .mobile-menu-btn-wrapper:hover {
    opacity: .8
}

.slides-wrapper .relative-div {
    float: left !important
}

.slides-wrapper .relative-div .spot-controls {
    display: none !important
}

.mobile-menu-overlay {
    background: rgba(51, 51, 51, .4);
    position: fixed;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: none
}

.mobile-menu-overlay.visible {
    display: block
}

.align-right {
    text-align: right !important
}

.align-button {
    position: relative
}

.align-button.button-align-left {
    text-align: left
}

.align-button.button-align-center {
    text-align: center
}

.align-button.button-align-right {
    text-align: right
}

.simple-navigation-unit {
    width: 100%;
    height: 70px;
    position: relative
}

.simple-navigation-unit .mobile-menu-btn-wrapper {
    display: none;
    float: right;
    margin-top: 13px;
    padding: 5px 10px;
    cursor: pointer
}

.simple-navigation-unit .mobile-menu-btn-wrapper .material-icons {
    line-height: 1.3 !important
}

.simple-navigation-unit .navigation-fixed-wrapper {
    position: fixed;
    height: 84px;
    z-index: 298;
    width: 100%;
    background: #f5f5f5
}

.simple-navigation-unit .navigation-fixed-wrapper.static-position {
    position: static
}

.simple-navigation-unit .navigation-fixed-wrapper .navigation-fixed-center {
    max-width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.simple-navigation-unit .navigation-logo-wrapper {
    float: left;
    max-width: 220px;
    padding-top: 10px;
    padding-bottom: 10px
}

.simple-navigation-unit .navigation-logo-wrapper img {
    max-height: 55px;
    width: auto;
    cursor: pointer
}

.simple-navigation-unit .navigation-items-wrapper {
    float: right;
    height: 82px;
    max-width: 960px;
    display: flex;
    align-items: center
}

.simple-navigation-unit .navigation-items-wrapper .featured .sub-options-hover {
    bottom: -5px !important
}

.simple-navigation-unit .navigation-items-wrapper .general-btn-block {
    float: left
}

.simple-navigation-unit .navigation-items-wrapper .sub-options-hover {
    bottom: -28px !important;
    top: auto !important
}

.simple-navigation-unit .navigation-items-wrapper .nav-item {
    float: left;
    background: 0 0 !important;
    box-shadow: none;
    color: #333 !important;
    height: auto !important
}

.simple-navigation-unit .navigation-items-wrapper .nav-item:hover {
    background: #eaeaea !important;
    opacity: 1
}

.simple-navigation-unit .navigation-items-wrapper .nav-item:hover.featured {
    background: 0 0 !important
}

.simple-navigation-unit .navigation-items-wrapper .nav-item .plain-nav-item {
    background: 0 0 !important;
    box-shadow: none
}

.simple-navigation-unit .navigation-items-wrapper .nav-item .plain-nav-item.dark-txt {
    color: #333 !important
}

.simple-navigation-unit .navigation-items-wrapper .nav-item .general-btn {
    line-height: 2.55;
    font-size: 15px;
    display: block;
    padding: 20px 12px 16px
}

.simple-navigation-unit .navigation-items-wrapper .nav-item .general-btn.featured {
    margin-left: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 10px
}

.simple-navigation-unit .navigation-items-wrapper.darker-bg-items .nav-item {
    background: 0 0 !important
}

.simple-navigation-unit .navigation-items-wrapper.darker-bg-items .nav-item:hover {
    background: rgba(0, 0, 0, .2) !important
}

.simple-navigation-unit .navigation-items-wrapper.darker-bg-items .nav-item.featured {
    background: 0 0 !important
}

@media(max-width:1170px) {
    .simple-navigation-unit {
        height: 65px
    }

    .simple-navigation-unit .navigation-fixed-wrapper {
        height: 65px;
        padding-left: 15px;
        padding-right: 15px
    }

    .simple-navigation-unit .navigation-logo-wrapper {
        max-width: 150px;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .simple-navigation-unit .navigation-logo-wrapper img {
        max-height: 60px
    }

    .simple-navigation-unit .nav-item {
        height: 65px !important
    }

    .simple-navigation-unit .nav-item .plain-nav-item {
        padding-bottom: 12px !important
    }

    .simple-navigation-unit .nav-item .general-btn {
        font-size: 11px !important;
        padding: 15px 10px
    }

    .simple-navigation-unit .nav-item .general-btn.featured {
        margin-top: 17px !important;
        margin-bottom: 0 !important
    }
}

@media(max-width:980px) {
    .simple-navigation-unit .general-btn {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
}

@media(max-width:900px) {
    .align-button {
        text-align: center !important
    }

    .simple-navigation-unit .mobile-menu-btn-wrapper {
        display: block
    }

    .simple-navigation-unit .navigation-items-wrapper {
        position: absolute;
        float: none;
        height: auto;
        z-index: 100;
        left: 0;
        display: block;
        top: 65px;
        padding: 10px 20px 10px 25px;
        border-radius: 0 0 3px;
        box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .09);
        transform: scale(0);
        transition: all .3s;
        max-width: 80%
    }

    .simple-navigation-unit .navigation-items-wrapper.gray-bg {
        background: #f5f5f5
    }

    .simple-navigation-unit .navigation-items-wrapper.visible {
        transition: all .3s;
        transform: scale(1)
    }

    .simple-navigation-unit .navigation-items-wrapper .nav-item {
        height: auto !important;
        float: none
    }

    .simple-navigation-unit .navigation-items-wrapper .nav-item .general-btn {
        width: 100%;
        padding: 3px 10px !important;
        text-align: center
    }

    .simple-navigation-unit .navigation-items-wrapper .nav-item .general-btn-block {
        float: none;
        display: block
    }

    .simple-navigation-unit .navigation-items-wrapper .nav-item .featured {
        margin-left: 0 !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        margin-top: 5px !important
    }

    .simple-navigation-unit .navigation-items-wrapper .nav-item .plain-nav-item:hover {
        border-bottom-width: 0 !important
    }
}

.full-width-pin-board {
    text-align: center;
    max-width: 1170px;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 60px
}

.full-width-pin-board span {
    box-shadow: none;
    background: 0 0;
    pointer-events: none
}

.full-width-pin-board ::-webkit-scrollbar {
    width: 0 !important;
    opacity: 0 !important
}

.full-width-pin-board span.clicked {
    pointer-events: auto !important
}

#fb-comment-section {
    margin-top: 20px
}

#fb-comment-section iframe {
    box-shadow: none
}

#fb-comment-section .fb-comments,
#fb-comment-section .fb-comments iframe span[style],
#fb-comment-section .fb-comments iframe[style],
#fb-comment-section .fb-comments span,
#fb-comment-section .fb-like-box,
#fb-comment-section .fb-like-box iframe span[style],
#fb-comment-section .fb-like-box iframe[style],
#fb-comment-section .fb-like-box span {
    width: 100% !important
}

#fb-comment-section .textFacebookCommentsBar {
    padding: 10px 10px 10px 20px;
    font-size: 17px;
    background: #354c8c;
    color: #fff;
    width: 100%;
    font-weight: 500
}

#fb-comment-section .facebookCommentsButtons {
    margin-left: 8px;
    margin-top: 10px
}

@media(max-width:700px) {
    #fb-comment-section .facebookCommentsButtons {
        margin-bottom: 10px
    }
}

#fb-comment-section .fbCommentsWrapper {
    padding: 0;
    background: #fff
}

#fb-comment-section .fbCommentsWrapper-inner {
    padding: 10px
}

#fb-comment-section .fb_iframe_widget {
    margin-left: 5px;
    margin-right: 5px
}

.bg-img-custom-overlay {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #000;
    opacity: .4
}

@media(max-width:767px) {
    .bg-img-custom-overlay {
        display: none
    }

    .persist-overlay .bg-img-custom-overlay {
        display: block
    }

    .fallback-bg .bg-img-custom-overlay {
        display: none
    }
}

.fallback-bg .black-bg {
    color: #fff
}

@media(max-width:1023px) {
    .fallback-bg:after {
        display: none
    }
}

.hero-video-wrapper .video-bg-info-wrapper {
    position: absolute;
    top: 75px;
    right: 10px;
    z-index: 1
}

.hero-video-wrapper .video-bg-info-wrapper .editing-mode-message {
    font-size: 12px
}

.hero-video-wrapper .video-hero-popup .bg-video-play {
    width: 100px;
    margin: auto
}

.hero-video-wrapper .video-hero-popup .bg-video-play i {
    font-size: 100px !important;
    color: #fff;
    cursor: pointer
}

.hero-video-wrapper iframe {
    pointer-events: none
}

.listed-usp-wrapper.block-lists {
    color: #505050
}

.listed-usp-wrapper.block-lists a {
    color: #3b79af !important
}

.listed-usp-wrapper.block-lists h2 {
    color: #505050
}

.usp-item.usp-theme6 strong h2 {
    font-weight: 600 !important
}

.usp-item.usp-theme7 {
    overflow: hidden
}

.usp-item.usp-theme7 .select-img-btn {
    transform: scale(.8)
}

.usp-item.usp-theme7 .unit-row-options {
    top: 20px !important
}

.usp-item.usp-theme7 .overlay-bg-img-btn,
.usp-item.usp-theme7 .select-bg-img-btn {
    top: 0;
    right: auto;
    left: 0
}

.empty-spacer {
    height: 90px
}

.fade-in-false {
    opacity: 0;
    transform: translateY(10%);
    -ms-transform: translateY(10%)
}

.fade-in-true {
    transform: translateY(0);
    -ms-transform: translateY(0);
    transition: all .9s;
    opacity: 1
}

.slide-fade-up-false {
    opacity: 0;
    transform: translateY(10%);
    -ms-transform: translateY(10%)
}

.slide-fade-up-true {
    opacity: 1;
    transform: translateY(0);
    -ms-transform: translateY(0);
    transition: all .9s
}

.slide-in-ltr-false {
    opacity: 0;
    transform: translateX(-40%);
    -ms-transform: translateX(-40%)
}

.preview-row .relative-div:nth-child(1) .slide-in-ltr-true {
    opacity: 1;
    transform: translateX(0);
    -ms-transform: translateX(0);
    transition: all .9s linear
}

.preview-row .relative-div:nth-child(2) .slide-in-ltr-true {
    opacity: 1;
    transform: translateX(0);
    -ms-transform: translateX(0);
    transition: all .9s linear .1s
}

.preview-row .relative-div:nth-child(3) .slide-in-ltr-true {
    opacity: 1;
    transform: translateX(0);
    -ms-transform: translateX(0);
    transition: all .9s linear .2s
}

.preview-row .relative-div:nth-child(4) .slide-in-ltr-true {
    opacity: 1;
    transform: translateX(0);
    -ms-transform: translateX(0);
    transition: all .9s linear .3s
}

.preview-row .relative-div:nth-child(5) .slide-in-ltr-true {
    opacity: 1;
    transform: translateX(0);
    -ms-transform: translateX(0);
    transition: all .9s linear .4s
}

.preview-row .relative-div:nth-child(6) .slide-in-ltr-true {
    opacity: 1;
    transform: translateX(0);
    -ms-transform: translateX(0);
    transition: all .9s linear .5s
}

.image-gallery-item a {
    display: block
}

.content-mode-row .image-gallery-item .gallery-overlay {
    display: none !important
}

.flex-box:nth-child(1) .slide-in-ltr-true {
    opacity: 1;
    transform: translateX(0);
    -ms-transform: translateX(0);
    transition: all .9s linear
}

.flex-box:nth-child(2) .slide-in-ltr-true {
    opacity: 1;
    transform: translateX(0);
    -ms-transform: translateX(0);
    transition: all .9s linear .1s
}

.flex-box:nth-child(3) .slide-in-ltr-true {
    opacity: 1;
    transform: translateX(0);
    -ms-transform: translateX(0);
    transition: all .9s linear .2s
}

.flex-box:nth-child(4) .slide-in-ltr-true {
    opacity: 1;
    transform: translateX(0);
    -ms-transform: translateX(0);
    transition: all .9s linear .3s
}

.flex-box:nth-child(5) .slide-in-ltr-true {
    opacity: 1;
    transform: translateX(0);
    -ms-transform: translateX(0);
    transition: all .9s linear .4s
}

.flex-box:nth-child(6) .slide-in-ltr-true,
.flex-box:nth-child(7) .slide-in-ltr-true,
.flex-box:nth-child(8) .slide-in-ltr-true {
    opacity: 1;
    transform: translateX(0);
    -ms-transform: translateX(0);
    transition: all .9s linear .5s
}

.mirror-box-on .slide-in-false {
    transform: translateX(-1200px);
    -ms-transform: translateX(-1200px)
}

@media(max-width:1169px) {
    .mirror-box-on .slide-in-false {
        transform: translateX(0);
        -ms-transform: translateX(0)
    }
}

.mirror-box-on .slide-in-true {
    transform: translateX(0);
    -ms-transform: translateX(0);
    transition: transform 1.2s
}

.mirror-box-off .slide-in-false {
    transform: translateX(1200px)
}

@media(max-width:1169px) {
    .mirror-box-off .slide-in-false {
        transform: translateX(0);
        -ms-transform: translateX(0)
    }

    .optin-unit .optin-unit-bottom .optin-unit-form .align-left,
    .optin-unit .optin-unit-bottom .optin-unit-form .align-right {
        text-align: center !important
    }
}

.mirror-box-off .slide-in-true {
    transform: translateX(0);
    transition: transform 1.2s
}

.effect-off .mirror-box-off .slide-in-false,
.effect-off .mirror-box-on .slide-in-false {
    transform: translateX(0) !important
}

.news-unit .comment-js-count {
    display: inline
}

.news-unit .post-hexagon .fa {
    display: block
}

.news-unit .news-units-holder .post-block:first-child .post-img img {
    min-height: 305px;
    max-width: 820px !important
}

@media(max-width:900px) {
    .news-unit .news-units-holder .post-block:first-child .post-img img {
        min-height: 0
    }
}

.news-unit .news-units-holder .post-block.theme2:first-child .post-img img {
    min-height: 144px;
    max-width: 100% !important
}

.news-unit .news-units-holder .post-block .post-respect {
    z-index: 10
}

.news-unit .news-units-holder .post-block .post-img img {
    width: 100% !important;
    min-height: 146px;
    border-radius: 3px 3px 0 0;
    margin-left: 50%;
    transform: translateX(-50%);
    max-width: 400px
}

@media(max-width:1170px) {
    .news-unit .news-units-holder .post-block .post-img img {
        width: 100% !important;
        min-height: 0;
        max-width: 100%
    }
}

.flex-form {
    display: inherit;
    width: 100%
}

.search-categories-categories li {
    transition: all .3s;
    transform: scale(1)
}

.search-categories-categories li:hover {
    opacity: .9;
    transition: all .3s;
    transform: scale3d(1.1, 1.1, 1.1)
}

.simple-search-unit .block-btn .general-btn-block {
    display: block
}

.max-width-img img {
    max-width: 70%
}

@media all and (-ms-high-contrast:none) {
    .max-width-flex {
        min-width: 50%
    }
}

.min-width-flex {
    min-width: 50%
}

.two-step-hidden-wrapper {
    display: none !important
}

.two-step-trigger {
    display: inline-block !important
}

.optin-btn-spinner .fa {
    margin-left: 10px;
    font-size: 18px;
    --webkit-animation-name: rev-spin;
    --webkit-animation-duration: 2.5s;
    --webkit-animation-iteration-count: infinite;
    --webkit-animation-timing-function: linear;
    --moz-animation-name: rev-spin;
    --moz-animation-duration: 2.5s;
    --moz-animation-iteration-count: infinite;
    --moz-animation-timing-function: linear;
    --ms-animation-name: rev-spin;
    --ms-animation-duration: 2.5s;
    --ms-animation-iteration-count: infinite;
    --ms-animation-timing-function: linear
}

@keyframes rev-spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.optin-form-wrapper .two-step-notify-wrap {
    font-size: 14px
}

.optin-form-wrapper .two-step-notify-wrap .error-txt {
    color: red;
    font-weight: 600;
    line-height: 2
}

.optin-form-wrapper .two-step-notify-wrap .success-txt {
    color: green;
    font-weight: 600;
    font-size: 18px;
    line-height: 2
}

.two-step-optin-wrapper {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(51, 51, 51, .7);
    z-index: 9999
}

.two-step-optin-wrapper .two-step-popup {
    position: absolute;
    max-width: 550px;
    padding: 0;
    background: #fff;
    box-shadow: 0 4px 18px 5px rgba(51, 51, 51, .9);
    top: 12%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%
}

.two-step-optin-wrapper .two-step-popup .checkbox-flex {
    background: #eaeaea;
    justify-content: center
}

.two-step-optin-wrapper .two-step-popup .checkbox-flex .checkbox-text {
    color: #797979
}

.two-step-optin-wrapper .two-step-popup .two-step-notify-wrap {
    font-size: 14px;
    background: #eaeaea
}

.two-step-optin-wrapper .two-step-popup .two-step-notify-wrap .error-txt {
    color: red;
    font-weight: 600;
    line-height: 2
}

.two-step-optin-wrapper .two-step-popup .two-step-notify-wrap .success-txt {
    color: green;
    font-weight: 600;
    font-size: 18px;
    line-height: 2
}

.two-step-optin-wrapper .two-step-popup .two-step-notify-wrap .success-txt .fa {
    font-size: 60px;
    margin-top: 20px
}

@media(max-width:940px) {
    .two-step-optin-wrapper .two-step-popup {
        top: 15px;
        max-width: 95%
    }
}

.two-step-optin-wrapper .two-step-popup .optin-progress-bar {
    max-width: 100%;
    margin: 10px 10px 15px
}

.two-step-optin-wrapper .two-step-popup .two-step-cta {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    text-align: center
}

.two-step-optin-wrapper .two-step-popup .two-step-sub-title {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 300;
    text-align: center
}

.two-step-optin-wrapper .two-step-popup .two-step-flex-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 10px;
    background: #eaeaea
}

.two-step-optin-wrapper .two-step-popup .two-step-flex-box .two-step-image {
    flex: 1
}

@media(max-width:767px) {
    .two-step-optin-wrapper .two-step-popup .two-step-flex-box .two-step-image {
        flex: .3
    }

    .two-step-optin-wrapper .two-step-popup .two-step-flex-box .two-step-image img {
        max-width: 100px
    }
}

@media(max-width:400px) {
    .two-step-optin-wrapper .two-step-popup .two-step-flex-box .two-step-image img {
        display: none
    }
}

.two-step-optin-wrapper .two-step-popup .two-step-flex-box .two-step-form {
    flex: 1.5
}

.two-step-optin-wrapper .two-step-popup .two-step-bottom-box {
    padding: 0 20px 20px;
    background: #eaeaea
}

.two-step-optin-wrapper .two-step-popup .two-step-bottom-box .general-btn {
    margin-top: 20px
}

.two-step-optin-wrapper .two-step-popup .two-step-micro-txt {
    font-size: 12px;
    margin-top: 15px;
    color: #797979
}

.two-step-optin-wrapper .two-step-popup .two-step-micro-txt .fa {
    margin-right: 5px
}

.two-step-optin-wrapper .two-step-popup .two-step-micro-txt a {
    color: inherit !important
}

.odd-even-row {
    position: relative
}

.odd-even-row .col-xs-10 {
    width: 83.33333333%;
    padding-left: 15px;
    padding-right: 15px
}

@media(max-width:900px) {
    .odd-even-row .col-xs-10 {
        width: 100%;
        display: block;
        float: none;
        margin: auto;
        padding: 0
    }
}

.odd-even-row .col-xs-9 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px
}

@media(max-width:900px) {
    .odd-even-row .col-xs-9 {
        width: 100%;
        display: block;
        float: none;
        margin: auto;
        padding: 0
    }
}

.odd-even-row .col-xs-8 {
    width: 66.66666666%;
    padding-left: 15px;
    padding-right: 15px
}

@media(max-width:900px) {
    .odd-even-row .col-xs-8 {
        width: 100%;
        display: block;
        float: none;
        margin: auto;
        padding: 0
    }
}

.odd-even-row .col-xs-7 {
    width: 58.3333333333%;
    padding-left: 15px;
    padding-right: 15px
}

@media(max-width:900px) {
    .odd-even-row .col-xs-7 {
        width: 100%;
        display: block;
        float: none;
        margin: auto;
        padding: 0
    }
}

.odd-even-row .col-xs-6 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px
}

@media(max-width:900px) {
    .odd-even-row .col-xs-6 {
        width: 100%;
        display: block;
        float: none;
        margin: auto;
        padding: 0
    }
}

.odd-even-row .col-xs-5 {
    width: 41.6666666666%;
    padding-left: 15px;
    padding-right: 15px
}

@media(max-width:900px) {
    .odd-even-row .col-xs-5 {
        width: 100%;
        display: block;
        float: none;
        margin: auto;
        padding: 0
    }
}

.odd-even-row .col-xs-4 {
    width: 33.3333333%;
    padding-left: 15px;
    padding-right: 15px
}

@media(max-width:900px) {
    .odd-even-row .col-xs-4 {
        width: 100%;
        display: block;
        float: none;
        margin: auto;
        padding: 0
    }
}

.odd-even-row .col-xs-3 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px
}

@media(max-width:900px) {
    .odd-even-row .col-xs-3 {
        width: 100%;
        display: block;
        float: none;
        margin: auto;
        padding: 0
    }
}

.odd-even-row .col-xs-2 {
    width: 16.66666666%;
    padding-left: 15px;
    padding-right: 15px
}

@media(max-width:900px) {
    .odd-even-row .col-xs-2 {
        width: 100%;
        display: block;
        float: none;
        margin: auto;
        padding: 0
    }
}

.custom-form,
.inline-form {
    display: inline-block
}

.odd-even-row .col-xs-offset-2 {
    margin-left: 16.66666667%
}

@media(min-width:900px) {
    .odd-even-row .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
}

@media(max-width:960px) {

    .optin-unit-large .align-left,
    .optin-unit-large .align-right {
        text-align: center !important
    }
}

.custom-form {
    max-width: 500px
}

.custom-form label {
    margin-top: 5px
}

.custom-form input[type=submit] {
    cursor: pointer;
    display: block;
    font-size: 16px;
    padding: 10px 20px !important;
    border-radius: 3px;
    background: #689f38;
    color: #fff
}

.custom-form input[type=radio] {
    box-shadow: none !important
}

.custom-form input[type=checkbox],
.custom-form input[type=radio] {
    width: auto !important
}

@keyframes slide {
    100% {
        top: 200px
    }
}

.youtube_videos_element_wrapper {
    text-align: center;
    position: relative
}

.youtube_videos_element_wrapper .youtube-follow-popup {
    position: fixed;
    background: rgba(255, 255, 255, .94);
    right: 40px;
    z-index: 1000;
    top: -300px;
    -webkit-animation: slide .8s forwards;
    -webkit-animation-delay: 3s;
    animation: slide .8s forwards;
    animation-delay: 3s;
    max-width: 400px;
    transition: all .4s
}

.youtube_videos_element_wrapper .youtube-follow-popup .hide-popup {
    position: absolute;
    right: -10px;
    top: -8px;
    cursor: pointer;
    font-size: 20px;
    width: 26px;
    border-radius: 50%;
    z-index: 1000
}

.youtube_videos_element_wrapper .youtube-follow-popup .youtube-follow-popup-content {
    padding-bottom: 30px
}

.youtube_videos_element_wrapper .youtube-follow-popup .youtube-follow-popup-content.hidden {
    display: none
}

@media(max-width:900px) {
    .youtube_videos_element_wrapper .youtube-follow-popup {
        right: 15px;
        left: 15px;
        margin: auto
    }
}

.youtube_videos_element_wrapper .youtube-follow-popup .youtube-follow-popup-title {
    padding: 30px;
    font-size: 18px;
    margin-bottom: 30px
}

.youtube_videos_element_wrapper .youtube-follow-popup .youtube-follow-popup-title:hover {
    opacity: 1 !important
}

.youtube_videos_element_wrapper .youtube-follow-popup .iframe-holder {
    padding-left: 30px;
    padding-right: 30px
}

.youtube_videos_element_wrapper .youtube-follow-popup iframe {
    box-shadow: none !important;
    width: auto !important;
    min-height: 50px !important
}

.youtube_videos_element_wrapper .video-block {
    float: left;
    max-width: 33.33%;
    padding: 20px;
    overflow: hidden
}

.youtube_videos_element_wrapper .video-block .video-title {
    min-height: 50px;
    margin-top: 20px;
    font-size: 14px
}

.youtube_videos_element_wrapper .video-block .general-image-block {
    overflow: hidden;
    position: relative;
    cursor: pointer
}

.youtube_videos_element_wrapper .video-block .general-image-block:after {
    font-family: 'font awesome 5 pro', 'font awesome 5 free';
    font-weight: 900;
    content: '\f04b';
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 20%;
    font-size: 100px;
    color: #ff5956;
    opacity: .6;
    transition: all .6s
}

.youtube_videos_element_wrapper .video-block .general-image-block:hover {
    opacity: .6
}

.youtube_videos_element_wrapper .video-block .general-image-block:hover:after {
    transition: all .6s;
    top: -200px
}

.youtube_videos_element_wrapper .video-block .video-img {
    width: 100%;
    height: auto;
    margin-top: -40px;
    margin-bottom: -40px
}

@media(max-width:1080px) {
    .youtube_videos_element_wrapper .video-block {
        max-width: 50% !important
    }

    .youtube_videos_element_wrapper .video-block .video-img {
        margin-top: -50px;
        margin-bottom: -50px
    }
}

@media(max-width:767px) {
    .youtube_videos_element_wrapper .video-block {
        max-width: 100% !important;
        float: none
    }

    .youtube_videos_element_wrapper .video-block .video-img {
        margin-top: -50px;
        margin-bottom: -50px
    }

    .youtube_videos_element_wrapper .video-block .general-image-block:after {
        font-size: 80px
    }
}

.phoenixPagesYoutubePopupPlayer {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, .8)
}

.phoenixPagesYoutubePopupPlayer .yt-video-iframe-wrapper {
    position: absolute;
    max-width: 775px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center
}

.phoenixPagesYoutubePopupPlayer .yt-video-iframe-wrapper .close-yt-video-iframe-wrapper {
    right: 0;
    top: 12%;
    position: absolute;
    color: #fff;
    cursor: pointer
}

.phoenixPagesYoutubePopupPlayer .yt-video-iframe-wrapper .close-yt-video-iframe-wrapper:hover {
    opacity: .8
}

.phoenixPagesYoutubePopupPlayer .yt-video-iframe-wrapper iframe {
    margin: 12% auto auto;
    display: inline-block;
    height: auto;
    min-height: 435px
}

@media(max-width:900px) {
    .phoenixPagesYoutubePopupPlayer .yt-video-iframe-wrapper .close-yt-video-iframe-wrapper {
        top: 20px
    }

    .phoenixPagesYoutubePopupPlayer .yt-video-iframe-wrapper {
        left: 20px;
        right: 20px
    }

    .phoenixPagesYoutubePopupPlayer .yt-video-iframe-wrapper iframe {
        min-height: 300px
    }
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none !important;
    position: absolute !important;
    left: -9000px
}

.listed-usp-wrapper .usp-list-item.hidden-block,
.post-shares {
    display: none !important
}

.blog_overview_element_wrapper.no-date .post-details,
.blog_overview_element_wrapper.show-comments-only .post-shares,
.blog_overview_element_wrapper.show-likes-only .post-comments {
    display: none
}

.mimic-title {
    position: relative
}

.mimic-title span {
    display: none;
    line-height: 1.3 !important
}

.mimic-title:hover span {
    display: block;
    line-height: 1.6;
    font-size: 12px;
    padding: 8px;
    background: rgba(70, 70, 70, .88);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    width: auto;
    top: calc(100% + 4px);
    z-index: 2000;
    border-radius: 3px;
    font-weight: 400;
    white-space: nowrap;
    color: #fff
}

.follow-social-btn.facebook,
.share-post-btn.facebook {
    background: #306199 !important
}

.follow-social-btn.google-plus,
.share-post-btn.google-plus {
    background: #e93f2f !important
}

.follow-social-btn.twitter,
.share-post-btn.twitter {
    background: #26c4f1 !important
}

.follow-social-btn.linkedin,
.share-post-btn.linkedin {
    background: #007bb6 !important
}

.follow-social-btn.pinterest,
.share-post-btn.pinterest {
    background: #bd081c !important
}

.follow-social-btn.trigger-comments,
.share-post-btn.trigger-comments {
    background: #48881c !important
}

.follow-social-btn.whatsapp,
.share-post-btn.whatsapp {
    background: #35ca50 !important
}

.total-share-count {
    display: inline
}

.floating-comments-holder {
    padding: 10px 25px 10px 15px;
    position: fixed;
    background: #fff;
    left: 30px;
    bottom: 30px;
    border-radius: 55px;
    box-shadow: 2px 3px 1px rgba(0, 0, 0, .1);
    visibility: hidden;
    display: flex;
    align-items: center;
    max-width: 360px
}

.floating-comments-holder.square {
    border-radius: 5px
}

.floating-comments-holder .respond-cta {
    margin: 20px 10px 0;
    font-size: 14px;
    display: block;
    text-align: center
}

.floating-comments-holder .respond-cta .respond-post-btn {
    margin: 15px auto 10px;
    display: block;
    text-align: center;
    color: #fff;
    background: #337ab7;
    padding: 8px;
    max-width: 140px;
    border-radius: 3px;
    font-size: 12px;
    cursor: pointer
}

.floating-comments-holder .respond-cta .respond-post-btn .fa {
    margin-left: 5px
}

.floating-comments-holder .respond-cta .respond-post-btn:hover {
    opacity: .8
}

.category-template-wrapper.sidebar-cc-category-overview .category-left-sidebar-wrapper .category-sidebar .article-block:hover,
.comments-row .comment-reply-link:hover {
    opacity: .7
}

.floating-comments-holder .floating-comment-image {
    border-radius: 50%;
    flex: 1;
    display: flex;
    align-items: center
}

.floating-comments-holder .floating-comment-image img {
    border-radius: 50%;
    max-width: 60px;
    height: auto
}

.floating-comments-holder .floating-comment-right {
    flex: 3;
    margin-left: 20px
}

.floating-comments-holder .floating-comment-right .floating-comment-name {
    font-size: 14px;
    font-weight: 600
}

.floating-comments-holder .floating-comment-right .floating-comment-message {
    font-size: 12px;
    margin-top: 5px;
    font-weight: 300;
    width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.blogpost-author-bio .author-bio-text,
.comments-row .comment-message p {
    white-space: pre-line
}

.floating-comments-holder .floating-comment-right .respond-post-btn {
    font-size: 12px;
    color: #337ab7;
    margin-top: 10px;
    display: flex;
    align-items: center
}

.floating-comments-holder .floating-comment-right .respond-post-btn.hidden {
    display: none
}

.floating-comments-holder .floating-comment-right .respond-post-btn .fa {
    margin-left: 5px
}

.comments-row .comment-reply-link {
    color: #337ab7;
    cursor: pointer
}

.comments-row .comment-by p {
    display: inline
}

@media(max-width:900px) {

    .comments-row .comment-by,
    .comments-row .comment-message,
    .comments-row .replybtn .comment-reply-link,
    .comments-row .replybtn .fa {
        font-size: 12px !important
    }

    .comments-row {
        margin: 10px !important
    }

    .comments-row .comment-person {
        padding-right: 5px !important
    }

    .comments-row .comment-person img {
        width: 75px !important;
        height: 75px !important
    }

    .comments-row .nested-comment-block .comment-person img {
        width: 50px !important;
        height: 50px !important
    }

    .comments-row .balloon-tail {
        margin-top: 10px !important
    }

    .comments-row .comment-by p {
        display: inline
    }

    .comments-row .nested-comment-block {
        margin-left: 30px !important
    }
}

.content-video-unit-video {
    position: relative
}

.content-video-unit-video .content-video-trigger {
    display: inline-block;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    cursor: pointer
}

.content-video-unit-video .content-video-trigger .close-docked-video {
    display: none
}

@media(max-width:900px) {
    .content-video-unit-video .content-video-trigger {
        display: none !important
    }
}

.content-video-unit-video .content-video-trigger.is-playing {
    top: 30px;
    bottom: 50px
}

.content-video-unit-video .content-video-trigger:after {
    content: "";
    height: 32px;
    width: 60px;
    position: absolute;
    bottom: -50px;
    left: 0
}

.content-video-unit-video .docked-video {
    position: fixed !important;
    top: 155px;
    right: 10%;
    left: auto;
    bottom: auto !important;
    z-index: 100000
}

.content-video-unit-video .docked-video .close-docked-video {
    right: -1px;
    top: -35px;
    cursor: pointer;
    font-size: 20px;
    background: rgba(0, 0, 0, .58);
    width: 30px;
    padding: 5px;
    line-height: 1;
    color: #fff;
    display: block;
    position: absolute;
    z-index: 1002
}

.content-video-unit-video .docked-video.content-video-trigger {
    z-index: 1001;
    width: 420px !important;
    top: 155px;
    height: 157px !important
}

.content-video-unit-video .docked-video.content-video-trigger:after {
    content: "";
    height: 30px;
    width: 60px;
    position: absolute;
    bottom: -45px;
    left: 0
}

.content-video-unit-video iframe.docked-video {
    max-height: 400px !important;
    width: 420px !important;
    height: 236px !important;
    position: fixed !important;
    top: 120px !important;
    left: auto !important;
    bottom: auto !important;
    right: 10% !important;
    z-index: 1000
}

.blogpost-content .embed-container {
    position: relative;
    padding-bottom: 0;
    height: auto;
    text-align: center
}

.blogpost-content .embed-container .blogpost-video-trigger {
    display: inline-block;
    position: absolute;
    z-index: 100;
    width: 700px !important;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 354px !important;
    cursor: pointer
}

.blogpost-content .embed-container .blogpost-video-trigger .close-docked-video {
    display: none
}

@media(max-width:900px) {
    .blogpost-content .embed-container .blogpost-video-trigger {
        display: none !important
    }
}

.blogpost-content .embed-container .blogpost-video-trigger.is-playing {
    top: 40px;
    height: 201px !important
}

.blogpost-content .embed-container .blogpost-video-trigger:after {
    content: "";
    height: 60px;
    width: 60px;
    position: absolute;
    bottom: -40px;
    left: 0
}

.blogpost-content .embed-container .docked-video {
    position: fixed !important;
    top: 155px;
    right: 10%;
    left: auto;
    bottom: auto !important;
    z-index: 1000
}

.blogpost-content .embed-container .docked-video .close-docked-video {
    right: -1px;
    top: -35px;
    cursor: pointer;
    font-size: 20px;
    background: rgba(0, 0, 0, .58);
    width: 30px;
    padding: 5px;
    line-height: 1;
    color: #fff;
    display: block;
    position: absolute;
    z-index: 1002
}

.blogpost-content .embed-container .docked-video.blogpost-video-trigger,
.blogpost-content .embed-container .docked-video.content-video-trigger {
    z-index: 1001;
    width: 320px !important;
    top: 155px;
    height: 100px !important
}

.blogpost-content .embed-container .docked-video.blogpost-video-trigger:after,
.blogpost-content .embed-container .docked-video.content-video-trigger:after {
    content: "";
    height: 60px;
    width: 55px;
    position: absolute;
    bottom: -45px;
    left: 0
}

.blogpost-content .embed-container iframe {
    position: relative !important;
    max-height: 400px !important;
    width: 700px !important;
    height: 394px !important;
    box-shadow: none !important
}

@media(max-width:900px) {
    .blogpost-content .embed-container iframe {
        top: 0 !important;
        left: 0 !important;
        width: auto !important;
        height: auto !important
    }
}

.blogpost-content .embed-container iframe.docked-video {
    max-height: 400px !important;
    width: 320px !important;
    height: 180px !important;
    position: fixed !important;
    top: 120px !important;
    left: auto !important;
    bottom: auto !important;
    right: 10% !important;
    z-index: 1000
}

.blogpost-comments-title {
    font-size: 24px;
    text-align: center
}

.blogpost-comments {
    display: none
}

.blogpost-comments .comment-edit-link,
.comment-form .comment-edit-link {
    cursor: pointer
}

.blogpost-comments .maple-syrup-jar,
.comment-form .maple-syrup-jar {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.comment-respond {
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #f9f9f9;
    padding: 10px
}

.comment-respond .relative-box {
    position: relative
}

.comment-respond .input-icon {
    position: absolute;
    margin-top: 11px;
    margin-left: 12px;
    color: #a5a5a5
}

.maple-syrup-jar {
    opacity: 0 !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important
}

.blogpost-comments,
.blogpost-comments-in-comment {
    max-width: 700px;
    margin: auto
}

.blogpost-comments h3,
.blogpost-comments-in-comment h3 {
    line-height: 1.7
}

@media(max-width:900px) {

    .blogpost-comments,
    .blogpost-comments-in-comment {
        margin: 10px
    }

    .blogpost-comments .blogpost-block-comments-title,
    .blogpost-comments-in-comment .blogpost-block-comments-title {
        font-size: 14px !important
    }
}

.blogpost-comments label,
.blogpost-comments-in-comment label {
    font-size: 14px;
    display: none
}

.blogpost-comments textarea,
.blogpost-comments-in-comment textarea {
    display: block;
    height: 100px;
    font-size: 14px
}

.blogpost-comments ::placeholder,
.blogpost-comments-in-comment ::placeholder {
    color: #b3b3b3
}

.blogpost-comments .comment-input-box input,
.blogpost-comments-in-comment .comment-input-box input {
    margin-top: 20px;
    display: block;
    height: 45px;
    font-size: 14px
}

.blogpost-comments .comment-input-box small,
.blogpost-comments-in-comment .comment-input-box small {
    font-size: 11px;
    color: #21ab21;
    font-style: italic;
    margin-top: 5px;
    margin-left: 5px;
    display: block
}

.blogpost-comments .form-submit,
.blogpost-comments-in-comment .form-submit {
    display: inline-block;
    text-align: center
}

.blogpost-comments .form-submit .place-comment-btn,
.blogpost-comments-in-comment .form-submit .place-comment-btn {
    text-align: center;
    min-width: 120px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    margin-top: 20px
}

.blogpost-comments .form-submit .place-comment-btn:after,
.blogpost-comments-in-comment .form-submit .place-comment-btn:after {
    content: "\f7f5";
    font-family: 'font awesome 5 pro', 'font awesome 5 free';
    font-weight: 900;
    margin-left: 10px;
    display: inline-block
}

@media(max-width:700px) {

    .category-template-wrapper .comments-row,
    .content-canon-template-wrapper .comments-row {
        max-width: 400px !important
    }
}

.category-template-wrapper .breadcrumbs-wrapper,
.content-canon-template-wrapper .breadcrumbs-wrapper {
    display: flex;
    margin-bottom: 10px
}

.category-template-wrapper .breadcrumbs-wrapper .breadcrumb-block,
.content-canon-template-wrapper .breadcrumbs-wrapper .breadcrumb-block {
    padding: 6px 0;
    font-size: 13px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
    color: #747474
}

.category-template-wrapper .breadcrumbs-wrapper .breadcrumb-block:after,
.content-canon-template-wrapper .breadcrumbs-wrapper .breadcrumb-block:after {
    content: '\f0da';
    font-family: 'font awesome 5 pro', 'font awesome 5 free';
    font-weight: 600;
    margin-left: 5px;
    font-size: 10px
}

.category-template-wrapper .breadcrumbs-wrapper .breadcrumb-block.active,
.content-canon-template-wrapper .breadcrumbs-wrapper .breadcrumb-block.active {
    font-weight: 600
}

.category-template-wrapper .breadcrumbs-wrapper .breadcrumb-block:last-child,
.content-canon-template-wrapper .breadcrumbs-wrapper .breadcrumb-block:last-child {
    margin-right: 0
}

.category-template-wrapper .breadcrumbs-wrapper .breadcrumb-block:last-child:after,
.content-canon-template-wrapper .breadcrumbs-wrapper .breadcrumb-block:last-child:after {
    display: none
}

.category-template-wrapper .breadcrumbs-wrapper {
    margin-bottom: 20px;
    margin-top: 20px
}

.category-template-wrapper .breadcrumbs-wrapper .breadcrumb-block {
    color: #337ab7
}

.content-canon-template-wrapper {
    border-bottom: 2px dotted #dcdcdc
}

.content-canon-template-wrapper .breadcrumbs-wrapper {
    flex-wrap: wrap
}

.category-template-wrapper {
    margin: auto;
    background: #fff
}

.category-template-wrapper .category-main-wrapper {
    border-bottom: 2px dotted #dcdcdc
}

@media(max-width:1200px) {
    .content-canon-template-wrapper .breadcrumbs-wrapper {
        flex-wrap: wrap;
        position: relative;
        top: auto
    }

    .category-template-wrapper .category-main-wrapper {
        padding: 0 35px
    }
}

.category-template-wrapper .category-right-sidebar-wrapper {
    display: flex;
    align-items: flex-start
}

.category-template-wrapper .category-right-sidebar-wrapper .category-main-wrapper {
    flex: 3.5;
    background: #fff
}

.category-template-wrapper .category-right-sidebar-wrapper .category-sidebar {
    flex: 1;
    background: #fff;
    padding: 30px
}

.category-template-wrapper .category-right-sidebar-wrapper .category-sidebar .sidebar-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px
}

.category-template-wrapper .category-related-articles {
    font-weight: 300;
    font-size: 14px
}

@media(max-width:970px) {
    .single-usp-product .usp-grid {
        -ms-grid-columns: 2fr;
        grid-template-columns: 2fr
    }

    .category-template-wrapper .additional-content-wrapper .inner-content {
        margin: 0 35px
    }
}

.category-template-wrapper .additional-content-wrapper .category-hero-image,
.category-template-wrapper .category-content .category-hero-image {
    overflow: hidden
}

.category-template-wrapper .additional-content-wrapper .category-hero-image img,
.category-template-wrapper .category-content .category-hero-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.category-template-wrapper .additional-content-wrapper .inner-content,
.category-template-wrapper .category-content .inner-content {
    padding: 50px
}

.category-template-wrapper .additional-content-wrapper .inner-content img.alignright,
.category-template-wrapper .category-content .inner-content img.alignright {
    display: inline-block !important;
    float: right;
    margin: 15px 40px !important
}

.category-template-wrapper .additional-content-wrapper .inner-content img.alignleft,
.category-template-wrapper .category-content .inner-content img.alignleft {
    display: inline-block !important;
    float: left;
    margin: 15px 40px !important
}

.category-template-wrapper .additional-content-wrapper .inner-content img.aligncenter,
.category-template-wrapper .category-content .inner-content img.aligncenter {
    margin: auto !important;
    display: block
}

.category-template-wrapper .additional-content-wrapper .inner-content .category-title,
.category-template-wrapper .category-content .inner-content .category-title {
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: center
}

@media(max-width:767px) {

    .category-template-wrapper .additional-content-wrapper .inner-content .category-title,
    .category-template-wrapper .category-content .inner-content .category-title {
        margin-top: 20px !important
    }
}

.category-template-wrapper .additional-content-wrapper .inner-content .category-content,
.category-template-wrapper .additional-content-wrapper .inner-content .category-desc,
.category-template-wrapper .category-content .inner-content .category-content,
.category-template-wrapper .category-content .inner-content .category-desc {
    font-size: 16px;
    line-height: 1.7
}

.category-template-wrapper .additional-content-wrapper .inner-content .category-content .smart-content-link .turbo-snippet-wrapper .turbo-snippet-image,
.category-template-wrapper .additional-content-wrapper .inner-content .category-desc .smart-content-link .turbo-snippet-wrapper .turbo-snippet-image,
.category-template-wrapper .category-content .inner-content .category-content .smart-content-link .turbo-snippet-wrapper .turbo-snippet-image,
.category-template-wrapper .category-content .inner-content .category-desc .smart-content-link .turbo-snippet-wrapper .turbo-snippet-image {
    max-width: 100%;
    margin-bottom: 0;
    border-radius: 0
}

.category-template-wrapper .additional-content-wrapper .inner-content .category-content .smart-content-link .turbo-snippet-wrapper .turbo-snippet-image img,
.category-template-wrapper .additional-content-wrapper .inner-content .category-desc .smart-content-link .turbo-snippet-wrapper .turbo-snippet-image img,
.category-template-wrapper .category-content .inner-content .category-content .smart-content-link .turbo-snippet-wrapper .turbo-snippet-image img,
.category-template-wrapper .category-content .inner-content .category-desc .smart-content-link .turbo-snippet-wrapper .turbo-snippet-image img {
    max-width: 100% !important;
    margin: 0 !important;
    border-radius: 2px 2px 0 0
}

.category-template-wrapper .additional-content-wrapper .inner-content .category-content p,
.category-template-wrapper .additional-content-wrapper .inner-content .category-desc p,
.category-template-wrapper .category-content .inner-content .category-content p,
.category-template-wrapper .category-content .inner-content .category-desc p {
    margin-bottom: 20px
}

.category-template-wrapper .additional-content-wrapper .inner-content .category-content .fr-img-wrap .fr-inner,
.category-template-wrapper .additional-content-wrapper .inner-content .category-desc .fr-img-wrap .fr-inner,
.category-template-wrapper .category-content .inner-content .category-content .fr-img-wrap .fr-inner,
.category-template-wrapper .category-content .inner-content .category-desc .fr-img-wrap .fr-inner {
    text-align: center;
    display: block
}

.category-template-wrapper .additional-content-wrapper .inner-content .category-content .embed-container,
.category-template-wrapper .additional-content-wrapper .inner-content .category-desc .embed-container,
.category-template-wrapper .category-content .inner-content .category-content .embed-container,
.category-template-wrapper .category-content .inner-content .category-desc .embed-container {
    margin: 20px 0
}

.category-template-wrapper .additional-content-wrapper .inner-content .category-content .embed-container iframe,
.category-template-wrapper .additional-content-wrapper .inner-content .category-desc .embed-container iframe,
.category-template-wrapper .category-content .inner-content .category-content .embed-container iframe,
.category-template-wrapper .category-content .inner-content .category-desc .embed-container iframe {
    margin: auto
}

.category-template-wrapper .additional-content-wrapper .inner-content .category-content ol,
.category-template-wrapper .additional-content-wrapper .inner-content .category-content ul,
.category-template-wrapper .additional-content-wrapper .inner-content .category-desc ol,
.category-template-wrapper .additional-content-wrapper .inner-content .category-desc ul,
.category-template-wrapper .category-content .inner-content .category-content ol,
.category-template-wrapper .category-content .inner-content .category-content ul,
.category-template-wrapper .category-content .inner-content .category-desc ol,
.category-template-wrapper .category-content .inner-content .category-desc ul {
    font-weight: inherit;
    font-size: inherit;
    list-style: circle;
    margin-top: 20px
}

.category-template-wrapper .additional-content-wrapper .inner-content .category-content ol li,
.category-template-wrapper .additional-content-wrapper .inner-content .category-content ul li,
.category-template-wrapper .additional-content-wrapper .inner-content .category-desc ol li,
.category-template-wrapper .additional-content-wrapper .inner-content .category-desc ul li,
.category-template-wrapper .category-content .inner-content .category-content ol li,
.category-template-wrapper .category-content .inner-content .category-content ul li,
.category-template-wrapper .category-content .inner-content .category-desc ol li,
.category-template-wrapper .category-content .inner-content .category-desc ul li {
    padding-left: 0;
    margin-left: 20px
}

.category-template-wrapper .additional-content-wrapper .inner-content .category-content ol li:before,
.category-template-wrapper .additional-content-wrapper .inner-content .category-content ul li:before,
.category-template-wrapper .additional-content-wrapper .inner-content .category-desc ol li:before,
.category-template-wrapper .additional-content-wrapper .inner-content .category-desc ul li:before,
.category-template-wrapper .category-content .inner-content .category-content ol li:before,
.category-template-wrapper .category-content .inner-content .category-content ul li:before,
.category-template-wrapper .category-content .inner-content .category-desc ol li:before,
.category-template-wrapper .category-content .inner-content .category-desc ul li:before {
    display: none
}

.category-template-wrapper .additional-content-wrapper .inner-content .category-content ul,
.category-template-wrapper .additional-content-wrapper .inner-content .category-desc ul,
.category-template-wrapper .category-content .inner-content .category-content ul,
.category-template-wrapper .category-content .inner-content .category-desc ul {
    list-style: decimal
}

.category-template-wrapper .additional-content-wrapper .inner-content .category-content h1,
.category-template-wrapper .additional-content-wrapper .inner-content .category-desc h1,
.category-template-wrapper .category-content .inner-content .category-content h1,
.category-template-wrapper .category-content .inner-content .category-desc h1 {
    line-height: 1.7;
    padding-bottom: 15px;
    margin-top: 25px;
    color: #333
}

.category-template-wrapper .additional-content-wrapper .inner-content .category-content h2,
.category-template-wrapper .additional-content-wrapper .inner-content .category-content h3,
.category-template-wrapper .additional-content-wrapper .inner-content .category-desc h2,
.category-template-wrapper .additional-content-wrapper .inner-content .category-desc h3,
.category-template-wrapper .category-content .inner-content .category-content h2,
.category-template-wrapper .category-content .inner-content .category-content h3,
.category-template-wrapper .category-content .inner-content .category-desc h2,
.category-template-wrapper .category-content .inner-content .category-desc h3 {
    line-height: 1.7;
    margin-bottom: 0;
    padding-bottom: 15px;
    margin-top: 25px;
    color: #333
}

.category-template-wrapper .additional-content-wrapper .inner-content .category-content h2,
.category-template-wrapper .additional-content-wrapper .inner-content .category-desc h2,
.category-template-wrapper .category-content .inner-content .category-content h2,
.category-template-wrapper .category-content .inner-content .category-desc h2 {
    font-size: 22px !important
}

.category-template-wrapper .additional-content-wrapper .inner-content .category-content h3,
.category-template-wrapper .additional-content-wrapper .inner-content .category-desc h3,
.category-template-wrapper .category-content .inner-content .category-content h3,
.category-template-wrapper .category-content .inner-content .category-desc h3 {
    font-size: 20px !important
}

.category-template-wrapper .additional-content-wrapper .inner-content .category-content h2:first-child,
.category-template-wrapper .additional-content-wrapper .inner-content .category-desc h2:first-child,
.category-template-wrapper .category-content .inner-content .category-content h2:first-child,
.category-template-wrapper .category-content .inner-content .category-desc h2:first-child {
    margin-top: 0
}

.category-template-wrapper .additional-content-wrapper .inner-content .category-content img,
.category-template-wrapper .additional-content-wrapper .inner-content .category-desc img,
.category-template-wrapper .category-content .inner-content .category-content img,
.category-template-wrapper .category-content .inner-content .category-desc img {
    max-width: 100%;
    display: block;
    margin: 30px auto;
    height: auto;
    width: auto
}

.category-template-wrapper .additional-content-wrapper .inner-content .category-content blockquote,
.category-template-wrapper .additional-content-wrapper .inner-content .category-desc blockquote,
.category-template-wrapper .category-content .inner-content .category-content blockquote,
.category-template-wrapper .category-content .inner-content .category-desc blockquote {
    margin: 20px 0;
    clear: both
}

.category-template-wrapper .additional-content-wrapper .inner-content .category-content iframe,
.category-template-wrapper .additional-content-wrapper .inner-content .category-desc iframe,
.category-template-wrapper .category-content .inner-content .category-content iframe,
.category-template-wrapper .category-content .inner-content .category-desc iframe {
    display: block;
    margin: 30px auto
}

.category-template-wrapper .additional-content-wrapper .inner-content .category-content .btn,
.category-template-wrapper .additional-content-wrapper .inner-content .category-content .btn-success,
.category-template-wrapper .additional-content-wrapper .inner-content .category-desc .btn,
.category-template-wrapper .additional-content-wrapper .inner-content .category-desc .btn-success,
.category-template-wrapper .category-content .inner-content .category-content .btn,
.category-template-wrapper .category-content .inner-content .category-content .btn-success,
.category-template-wrapper .category-content .inner-content .category-desc .btn,
.category-template-wrapper .category-content .inner-content .category-desc .btn-success {
    padding: 15px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    color: #fff;
    background-color: #40ab40;
    border-color: #4cae4c;
    box-shadow: 0 2px 0 0 #2e5d11;
    display: block;
    text-align: center;
    max-width: 360px;
    margin: 20px auto
}

.category-template-wrapper .additional-content-wrapper .inner-content .category-content .pull-right,
.category-template-wrapper .additional-content-wrapper .inner-content .category-desc .pull-right,
.category-template-wrapper .category-content .inner-content .category-content .pull-right,
.category-template-wrapper .category-content .inner-content .category-desc .pull-right {
    float: right
}

.category-template-wrapper .additional-content-wrapper .inner-content .category-content .pull-left,
.category-template-wrapper .additional-content-wrapper .inner-content .category-desc .pull-left,
.category-template-wrapper .category-content .inner-content .category-content .pull-left,
.category-template-wrapper .category-content .inner-content .category-desc .pull-left {
    float: left
}

.category-template-wrapper .category-articles-parent h2 {
    font-weight: 500;
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px
}

.category-template-wrapper .category-articles-wrapper {
    padding: 0 20px 20px;
    display: flex;
    flex-wrap: wrap
}

.category-template-wrapper .category-articles-wrapper .article-block {
    flex: 1 0 calc(33.333333% - 60px);
    margin: 0 30px;
    max-width: calc(33.333333% - 60px);
    cursor: pointer;
    display: flex;
    align-items: center
}

.category-template-wrapper .category-articles-wrapper .article-block:hover {
    opacity: .8;
    transition: all .3s
}

.category-template-wrapper .category-articles-wrapper .article-block:hover img {
    transform: scale(1.05);
    transition: all .3s
}

.category-template-wrapper .category-articles-wrapper .article-block .article-image {
    max-height: 120px;
    overflow: hidden
}

.category-template-wrapper .category-articles-wrapper .article-block .article-image i {
    font-size: 60px;
    color: #237ddc
}

.category-template-wrapper .category-articles-wrapper .article-block .article-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.category-template-wrapper .category-articles-wrapper .article-block .article-content {
    padding: 15px 5px
}

.category-template-wrapper .category-articles-wrapper .article-block .article-content .article-title {
    font-weight: 600
}

.category-template-wrapper .category-articles-wrapper .article-block .article-content .article-desc {
    font-size: 12px
}

.category-template-wrapper.basic-cc-category-overview .category-hero,
.category-template-wrapper.standard-cc-category-overview .category-hero {
    height: 240px;
    width: 100%;
    background: #1f73b4;
    background: linear-gradient(162deg, #1f73b4 0, #2188ce 24%, #239ce9 100%)
}

.category-template-wrapper.basic-cc-category-overview .category-hero .hero-content-wrapper .hero-content-search input,
.category-template-wrapper.basic-cc-category-overview .category-hero-image .hero-content-wrapper .hero-content-search input,
.category-template-wrapper.fancy-cc-category-overview .category-hero .hero-content-wrapper .hero-content-search input,
.category-template-wrapper.fancy-cc-category-overview .category-hero-image .hero-content-wrapper .hero-content-search input,
.category-template-wrapper.standard-cc-category-overview .category-hero .hero-content-wrapper .hero-content-search input {
    background: #fff
}

.category-template-wrapper.basic-cc-category-overview .category-hero .general-btn,
.category-template-wrapper.standard-cc-category-overview .category-hero .general-btn {
    border: 2px solid #fff;
    color: #fff
}

.category-template-wrapper.basic-cc-category-overview .category-hero .general-btn:before,
.category-template-wrapper.standard-cc-category-overview .category-hero .general-btn:before {
    display: none
}

.category-template-wrapper.basic-cc-category-overview .category-articles-parent,
.category-template-wrapper.standard-cc-category-overview .category-articles-parent {
    border-top: 2px dotted #dcdcdc;
    padding-top: 30px
}

.category-template-wrapper.basic-cc-category-overview .category-articles-parent h2,
.category-template-wrapper.standard-cc-category-overview .category-articles-parent h2 {
    font-size: 26px;
    text-align: left;
    color: #333
}

.category-template-wrapper.basic-cc-category-overview .category-articles-wrapper,
.category-template-wrapper.standard-cc-category-overview .category-articles-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 2fr 2fr;
    grid-template-columns: 2fr 2fr 2fr;
    grid-column-gap: 50px;
    padding: 10px 0 30px
}

@media(max-width:1080px) {

    .category-template-wrapper.basic-cc-category-overview .category-articles-wrapper,
    .category-template-wrapper.standard-cc-category-overview .category-articles-wrapper {
        -ms-grid-columns: 2fr 2fr;
        grid-template-columns: 2fr 2fr
    }
}

@media(max-width:880px) {

    .category-template-wrapper.basic-cc-category-overview .category-articles-wrapper,
    .category-template-wrapper.standard-cc-category-overview .category-articles-wrapper {
        -ms-grid-columns: 2fr;
        grid-template-columns: 2fr
    }
}

.category-template-wrapper.basic-cc-category-overview .category-articles-wrapper .article-block,
.category-template-wrapper.standard-cc-category-overview .category-articles-wrapper .article-block {
    flex: 1;
    max-width: 100%;
    margin: 20px 0;
    padding: 15px 25px;
    display: block
}

.category-template-wrapper.basic-cc-category-overview .category-articles-wrapper .article-block .article-count,
.category-template-wrapper.standard-cc-category-overview .category-articles-wrapper .article-block .article-count {
    font-weight: 300;
    font-size: 14px;
    color: gray;
    padding-top: 15px;
    margin-top: 20px;
    text-align: center;
    border-top: 1px dotted #e8e8e8
}

.category-template-wrapper.basic-cc-category-overview .category-articles-wrapper .article-block .article-content,
.category-template-wrapper.standard-cc-category-overview .category-articles-wrapper .article-block .article-content {
    padding: 0
}

.category-template-wrapper.basic-cc-category-overview .category-articles-wrapper .article-block .article-content .article-title,
.category-template-wrapper.standard-cc-category-overview .category-articles-wrapper .article-block .article-content .article-title {
    display: block;
    align-items: center;
    transition: all .1s;
    font-weight: 300
}

.category-template-wrapper.basic-cc-category-overview .category-articles-wrapper .article-block .article-content .article-title .article-icon,
.category-template-wrapper.standard-cc-category-overview .category-articles-wrapper .article-block .article-content .article-title .article-icon {
    display: flex
}

.category-template-wrapper.basic-cc-category-overview .category-articles-wrapper .article-block .article-content .article-title .article-icon i,
.category-template-wrapper.standard-cc-category-overview .category-articles-wrapper .article-block .article-content .article-title .article-icon i {
    margin-right: 15px;
    font-size: 26px;
    transition: all .1s
}

.category-template-wrapper.basic-cc-category-overview .category-articles-wrapper .article-block .article-content .article-title .article-title-text,
.category-template-wrapper.standard-cc-category-overview .category-articles-wrapper .article-block .article-content .article-title .article-title-text {
    flex: 10;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    min-height: 50px;
    align-items: center;
    color: #337ab7
}

.category-template-wrapper.basic-cc-category-overview .category-articles-wrapper .article-block .article-content .article-title .article-desc-text,
.category-template-wrapper.standard-cc-category-overview .category-articles-wrapper .article-block .article-content .article-title .article-desc-text {
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 15px;
    color: #717171;
    word-break: break-word
}

.category-template-wrapper.basic-cc-category-overview .category-articles-wrapper .article-block:hover .article-content .article-title .article-icon i,
.category-template-wrapper.standard-cc-category-overview .category-articles-wrapper .article-block:hover .article-content .article-title .article-icon i {
    margin-right: 20px
}

.category-template-wrapper.basic-cc-category-overview .additional-content-wrapper .inner-content,
.category-template-wrapper.standard-cc-category-overview .additional-content-wrapper .inner-content {
    border-top: 2px dotted #dcdcdc
}

.category-template-wrapper.standard-cc-category-overview .category-articles-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 2fr;
    grid-template-columns: 2fr 2fr;
    grid-column-gap: 50px;
    padding: 10px 0 30px
}

.category-template-wrapper.standard-cc-category-overview .category-articles-wrapper .article-block {
    flex: 1;
    max-width: 100%;
    margin: 20px 0;
    padding: 20px
}

.category-template-wrapper.standard-cc-category-overview .category-hero {
    height: auto !important;
    max-height: none !important;
    overflow: initial !important
}

.category-template-wrapper.standard-cc-category-overview .category-hero .hero-content-wrapper {
    position: relative !important
}

.category-template-wrapper.sidebar-cc-category-overview .category-left-sidebar-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3fr;
    grid-template-columns: 1fr 3fr
}

.category-template-wrapper.sidebar-cc-category-overview .category-left-sidebar-wrapper .category-content,
.category-template-wrapper.sidebar-cc-category-overview .category-left-sidebar-wrapper .inner-content {
    padding: 0
}

.category-template-wrapper.sidebar-cc-category-overview .category-left-sidebar-wrapper .category-content-content,
.category-template-wrapper.sidebar-cc-category-overview .category-left-sidebar-wrapper .category-desc {
    padding: 70px 100px 50px
}

.category-template-wrapper.sidebar-cc-category-overview .category-left-sidebar-wrapper .category-content-content img,
.category-template-wrapper.sidebar-cc-category-overview .category-left-sidebar-wrapper .category-desc img {
    max-width: 700px !important
}

@media(max-width:1150px) {
    .category-template-wrapper.sidebar-cc-category-overview .category-left-sidebar-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        display: flex;
        flex-wrap: wrap
    }

    .category-template-wrapper.sidebar-cc-category-overview .category-left-sidebar-wrapper .category-content-content,
    .category-template-wrapper.sidebar-cc-category-overview .category-left-sidebar-wrapper .category-desc {
        padding: 35px
    }
}

.category-template-wrapper.sidebar-cc-category-overview .category-left-sidebar-wrapper .category-content-content {
    padding: 50px 100px
}

.category-template-wrapper.sidebar-cc-category-overview .category-left-sidebar-wrapper .additional-content-wrapper {
    margin-top: 40px
}

.category-template-wrapper.sidebar-cc-category-overview .category-left-sidebar-wrapper .breadcrumbs-wrapper {
    margin-top: 0;
    margin-bottom: 10px
}

.category-template-wrapper.sidebar-cc-category-overview .category-left-sidebar-wrapper .breadcrumbs-wrapper .breadcrumb-block {
    color: #747474 !important;
    margin-top: 0
}

.category-template-wrapper.sidebar-cc-category-overview .category-left-sidebar-wrapper .category-sidebar-image {
    margin: -100px -100px 0
}

@media(max-width:1150px) {
    .category-template-wrapper.sidebar-cc-category-overview .category-left-sidebar-wrapper .category-sidebar-image {
        margin: -35px -35px 0
    }
}

.category-template-wrapper.sidebar-cc-category-overview .category-left-sidebar-wrapper .category-sidebar-image img {
    border-radius: 5px 5px 0 0;
    width: 100%;
    max-width: 100% !important
}

@media(max-width:767px) {
    .category-template-wrapper.sidebar-cc-category-overview .category-left-sidebar-wrapper .category-sidebar-image img {
        margin: 0
    }
}

.category-template-wrapper.sidebar-cc-category-overview .category-left-sidebar-wrapper .category-sidebar {
    margin-top: 80px;
    margin-right: 40px
}

@media(max-width:1150px) {
    .category-template-wrapper.sidebar-cc-category-overview .category-left-sidebar-wrapper .category-sidebar {
        margin: 20px 35px 0
    }
}

.category-template-wrapper.sidebar-cc-category-overview .category-left-sidebar-wrapper .category-sidebar .content-canon-related-articles {
    padding-left: 5px
}

.category-template-wrapper.sidebar-cc-category-overview .category-left-sidebar-wrapper .category-sidebar .sidebar-title {
    font-size: 16px;
    margin-bottom: 10px
}

@media(max-width:1150px) {
    .category-template-wrapper.sidebar-cc-category-overview .category-left-sidebar-wrapper .category-sidebar .sidebar-title {
        margin-bottom: 15px
    }
}

.category-template-wrapper.sidebar-cc-category-overview .category-left-sidebar-wrapper .category-sidebar .article-block {
    margin-bottom: 10px;
    transition: all .3s;
    font-size: 14px;
    color: #337ab7
}

@media(max-width:1150px) {
    .category-template-wrapper.sidebar-cc-category-overview .category-left-sidebar-wrapper .category-sidebar .article-block {
        margin-bottom: 15px
    }

    .category-template-wrapper.sidebar-cc-category-overview .category-left-sidebar-wrapper .category-sidebar .article-block .article-icon {
        margin-right: 10px
    }
}

.category-template-wrapper.sidebar-cc-category-overview .category-left-sidebar-wrapper .category-sidebar .article-block .article-count {
    display: none
}

.category-template-wrapper.sidebar-cc-category-overview .category-left-sidebar-wrapper .category-sidebar .article-block .article-title-text {
    display: flex;
    font-weight: 500
}

.category-template-wrapper.sidebar-cc-category-overview .category-left-sidebar-wrapper .category-sidebar .article-block .article-title-text .article-icon {
    margin-right: 5px
}

.category-template-wrapper.sidebar-cc-category-overview .category-left-sidebar-wrapper .category-sidebar .article-block .article-desc-text {
    font-weight: 300;
    margin-top: 5px;
    display: none
}

.category-template-wrapper.sidebar-cc-category-overview .category-left-sidebar-wrapper .category-content-holder {
    margin-top: 40px
}

@media(max-width:767px) {
    .category-template-wrapper.sidebar-cc-category-overview .category-left-sidebar-wrapper .category-sidebar .content-canon-related-articles {
        padding: 0
    }

    .category-template-wrapper.sidebar-cc-category-overview .category-left-sidebar-wrapper .category-content-holder {
        margin-top: 10px
    }
}

.category-template-wrapper.fancy-cc-category-overview .category-articles-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 2fr 2fr;
    grid-template-columns: 2fr 2fr 2fr;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    padding: 20px 0 50px
}

@media(max-width:1080px) {
    .category-template-wrapper.fancy-cc-category-overview .category-articles-wrapper {
        -ms-grid-columns: 2fr 2fr;
        grid-template-columns: 2fr 2fr
    }
}

.category-template-wrapper.fancy-cc-category-overview .article-desc-text {
    word-break: break-word
}

.category-template-wrapper.basic-cc-category-overview .category-hero,
.category-template-wrapper.basic-cc-category-overview .category-hero-image,
.category-template-wrapper.fancy-cc-category-overview .category-hero,
.category-template-wrapper.fancy-cc-category-overview .category-hero-image {
    max-height: 550px;
    overflow: hidden;
    position: relative
}

.category-template-wrapper.basic-cc-category-overview .category-hero img,
.category-template-wrapper.basic-cc-category-overview .category-hero-image img,
.category-template-wrapper.fancy-cc-category-overview .category-hero img,
.category-template-wrapper.fancy-cc-category-overview .category-hero-image img {
    width: 100%
}

.category-template-wrapper.basic-cc-category-overview .category-hero .hero-content-wrapper,
.category-template-wrapper.basic-cc-category-overview .category-hero-image .hero-content-wrapper,
.category-template-wrapper.fancy-cc-category-overview .category-hero .hero-content-wrapper,
.category-template-wrapper.fancy-cc-category-overview .category-hero-image .hero-content-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1170px;
    margin: auto
}

.category-template-wrapper.basic-cc-category-overview .category-hero .hero-content-wrapper .hero-content-title,
.category-template-wrapper.basic-cc-category-overview .category-hero-image .hero-content-wrapper .hero-content-title,
.category-template-wrapper.fancy-cc-category-overview .category-hero .hero-content-wrapper .hero-content-title,
.category-template-wrapper.fancy-cc-category-overview .category-hero-image .hero-content-wrapper .hero-content-title {
    font-size: 42px;
    color: #fff;
    display: flex;
    text-align: center;
    justify-content: center
}

.category-template-wrapper.basic-cc-category-overview .category-hero .hero-content-wrapper .hero-content-search,
.category-template-wrapper.basic-cc-category-overview .category-hero-image .hero-content-wrapper .hero-content-search,
.category-template-wrapper.fancy-cc-category-overview .category-hero .hero-content-wrapper .hero-content-search,
.category-template-wrapper.fancy-cc-category-overview .category-hero-image .hero-content-wrapper .hero-content-search {
    display: flex;
    margin-top: 30px
}

@media(max-width:880px) {
    .category-template-wrapper.fancy-cc-category-overview .category-articles-wrapper {
        -ms-grid-columns: 2fr;
        grid-template-columns: 2fr
    }

    .category-template-wrapper.basic-cc-category-overview .category-hero .hero-content-wrapper .hero-inner-content-wrapper,
    .category-template-wrapper.basic-cc-category-overview .category-hero-image .hero-content-wrapper .hero-inner-content-wrapper,
    .category-template-wrapper.fancy-cc-category-overview .category-hero .hero-content-wrapper .hero-inner-content-wrapper,
    .category-template-wrapper.fancy-cc-category-overview .category-hero-image .hero-content-wrapper .hero-inner-content-wrapper {
        width: 100%
    }

    .category-template-wrapper.basic-cc-category-overview .category-hero .hero-content-wrapper .hero-content-title,
    .category-template-wrapper.basic-cc-category-overview .category-hero-image .hero-content-wrapper .hero-content-title,
    .category-template-wrapper.fancy-cc-category-overview .category-hero .hero-content-wrapper .hero-content-title,
    .category-template-wrapper.fancy-cc-category-overview .category-hero-image .hero-content-wrapper .hero-content-title {
        font-size: 28px !important
    }

    .category-template-wrapper.basic-cc-category-overview .category-hero .hero-content-wrapper .hero-content-search,
    .category-template-wrapper.basic-cc-category-overview .category-hero-image .hero-content-wrapper .hero-content-search,
    .category-template-wrapper.fancy-cc-category-overview .category-hero .hero-content-wrapper .hero-content-search,
    .category-template-wrapper.fancy-cc-category-overview .category-hero-image .hero-content-wrapper .hero-content-search {
        max-width: 92% !important
    }

    .category-template-wrapper.basic-cc-category-overview .category-hero .hero-content-wrapper .hero-content-search input,
    .category-template-wrapper.basic-cc-category-overview .category-hero-image .hero-content-wrapper .hero-content-search input,
    .category-template-wrapper.fancy-cc-category-overview .category-hero .hero-content-wrapper .hero-content-search input,
    .category-template-wrapper.fancy-cc-category-overview .category-hero-image .hero-content-wrapper .hero-content-search input {
        height: 46px;
        flex: .5;
        font-size: 12px
    }

    .category-template-wrapper.basic-cc-category-overview .category-hero .hero-content-wrapper .hero-content-search .general-btn,
    .category-template-wrapper.basic-cc-category-overview .category-hero-image .hero-content-wrapper .hero-content-search .general-btn,
    .category-template-wrapper.fancy-cc-category-overview .category-hero .hero-content-wrapper .hero-content-search .general-btn,
    .category-template-wrapper.fancy-cc-category-overview .category-hero-image .hero-content-wrapper .hero-content-search .general-btn {
        font-size: 13px !important;
        padding: 11px 25px;
        margin: 0;
        display: inline-flex;
        align-items: center
    }
}

.category-template-wrapper.standard-cc-category-overview .category-hero {
    position: relative
}

.category-template-wrapper.standard-cc-category-overview .category-hero .hero-content-wrapper .hero-title-search-bar {
    display: flex;
    align-items: flex-start;
    padding: 20px 0
}

.category-template-wrapper.standard-cc-category-overview .category-hero .hero-content-wrapper .hero-content-title {
    font-size: 32px;
    display: flex;
    width: auto;
    margin-bottom: auto
}

.category-template-wrapper.standard-cc-category-overview .category-hero .hero-content-wrapper .hero-content-search {
    display: flex
}

.category-template-wrapper .cc-index-wrapper,
.content-canon-template-wrapper .cc-index-wrapper {
    padding: 0 5px
}

@media(max-width:767px) {

    .category-template-wrapper .cc-index-wrapper,
    .content-canon-template-wrapper .cc-index-wrapper {
        padding: 0
    }
}

.category-template-wrapper .cc-index-wrapper.sticky-index,
.content-canon-template-wrapper .cc-index-wrapper.sticky-index {
    position: fixed;
    top: 100px;
    max-width: 250px
}

.category-template-wrapper .cc-index-title,
.content-canon-template-wrapper .cc-index-title {
    font-size: 16px;
    margin-bottom: 10px
}

.category-template-wrapper .mobile-index,
.content-canon-template-wrapper .mobile-index {
    display: none;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #337ab7;
    font-weight: 500;
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 3px
}

@media(max-width:1179px) {

    .category-template-wrapper .cc-index-wrapper.sticky-index,
    .content-canon-template-wrapper .cc-index-wrapper.sticky-index {
        max-width: 100%;
        top: 0;
        position: static
    }

    .category-template-wrapper .cc-index-title,
    .content-canon-template-wrapper .cc-index-title {
        display: none
    }

    .category-template-wrapper .mobile-index,
    .content-canon-template-wrapper .mobile-index {
        display: inline-block;
        cursor: pointer
    }

    .category-template-wrapper .mobile-index:after,
    .content-canon-template-wrapper .mobile-index:after {
        content: '\f107';
        font-family: 'font awesome 5 pro', 'font awesome 5 free';
        margin-left: 5px;
        font-weight: 600;
        font-size: 13px
    }
}

.category-template-wrapper .article-index-wrapper,
.content-canon-template-wrapper .article-index-wrapper {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #dcdcdc
}

.category-template-wrapper .article-index-wrapper a,
.content-canon-template-wrapper .article-index-wrapper a {
    text-decoration: none;
    color: #337ab7;
    transition: all .1s
}

.category-template-wrapper .article-index-wrapper a:hover,
.content-canon-template-wrapper .article-index-wrapper a:hover {
    padding-left: 8px
}

.category-template-wrapper .article-index-wrapper ul,
.content-canon-template-wrapper .article-index-wrapper ul {
    margin: 0
}

.category-template-wrapper .article-index-wrapper ul li,
.content-canon-template-wrapper .article-index-wrapper ul li {
    margin: 0 !important;
    padding: 0;
    padding-bottom: 5px !important;
    font-size: 14px;
    color: #337ab7;
    font-weight: 400
}

.content-canon-template-wrapper {
    padding: 80px 0;
    max-width: 1170px;
    margin: auto
}

@media(max-width:1200px) {
    .content-canon-template-wrapper {
        padding: 20px 0
    }
}

@media(max-width:900px) {
    .content-canon-template-wrapper {
        padding-top: 0
    }
}

.content-canon-template-wrapper .share-article-wrapper {
    padding: 20px 40px 5px;
    margin-top: 0;
    background: rgba(218, 218, 218, .45);
    text-align: center
}

.content-canon-template-wrapper .share-article-wrapper .share-article-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600
}

.content-canon-template-wrapper .share-article-wrapper .share-article-btn-wrapper {
    display: flex;
    justify-content: center
}

.content-canon-template-wrapper .share-article-wrapper a {
    margin: 15px 5px 10px;
    padding: 15px 20px;
    cursor: pointer;
    display: inline-flex;
    font-size: 18px;
    align-items: center;
    background: 0 0 !important;
    color: #333;
    border-radius: 3px
}

.content-canon-template-wrapper .share-article-wrapper a:hover {
    background: gray !important;
    color: #fff
}

.content-canon-template-wrapper .share-article-wrapper a .share-post-btn-txt {
    display: none
}

.content-canon-template-wrapper .content-canon-right-sidebar-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 1fr;
    grid-template-columns: 3fr 1fr
}

.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-sidebar {
    padding: 0;
    margin-left: 40px;
    height: 100%
}

.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-sidebar .sidebar-title {
    margin-bottom: 20px
}

.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .article-block {
    display: block !important
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3fr;
    grid-template-columns: 1fr 3fr
}

@media(max-width:1200px) {
    .content-canon-template-wrapper .content-canon-left-sidebar-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        display: flex;
        flex-wrap: wrap
    }

    .content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-sidebar {
        order: 1;
        margin-top: 0 !important;
        margin-bottom: 20px;
        margin-left: 15px;
        padding-bottom: 45px
    }

    .content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper {
        order: 2;
        width: 100%
    }
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-sidebar {
    padding: 0;
    margin-right: 40px;
    height: 100%
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper {
    position: relative;
    top: -40px
}

@media(max-width:1200px) {
    .content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-sidebar {
        margin: 0 35px
    }

    .content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper,
    .content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper {
        margin: 0 20px
    }
}

@media(max-width:1179px) {

    .content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper,
    .content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper {
        margin: 0;
        top: 0
    }

    .content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content,
    .content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content {
        box-shadow: none
    }

    .content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .breadcrumbs-wrapper,
    .content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .breadcrumbs-wrapper {
        margin: 0 40px 10px
    }
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content {
    background: #fff
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .fr-img-wrap .fr-inner,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .fr-img-wrap .fr-inner {
    text-align: center;
    display: block
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .content-canon-hero-image,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .content-canon-hero-image {
    overflow: hidden;
    display: flex
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .content-canon-hero-image img,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .content-canon-hero-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content {
    padding: 20px 50px 50px
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-info,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-info {
    display: flex;
    margin: auto auto 20px;
    font-size: 12px;
    align-items: center;
    justify-content: center
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-info i,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-info i {
    font-size: 14px;
    margin-right: 8px
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-info a,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-info a {
    color: #bfbfbf;
    text-decoration: none
}

@media(max-width:900px) {

    .content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-info a,
    .content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-info a {
        padding: 5px 0;
        display: inline-block
    }
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-info a:hover,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-info a:hover {
    text-decoration: underline
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-info .cc-author,
.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-info .cc-category,
.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-info .cc-date,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-info .cc-author,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-info .cc-category,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-info .cc-date {
    margin: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #bfbfbf
}

@media(max-width:1200px) {

    .content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-info,
    .content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-info {
        display: block
    }

    .content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-info .cc-author,
    .content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-info .cc-category,
    .content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-info .cc-date,
    .content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-info .cc-author,
    .content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-info .cc-category,
    .content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-info .cc-date {
        display: block;
        margin: 10px 0
    }

    .content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-info .cc-author i,
    .content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-info .cc-category i,
    .content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-info .cc-date i,
    .content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-info .cc-author i,
    .content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-info .cc-category i,
    .content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-info .cc-date i {
        width: 20px
    }
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-title,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-title {
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: center
}

@media(max-width:1200px) {

    .content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-title,
    .content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-title {
        text-align: left;
        margin-bottom: 15px !important
    }
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-share,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-share {
    margin-bottom: 20px;
    text-align: center
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-share .share-wrap a,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-share .share-wrap a {
    margin: 5px;
    text-decoration: none;
    padding: 5px 8px;
    cursor: pointer;
    display: inline-flex;
    font-size: 15px;
    align-items: center;
    color: #fff;
    border-radius: 3px;
    position: relative
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-share .share-wrap a:hover,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-share .share-wrap a:hover {
    background: gray !important;
    color: #fff
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-share .share-wrap a:hover .share-post-btn-txt,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-share .share-wrap a:hover .share-post-btn-txt {
    display: block
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-share .share-wrap a .share-post-btn-txt,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-share .share-wrap a .share-post-btn-txt {
    display: none;
    color: #fff !important;
    line-height: 1.4;
    font-size: 12px;
    padding: 5px 10px;
    background: #000;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    width: auto;
    top: calc(100% + 4px) !important;
    z-index: 2000;
    border-radius: 3px;
    font-weight: 400;
    white-space: nowrap;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-share .share-wrap a .share-post-btn-txt:before,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-share .share-wrap a .share-post-btn-txt:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 6px;
    border-color: transparent transparent #000
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc {
    font-size: 16px;
    line-height: 1.7
}

@media(max-width:1200px) {

    .content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-share .share-wrap,
    .content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-share .share-wrap {
        text-align: left
    }

    .content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-share .share-wrap a,
    .content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-share .share-wrap a {
        margin: 5px 10px 5px 0
    }

    .content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc,
    .content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc {
        margin-top: 15px !important
    }

    .content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc img,
    .content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc img {
        margin: 15px
    }
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc iframe,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc iframe {
    box-shadow: none !important
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc .paragraph-style,
.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc p,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc .paragraph-style,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc p {
    margin-bottom: 20px;
    margin-top: 10px
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc ol,
.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc ul,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc ol,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc ul {
    font-weight: inherit;
    font-size: inherit;
    list-style: circle;
    margin-top: 20px
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc ol li,
.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc ul li,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc ol li,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc ul li {
    padding-left: 0;
    margin-left: 20px;
    margin-bottom: 5px
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc ol li:before,
.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc ul li:before,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc ol li:before,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc ul li:before {
    display: none
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc .fr-img-wrap .fr-inner,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc .fr-img-wrap .fr-inner {
    text-align: center;
    display: block
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc ol,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc ol {
    list-style: decimal
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc blockquote,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc blockquote {
    margin: 20px 0
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc .pull-right,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc .pull-right {
    float: right
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc .pull-left,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc .pull-left {
    float: left
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc .wp-caption,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc .wp-caption {
    width: auto !important
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc .alignleft,
.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc .image-align-left,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc .alignleft,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc .image-align-left {
    float: left;
    margin: 5px 25px 5px 0;
    max-width: calc(100% - 5px)
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc .aligncenter,
.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc .image-align-center,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc .aligncenter,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc .image-align-center {
    margin: auto;
    display: block
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc .alignright,
.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc .image-align-right,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc .alignright,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc .image-align-right {
    float: right;
    margin: 5px 25px 5px 0;
    max-width: calc(100% - 5px)
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc .alignnone,
.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc .image-align-none,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc .alignnone,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc .image-align-none {
    display: block
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc img,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc img {
    width: auto;
    margin: 20px 0
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc .btn,
.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc .btn-success,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc .btn,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc .btn-success {
    padding: 15px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    color: #fff;
    background-color: #40ab40;
    border-color: #4cae4c;
    display: block;
    max-width: 360px;
    text-align: center;
    box-shadow: 0 2px 0 0 #2e5d11;
    margin: 20px auto
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc h1,
.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc h2,
.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc h3,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc h1,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc h2,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc h3 {
    line-height: 1.7;
    margin-bottom: 0;
    padding-bottom: 15px;
    margin-top: 20px;
    color: #333
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc h2,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc h2 {
    font-size: 20px
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc h3,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc h3 {
    font-size: 18px
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc .embed-container,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-main-wrapper .content-canon-content .inner-content .content-canon-desc .embed-container {
    margin-top: 20px
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-sidebar .sidebar-sticky,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-sidebar .sidebar-sticky {
    width: 250px
}

@media(max-width:970px) {

    .content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-sidebar .sidebar-sticky,
    .content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-sidebar .sidebar-sticky {
        width: 100%
    }
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-sidebar .search-wrapper,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-sidebar .search-wrapper {
    position: relative;
    align-items: center;
    margin-bottom: 30px;
    display: none
}

@media(max-width:1200px) {

    .content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-sidebar .search-wrapper,
    .content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-sidebar .search-wrapper {
        display: none
    }
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-sidebar .search-wrapper input,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-sidebar .search-wrapper input {
    width: 100%;
    border: 1px solid #c1c1c1;
    font-size: 12px;
    background: #fff
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-sidebar .search-wrapper:after,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-sidebar .search-wrapper:after {
    position: absolute;
    content: '\f002';
    font-family: 'font awesome 5 pro', 'font awesome 5 free';
    font-weight: 900;
    right: 10px;
    font-size: 16px;
    color: #c1c1c1
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles {
    padding: 0 5px
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .sidebar-title-link,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .sidebar-title-link {
    transition: all .1s;
    display: block
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .sidebar-title-link:hover,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .sidebar-title-link:hover {
    padding-left: 15px
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .sidebar-title,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .sidebar-title {
    font-size: 16px;
    display: flex;
    align-items: center
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .sidebar-title i,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .sidebar-title i {
    margin-left: 10px
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .article-block,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .article-block {
    margin: 10px 0;
    cursor: pointer;
    transition: all .1s;
    display: flex;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .article-block.active .article-content .article-title,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .article-block.active .article-content .article-title {
    font-weight: 500;
    color: #333
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .article-block.active .article-content .article-title:before,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .article-block.active .article-content .article-title:before {
    content: '\f101';
    font-family: 'font awesome 5 pro', 'font awesome 5 free';
    font-weight: 900;
    margin-right: 10px
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .article-block.active:hover .article-content .article-title,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .article-block.active:hover .article-content .article-title {
    margin-left: 0
}

@media(max-width:900px) {

    .content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .article-block .article-content,
    .content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .article-block .article-content {
        display: block;
        padding: 10px 0
    }
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .article-block .article-content .article-title,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .article-block .article-content .article-title {
    font-weight: 300;
    font-size: 12px;
    margin-top: 5px;
    padding-bottom: 10px;
    position: relative;
    transition: all .1s;
    color: #969696;
    display: flex;
    align-items: center
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .article-block .article-content .article-desc,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .article-block .article-content .article-desc {
    font-size: 12px;
    margin-top: 5px
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .article-block:hover .article-content .article-title,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .article-block:hover .article-content .article-title {
    color: #333
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles a,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles a {
    text-decoration: none
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles a:hover,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles a:hover {
    text-decoration: underline
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .sub-article-block,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .sub-article-block {
    display: flex;
    padding-bottom: 10px;
    font-size: 14px;
    color: #367bb8;
    transition: all .1s
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .sub-article-block:hover,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .sub-article-block:hover {
    opacity: 1;
    padding-left: 8px
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .sub-article-block.drop-down:after,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .sub-article-block.drop-down:after {
    content: '\f0dd';
    font-family: 'font awesome 5 pro', 'font awesome 5 free';
    font-weight: 900;
    margin-left: 10px
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .sub-article-block .sub-article-content .sub-article-title.active,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .sub-article-block .sub-article-content .sub-article-title.active {
    font-weight: 600
}

.content-canon-template-wrapper .content-canon-left-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .sub-article-dropdown,
.content-canon-template-wrapper .content-canon-right-sidebar-wrapper .content-canon-sidebar .content-canon-related-articles .sub-article-dropdown {
    display: none
}

.author-page-wrap .author-page-center {
    background: #fff;
    margin-top: -100px;
    position: relative;
    padding: 40px
}

.author-page-wrap .author-page-center .author-top-wrap {
    position: relative;
    display: flex;
    align-items: center;
    background: #f5f5f5;
    padding: 20px
}

.author-page-wrap .author-page-center .author-top-wrap .author-img img {
    max-width: 150px;
    height: auto;
    border-radius: 50%
}

.author-page-wrap .author-page-center .author-top-wrap .author-info-wrap {
    flex: 8;
    padding-left: 30px
}

.author-page-wrap .author-page-center .author-top-wrap .author-info-wrap .author-name {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 15px;
    padding-bottom: 10px;
    margin-top: -10px
}

@media(max-width:900px) {
    .author-page-wrap .author-page-center .author-top-wrap .author-img img {
        max-width: 65px
    }

    .author-page-wrap .author-page-center .author-top-wrap .author-info-wrap .author-name {
        font-size: 18px !important
    }
}

.author-page-wrap .author-page-center .author-top-wrap .author-info-wrap .author-name:after {
    left: 0;
    right: auto;
    width: 50px
}

.author-page-wrap .author-page-center .author-top-wrap .author-info-wrap .author-title {
    font-size: 16px;
    font-weight: 300
}

@media(max-width:900px) {
    .author-page-wrap .author-page-center .author-top-wrap .author-info-wrap .author-title {
        font-size: 14px !important
    }
}

.author-page-wrap .author-page-center .author-content-wrap {
    font-size: 16px;
    line-height: 1.7
}

.author-page-wrap .author-page-center .author-content-wrap .author-content-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 40px
}

.author-page-wrap .author-page-center .author-content-wrap .author-exposure .exposure-buttons-wrap {
    display: flex;
    justify-content: flex-start
}

@media(max-width:1100px) {
    .author-page-wrap .author-page-center .author-content-wrap .author-exposure .exposure-buttons-wrap {
        display: block
    }
}

.author-page-wrap .author-page-center .author-content-wrap .author-exposure .exposure-buttons-wrap .exposure-button {
    display: flex;
    align-items: center;
    padding: 10px 35px 10px 25px;
    margin: 0 15px 10px 0;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 300;
    letter-spacing: 1.5px;
    border: 0
}

@media(max-width:1100px) {
    .author-page-wrap .author-page-center .author-content-wrap .author-exposure .exposure-buttons-wrap .exposure-button {
        display: inline-block;
        text-align: left
    }

    .author-page-wrap .author-page-center .author-content-wrap .author-exposure .exposure-buttons-wrap .exposure-button .icon-holder {
        display: inline-block
    }
}

@media(max-width:700px) {
    .author-page-wrap .author-page-center .author-content-wrap .author-exposure .exposure-buttons-wrap .exposure-button {
        display: block;
        margin: 10px 0
    }
}

.author-page-wrap .author-page-center .author-content-wrap .author-exposure .exposure-buttons-wrap .exposure-button:hover {
    opacity: .8
}

.author-page-wrap .author-page-center .author-content-wrap .author-exposure .exposure-buttons-wrap .exposure-button .icon-holder {
    width: 40px;
    text-align: center
}

.author-page-wrap .author-page-center .author-content-wrap .author-exposure .exposure-buttons-wrap .exposure-button .icon-holder i {
    margin-right: 10px;
    font-size: 18px
}

.author-page-wrap .author-page-center .author-content-wrap .author-exposure .exposure-buttons-wrap .facebook {
    background: #3b5998;
    color: #fff
}

.author-page-wrap .author-page-center .author-content-wrap .author-exposure .exposure-buttons-wrap .twitter {
    background: #1da1f3;
    color: #fff
}

.author-page-wrap .author-page-center .author-content-wrap .author-exposure .exposure-buttons-wrap .google-plus {
    background: #c53929;
    color: #fff
}

.author-page-wrap .author-page-center .author-content-wrap .author-exposure .exposure-buttons-wrap .linked-in {
    background: #e52d27;
    color: #fff
}

.author-page-wrap .author-page-center .author-content-wrap .author-exposure .exposure-buttons-wrap .pinterest {
    background: #bd081c;
    color: #fff
}

.author-page-wrap .author-page-center .author-content-wrap .author-exposure .exposure-buttons-wrap .instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: #fff
}

.author-page-wrap.simple-author-page .author-page-center {
    margin-top: 40px
}

.author-page-wrap.simple-author-page .author-page-center .author-top-wrap:after {
    display: none
}

.author-page-wrap.center-author-page {
    text-align: center
}

.author-page-wrap.center-author-page .author-page-center {
    margin-top: 80px
}

.author-page-wrap.center-author-page .author-page-center .author-top-wrap {
    display: block;
    text-align: center;
    background: 0 0;
    margin-top: -125px
}

@media(max-width:900px) {
    .author-page-wrap.center-author-page .author-page-center .author-top-wrap {
        margin-top: -90px
    }
}

.author-page-wrap.center-author-page .author-page-center .author-top-wrap .author-img {
    margin: auto auto 20px
}

.author-page-wrap.center-author-page .author-page-center .author-top-wrap .author-img img {
    border: 6px solid #fff
}

.author-page-wrap.center-author-page .author-page-center .author-top-wrap .author-info-wrap {
    padding-left: 0
}

.author-page-wrap.center-author-page .author-page-center .author-top-wrap .author-name:after {
    left: 0;
    right: 0;
    margin: auto
}

.author-page-wrap.center-author-page .author-page-center .author-content-wrap {
    background: #f7f7f7;
    padding: 1px 40px 40px
}

.author-page-wrap.center-author-page .author-page-center .author-content-wrap .author-exposure .exposure-buttons-wrap {
    justify-content: center
}

.author-page-wrap.center-author-page .author-page-center .author-content-wrap .author-exposure .exposure-buttons-wrap .exposure-button {
    margin: 20px 6px
}

.author-page-wrap .author-related-content {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly
}

.author-page-wrap .author-related-content .related-content-item {
    background: #fff;
    width: calc(25% - 30px);
    cursor: pointer;
    line-height: 1.6;
    margin-bottom: 30px
}

@media(max-width:1170px) {
    .author-page-wrap .author-related-content {
        display: block
    }

    .author-page-wrap .author-related-content .related-content-item {
        max-width: 300px;
        display: block;
        margin: 20px auto;
        width: auto
    }
}

.author-page-wrap .author-related-content .related-content-item a {
    color: inherit
}

.author-page-wrap .author-related-content .related-content-item:hover {
    opacity: .8
}

.author-page-wrap .author-related-content .related-content-item .related-content-img {
    overflow: hidden
}

.author-page-wrap .author-related-content .related-content-item .related-content-img img {
    height: 170px;
    min-width: 0;
    max-width: initial;
    margin-left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

.author-page-wrap .author-related-content .related-content-item .related-content-title {
    padding: 20px 20px 0;
    font-size: 16px;
    font-weight: 600
}

.author-page-wrap .author-related-content .related-content-item .related-content-date {
    padding: 5px 20px 20px;
    font-size: 12px;
    text-transform: uppercase;
    color: #929292
}

.author-page-wrap .author-related-content .related-content-item .related-content-content {
    padding: 0 20px 20px;
    font-size: 14px
}

.author-page-wrap .author-related-content .related-content-item:last-child {
    margin-right: 0
}

@media(max-width:1170px) {
    .author-page-wrap .author-related-content .related-content-item:last-child {
        margin: 20px auto
    }
}

.flip-board {
    transition: all .6s;
    animation: clock-flip infinite 1s;
    animation-delay: .5s
}

@keyframes clock-flip {

    0%,
    25% {
        transform: rotateX(0)
    }

    50% {
        transform: rotateX(180deg)
    }

    100%,
    75% {
        transform: rotateX(360deg)
    }
}

.animate-highlight {
    position: relative;
    z-index: 3;
    display: inline-block
}

.animate-highlight:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    animation: highlight 9s linear infinite
}

@keyframes highlight {
    0% {
        width: 0;
        opacity: .5
    }

    100%,
    12% {
        width: 100%;
        opacity: 1
    }
}

mark {
    background: 0 0;
    color: inherit
}

.svg-stroke {
    position: relative;
    display: inline-block
}

.svg-stroke svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    transform: translate(-50%, -50%);
    overflow: visible
}

.general-btn.general-btn-custom:hover,
.general-btn.ghost-btn-custom:hover,
.ghost-btn.general-btn-custom:hover,
.ghost-btn.ghost-btn-custom:hover {
    filter: brightness(110%);
    transform: scale(1.04);
    transition: all .3s
}

.svg-stroke path {
    stroke: green;
    stroke-width: 9;
    fill: none;
    stroke-dasharray: 1500;
    animation: dashstroke 12s linear infinite
}

@keyframes dashstroke {
    0% {
        stroke-dashoffset: 1500
    }

    100%,
    12% {
        stroke-dashoffset: 0
    }
}

.brush-stroke,
.title-brush-stroke {
    padding: 0 18px !important;
    display: inline-block;
    -webkit-mask-box-image-repeat: no-repeat;
    -webkit-mask-box-image: url(../img/marker-01.svg);
    -webkit-mask: url(../img/marker-01.svg) no-repeat 139% 120%;
    mask: url(../img/marker-01.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    text-shadow: none !important
}

.title-brush-stroke {
    padding: 10px 100px !important
}

.title-black-bg,
.title-blue-bg,
.title-green-bg,
.title-red-bg,
.title-white-bg,
.title-yellow-bg {
    padding: 10px 30px !important;
    border-radius: 5px;
    display: inline-block
}

.title-bg-picker:after {
    content: '';
    height: 16px;
    width: 16px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .3)
}

.title-picker-white:after {
    background: #fff
}

.title-picker-black:after {
    background: #333
}

.title-picker-red:after {
    background: #d32f2f
}

.title-picker-blue:after {
    background: #2196f3
}

.title-picker-green:after {
    background: #4cae50
}

.title-picker-yellow:after {
    background: #ffe25d
}

.title-white-bg {
    background: #fff !important
}

.title-black-bg {
    background: #333 !important
}

.title-red-bg {
    background: #d32f2f !important
}

.title-blue-bg {
    background: #2196f3 !important
}

.title-green-bg {
    background: #4cae50 !important
}

.title-yellow-bg {
    background: #ffe25d !important
}

.general-btn-custom:hover,
.ghost-btn-custom:hover {
    filter: brightness(110%)
}

.type-this {
    position: relative
}

.type-this:after {
    content: '|';
    text-decoration: none;
    margin: 0 0 0 1px;
    animation: blink-cursor .95s infinite
}

@keyframes blink-cursor {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

[data-cmd=addTypingEffect]:hover:before {
    content: 'Bold, Italic and Underline will not work on type-effect titles';
    position: absolute;
    padding: 10px;
    background: rgba(0, 0, 0, .7);
    border-radius: 3px;
    top: -40px;
    min-width: 330px
}

.button-inserted-icon {
    margin-left: 7px
}

.single-testimonial-wrapper .person-wrapper {
    flex: 1;
    width: unset
}

.single-testimonial-wrapper .testimonial-txt-wrapper {
    flex: 3
}

.general-btn.sticky-mobile-scroll-true,
.ghost-btn.sticky-mobile-scroll-true {
    position: relative
}

.general-btn.ghost-btn-custom,
.ghost-btn.ghost-btn-custom {
    transition: all .3s
}

.general-btn.general-btn-custom,
.ghost-btn.general-btn-custom {
    transition: all .3s
}

.general-btn.no-radius,
.ghost-btn.no-radius {
    border-radius: 0 !important
}

.general-btn.slight-radius,
.ghost-btn.slight-radius {
    border-radius: 4px !important
}

.general-btn.round-radius,
.ghost-btn.round-radius {
    border-radius: 30px !important
}

.general-btn.no-shadow,
.ghost-btn.no-shadow {
    box-shadow: none !important
}

.general-btn.material-shadow,
.general-btn.material-shadow.general-btn-shadow,
.ghost-btn.material-shadow,
.ghost-btn.material-shadow.general-btn-shadow {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .4) !important
}

.general-btn.fade-shadow,
.general-btn.fade-shadow.general-btn-shadow,
.ghost-btn.fade-shadow,
.ghost-btn.fade-shadow.general-btn-shadow {
    box-shadow: 0 0 7px 5px rgba(0, 0, 0, .1) !important
}

.general-btn.font-size-small,
.ghost-btn.font-size-small {
    font-size: .8em !important
}

.general-btn.font-size-large,
.ghost-btn.font-size-large {
    font-size: 1.4em !important
}

.general-btn.font-size-extra-large,
.ghost-btn.font-size-extra-large {
    font-size: 1.8em !important
}

.font-size-small:not(.general-btn):not(.ghost-btn) .fr-element,
.font-size-small:not(.general-btn):not(.ghost-btn) .fr-placeholder,
.font-size-small:not(.general-btn):not(.ghost-btn) .fr-wrapper .fr-placeholder,
.font-size-small:not(.general-btn):not(.ghost-btn) .size-small {
    font-size: .8em !important
}

.font-size-large:not(.general-btn):not(.ghost-btn) .fr-element,
.font-size-large:not(.general-btn):not(.ghost-btn) .fr-placeholder,
.font-size-large:not(.general-btn):not(.ghost-btn) .fr-wrapper .fr-placeholder,
.font-size-large:not(.general-btn):not(.ghost-btn) .size-large {
    font-size: 1.3em !important
}

.font-size-extra-large:not(.general-btn):not(.ghost-btn) .fr-element,
.font-size-extra-large:not(.general-btn):not(.ghost-btn) .fr-placeholder,
.font-size-extra-large:not(.general-btn):not(.ghost-btn) .fr-wrapper .fr-placeholder,
.font-size-extra-large:not(.general-btn):not(.ghost-btn) .size-extra-large {
    font-size: 1.6em !important
}

.white-background {
    background: #fff
}

.smart-content-link {
    position: relative;
    display: inline-block
}

.smart-content-link .turbo-snippet-wrapper {
    position: absolute;
    margin-left: 50%;
    transform: translate(-50%, 0) rotateX(90deg);
    width: auto;
    top: calc(100% + 14px) !important;
    z-index: 2000;
    border-radius: 2px;
    font-weight: 400;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, .35));
    font-size: 13px;
    max-width: 300px;
    min-width: 300px;
    color: #333;
    transition: .2s;
    transform-style: preserve-3d;
    line-height: 1.5;
    background: #fff;
    font-style: normal
}

.smart-content-link .turbo-snippet-wrapper:before {
    position: absolute;
    content: '';
    top: -7px;
    left: 0;
    margin: auto;
    right: 0;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 7px solid #fff
}

.smart-content-link .turbo-snippet-wrapper .turbo-snippet-image {
    max-width: 100%;
    margin-bottom: 0;
    border-radius: 0
}

.smart-content-link .turbo-snippet-wrapper .turbo-snippet-image img {
    max-width: 100% !important;
    margin: 0 !important;
    border-radius: 2px 2px 0 0
}

.smart-content-link .turbo-snippet-wrapper .turbo-snippet-excerpt {
    padding: 15px 15px 20px
}

.smart-content-link:hover .turbo-snippet-wrapper {
    display: block;
    transform: translate(-50%, 0) rotateX(0)
}

.index-blogpost-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3fr;
    grid-template-columns: 1fr 3fr;
    padding-top: 40px
}

@media(max-width:1200px) {
    .index-blogpost-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        display: flex;
        flex-wrap: wrap;
        padding-top: 0
    }
}

.index-blogpost-wrapper .blogpost-unit-wrapper {
    margin: auto !important
}

.index-blogpost-wrapper .blogpost-unit-wrapper .share-buttons-wrap i {
    margin-right: 0;
    margin-left: 0
}

.index-blogpost-wrapper .large-hero-img-blogpost-share-wrap-onestep .general-btn {
    margin-top: 1px
}

.index-blogpost-wrapper .large-img-blogpost-unit {
    padding: 50px 100px
}

.index-blogpost-wrapper .blogpost-border-class {
    border: 1px solid #eaeaea
}

.index-blogpost-wrapper .blogpost-border-class .large-img-blogpost-hero {
    min-height: 0 !important;
    max-height: none !important;
    overflow: auto !important
}

@media(max-width:1200px) {
    .index-blogpost-wrapper .large-img-blogpost-unit {
        padding: 50px 40px
    }

    .index-blogpost-wrapper .blogpost-border-class .large-img-blogpost-hero {
        max-height: 350px;
        min-height: 250px
    }

    .index-blogpost-wrapper .blogpost-border-class {
        max-width: 100%
    }

    .index-blogpost-wrapper .blogpost-border-class .blogpost-unit-wrapper .share-buttons-wrap i {
        margin: 0 !important
    }

    .index-blogpost-wrapper .blogpost-border-class .blogpost-unit-wrapper .blogpost-info-wrap .blogpost-author-img {
        margin: -55px auto auto !important
    }
}

.index-blogpost-wrapper .blogpost-border-class .blogpost-unit-wrapper .blogpost-info-wrap .blogpost-author-img.no-featured-image {
    margin: auto !important
}

.index-blogpost-wrapper .large-image-blogpost-index,
.index-blogpost-wrapper .large-img-blogpost-unit {
    margin-right: 70px
}

@media(max-width:1200px) {

    .index-blogpost-wrapper .large-image-blogpost-index,
    .index-blogpost-wrapper .large-img-blogpost-unit {
        margin-right: 0;
        padding: 0 20px
    }
}

.index-blogpost-wrapper .large-image-blogpost-index .cc-index-wrapper.sticky-index,
.index-blogpost-wrapper .large-img-blogpost-unit .cc-index-wrapper.sticky-index {
    position: fixed;
    top: 100px;
    max-width: 250px
}

.index-blogpost-wrapper .large-image-blogpost-index .cc-index-wrapper .cc-index-title,
.index-blogpost-wrapper .large-img-blogpost-unit .cc-index-wrapper .cc-index-title {
    font-size: 16px;
    margin-bottom: 10px
}

.index-blogpost-wrapper .large-image-blogpost-index .cc-index-wrapper .mobile-index,
.index-blogpost-wrapper .large-img-blogpost-unit .cc-index-wrapper .mobile-index {
    display: none;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 30px;
    color: #337ab7;
    font-weight: 500;
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 3px
}

@media(max-width:767px) {

    .index-blogpost-wrapper .large-image-blogpost-index .cc-index-wrapper.sticky-index,
    .index-blogpost-wrapper .large-img-blogpost-unit .cc-index-wrapper.sticky-index {
        max-width: 100%;
        top: 0;
        position: static
    }

    .index-blogpost-wrapper .large-image-blogpost-index .cc-index-wrapper .cc-index-title,
    .index-blogpost-wrapper .large-img-blogpost-unit .cc-index-wrapper .cc-index-title {
        display: none
    }

    .index-blogpost-wrapper .large-image-blogpost-index .cc-index-wrapper .mobile-index,
    .index-blogpost-wrapper .large-img-blogpost-unit .cc-index-wrapper .mobile-index {
        display: inline-block;
        cursor: pointer
    }

    .index-blogpost-wrapper .large-image-blogpost-index .cc-index-wrapper .mobile-index:after,
    .index-blogpost-wrapper .large-img-blogpost-unit .cc-index-wrapper .mobile-index:after {
        content: '\f107';
        font-family: 'font awesome 5 pro', 'font awesome 5 free';
        margin-left: 5px;
        font-weight: 600;
        font-size: 13px
    }
}

.index-blogpost-wrapper .article-index-wrapper {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #dcdcdc
}

.index-blogpost-wrapper .article-index-wrapper a {
    text-decoration: none;
    color: #337ab7;
    transition: all .1s
}

.index-blogpost-wrapper .article-index-wrapper a:hover {
    padding-left: 8px
}

.index-blogpost-wrapper .article-index-wrapper ul {
    margin: 0
}

.index-blogpost-wrapper .article-index-wrapper ul li {
    margin: 0 !important;
    padding: 0 0 5px !important;
    font-size: 14px;
    color: #337ab7;
    font-weight: 400
}

.fr-emoticon {
    background-repeat: no-repeat !important;
    font-size: inherit;
    height: 1em;
    width: 1em;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: -.1em .1em .1em;
    line-height: 1;
    vertical-align: middle
}

.editing-mode-message {
    display: none !important
}

body,
html {
    max-width: 100%;
    display: none;
    font-family: "Roboto"
}

#wrapper {
    min-height: 100%
}

.pricing-stars p {
    font-family: FontAwesome
}

.editing-mode-message {
    display: none !important
}
            body {
                margin: 0px;
                padding: 0px
            }

            .cookiewrap {
                display: none
            }

            .cookiebar {
                position: fixed;
                width: 100%;
                background: #fff;
                bottom: 0px;
                box-shadow: -1px -1px 5px 5px rgba(0, 0, 0, 0.2);
                z-index: 9999999
            }

            .cookietext {
                font-size: 14px;
                text-align: center;
                padding-top: 20px;
                padding-bottom: 20px;
                margin-bottom: 10px;
                position: relative;
                font-family: 'Roboto', sans-serif
            }

            .cookietext strong {
                margin-right: 10px
            }

            .privacy-policy {
                position: relative;
                font-size: 12px;
                text-decoration: underline;
                bottom: 1px;
                margin-left: 10px;
                color: #8e8e8e;
                cursor: pointer
            }

            .cookie-btn {
                background-color: #33b539;
                color: #fff;
                font-family: 'Roboto', sans-serif;
                padding: 5px;
                border-radius: 3px;
                margin-left: 15px;
                padding-left: 10px;
                padding-right: 10px;
                font-size: 16px;
                border: none;
                border-bottom: #28902d solid 2px;
                outline: none;
                cursor: pointer
            }

            .cookie-btn:hover {
                filter: brightness(110%)
            }

            .cookie-btn:active {
                filter: brightness(100%)
            }