@charset "utf-8";
/* CSS Document */

.custom-select1 { width:396px; float:left; text-align:left; background:#000000; border:1px solid #000000; border-radius:13px; transition:all 0.25s ease-out 0s; position:relative;}
.custom-select1:first-child { margin-left:0;}
.custom-select1:hover { background:#ffffff; border-color:#000000;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:147px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-select1 .select-items div { color:#373435; transition:all 0.25s ease-out 0s; padding:17px 29px 15px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#000000;}
.custom-select1 .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; padding:17px 29px 18px;}
.custom-select1:hover .select-selected { color:#000000;}
.custom-select1 .select-selected:after { content:""; width:9px; height:6.9px; background:url(../images/down-white-blue-plain-arrow.svg) no-repeat top / 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:20px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-white-blue-plain-arrow.svg) no-repeat bottom / 100%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:17px; font-weight:700; letter-spacing:normal; line-height:normal; font-family: "anth",sans-serif;}

.custom-about { width:396px; float:left; text-align:left; background:#000000; border:1px solid #000000; border-radius:13px; transition:all 0.25s ease-out 0s; position:relative;}
.custom-about:first-child { margin-left:0;}
.custom-about:hover { background:#ffffff; border-color:#000000;}
.custom-about select { display:none;}
.custom-about .select-hide { display:none;}
.custom-about .select-items { max-height:147px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:99;}
.custom-about .select-items div { color:#373435; transition:all 0.25s ease-out 0s; padding:15px 29px 14px;}
.custom-about .select-items div:hover { color:#ffffff; background:#000000;}
.custom-about .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; padding:17px 29px 18px; min-height: 49px;}
.custom-about:hover .select-selected { color:#000000;}
.custom-about .select-selected:after { content:""; width:9px; height:6.9px; background:url(../images/down-white-blue-plain-arrow.svg) no-repeat top / 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:20px;}
.custom-about:hover .select-selected:after { background:url(../images/down-white-blue-plain-arrow.svg) no-repeat bottom / 100%;}
.custom-about .select-items div, .custom-about .select-selected { cursor:pointer; font-size:17px; font-weight:700; letter-spacing:normal; line-height:normal; font-family: "anth",sans-serif;}


.btn-row11 .custom-select1 { width:300px;}
.btn-row2 .custom-select1 { width:300px;}

.contact-col2 .custom-select1 { width:100%; margin:0 0 7px; text-align:center; background:#eddddd; border:1px solid #eddddd;}
.contact-col2 .custom-select1 .select-selected { color:#000000;}
.contact-col2 .custom-select1 .select-selected:after { background:url(../images/down-black-plain-arrow.svg) no-repeat top / 100%;}
.contact-col2 .custom-select1:hover .select-selected:after { background:url(../images/down-black-plain-arrow.svg) no-repeat bottom / 100%;}

.signup-col1 .custom-select1 { width:49%; float:right; text-align:left; margin:0 0 25px; background:#eddddd; border:1px solid #eddddd;}
.signup-col1 .custom-select1 .select-selected { color:#000000;}
.signup-col1 .custom-select1 .select-selected:after { background:url(../images/down-black-plain-arrow.svg) no-repeat top / 100%;}
.signup-col1 .custom-select1:hover .select-selected:after { background:url(../images/down-black-plain-arrow.svg) no-repeat bottom / 100%;}
.signup-col1 .custom-select1 .select-items div { padding:17px 24px 15px;}
.signup-col1 .custom-select1 .select-selected { padding:17px 24px 18px;}

.tab-topic .custom-select1 { width:254px;}
.btn-col22 .custom-select1 { width:396px;}
.tab-topic .custom-about { width:254px;}

/*.topic-wrapp .btn-col22 .custom-select1 {width: fit-content;}*/
.topic-wrapp .btn-col22 .custom-select1 .select-selected {padding-right: 33px;}
.topic-wrapp .btn-col22 .custom-select1 .select-selected:after {right: 15px;}
.topic-wrapp .btn-col22 .custom-select1 .select-items div {padding: 17px 17px 15px;}

.topic-wrapp .custom-select1 .select-items {max-height: 244px;}

.topic-wrapp .custom-about .select-items {max-height: 240px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { width:100%; margin:0 0 0;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:15px;}

.btn-row11 .custom-select1 { width:100%;}
.btn-row2 .custom-select1 { width:100%;}

.signup-col1 .custom-select1 { width:100%;}

.custom-about { width:100%; margin:0 0 0;}
.custom-about .select-items div, .custom-about .select-selected { font-size:15px;}

.custom-about .select-selected {min-height: 47px;}

.topic-wrapp .btn-col1 .custom-select1 .select-items > div {min-height: 54px;}
.topic-wrapp .btn-col1 .custom-select1 .select-items {max-height: 215px;}
.topic-wrapp .btn-col22 .custom-select1 .select-items div {font-size: 14px;padding: 12px 14px 12px;}

.topic-wrapp .custom-about .select-items {max-height: 228px;}
.custom-about .select-items div {padding: 14px 20px 14px;}

} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { width:368px; margin:0 0 0;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:15px;}
.btn-row11 .custom-select1 { float:left;}
.btn-row2 .custom-select1 { float:left;}

.btn-col22 .custom-select1 { width:368px;}

.signup-col1 .custom-select1 { width:100%;}

.custom-about { width:368px; margin:10px 0 0;}
.custom-about .select-items div, .custom-about .select-selected { font-size:15px;}

.custom-about .select-selected {min-height: 47px;}

.topic-wrapp .btn-col22 .custom-select1 {width: calc(100% - 70px);}


.topic-wrapp .custom-select1 .select-items {max-height: 230px;}
.topic-wrapp .custom-about .select-items {max-height: 226px;}

}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { width:368px; margin:0 0 0;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:15px;}

.btn-row11 .custom-select1 { float:left;}
.btn-row2 .custom-select1 { float:left;}

.custom-about { width:368px; margin:0 0 0;}
.custom-about .select-items div, .custom-about .select-selected { font-size:15px;}

.custom-about .select-selected {min-height: 47px;}

.topic-wrapp .btn-col22 .custom-select1 {width: calc(100% - 70px);}


.topic-wrapp .custom-select1 .select-items {max-height: 190px;}
.topic-wrapp .custom-about .select-items {max-height: 226px;}

}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:15px;}

.custom-about .select-items div, .custom-select1 .select-selected { font-size:15px;}

.btn-row11 .custom-select1 { width:190px;}
.btn-row2 .custom-select1 { width:190px;}

.btn-col22 .custom-select1 { width:396px;}

.custom-about .select-selected {min-height: 47px;}

.custom-about {width: 360px;}

.topic-wrapp .custom-select1 .select-items {max-height: 201px;}

.topic-wrapp .custom-about .select-items {max-height: 226px;}

}

@media screen and (min-width:901px) and (max-width:1024px) {
.btn-row11 .custom-select1 { width:235px;}
.btn-row2 .custom-select1 { width:235px;}

.btn-col22 .custom-select1 { width:396px;}

.topic-wrapp .btn-col22 .custom-select1 .select-items div {padding: 15px 17px 15px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.btn-row11 .custom-select1 { width:255px;}
.btn-row2 .custom-select1 { width:255px;}

.btn-col22 .custom-select1 { width:396px;}

.btn-col4 .custom-select1 { width:323px;}

.event-wrapp .btn-row1 .custom-about {width: 274px;}

}