BODY {margin: 0px; font-family: 'Playfair Display', serif; color: #000000; font-size: 14px; background: #F5F5F5;}
A {color: inherit; text-decoration: none;}
P {line-height: 1.4; margin: 0px;}
INPUT, TEXTAREA, SELECT {padding: 0px; margin: 0px; border: 1px #ccc solid; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; font-family: inherit; font-size: inherit; color: inherit; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
INPUT:FOCUS, TEXTAREA:FOCUS, SELECT:FOCUS {box-shadow: inset 0 0 4px rgba(0,0,0,0.15);}
INPUT[type=submit] {cursor: pointer;}
INPUT[type=checkbox] {cursor: pointer;}
HR {width: 100%; height: 1px; border: 0px; margin: 30px 0px; float: left; background-color: #e8e8e8;}

ul {padding: 0; margin: 0; list-style: none;}
ul li {padding: 0; margin: 0; list-style: none;}

.box {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.hidden {display: none;}
.line {width: 100%; float: left;}
.flexbox {display: -webkit-flex; display: -webkit-box; display: -moz-flex; display: -moz-box; display: -ms-flexbox; display: flex;}
.flexbox-inline {display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex;}
.mainFrame {width: 1200px; margin: 0px auto;}

.dispBlock {display: block;}
.dispNone {display: none;}

.btnPink {padding: 16px 28px; background-color: #fabeb8; font-size: 16px; font-weight: 400; gap: 8px; color: #fff; align-items: center; justify-content: center; text-align: center; border-radius: 8px; cursor: pointer;}
.btnPink.small {padding: 6px 18px; font-size: 12px;}

/* TinyMCE */
.tinymceCont {width: 100%; padding: 0px 0px 15px 0px;}
.tinymceCont h1 {display: inline-block; width: 100%; font-size: 36px; margin: 20px 0px 10px 0px; text-align: left; font-weight: 700;}
.tinymceCont H2 {font-size: 28px; margin: 20px 0px 10px 0px; font-weight: 700;}
.tinymceCont H3 {font-size: 26px; margin: 20px 0px 10px 0px;}
.tinymceCont H4 {font-size: 22px; margin: 20px 0px 10px 0px;}
.tinymceCont H5 {font-size: 20px; margin: 20px 0px 10px 0px;}
.tinymceCont H6 {font-size: 18px; margin: 20px 0px 10px 0px;}
.tinymceCont P {font-family: 'Manrope'; font-size: 16px; margin: 10px 0px 10px 0px; line-height: 1.5; font-weight: 400; color: #666;}
.tinymceCont A {text-decoration: underline;}
.tinymceCont ul {font-family: 'Manrope'; padding: 5px 0; font-size: 16px; line-height: 1.5; font-weight: 400; color: #666;}
.tinymceCont ul li {font-family: 'Manrope'; position: relative; padding: 0 0 0 20px; background-image: url('/images/images-2023/check-pink.png'); background-position: left top 9px; background-repeat: no-repeat;}
.tinymceCont ul li::before {display: none; position: absolute; content: ''; left: 0; top: 2px; width: 6px; height: 6px; flex: 0 0 6px; margin-top: 7px; margin-right: 7px; background-color: #fabeb8; border-radius: 50%;}

.mt-0 {margin-top: 0px !important;}
.mt-10 {margin-top: 10px !important;}

strong {font-weight: 700;}