.elementor-kit-416{--e-global-color-primary:#9A495C;--e-global-color-secondary:#618137;--e-global-color-text:#444444;--e-global-color-accent:#9A495C;--e-global-color-6658da4f:#FFF;--e-global-color-444724e:#AF7881;--e-global-color-0ff5b84:#9C8586;--e-global-color-fa03a3b:#7C8DAD;--e-global-color-3020b59:#91B83F;--e-global-color-52083ac:#CE5D78;--e-global-color-fe9c627:#5E98CE;--e-global-color-cd97e74:#CECECE;--e-global-color-af6051d:#909090;--e-global-color-287e71c:#000000;--e-global-color-1c351d7:#7D7D7D;--e-global-typography-primary-font-family:"Minion";--e-global-typography-primary-font-size:5em;--e-global-typography-primary-font-weight:normal;--e-global-typography-secondary-font-family:"Minion";--e-global-typography-secondary-font-size:2em;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:46px;--e-global-typography-text-font-family:"Minion";--e-global-typography-text-font-size:1.3em;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Minion";--e-global-typography-accent-font-size:1.2em;--e-global-typography-accent-font-weight:500;--e-global-typography-5187fed-font-size:4.5em;--e-global-typography-5187fed-font-weight:600;--e-global-typography-5187fed-line-height:1em;--e-global-typography-6f44cc8-font-size:1.3em;--e-global-typography-6f44cc8-font-weight:600;--e-global-typography-6f44cc8-text-transform:uppercase;}.elementor-kit-416 button,.elementor-kit-416 input[type="button"],.elementor-kit-416 input[type="submit"],.elementor-kit-416 .elementor-button{font-family:var( --e-global-typography-text-font-family );font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-6658da4f );background-color:var( --e-global-color-primary );box-shadow:0px 0px 10px 0px rgba(2.973780750896098, 2.973780750896098, 2.973780750896098, 0);}.elementor-kit-416 button:hover,.elementor-kit-416 button:focus,.elementor-kit-416 input[type="button"]:hover,.elementor-kit-416 input[type="button"]:focus,.elementor-kit-416 input[type="submit"]:hover,.elementor-kit-416 input[type="submit"]:focus,.elementor-kit-416 .elementor-button:hover,.elementor-kit-416 .elementor-button:focus{color:var( --e-global-color-6658da4f );background-color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-416 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-kit-416{--e-global-typography-5187fed-font-size:45px;}.elementor-kit-416 button,.elementor-kit-416 input[type="button"],.elementor-kit-416 input[type="submit"],.elementor-kit-416 .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-416{--e-global-typography-5187fed-font-size:35px;}.elementor-kit-416 button,.elementor-kit-416 input[type="button"],.elementor-kit-416 input[type="submit"],.elementor-kit-416 .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
    --marblissBlueFade: #7C8DAD;
}
.triangle {

  height: 50px;
  /* conic-gradien([from <angle>[ at<position>]] <color1> <color1start> <color1end> <color2><color2start><color2end> ....)
  <angle> = Xdeg OR Xturn OR Xgrad OR Xrad, X = am integer or decimal num, to indicate in clockwise direction at what angle the first color to appear
  <position> = valueforX valueforY in px or %, just as in background-color to indicate the center of the gradient
  if color1end = color2start we get a sharp line
*/
  background: conic-gradient(from 90deg at 0 0, #7C8DAD, red);
  background: conic-gradient(from 85deg at 50% 100%, transparent 190deg, #7C8DAD 190deg);

}/* End custom CSS */