@charset "utf-8";

 #twdcmfruwindow {
display: none;
background-color: #D6008F;
width: calc(100% - 100px);
height: auto;
place-items: center;
box-sizing: content-box;
position: absolute;
top: 1px;
animation: fancyAnimation 2s ease-in-out; transition: top 1s ease-in-out; padding: 20px 50px;
box-shadow: 0 -5px 5px -5px #fff,
0 5px 5px -5px #333;
z-index: 999999;
color: #FFFFFF;
}
@keyframes fancyAnimation {
0% {
top: -100%;
}
100% {
top: 5px;     	
}
}
.twdcmfrumessage {
display: block;
padding: 0 0 0px 0;
color: #FFF;
font-size: 200%;
}
.twdcmfrumessage a {
text-decoration: none; position: relative; color: #FFF;
font-weight: bold;
}
.twdcmfrumessage a::after {
content: ''; position: absolute;
bottom: -5px;
left: 0;
width: 0; height: 2px; background-color: #fff; transition: width 0.3s ease; }
.twdcmfrumessage a:hover::after {
width: 100%; }
#twdcmfrucloseButton {
position: absolute;
top: 5px;
right: 5px;
cursor: pointer;
width: 40px;
height: 40px;
background-size: cover;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 24 24' fill='%23FFFFFF' %3E%3Cpath d='M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM15.36 14.3C15.65 14.59 15.65 15.07 15.36 15.36C15.21 15.51 15.02 15.58 14.83 15.58C14.64 15.58 14.45 15.51 14.3 15.36L12 13.06L9.7 15.36C9.55 15.51 9.36 15.58 9.17 15.58C8.98 15.58 8.79 15.51 8.64 15.36C8.35 15.07 8.35 14.59 8.64 14.3L10.94 12L8.64 9.7C8.35 9.41 8.35 8.93 8.64 8.64C8.93 8.35 9.41 8.35 9.7 8.64L12 10.94L14.3 8.64C14.59 8.35 15.07 8.35 15.36 8.64C15.65 8.93 15.65 9.41 15.36 9.7L13.06 12L15.36 14.3Z'/%3E%3C/svg%3E");
}
#twdcmfrucloseButton:hover {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 24 24' fill='%23000000'%3E%3Cpath d='M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2ZM15.36 14.3C15.65 14.59 15.65 15.07 15.36 15.36C15.21 15.51 15.02 15.58 14.83 15.58C14.64 15.58 14.45 15.51 14.3 15.36L12 13.06L9.7 15.36C9.55 15.51 9.36 15.58 9.17 15.58C8.98 15.58 8.79 15.51 8.64 15.36C8.35 15.07 8.35 14.59 8.64 14.3L10.94 12L8.64 9.7C8.35 9.41 8.35 8.93 8.64 8.64C8.93 8.35 9.41 8.35 9.7 8.64L12 10.94L14.3 8.64C14.59 8.35 15.07 8.35 15.36 8.64C15.65 8.93 15.65 9.41 15.36 9.7L13.06 12L15.36 14.3Z'/%3E%3C/svg%3E");
}
#twdcmfruwindow.hidden {
top: -100%; }
.twdcmfrubutton-container {
display: flex;
justify-content: center;
margin: 10px 0;    
}
a.twdcmfrubutton {
padding: 7px  10px;
text-transform: uppercase;
color: #FFFFFF;
font-weight: 600;
transition: background-position .3s;
background-image: linear-gradient(to left, black 50%, transparent 50%);
background-size: 200% 200%;
margin: 5px 5px;
text-decoration: none;
border: 1px solid #FFF;
text-align: center;
letter-spacing: 2px;
font-size: 100%;
}
a.twdcmfrubutton:hover {
background-position: 100% 0;
color: rgba(255,255,255,1);
}
@media screen and (max-width: 980px) {
.twdcmfrubutton-container {
flex-direction: column; 
}
}#twdpsc {
min-width: 250px;
max-width: 90%;
margin: 10px auto;
padding: 10px 30px 100px 30px;
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
border-radius: 6px;
position: relative;
font-size: 130%;
}
h2.twdpsc_title {
text-align: center;
font-weight: 400;
margin: 0 0 10px 0;
padding: 0;	
color: #525f7f;
}
.twdpsc_input_container_check_item {
margin: 0 0 8px 0;
color: #525f7f;
position: relative;
text-align: left;
}
.twdpsc_input_container_check_item:before {
content: "";
width: 0%;
height: 2px;
background-color: #339933;
position: absolute;
left: 0;
top: 50%;
display: block;
transition: all .6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.twdpsc_input_container {
position: relative;
}
.twdpsc_input_container input {
line-height: 1.5;
display: block;
color: #8898AA;
font-weight: 300;
width: calc(100% - 1.5rem);
height: calc(2.75rem + 2px);
padding: .625rem .75rem;
border-radius: .25rem;
background-color: #fff;
transition: border-color .4s ease;
border: 1px solid #D6008F;
outline: 0;
margin-bottom: 10px;
}
.twdpsc_buttons {
display: flex;
gap: 10px;
margin-top: 10px;
}
.twdpsc_buttons div {
flex: 1;
display: block;
background-color: #D6008F !important;
font-weight: 300;
padding: 10px;
border-radius: .25rem;
color: #fff;
cursor: pointer;
text-align: center;
user-select: none;
transition: background-color 0.3s;
}
.twdpsc_buttons div:hover {
background-color: #FF3300;
color: #fff;
}
.twdpsc_copymessage {
width: 100%;
text-align: center;
opacity: 0;
margin: 10px 0 0 0;
}
.twdpsc_copymessage_show {
opacity: 1;
transition: opacity 0.3s;
}
.twdpsc_is_valid {}
.twdpsc_is_valid:before { width: 50%; }
.twdpsc_checkmark {
width: 40px;
height: 40px;
position: absolute;
top: 10px;
right: 10px;
}
.twdpsc_checkmark_checked {
background-size: cover;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='800px' height='800px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M280.393,1047.43 L273.461,1059.44 C273.41,1059.59 273.335,1059.73 273.213,1059.84 C272.81,1060.22 272.177,1060.2 271.8,1059.8 L267.228,1055.58 C266.85,1055.18 266.871,1054.54 267.274,1054.17 C267.677,1053.79 268.31,1053.81 268.688,1054.21 L272.266,1057.51 L278.661,1046.43 C278.937,1045.96 279.548,1045.79 280.027,1046.07 C280.505,1046.34 280.669,1046.96 280.393,1047.43 L280.393,1047.43 Z M286,1037 L262,1037 C259.791,1037 258,1038.79 258,1041 L258,1065 C258,1067.21 259.791,1069 262,1069 L286,1069 C288.209,1069 290,1067.21 290,1065 L290,1041 C290,1038.79 288.209,1037 286,1037 L286,1037 Z' fill='%23339933'/%3E%3C/svg%3E");
} @media (max-width: 600px) {
#twdpsc {
padding: 10px 20px 80px 20px;
font-size: 90%;
}
.twdpsc_buttons {
flex-direction: column;
}
.twdpsc_buttons div {
width: 100%;
}
.twdpsc_input_container input {
width: 100%;
}
.twdpsc_checkmark {
top: 5px;
right: 5px;
width: 30px;
height: 30px;
}
}