/* ::::: https://www.javamatic.com/_assets/common.3492831d297cecaac4c8483ac69ef04b.css ::::: */

label.error::after { position: absolute; bottom: -15px; left: 16px; z-index: 1; content: ""; display: block; width: 0px; height: 0px; border-width: 8px; border-style: solid; border-color: rgb(59, 62, 67) transparent transparent; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; }
.form._label-error-right label.error::after { position: absolute; top: 10px; left: -15px; content: ""; border-color: transparent rgb(59, 62, 67) transparent transparent; }
.form__fields-wrapper { margin-bottom: 25px; }
.form__field { position: relative; margin-bottom: 15px; }
.form__field._required .form__label::after { margin-left: 3px; color: rgb(250, 14, 14); content: "*"; }
.form__after-submit, .form__submit-fail { display: none; }
.button { height: 50px; padding: 0px 35px; border-radius: 50px; line-height: 50px; display: inline-block; box-sizing: border-box; border: 0px none; outline: medium none; cursor: pointer; white-space: nowrap; text-decoration: none; text-transform: uppercase; letter-spacing: 0.5px; font-family: inherit; font-size: 12px; font-weight: 700; transition: background-color 200ms ease 0s; color: rgb(255, 255, 255); background-color: rgb(24, 163, 250); }
.button:hover { text-decoration: none; color: rgb(255, 255, 255); background-color: rgb(8, 135, 215); }
.button:active, .button:focus { color: rgb(255, 255, 255); background-color: rgb(5, 115, 184); }
.button._dark { height: 50px; padding: 0px 35px; border-radius: 50px; line-height: 50px; display: inline-block; box-sizing: border-box; border: 0px none; outline: medium none; cursor: pointer; white-space: nowrap; text-decoration: none; text-transform: uppercase; letter-spacing: 0.5px; font-family: inherit; font-size: 12px; font-weight: 700; transition: background-color 200ms ease 0s; color: rgb(255, 255, 255); background-color: rgb(22, 22, 22); }
.button._dark:hover { background-color: rgb(90, 90, 90); }
.button._dark:active, .button._dark:focus { background-color: rgb(69, 69, 69); }
.button._light { height: 50px; padding: 0px 35px; border-radius: 50px; line-height: 50px; display: inline-block; box-sizing: border-box; border: 0px none; outline: medium none; cursor: pointer; white-space: nowrap; text-decoration: none; text-transform: uppercase; letter-spacing: 0.5px; font-family: inherit; font-size: 12px; font-weight: 700; transition: background-color 200ms ease 0s; color: rgb(22, 22, 22); background-color: rgb(255, 255, 255); }
.button._light:hover { background-color: rgb(230, 230, 230); }
.button._light:active, .button._light:focus { background-color: rgb(217, 217, 217); }
.button._icon-video { padding-left: 55px; background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' preserveAspectRatio=\'xMidYMid\' width=\'21\' height=\'21.06\' viewBox=\'0 0 21 21.06\'%3E %3Cpath d=\'M10.500,0.005 L10.500,0.005 C4.701,0.005 -0.000,4.718 -0.000,10.532 L-0.000,10.532 C-0.000,16.345 4.701,21.057 10.500,21.057 L10.500,21.057 C16.299,21.057 21.000,16.345 21.000,10.532 L21.000,10.532 C21.000,4.718 16.299,0.005 10.500,0.005 ZM8.235,15.100 L8.235,5.962 L13.932,10.532 L8.235,15.100 Z\' fill=\'%23fff\' /%3E %3C/svg%3E"); background-repeat: no-repeat; background-position: 15px 50%; }
.button._secondary { height: 50px; padding: 0px 35px; border-radius: 50px; line-height: 50px; display: inline-block; box-sizing: border-box; border: 1px solid; outline: medium none; cursor: pointer; white-space: nowrap; text-decoration: none; text-transform: uppercase; letter-spacing: 0.5px; font-family: inherit; font-size: 12px; font-weight: 700; color: rgb(24, 163, 250); background-color: transparent; transition: color 200ms ease 0s, border-color 200ms ease 0s; }
.button._secondary:hover { border-color: rgb(8, 135, 215) !important; color: rgb(8, 135, 215); background-color: transparent; }
.button._secondary:active, .button._secondary:focus { border-color: rgb(5, 115, 184) !important; color: rgb(5, 115, 184); background-color: transparent; }
.button._secondary._light { height: 50px; padding: 0px 35px; border-radius: 50px; line-height: 50px; display: inline-block; box-sizing: border-box; border: 1px solid rgb(204, 203, 203); outline: medium none; cursor: pointer; white-space: nowrap; text-decoration: none; text-transform: uppercase; letter-spacing: 0.5px; font-family: inherit; font-size: 12px; font-weight: 700; color: rgb(24, 163, 250); background-color: transparent; transition: color 200ms ease 0s, border-color 200ms ease 0s; }
.button._secondary._light:hover { border-color: rgb(8, 135, 215) !important; color: rgb(8, 135, 215); background-color: transparent; }
.button._secondary._light:active, .button._secondary._light:focus { border-color: rgb(5, 115, 184) !important; color: rgb(5, 115, 184); background-color: transparent; }
.button._size-2, .button._secondary._size-2 { height: 40px; padding: 0px 20px; border-radius: 40px; line-height: 40px; }
.button-group { display: flex; align-items: stretch; justify-content: center; margin-right: -15px; margin-left: -15px; }
@media screen and (max-width: 640px) {
	.button-group { flex-direction: column; align-items: center; margin-right: -10px; margin-left: -10px; }
	.button-group > .button, .button-group > .button-with-note { margin-right: 10px; margin-bottom: 10px; margin-left: 10px; }
}
.button-group > .button, .button-group > .button-with-note { margin-left: 15px; margin-right: 15px; }
.button-with-note { display: inline-block; text-align: center; }
.button-with-note__note { display: block; margin-top: 10px; margin-bottom: 10px; font-size: 12px; line-height: 15px; }
.checkbox__icon::after { position: absolute; display: none; width: 11px; height: 11px; content: ""; }
.checkbox__icon::after { top: 3px; left: 1px; background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' preserveAspectRatio=\'xMidYMid\' width=\'17.125\' height=\'12.12\' viewBox=\'0 0 17.125 12.12\'%3E %3Cpath fill=\'%2318a3fa\' d=\'M17.123,2.121 L7.123,12.120 L7.062,12.059 L7.001,12.120 L0.001,5.120 L2.123,2.998 L7.062,7.938 L15.001,-0.001 L17.123,2.121 Z\' /%3E %3C/svg%3E") no-repeat scroll 0% 0% / contain ; }
input:checked + .checkbox__icon::after { display: block; }
input:disabled + .checkbox__icon::after, .checkbox:hover input:disabled + .checkbox__icon::after { background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' preserveAspectRatio=\'xMidYMid\' width=\'17.125\' height=\'12.12\' viewBox=\'0 0 17.125 12.12\'%3E %3Cpath fill=\'%23cccbcb\' d=\'M17.123,2.121 L7.123,12.120 L7.062,12.059 L7.001,12.120 L0.001,5.120 L2.123,2.998 L7.062,7.938 L15.001,-0.001 L17.123,2.121 Z\' /%3E %3C/svg%3E"); }
.radio__icon::after { position: absolute; display: none; width: 8px; height: 8px; content: ""; }
.radio__icon::after { top: 50%; left: 50%; background-color: rgb(24, 163, 250); transform: translate(-50%, -50%); border-radius: 50%; }
input:checked + .radio__icon::after { display: block; }
input:disabled + .radio__icon::after, .radio:hover input:disabled + .radio__icon::after { background-color: rgb(204, 203, 203); }
.input { position: relative; box-sizing: border-box; width: 100%; padding: 11px 20px 12px; border: 1px solid rgb(204, 203, 203); outline: medium none; color: rgb(22, 22, 22); background-color: rgb(255, 255, 255); line-height: 25px; font-size: 14px; }
@media screen and (max-width: 640px) {
}
.input:active, .input:focus { box-shadow: 0px 0px 3px -1px rgb(24, 163, 250); }
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 640px) {
}
.select2-container--open .select2-dropdown::before { position: absolute; width: 100%; height: 5px; background-color: rgb(255, 255, 255); left: 0px; content: ""; }
.select2-container--open .select2-dropdown--above::before { bottom: -5px; }
.select2-container--open .select2-dropdown--below::before { top: -5px; }
@media screen and (max-width: 640px) {
}
.popup._with-icon::after, .popup._with-icon::before { position: absolute; bottom: 0px; box-sizing: border-box; height: 50px; background-color: rgb(22, 22, 22); line-height: 50px; transition: all 300ms ease 0s; content: ""; }
.popup._with-icon::after { width: 50px; left: 0px; background-repeat: no-repeat; background-position: 50% 50%; opacity: 0.8; }
.popup._with-icon::before { font-size: 12px; font-weight: 700; left: 0px; padding: 0px 15px 0px 0px; text-transform: uppercase; white-space: nowrap; color: rgb(255, 255, 255); opacity: 0; }
.popup._with-icon:hover::after, .popup._with-icon:active::after, .popup._with-icon:focus::after { opacity: 1; transition: all 300ms ease 0s; }
.popup._with-icon:hover::before, .popup._with-icon:active::before, .popup._with-icon:focus::before { opacity: 1; left: 50px; transition: all 300ms ease 0s; }
.popup._with-icon._show-img::after { background-image: url("data:image/svg+xml,%3Csvg version=\'1.1\' id=\'Layer_1\' xmlns=\'http://www.w3.org/2000/svg\' x=\'0px\' y=\'0px\' width=\'19.998px\' height=\'20px\' viewBox=\'0 0 19.998 20\' enable-background=\'new 0 0 19.998 20\' xml:space=\'preserve\'%3E %3Cpath fill=\'%23fff\' d=\'M19.998,18.426l-4.386-4.374c1.156-1.477,1.848-3.332,1.848-5.346c0-4.8-3.917-8.706-8.73-8.706 C3.917,0,0,3.906,0,8.706c0,4.8,3.917,8.706,8.729,8.706c1.991,0,3.827-0.669,5.297-1.792L18.42,20L19.998,18.426z M8.729,15.186 c-3.583,0-6.498-2.907-6.498-6.48c0-3.573,2.915-6.479,6.498-6.479c3.583,0,6.498,2.906,6.498,6.479 C15.228,12.279,12.313,15.186,8.729,15.186z\' /%3E %3C/svg%3E"); }
.popup._with-icon._show-img::before { content: "zoom in"; }
.popup._with-icon._show-video::after { background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' preserveAspectRatio=\'xMidYMid\' width=\'15\' height=\'18\' viewBox=\'0 0 15 18\'%3E %3Cpath fill=\'%23fff\' d=\'M-0.002,-0.001 L14.998,8.998 L-0.002,17.998 L-0.002,-0.001 Z\' /%3E %3C/svg%3E"); }
.popup._with-icon._show-video::before { content: "watch video"; }
.popup._with-icon._show-gif::after { background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' preserveAspectRatio=\'xMidYMid\' width=\'15\' height=\'18\' viewBox=\'0 0 15 18\'%3E %3Cpath fill=\'%23fff\' d=\'M-0.002,-0.001 L14.998,8.998 L-0.002,17.998 L-0.002,-0.001 Z\' /%3E %3C/svg%3E"); }
.popup._with-icon._show-gif::before { content: "watch gif"; }
.popup._with-icon._show-screenshot-tour::after { background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' preserveAspectRatio=\'xMidYMid\' width=\'21\' height=\'16\' viewBox=\'0 0 21 16\'%3E %3Cpath fill=\'%23fff\' d=\'M19.000,13.000 L19.000,12.000 L20.000,12.000 L20.000,1.000 L4.000,1.000 L4.000,2.000 L3.000,2.000 L3.000,-0.000 L21.000,-0.000 L21.000,13.000 L19.000,13.000 ZM18.000,16.000 L-0.000,16.000 L-0.000,3.000 L18.000,3.000 L18.000,16.000 ZM16.000,5.000 L2.000,5.000 L2.000,14.000 L16.000,14.000 L16.000,5.000 Z\' /%3E %3C/svg%3E"); }
.popup._with-icon._show-screenshot-tour::before { content: "Screenshots Tour"; }
.fs-lightbox-loading_icon::before { content: "loading"; }
.fs-lightbox-loading_icon::after { width: 12px; height: 3px; margin-left: 2px; content: ""; background-image: url('undefined'); background-repeat: repeat-x; animation: 1500ms step-start 0s normal none infinite running loading; }
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 640px) {
}
.fs-lightbox-mobile.fs-lightbox-touch.fs-lightbox-has_caption .fs-lightbox-caption_toggle::before { position: absolute; left: 50%; top: 4px; margin-left: -5px; width: 15px; height: 15px; background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' x=\'0px\' y=\'0px\' width=\'10.1px\' height=\'17.4px\' viewBox=\'-300.7 388.6 10.1 17.4\'%3E %3Cpath d=\'M-290.6,404.6l-1.4,1.4l-8-8l-0.7-0.7l0.7-0.7l8-8l1.4,1.4l-7.3,7.3L-290.6,404.6z\' fill=\'%23fff\' /%3E %3C/svg%3E") no-repeat scroll 50% 50%; content: ""; transform: rotate(90deg); }
.fs-lightbox-mobile.fs-lightbox-caption_open .fs-lightbox-caption_toggle::before { transform: rotate(-90deg) !important; }
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 640px) {
}
.javamatic-logo { position: relative; display: inline-block; box-sizing: border-box; width: 40px; height: 40px; }
.javamatic-logo .sprite-img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 162%; height: 162%; }
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
.javamatic-logo._text { width: auto; height: auto; }
.javamatic-logo._text .sprite-img { position: static; left: auto; top: auto; transform: none; }
.javamatic-logo._text .sprite-img._intellij-idea-text { width: 505px; height: 63px; }
.sprite-img._twitter, .sprite-img._twitter-grayscale { width: 56px; height: 45.6px; fill: rgb(85, 172, 238); }
.sprite-img._twitter._gray-light, .sprite-img._twitter-grayscale._gray-light { fill: rgb(240, 240, 240); }
.h2-section { text-transform: uppercase; color: rgb(22, 22, 22); font-size: 54px; font-weight: 800; line-height: 45px; margin-bottom: 46px; }
.h3-section { font-size: 36px; font-weight: 700; line-height: 40px; margin-bottom: 46px; color: rgb(22, 22, 22); text-transform: none; letter-spacing: -1.3px; }
.h4-section { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.section { font-size: 16px; padding-top: 70px; padding-bottom: 150px; color: rgb(105, 105, 105); }
.section p { line-height: 25px; }
.section._bg-dark { position: relative; color: rgb(184, 188, 191); background-color: rgb(59, 62, 67); }
.section._bg-medium { background-color: rgb(234, 234, 236); }
.section__title { font: 600 12px/15px "Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif; display: flex; align-items: flex-end; box-sizing: border-box; width: 120px; height: 120px; margin-top: -130px; margin-bottom: 64px; padding: 12px; background: rgb(22, 22, 22) none repeat scroll 0% 0%; text-transform: uppercase; color: rgb(255, 255, 255); }
.section__description { font-size: 20px; font-weight: 400; line-height: 27px; margin-bottom: 50px; color: rgb(52, 52, 52); }
.section__description p { margin-bottom: 10px; }
.overview-header { box-sizing: border-box; min-height: 700px; padding-top: 175px; text-align: center; color: rgb(255, 255, 255); }
.overview-header._dark { color: rgb(22, 22, 22); }
.overview-header__logo .javamatic-logo._text { position: relative; }
.overview-header__slogan { font-weight: 300; font-size: 36px; line-height: 1.23em; margin-top: 25px; margin-bottom: 25px; }
.choose-edition { font-family: "Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif; margin-top: 50px; }
.choose-edition__header { display: flex; }
@media screen and (max-width: 1200px) {
}
.choose-edition__title { flex-basis: 75%; max-width: 75%; }
@media screen and (max-width: 1200px) {
	.choose-edition__title { flex-basis: 70%; max-width: 70%; }
}
.choose-edition__h3 { font-size: 36px; font-weight: 700; line-height: 40px; margin-top: -12.5px; margin-bottom: 20px; letter-spacing: -1.3px; color: rgb(22, 22, 22); }
.choose-edition__sub-title { font-size: 20px; line-height: 24px; margin-bottom: 30px; color: rgb(52, 52, 52); }
@media screen and (max-width: 1200px) {
	.choose-edition__sub-title { font-size: 18px; }
}
@media screen and (max-width: 1200px) {
}
.customer-say-big__text::before { content: ""; position: absolute; z-index: -1; left: 50%; top: 50%; width: 340px; height: 340px; transform: translate(-50%, -50%); background-color: rgb(59, 62, 67); border-radius: 50%; }
.features-block { font-family: "Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif; font-size: inherit; line-height: 25px; margin-bottom: 70px; color: inherit; }
.features-block p { margin-bottom: 10px; }
.features-block._color-light .features-block__title { color: rgb(255, 255, 255); }
@media screen and (max-width: 1200px) {
}
.features-block__image { width: 116.667%; margin-bottom: 30px; }
.features-block__image img { max-width: 100%; vertical-align: top; box-shadow: 0px 3px 25px 0px rgba(22, 22, 22, 0.15); }
.features-block__title { font-size: 18px; font-weight: 700; margin-top: 0px; margin-bottom: 10px; color: rgb(52, 52, 52); }
.list { line-height: 25px; }
.features-block__section-quote._fill-light::before, .features-block__section-quote._fill-light::after { opacity: 0.2; }
.features-block__section-quote::before, .features-block__section-quote::after { position: absolute; z-index: -1; width: 124px; height: 102px; content: ""; background-image: url("data:image/svg+xml,%3Csvg version=\'1.0\' id=\'Layer_1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' width=\'287px\' height=\'143px\' viewBox=\'0 0 287 143\' enable-background=\'new 0 0 287 143\' xml:space=\'preserve\'%3E %3Cg%3E %3Cpath fill=\'%234f5258\' d=\'M49.2,0v8.2C36.3,16,27.5,23.3,22.8,30c-3.4,4.9-5.1,10.8-5.1,17.5c0,4.1,0.8,7,2.3,8.9 c1.4,1.9,3,2.8,4.9,2.8c1.3,0,3-0.4,5.3-1.3c3.4-1.1,6.2-1.7,8.4-1.7c5.1,0,9.6,1.9,13.5,5.7c3.9,3.8,5.9,8.5,5.9,14.2 c0,6.5-2,11.5-5.9,15c-5.4,4.8-11.8,7.2-19,7.2c-8.6,0-16.3-3.6-23-10.8C3.4,80.3,0,71.4,0,60.8c0-14.9,5.6-28.5,16.7-40.8 C24.2,11.8,35,5.2,49.2,0z\' /%3E %3C/g%3E %3Cg%3E %3Cpath fill=\'%234f5258\' d=\'M112.5,0v8.2C99.6,16,90.8,23.3,86.1,30C82.7,34.9,81,40.8,81,47.5c0,4.1,0.8,7,2.3,8.9 c1.4,1.9,3,2.8,4.9,2.8c1.3,0,3-0.4,5.3-1.3c3.4-1.1,6.2-1.7,8.4-1.7c5.1,0,9.6,1.9,13.5,5.7c3.9,3.8,5.9,8.5,5.9,14.2 c0,6.5-2,11.5-5.9,15c-5.4,4.8-11.8,7.2-19,7.2c-8.6,0-16.3-3.6-23-10.8c-6.7-7.2-10.1-16.1-10.1-26.8c0-14.9,5.6-28.5,16.7-40.8 C87.5,11.8,98.3,5.2,112.5,0z\' /%3E %3C/g%3E %3Cg%3E %3Cpath fill=\'%234f5258\' d=\'M205.9,98.4v-8.2c12.9-7.8,21.7-15.1,26.4-21.8c3.4-4.9,5.1-10.8,5.1-17.5c0-4.1-0.8-7-2.3-8.9 c-1.4-1.9-3-2.8-4.9-2.8c-1.3,0-3,0.4-5.3,1.3c-3.4,1.1-6.2,1.7-8.4,1.7c-5.1,0-9.6-1.9-13.5-5.7c-3.9-3.8-5.9-8.5-5.9-14.2 c0-6.5,2-11.5,5.9-15c5.4-4.8,11.8-7.2,19-7.2c8.6,0,16.3,3.6,23,10.8c6.7,7.2,10.1,16.1,10.1,26.8c0,14.9-5.6,28.5-16.7,40.8 C230.9,86.5,220.1,93.2,205.9,98.4z\' /%3E %3C/g%3E %3Cg%3E %3Cpath fill=\'%234f5258\' d=\'M144.8,98.4v-8.2c12.9-7.8,21.7-15.1,26.4-21.8c3.4-4.9,5.1-10.8,5.1-17.5c0-4.1-0.8-7-2.3-8.9 c-1.4-1.9-3-2.8-4.9-2.8c-1.3,0-3,0.4-5.3,1.3c-3.4,1.1-6.2,1.7-8.4,1.7c-5.1,0-9.6-1.9-13.5-5.7c-3.9-3.8-5.9-8.5-5.9-14.2 c0-6.5,2-11.5,5.9-15c5.4-4.8,11.8-7.2,19-7.2c8.6,0,16.3,3.6,23,10.8C190.6,18,194,27,194,37.6c0,14.9-5.6,28.5-16.7,40.8 C169.8,86.5,159,93.2,144.8,98.4z\' /%3E %3C/g%3E %3C/svg%3E"); background-repeat: no-repeat; }
.features-block__section-quote::before { top: -45px; left: -75px; background-position: 0px 0px; }
.features-block__section-quote::after { bottom: -52px; right: -40px; background-position: -134px 0px; }
.video-playlist__prev-item::after, .video-playlist__next-item::after { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 10px; height: 18px; content: ""; }
.video-playlist__player::before { float: left; padding-bottom: 56.25%; content: ""; }
.video-playlist__player::after { display: table; clear: both; content: ""; }
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
.jb-tooltip-target.jb-tooltip-enabled.jb-tooltip-element-attached-top.jb-tooltip-element-attached-left::before { position: absolute; width: 0px; height: 0px; content: ""; border-width: 10px; border-style: solid; border-color: transparent rgb(255, 255, 255) transparent transparent; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; z-index: 1001; top: 50%; right: -16px; margin-top: -10px; }
.jb-tooltip-target.jb-tooltip-enabled.jb-tooltip-element-attached-top.jb-tooltip-element-attached-right::before { position: absolute; width: 0px; height: 0px; content: ""; border-width: 10px; border-style: solid; border-color: transparent transparent transparent rgb(255, 255, 255); -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; z-index: 1001; top: 50%; left: -16px; margin-top: -10px; }
.dropdown-target { position: relative; cursor: pointer; }
.dropdown-target.dropdown-enabled.dropdown-element-attached-top.dropdown-element-attached-left::before { position: absolute; width: 0px; height: 0px; content: ""; border-width: 10px; border-style: solid; border-color: transparent transparent rgb(255, 255, 255); -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; z-index: 1001; bottom: -15px; left: 10px; }
.dropdown-target.dropdown-enabled.dropdown-element-attached-bottom.dropdown-element-attached-left::before { position: absolute; width: 0px; height: 0px; content: ""; border-width: 10px; border-style: solid; border-color: rgb(255, 255, 255) transparent transparent; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; z-index: 1001; top: -15px; left: 10px; }
@media screen and (max-width: 640px) {
}
.button-dropdown { display: flex; flex-wrap: nowrap; }
.button.button-dropdown__link { padding-right: 30px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; }
.button.button-dropdown__action { position: relative; margin-left: 1px; padding-left: 15px; padding-right: 25px; border-top-left-radius: 0px; border-bottom-left-radius: 0px; }
.button.button-dropdown__action::after { position: absolute; left: 15px; right: 25px; bottom: 5px; width: 6px; height: 10px; margin: auto; background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' x=\'0px\' y=\'0px\' width=\'10.1px\' height=\'17.4px\' viewBox=\'-300.7 388.6 10.1 17.4\'%3E %3Cpath fill=\'%23fff\' d=\'M-290.6,404.6l-1.4,1.4l-8-8l-0.7-0.7l0.7-0.7l8-8l1.4,1.4l-7.3,7.3L-290.6,404.6z\' /%3E %3C/svg%3E") no-repeat scroll 50% 50% / 6px auto; transform: rotate(-90deg); content: ""; }
.button.button-dropdown__action._light::after { background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' x=\'0px\' y=\'0px\' width=\'10.1px\' height=\'17.4px\' viewBox=\'-300.7 388.6 10.1 17.4\'%3E %3Cpath d=\'M-290.6,404.6l-1.4,1.4l-8-8l-0.7-0.7l0.7-0.7l8-8l1.4,1.4l-7.3,7.3L-290.6,404.6z\' /%3E %3C/svg%3E") no-repeat scroll 50% 50% / 6px auto; }
.get-toolbox-banner::before { position: absolute; left: 30px; top: 20px; width: 60px; height: 70px; background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg data-name=\'Layer 1\' xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 32 32\'%3E%3Ctitle%3EToolBox_trayIcon_black_32%3C/title%3E%3Cg fill=\'%23000001\'%3E%3Cpath d=\'M16,32.076l14-8.0106V8.0568l-14,8.01V32.076Z\' /%3E%3Cpath d=\'M2,8.0568V24.0654L16,32.076V16.0673Zm12,20.57L4,22.9052V10.6173L14,16.34V28.6268Z\' /%3E%3Cpath d=\'M26,22.4713l-8,4.51,0-3.0446,8-4.51v3.0445Z\' /%3E%3Cpath d=\'M16,0.076L2,8.0568l14,8.01,14-8.01ZM5.2831,8.4534L16,2.3777l9.9668,5.6817L15.25,14.1563Z\' /%3E%3C/g%3E%3Cpath d=\'M26,22.4713l-6.83,3.8311V23.2578L26,19.4268v3.0445Z\' fill=\'%23fff\' /%3E%3C/svg%3E") no-repeat scroll 0% 0%; content: ""; }
.get-toolbox-banner:hover::before { background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg data-name=\'Layer 1\' xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 32 32\'%3E%3Ctitle%3EToolBox_trayIcon_white_32%3C/title%3E%3Cg fill=\'%23fff\'%3E%3Cpath d=\'M2,8.0568V24.0654L16,32.076V16.0673Zm12,20.57L4,22.9052V10.6173L14,16.34V28.6268Z\' /%3E%3Cpath d=\'M16,0.076L2,8.0568l14,8.01,14-8.01ZM5.2831,8.4534L16,2.3777l9.9668,5.6817L15.25,14.1563Z\' /%3E%3Cpath d=\'M26,22.4713l-6.83,3.8311V23.2578L26,19.4268v3.0445Z\' /%3E%3C/g%3E%3C/svg%3E") no-repeat scroll 0% 0%; }
@media screen and (max-width: 1200px) {
}
.download-toolbox-wrapper-short .get-toolbox-banner::before { left: 15px; }
.g-container { position: relative; box-sizing: border-box; width: 100%; max-width: 1620px; margin-right: auto; margin-left: auto; padding-right: 80px; padding-left: 80px; }
@media screen and (max-width: 1200px) {
	.g-container { padding-right: 40px; padding-left: 40px; }
}
.g-row { display: flex; flex-flow: row wrap; }
.g-col { flex: 1 0 0px; max-width: 100%; box-sizing: border-box; }
.g-col-1 { flex-basis: 8.33333%; max-width: 8.33333%; flex-shrink: 0; box-sizing: border-box; }
.g-col-2 { flex-basis: 16.6667%; max-width: 16.6667%; flex-shrink: 0; box-sizing: border-box; }
.g-col-3 { flex-basis: 25%; max-width: 25%; flex-shrink: 0; box-sizing: border-box; }
.g-col-4 { flex-basis: 33.3333%; max-width: 33.3333%; flex-shrink: 0; box-sizing: border-box; }
.g-col-6 { flex-basis: 50%; max-width: 50%; flex-shrink: 0; box-sizing: border-box; }
.g-col-7 { flex-basis: 58.3333%; max-width: 58.3333%; flex-shrink: 0; box-sizing: border-box; }
.g-col-8 { flex-basis: 66.6667%; max-width: 66.6667%; flex-shrink: 0; box-sizing: border-box; }
.g-col-12 { flex-basis: 100%; max-width: 100%; flex-shrink: 0; box-sizing: border-box; }
@media screen and (max-width: 1440px) {
	.g-col-7._xlg-8 { flex-basis: 66.6667%; max-width: 66.6667%; }
}
@media screen and (max-width: 1200px) {
	.g-col-3._lg-4 { flex-basis: 33.3333%; max-width: 33.3333%; }
	.g-col-6._lg-5 { flex-basis: 41.6667%; max-width: 41.6667%; }
	.g-col-7._lg-7 { flex-basis: 58.3333%; max-width: 58.3333%; }
	.g-col-8._lg-7 { flex-basis: 58.3333%; max-width: 58.3333%; }
	.g-col-8._lg-12 { flex-basis: 100%; max-width: 100%; }
}
.g-col._offset-1 { margin-left: 8.33333%; }
.g-col-3._offset-1 { margin-left: 8.33333%; }
.g-col-4._offset-1 { margin-left: 8.33333%; }
.g-col-8._offset-1 { margin-left: 8.33333%; }
.g-col-3._offset-2 { margin-left: 16.6667%; }
.g-col-6._offset-2 { margin-left: 16.6667%; }
.g-col-6._offset-3 { margin-left: 25%; }
.g-col-6._offset-6 { margin-left: 50%; }
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
.g-col-2._spacer { padding-right: 4.16667%; }
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
.g-row._justify-center { justify-content: center; }
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
.g-row._justify-end { justify-content: flex-end; }
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
.g-row._valign-middle { align-items: center; }
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
.g-row._valign-stretch { align-items: stretch; }
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
.g-row._direction-column { flex-direction: column; }
.g-row._direction-column > div { flex: 1 1 0%; }
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 640px) {
}
.tabs__nav._style-radio-buttons .tabs__tab::before { margin-right: 10px; content: ""; display: inline-block; position: relative; top: 3px; width: 8px; height: 8px; border-radius: 50%; background-color: rgb(255, 255, 255); border: 4px solid rgb(255, 255, 255); box-shadow: 0px 0px 1px rgb(99, 100, 101); }
.tabs__nav._style-radio-buttons .tabs__tab.is-active::before { background-color: rgb(24, 163, 250); }
.tabs__nav._style-dots .tabs__tab::before { content: ""; display: block; width: 8px; height: 8px; border: 1px solid rgb(99, 100, 101); border-radius: 50%; }
.tabs__nav._style-dots .tabs__tab.is-active::before, .tabs__nav._style-dots .tabs__tab._is-active::before { background-color: rgb(99, 100, 101); }
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 1200px) {
}
.social-footer p { margin-top: 0px; margin-bottom: 10px; font-size: inherit; line-height: inherit; }
.social-footer.section-content { padding-bottom: 50px; }
.social-footer .form__after-submit { min-height: 50px; }
.social-footer .social-footer__links-list .icon .sprite-img { width: 30px; height: 30px; }
.social-footer .social-footer__links-with-note-list .icon .sprite-img { width: 40px; height: 40px; }
.social-footer .input.self-submit-input__input { padding-right: 52px; }
.social-footer .self-submit-input__button { display: inline-block; position: absolute; top: 14px; right: 12px; cursor: pointer; }
.sprite-img._enter-arrow { width: 19px; height: 21px; }
.sprite-img._youtube-icon { width: 30px; height: 20px; color: rgb(255, 255, 255); fill: rgb(229, 37, 37); }
.sprite-img._youtube-icon._gray-light { color: transparent; fill: rgb(240, 240, 240); }
.sprite-img._google-plus { width: 27px; height: 17px; fill: rgb(220, 74, 61); }
.sprite-img._google-plus._gray-light { fill: rgb(240, 240, 240); }
.sprite-img._google-plus-square { width: 40px; height: 40px; }
.sprite-img._facebook { width: 24px; height: 24px; color: rgb(255, 255, 255); fill: rgb(60, 90, 153); }
.sprite-img._facebook._gray-light { color: transparent; fill: rgb(240, 240, 240); }
.sprite-img._blog { width: 47px; height: 41px; }
.sprite-img._bug-tracker { width: 46px; height: 47px; fill: rgb(52, 52, 52); }
.sprite-img._white { fill: rgb(255, 255, 255); }
.sprite-img._forum { width: 49px; height: 51px; }
.sprite-img._plugin-repository { width: 53px; height: 50px; }
.button-expander__icon::before, .button-expander__icon::after { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; display: block; margin: auto; content: ""; background-color: rgb(22, 22, 22); transition: bottom 300ms ease 0s, right 300ms ease 0s; }
.button-expander__icon::before { width: 2px; }
.button-expander__icon::after { height: 2px; }
.button-expander._is-closed .button-expander__icon::before { bottom: 45%; }
.button-expander._is-closed .button-expander__icon::after { right: 45%; }
.toc__label::after { content: ""; position: absolute; width: 0px; height: 0px; right: -23px; top: 0px; z-index: -1; border-width: 27px 15px; border-style: solid; border-color: rgb(252, 44, 153) transparent rgb(252, 44, 153) rgb(252, 44, 153); }
.hamburger__icon::before, .hamburger__icon::after { position: absolute; left: 0px; display: block; width: 100%; height: 2px; content: ""; background-color: rgb(22, 22, 22); }
.hamburger__icon::before { top: -7px; }
.hamburger__icon::after { bottom: -7px; }
.hamburger._white .hamburger__icon, .hamburger._white .hamburger__icon::before, .hamburger._white .hamburger__icon::after { background-color: rgb(255, 255, 255); }
.hamburger._type-rotate._active .hamburger__icon::before { top: -7px; transform: none; }
.hamburger._type-rotate._active .hamburger__icon::after { bottom: -7px; transform: none; }
.hamburger._type-close .hamburger__icon::before, .hamburger._type-close .hamburger__icon::after { transition: all 300ms ease 0s; }
.hamburger._type-close._active .hamburger__icon::before { top: 0px; transform: rotate(45deg); }
.hamburger._type-close._active .hamburger__icon::after { bottom: 0px; transform: rotate(-45deg); }
.hamburger._type-left .hamburger__icon::before { transform-origin: right top 0px; transition: transform 300ms ease 0s, width 300ms ease 0s, top 300ms ease 0s, -webkit-transform 300ms ease 0s; }
.hamburger._type-left .hamburger__icon::after { transform-origin: right bottom 0px; transition: transform 300ms ease 0s, width 300ms ease 0s, bottom 300ms ease 0s, -webkit-transform 300ms ease 0s; }
.hamburger._type-left._active .hamburger__icon::before, .hamburger._type-left._active .hamburger__icon::after { width: 50%; }
.hamburger._type-left._active .hamburger__icon::before { top: 0px; transform: translateX(12px) translateY(1px) rotate(45deg); }
.hamburger._type-left._active .hamburger__icon::after { bottom: 0px; transform: translateX(12px) translateY(-1px) rotate(-45deg); }
.hamburger._type-right .hamburger__icon::before { transform-origin: left top 0px; transition: transform 300ms ease 0s, width 300ms ease 0s, top 300ms ease 0s, -webkit-transform 300ms ease 0s; }
.hamburger._type-right .hamburger__icon::after { transform-origin: left bottom 0px; transition: transform 300ms ease 0s, width 300ms ease 0s, bottom 300ms ease 0s, -webkit-transform 300ms ease 0s; }
.hamburger._type-right._active .hamburger__icon::before, .hamburger._type-right._active .hamburger__icon::after { width: 50%; }
.hamburger._type-right._active .hamburger__icon::before { top: 0px; transform: translateX(-2px) translateY(1px) rotate(-45deg); }
.hamburger._type-right._active .hamburger__icon::after { bottom: 0px; transform: translateX(-2px) translateY(-1px) rotate(45deg); }
.sprite-img._close { width: 18px; height: 18px; fill: rgb(0, 0, 0); }
@media screen and (max-width: 1201px) {
}
@media screen and (min-width: 1440px) {
}
@media screen and (min-width: 1640px) {
}
@media screen and (min-width: 1980px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1200px) {
}
.jb-carousel__track::before, .jb-carousel__track::after { display: table; content: ""; }
.jb-carousel__track::after { clear: both; }
@media screen and (max-width: 640px) {
}
.sprite-img._check, .sprite-img._check-light-grey { width: 17px; height: 12px; }
.sprite-img._java { width: 62px; height: 83px; }
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1200px) {
}
.social-footer { display: block !important; }
/* ::::: https://www.javamatic.com/_assets/default-page.0ade5bc064bd17320554c1b6a77aba8e.css ::::: */

/* ::::: https://cloud.typography.com/7463094/7169552/css/fonts.css ::::: */

@font-face {
	font-family: "Gotham SSm A";
	font-style: normal;
	font-weight: 300;
	src: url('undefined');
}
@font-face {
	font-family: "Gotham SSm B";
	font-style: normal;
	font-weight: 300;
	src: url('undefined');
}
@font-face {
	font-family: "Gotham SSm A";
	font-style: normal;
	font-weight: 400;
	src: url('undefined');
}
@font-face {
	font-family: "Gotham SSm B";
	font-style: normal;
	font-weight: 400;
	src: url('undefined');
}
@font-face {
	font-family: "Gotham SSm A";
	font-style: italic;
	font-weight: 400;
	src: url('undefined');
}
@font-face {
	font-family: "Gotham SSm B";
	font-style: italic;
	font-weight: 400;
	src: url('undefined');
}
@font-face {
	font-family: "Gotham SSm A";
	font-style: normal;
	font-weight: 700;
	src: url('undefined');
}
@font-face {
	font-family: "Gotham SSm B";
	font-style: normal;
	font-weight: 700;
	src: url('undefined');
}
@font-face {
	font-family: "Gotham SSm A";
	font-style: italic;
	font-weight: 700;
	src: url('undefined');
}
@font-face {
	font-family: "Gotham SSm B";
	font-style: italic;
	font-weight: 700;
	src: url('undefined');
}
@font-face {
	font-family: "Gotham SSm A";
	font-style: normal;
	font-weight: 800;
	src: url('undefined');
}
@font-face {
	font-family: "Gotham SSm B";
	font-style: normal;
	font-weight: 800;
	src: url('undefined');
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 640px) {
}
.jb-tooltip-target.jb-tooltip-enabled.jb-tooltip-element-attached-top.jb-tooltip-element-attached-left::before { position: absolute; width: 0px; height: 0px; content: ""; border-width: 10px; border-style: solid; border-color: transparent rgb(255, 255, 255) transparent transparent; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; z-index: 1001; top: 50%; right: -16px; margin-top: -10px; }
.jb-tooltip-target.jb-tooltip-enabled.jb-tooltip-element-attached-top.jb-tooltip-element-attached-right::before { position: absolute; width: 0px; height: 0px; content: ""; border-width: 10px; border-style: solid; border-color: transparent transparent transparent rgb(255, 255, 255); -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; z-index: 1001; top: 50%; left: -16px; margin-top: -10px; }
.jb-tooltip-target.jb-tooltip-enabled.jb-tooltip-element-attached-bottom.jb-tooltip-element-attached-center::before { position: absolute; width: 0px; height: 0px; content: ""; border-width: 10px; border-style: solid; border-color: rgb(255, 255, 255) transparent transparent; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; z-index: 1001; top: -15px; left: 50%; transform: translate(-50%, 0px); }
.jb-tooltip-target.jb-tooltip-enabled.jb-tooltip-element-attached-top.jb-tooltip-element-attached-center::before { position: absolute; width: 0px; height: 0px; content: ""; border-width: 10px; border-style: solid; border-color: transparent transparent rgb(255, 255, 255); -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; z-index: 1001; bottom: -15px; left: 50%; transform: translate(-50%, 0px); }
.jb-tooltip-target { font-size: 12px; line-height: 20px; position: relative; box-sizing: border-box; display: inline-block; vertical-align: baseline; width: 20px; height: 20px; margin-left: 5px; text-align: center; cursor: pointer; color: rgb(24, 163, 250); border: 1px solid rgb(184, 188, 191); border-radius: 20px; }
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
.text-center { text-align: center; }
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
.text-nowrap { white-space: nowrap; }
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
.text-uppercase { text-transform: uppercase; }
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
.float-left::before, .float-left::after { display: table; content: ""; }
.float-left::after { clear: both; }
@media screen and (max-width: 1440px) {
	.float-left-xlg::before, .float-left-xlg::after { display: table; content: ""; }
	.float-left-xlg::after { clear: both; }
}
@media screen and (max-width: 1200px) {
	.float-left-lg::before, .float-left-lg::after { display: table; content: ""; }
	.float-left-lg::after { clear: both; }
}
.float-right { float: right; }
.float-right::before, .float-right::after { display: table; content: ""; }
.float-right::after { clear: both; }
@media screen and (max-width: 1440px) {
	.float-right-xlg::before, .float-right-xlg::after { display: table; content: ""; }
	.float-right-xlg::after { clear: both; }
}
@media screen and (max-width: 1200px) {
	.float-right-lg::before, .float-right-lg::after { display: table; content: ""; }
	.float-right-lg::after { clear: both; }
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
.clearfix::before, .clearfix::after { display: table; content: ""; }
.clearfix::after { clear: both; }
.hidden { display: none !important; }
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
.margin-bottom-vertical-unit { margin-bottom: 50px; }
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
.margin-bottom-vertical-unit-half { margin-bottom: 25px; }
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
.z-index-1 { z-index: 1; }
.position-relative { position: relative; }
body { min-width: 1024px !important; }
.article-content ul.jb-carousel__dots-list > li::before { display: none; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0px; padding: 0px; border: 0px none; font-size: 100%; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: outside none none; }
blockquote::before, blockquote::after, q::before, q::after { content: none; }
table { border-collapse: collapse; border-spacing: 0px; }
html { height: 100%; font-size: 14px; }
body { min-width: 320px; height: 100%; color: rgb(52, 52, 52); background-color: rgb(255, 255, 255); font-family: "Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif; font-size: 14px; line-height: 1.667; }
b, strong { font-size: inherit; font-weight: 700; }
.article-content { color: rgb(52, 52, 52); font-family: "Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif; font-size: 14px; font-weight: 400; line-height: 25px; }
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 640px) {
}
.article-content h3 { margin-top: 30px; margin-bottom: 15px; color: rgb(22, 22, 22); font-size: 22px; font-weight: 700; line-height: 25px; }
@media screen and (max-width: 640px) {
	.article-content h3 { margin-top: 18px; margin-bottom: 9px; font-size: 17.6px; line-height: 21px; }
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 640px) {
}
.link, a { cursor: pointer; text-decoration: none; color: rgb(24, 163, 250); }
.link:hover, a:hover { color: rgb(8, 135, 215); }
.link:active, .link:focus, a:active, a:focus { color: rgb(5, 115, 184); }
.link:hover, a:hover { text-decoration: underline; }
.link._external::after, a._external::after { display: inline-block; width: 10px; height: 10px; margin-left: 5px; content: ""; background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' preserveAspectRatio=\'xMidYMid\' width=\'11\' height=\'11\' viewBox=\'0 0 11 11\'%3E %3Cpath fill=\'%2318a3fa\' fill-rule=\'evenodd\' d=\'M10.500,6.000 C10.224,6.000 10.000,5.776 10.000,5.500 L10.000,1.707 L3.354,8.353 L2.646,7.646 L9.293,1.000 L5.500,1.000 C5.224,1.000 5.000,0.776 5.000,0.499 C5.000,0.223 5.224,-0.000 5.500,-0.000 L10.500,-0.000 C10.776,-0.000 11.000,0.223 11.000,0.499 L11.000,5.500 C11.000,5.776 10.776,6.000 10.500,6.000 ZM10.000,1.000 L10.000,1.000 L10.000,1.000 L10.000,1.000 ZM1.000,9.999 L8.000,9.999 L8.000,9.000 L8.000,8.000 L8.000,7.000 L9.000,7.000 L9.000,8.000 L9.000,9.000 L9.000,9.999 L9.000,11.000 L8.000,11.000 L-0.000,11.000 L-0.000,9.999 L-0.000,3.999 L-0.000,2.999 L1.000,2.999 L4.000,2.999 L4.000,3.999 L1.000,3.999 L1.000,9.999 Z\' class=\'cls-1\' /%3E %3C/svg%3E"); background-repeat: no-repeat; background-position: 50% 50%; background-size: 100% auto; line-height: inherit; }
.link._external._color-gray::after, a._external._color-gray::after { background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' preserveAspectRatio=\'xMidYMid\' width=\'11\' height=\'11\' viewBox=\'0 0 11 11\'%3E %3Cpath fill=\'%23919191\' fill-rule=\'evenodd\' d=\'M10.500,6.000 C10.224,6.000 10.000,5.776 10.000,5.500 L10.000,1.707 L3.354,8.353 L2.646,7.646 L9.293,1.000 L5.500,1.000 C5.224,1.000 5.000,0.776 5.000,0.499 C5.000,0.223 5.224,-0.000 5.500,-0.000 L10.500,-0.000 C10.776,-0.000 11.000,0.223 11.000,0.499 L11.000,5.500 C11.000,5.776 10.776,6.000 10.500,6.000 ZM10.000,1.000 L10.000,1.000 L10.000,1.000 L10.000,1.000 ZM1.000,9.999 L8.000,9.999 L8.000,9.000 L8.000,8.000 L8.000,7.000 L9.000,7.000 L9.000,8.000 L9.000,9.000 L9.000,9.999 L9.000,11.000 L8.000,11.000 L-0.000,11.000 L-0.000,9.999 L-0.000,4.000 L-0.000,2.999 L1.000,2.999 L4.000,2.999 L4.000,4.000 L1.000,4.000 L1.000,9.999 Z\' class=\'cls-1\' /%3E %3C/svg%3E"); }
.link._external:hover::after, a._external:hover::after { background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' preserveAspectRatio=\'xMidYMid\' width=\'11\' height=\'11\' viewBox=\'0 0 11 11\'%3E %3Cpath fill=\'%230887d7\' fill-rule=\'evenodd\' d=\'M10.500,6.000 C10.224,6.000 10.000,5.776 10.000,5.500 L10.000,1.707 L3.354,8.353 L2.646,7.646 L9.293,1.000 L5.500,1.000 C5.224,1.000 5.000,0.776 5.000,0.499 C5.000,0.223 5.224,-0.000 5.500,-0.000 L10.500,-0.000 C10.776,-0.000 11.000,0.223 11.000,0.499 L11.000,5.500 C11.000,5.776 10.776,6.000 10.500,6.000 ZM10.000,1.000 L10.000,1.000 L10.000,1.000 L10.000,1.000 ZM1.000,9.999 L8.000,9.999 L8.000,9.000 L8.000,8.000 L8.000,7.000 L9.000,7.000 L9.000,8.000 L9.000,9.000 L9.000,9.999 L9.000,11.000 L8.000,11.000 L-0.000,11.000 L-0.000,9.999 L-0.000,3.999 L-0.000,2.999 L1.000,2.999 L4.000,2.999 L4.000,3.999 L1.000,3.999 L1.000,9.999 Z\' class=\'cls-1\' /%3E %3C/svg%3E"); }
.link._external:active::after, .link._external:focus::after, a._external:active::after, a._external:focus::after { background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' preserveAspectRatio=\'xMidYMid\' width=\'11\' height=\'11\' viewBox=\'0 0 11 11\'%3E %3Cpath fill=\'%230573b8\' fill-rule=\'evenodd\' d=\'M10.500,6.000 C10.224,6.000 10.000,5.776 10.000,5.500 L10.000,1.707 L3.354,8.353 L2.646,7.646 L9.293,1.000 L5.500,1.000 C5.224,1.000 5.000,0.776 5.000,0.499 C5.000,0.223 5.224,-0.000 5.500,-0.000 L10.500,-0.000 C10.776,-0.000 11.000,0.223 11.000,0.499 L11.000,5.500 C11.000,5.776 10.776,6.000 10.500,6.000 ZM10.000,1.000 L10.000,1.000 L10.000,1.000 L10.000,1.000 ZM1.000,9.999 L8.000,9.999 L8.000,9.000 L8.000,8.000 L8.000,7.000 L9.000,7.000 L9.000,8.000 L9.000,9.000 L9.000,9.999 L9.000,11.000 L8.000,11.000 L-0.000,11.000 L-0.000,9.999 L-0.000,3.999 L-0.000,2.999 L1.000,2.999 L4.000,2.999 L4.000,3.999 L1.000,3.999 L1.000,9.999 Z\' class=\'cls-1\' /%3E %3C/svg%3E"); }
.link._share::after, a._share::after { display: inline-block; width: 14px; height: 14px; margin-left: 5px; margin-bottom: -2px; content: ""; background-image: url('data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version=\\'1.1\\' id=\\'Layer_1\\' xmlns=\\'http://www.w3.org/2000/svg\\' xmlns:xlink=\\'http://www.w3.org/1999/xlink\\' x=\\'0px\\' y=\\'0px\\' viewBox=\\'0 0 26 26\\' enable-background=\\'new 0 0 26 26\\' xml:space=\\'preserve\\'%3E %3Cpath d=\\'M6,17.9c-2.6,0-4.7-2.1-4.7-4.7S3.4,8.4,6,8.4c2.6,0,4.7,2.1,4.7,4.7S8.6,17.9,6,17.9z M6,10.3 c-1.6,0-2.8,1.3-2.8,2.8s1.3,2.8,2.8,2.8s2.8-1.3,2.8-2.8S7.6,10.3,6,10.3z\\' fill=\\'%2318a3fa\\' /%3E %3Cpath d=\\'M19.2,10.3c-2.6,0-4.7-2.1-4.7-4.7c0-2.6,2.1-4.7,4.7-4.7S24,2.9,24,5.6C24,8.2,21.9,10.3,19.2,10.3z M19.2,2.7c-1.6,0-2.8,1.3-2.8,2.8s1.3,2.8,2.8,2.8c1.6,0,2.8-1.3,2.8-2.8S20.8,2.7,19.2,2.7z\\' fill=\\'%2318a3fa\\' /%3E %3Cpath d=\\'M19.2,25.4c-2.6,0-4.7-2.1-4.7-4.7c0-2.6,2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7C24,23.3,21.9,25.4,19.2,25.4z M19.2,17.9c-1.6,0-2.8,1.3-2.8,2.8c0,1.6,1.3,2.8,2.8,2.8c1.6,0,2.8-1.3,2.8-2.8C22.1,19.1,20.8,17.9,19.2,17.9z\\' fill=\\'%2318a3fa\\' /%3E %3Crect x=\\'11.7\\' y=\\'5.6\\' transform=\\'matrix(0.5821 0.8131 -0.8131 0.5821 13.0148 -6.3524)\\' width=\\'1.9\\' height=\\'7.8\\' fill=\\'%2318a3fa\\' /%3E %3Crect x=\\'8.8\\' y=\\'16.1\\' transform=\\'matrix(0.8132 0.582 -0.582 0.8132 12.2912 -4.1994)\\' width=\\'7.8\\' height=\\'1.9\\' fill=\\'%2318a3fa\\' /%3E %3C/svg%3E'); 
background-repeat: no-repeat; background-position: 50% 50%; background-size: 100% auto; line-height: inherit; }
.link._share:hover::after, a._share:hover::after { background-image: url('data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version=\\'1.1\\' id=\\'Layer_1\\' xmlns=\\'http://www.w3.org/2000/svg\\' xmlns:xlink=\\'http://www.w3.org/1999/xlink\\' x=\\'0px\\' y=\\'0px\\' viewBox=\\'0 0 26 26\\' enable-background=\\'new 0 0 26 26\\' xml:space=\\'preserve\\'%3E %3Cpath d=\\'M6,17.9c-2.6,0-4.7-2.1-4.7-4.7S3.4,8.4,6,8.4c2.6,0,4.7,2.1,4.7,4.7S8.6,17.9,6,17.9z M6,10.3 c-1.6,0-2.8,1.3-2.8,2.8s1.3,2.8,2.8,2.8s2.8-1.3,2.8-2.8S7.6,10.3,6,10.3z\\' fill=\\'%230887d7\\' /%3E %3Cpath d=\\'M19.2,10.3c-2.6,0-4.7-2.1-4.7-4.7c0-2.6,2.1-4.7,4.7-4.7S24,2.9,24,5.6C24,8.2,21.9,10.3,19.2,10.3z M19.2,2.7c-1.6,0-2.8,1.3-2.8,2.8s1.3,2.8,2.8,2.8c1.6,0,2.8-1.3,2.8-2.8S20.8,2.7,19.2,2.7z\\' fill=\\'%230887d7\\' /%3E %3Cpath d=\\'M19.2,25.4c-2.6,0-4.7-2.1-4.7-4.7c0-2.6,2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7C24,23.3,21.9,25.4,19.2,25.4z M19.2,17.9c-1.6,0-2.8,1.3-2.8,2.8c0,1.6,1.3,2.8,2.8,2.8c1.6,0,2.8-1.3,2.8-2.8C22.1,19.1,20.8,17.9,19.2,17.9z\\' fill=\\'%230887d7\\' /%3E %3Crect x=\\'11.7\\' y=\\'5.6\\' transform=\\'matrix(0.5821 0.8131 -0.8131 0.5821 13.0148 -6.3524)\\' width=\\'1.9\\' height=\\'7.8\\' fill=\\'%230887d7\\' /%3E %3Crect x=\\'8.8\\' y=\\'16.1\\' transform=\\'matrix(0.8132 0.582 -0.582 0.8132 12.2912 -4.1994)\\' width=\\'7.8\\' height=\\'1.9\\' fill=\\'%230887d7\\' /%3E %3C/svg%3E'); }
.link._share:active::after, .link._share:focus::after, a._share:active::after, a._share:focus::after { background-image: url('data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version=\\'1.1\\' id=\\'Layer_1\\' xmlns=\\'http://www.w3.org/2000/svg\\' xmlns:xlink=\\'http://www.w3.org/1999/xlink\\' x=\\'0px\\' y=\\'0px\\' viewBox=\\'0 0 26 26\\' enable-background=\\'new 0 0 26 26\\' xml:space=\\'preserve\\'%3E %3Cpath d=\\'M6,17.9c-2.6,0-4.7-2.1-4.7-4.7S3.4,8.4,6,8.4c2.6,0,4.7,2.1,4.7,4.7S8.6,17.9,6,17.9z M6,10.3 c-1.6,0-2.8,1.3-2.8,2.8s1.3,2.8,2.8,2.8s2.8-1.3,2.8-2.8S7.6,10.3,6,10.3z\\' fill=\\'%230573b8\\' /%3E %3Cpath d=\\'M19.2,10.3c-2.6,0-4.7-2.1-4.7-4.7c0-2.6,2.1-4.7,4.7-4.7S24,2.9,24,5.6C24,8.2,21.9,10.3,19.2,10.3z M19.2,2.7c-1.6,0-2.8,1.3-2.8,2.8s1.3,2.8,2.8,2.8c1.6,0,2.8-1.3,2.8-2.8S20.8,2.7,19.2,2.7z\\' fill=\\'%230573b8\\' /%3E %3Cpath d=\\'M19.2,25.4c-2.6,0-4.7-2.1-4.7-4.7c0-2.6,2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7C24,23.3,21.9,25.4,19.2,25.4z M19.2,17.9c-1.6,0-2.8,1.3-2.8,2.8c0,1.6,1.3,2.8,2.8,2.8c1.6,0,2.8-1.3,2.8-2.8C22.1,19.1,20.8,17.9,19.2,17.9z\\' fill=\\'%230573b8\\' /%3E %3Crect x=\\'11.7\\' y=\\'5.6\\' transform=\\'matrix(0.5821 0.8131 -0.8131 0.5821 13.0148 -6.3524)\\' width=\\'1.9\\' height=\\'7.8\\' fill=\\'%230573b8\\' /%3E %3Crect x=\\'8.8\\' y=\\'16.1\\' transform=\\'matrix(0.8132 0.582 -0.582 0.8132 12.2912 -4.1994)\\' width=\\'7.8\\' height=\\'1.9\\' fill=\\'%230573b8\\' /%3E %3C/svg%3E'); }
.list { display: block; width: 100%; margin-top: 10px; margin-bottom: 15px; padding-left: 20px; }
.list > li { margin-bottom: 5px; padding-left: 10px; }
.list._list-style-none > li::before { display: none; }
.list._dotted { box-sizing: border-box; }
.list._dotted > li { position: relative; }
.list._dotted > li::before { position: absolute; top: 10px; left: -13px; width: 4px; height: 4px; border-radius: 50%; content: ""; background-color: rgb(52, 52, 52); line-height: inherit; }
.list._dotted._dot-bg-light li::before { background-color: rgb(184, 188, 191); }
.article-content ul > li::before { position: absolute; top: 10px; left: -13px; width: 4px; height: 4px; border-radius: 50%; content: ""; background-color: rgb(52, 52, 52); line-height: inherit; }
.article-content ul._dot-bg-light li::before { background-color: rgb(184, 188, 191); }
.article-content ul._list-style-none > li::before { display: none; }
.article-content ol._list-style-none > li::before { display: none; }
code, kbd, pre, samp { font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }
pre { display: block; margin: 0px; overflow-wrap: break-word; word-break: break-all; font-size: 13px; line-height: 1.667; }
img { vertical-align: middle; }
.screen-img { position: relative; display: inline-block; vertical-align: top; }
.screen-img img { height: auto; vertical-align: top; }
@media screen and (max-width: 960px) {
}
.screen-img._shadow img { box-shadow: 0px 3px 25px 0px rgba(22, 22, 22, 0.15); }
.screen-img._fluid { max-width: 100%; }
.screen-img._fluid img { max-width: 100%; }
table { max-width: 100%; }
@media screen and (max-width: 640px) {
}
.table { margin-bottom: 25px; font-size: inherit; }
.table td { padding: 10px 40px 10px 20px; }
@media screen and (max-width: 640px) {
	.table td { font-size: 12px; padding: 10px 5px; }
}
.table > thead td, .table > thead th { border-bottom: medium none; vertical-align: middle; font-size: 18px; }
@media screen and (max-width: 640px) {
	.table > thead td, .table > thead th { font-size: 16px; }
}
.table > tbody > tr:first-child > td { border-top: 1px solid rgb(204, 203, 203); }
.table > tbody > tr > td { border-bottom: 1px solid rgb(204, 203, 203); }
.table > tfoot td { padding-top: 40px; }
@media screen and (max-width: 640px) {
	.table > tfoot td { padding-top: 20px; }
}
.table._wide { width: 100%; }
.gif-player::after, .gif-player::before { position: absolute; bottom: 0px; box-sizing: border-box; height: 50px; background-color: rgb(22, 22, 22); line-height: 50px; transition: all 300ms ease 0s; content: ""; }
.gif-player::after { width: 50px; left: 0px; background-repeat: no-repeat; background-position: 50% 50%; opacity: 0.8; }
.gif-player::before { font-size: 12px; font-weight: 700; left: 0px; padding: 0px 15px 0px 0px; text-transform: uppercase; white-space: nowrap; color: rgb(255, 255, 255); opacity: 0; }
.gif-player:hover::after, .gif-player:active::after, .gif-player:focus::after { opacity: 1; transition: all 300ms ease 0s; }
.gif-player:hover::before, .gif-player:active::before, .gif-player:focus::before { opacity: 1; left: 50px; transition: all 300ms ease 0s; }
.gif-player._show-img::after { background-image: url("data:image/svg+xml,%3Csvg version=\'1.1\' id=\'Layer_1\' xmlns=\'http://www.w3.org/2000/svg\' x=\'0px\' y=\'0px\' width=\'19.998px\' height=\'20px\' viewBox=\'0 0 19.998 20\' enable-background=\'new 0 0 19.998 20\' xml:space=\'preserve\'%3E %3Cpath fill=\'%23fff\' d=\'M19.998,18.426l-4.386-4.374c1.156-1.477,1.848-3.332,1.848-5.346c0-4.8-3.917-8.706-8.73-8.706 C3.917,0,0,3.906,0,8.706c0,4.8,3.917,8.706,8.729,8.706c1.991,0,3.827-0.669,5.297-1.792L18.42,20L19.998,18.426z M8.729,15.186 c-3.583,0-6.498-2.907-6.498-6.48c0-3.573,2.915-6.479,6.498-6.479c3.583,0,6.498,2.906,6.498,6.479 C15.228,12.279,12.313,15.186,8.729,15.186z\' /%3E %3C/svg%3E"); }
.gif-player._show-img::before { content: "zoom in"; }
.gif-player._show-video::after { background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' preserveAspectRatio=\'xMidYMid\' width=\'15\' height=\'18\' viewBox=\'0 0 15 18\'%3E %3Cpath fill=\'%23fff\' d=\'M-0.002,-0.001 L14.998,8.998 L-0.002,17.998 L-0.002,-0.001 Z\' /%3E %3C/svg%3E"); }
.gif-player._show-video::before { content: "watch video"; }
.gif-player._show-gif::after { background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' preserveAspectRatio=\'xMidYMid\' width=\'15\' height=\'18\' viewBox=\'0 0 15 18\'%3E %3Cpath fill=\'%23fff\' d=\'M-0.002,-0.001 L14.998,8.998 L-0.002,17.998 L-0.002,-0.001 Z\' /%3E %3C/svg%3E"); }
.gif-player._show-gif::before { content: "watch gif"; }
.gif-player._show-screenshot-tour::after { background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' preserveAspectRatio=\'xMidYMid\' width=\'21\' height=\'16\' viewBox=\'0 0 21 16\'%3E %3Cpath fill=\'%23fff\' d=\'M19.000,13.000 L19.000,12.000 L20.000,12.000 L20.000,1.000 L4.000,1.000 L4.000,2.000 L3.000,2.000 L3.000,-0.000 L21.000,-0.000 L21.000,13.000 L19.000,13.000 ZM18.000,16.000 L-0.000,16.000 L-0.000,3.000 L18.000,3.000 L18.000,16.000 ZM16.000,5.000 L2.000,5.000 L2.000,14.000 L16.000,14.000 L16.000,5.000 Z\' /%3E %3C/svg%3E"); }
.gif-player._show-screenshot-tour::before { content: "Screenshots Tour"; }
.gif-player._active::before, .gif-player._active::after { display: none; }
.header {  }
.header__main { position: absolute; top: 0px; right: 0px; left: 0px; display: flex; overflow: hidden; background: rgb(59, 62, 67) none repeat scroll 0% 0%; }
.header__main-placeholder { height: 75px; background: rgb(59, 62, 67) none repeat scroll 0% 0%; }
.header__secondary { position: relative; z-index: 1; height: 60px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; border-bottom: 1px solid rgb(204, 203, 203); }
.header__sub { position: absolute; top: auto; left: 0px; right: 0px; display: none; min-height: 60px; opacity: 0; transition: opacity 300ms ease 0s; background: rgb(255, 255, 255) none repeat scroll 0% 0%; box-shadow: 2px 3px 24px rgba(0, 0, 0, 0.24); }
.header__sub-row { display: flex; flex-flow: row wrap; }
.header__sub-col { flex: 0 0 20%; }
.header__sub-col:last-child { flex: 0 0 40%; }
.header__sub-item { display: none; padding: 30px 0px; min-height: 168px; color: rgb(105, 105, 105); font-size: 16px; line-height: 25px; }
.header__sub-item._search { min-height: initial; }
.header__sub-item._active, .header__sub-item:hover { display: block; }
.header__logo { position: relative; display: block; margin-left: -37px; height: 75px; transition: height 300ms ease 0s; }
.header__logo-default { position: absolute; top: 50%; left: 0px; transition: opacity 300ms ease 0s; opacity: 1; margin: -66px 0px 0px; width: 127px; height: 137px; }
.header__logo-simple { position: absolute; top: 50%; left: 36px; margin: -27px 0px 0px; width: 54px; height: 54px; }
.header__title { margin: 0px 0px 25px; color: rgb(52, 52, 52); font-size: 28px; font-weight: 400; line-height: 30px; }
.header__secondary-name { position: relative; display: inline-block; transition: all 300ms ease 0s; color: rgb(22, 22, 22); cursor: default; vertical-align: middle; text-decoration: none; font-size: 24px; font-weight: 700; letter-spacing: -1px; white-space: nowrap; }
.header__secondary-name:link { cursor: pointer; }
.header__secondary-name:focus, .header__secondary-name:visited, .header__secondary-name:hover { color: rgb(22, 22, 22); text-decoration: none; }
@media screen and (max-width: 1200px) {
	.header__secondary-name { font-size: 20px; }
}
.header__secondary-logo { position: absolute; top: 50%; left: 0px; margin: -25px 0px -50px; width: 50px; height: 50px; opacity: 0; visibility: hidden; vertical-align: middle; transition: all 300ms ease 0s; }
@media screen and (max-width: 1200px) {
	.header__secondary-logo { margin-left: -40px; width: 40px; }
}
.nav-list._main, .nav-list._search { z-index: 3; height: 75px; transition: height 300ms ease 0s; font-size: 12px; font-weight: 700; text-transform: uppercase; }
@media screen and (max-width: 1200px) {
	.nav-list._main, .nav-list._search { font-size: 11px; }
}
.nav-list__label, .nav-list__text, .nav-list__text-short { display: flex; align-items: center; position: relative; box-sizing: border-box; }
.nav-list__label::after, .nav-list__text::after, .nav-list__text-short::after { position: absolute; left: 0px; bottom: 0px; display: none; height: 4px; width: 100%; content: ""; background-color: rgb(22, 22, 22); }
.nav-list__item._active .nav-list__label::after, ._active.nav-list__item-search .nav-list__label::after, .nav-list__item._active .nav-list__text::after, ._active.nav-list__item-search .nav-list__text::after, .nav-list__item._active .nav-list__text-short::after, ._active.nav-list__item-search .nav-list__text-short::after { display: block; }
.nav-list { position: relative; display: flex; align-content: stretch; }
.nav-list._search { justify-content: flex-end; }
.nav-list._secondary { align-items: stretch; justify-content: flex-end; height: 60px; font-size: 14px; font-weight: 400; line-height: 1.2; }
@media screen and (max-width: 1200px) {
	.nav-list._secondary { font-size: 13.5px; }
}
.nav-list__item, .nav-list__item-search { display: flex; align-items: center; box-sizing: border-box; padding: 0px 17px; transition: background 300ms ease 0s, color 300ms ease 0s; cursor: pointer; text-decoration: none; text-align: center; }
@media screen and (max-width: 1440px) {
	.nav-list__item, .nav-list__item-search { padding: 0px 12px; }
}
@media screen and (max-width: 1200px) {
	.nav-list__item, .nav-list__item-search { padding: 0px 10px; }
}
.nav-list__item:hover, .nav-list__item-search:hover { text-decoration: none; }
.nav-list._main .nav-list__item, .nav-list._main .nav-list__item-search, .nav-list._search .nav-list__item, .nav-list._search .nav-list__item-search { color: rgb(234, 234, 236); }
.nav-list._main .nav-list__item._active, .nav-list._main ._active.nav-list__item-search, .nav-list._main .nav-list__item:hover, .nav-list._main .nav-list__item-search:hover, .nav-list._search .nav-list__item._active, .nav-list._search ._active.nav-list__item-search, .nav-list._search .nav-list__item:hover, .nav-list._search .nav-list__item-search:hover { background: rgb(255, 255, 255) none repeat scroll 0% 0%; color: rgb(52, 52, 52); }
.nav-list._secondary .nav-list__item, .nav-list._secondary .nav-list__item-search { margin-bottom: -1px; color: rgb(105, 105, 105); }
.nav-list._secondary .nav-list__item:hover, .nav-list._secondary .nav-list__item-search:hover { color: rgb(8, 135, 215); }
.nav-list._secondary .nav-list__item:active, .nav-list._secondary .nav-list__item-search:active, .nav-list._secondary .nav-list__item:focus, .nav-list._secondary .nav-list__item-search:focus { color: rgb(5, 115, 184); }
.nav-list._secondary .nav-list__item._button, .nav-list._secondary ._button.nav-list__item-search { align-self: center; margin-left: 2%; height: 40px; color: rgb(255, 255, 255); background: rgb(24, 163, 250) none repeat scroll 0% 0%; border-radius: 25px; }
.nav-list._secondary .nav-list__item._button:hover, .nav-list._secondary ._button.nav-list__item-search:hover { background-color: rgb(8, 135, 215); }
@media screen and (max-width: 1200px) {
	.nav-list__text { display: none; }
}
.nav-list__text-short { display: none; }
.nav-list__text-short::before { content: attr(data-title); }
@media screen and (max-width: 1200px) {
	.nav-list__text-short { display: flex; }
}
@media screen and (max-width: 1200px) {
}
.nav-list__item-search { flex-basis: 50px; justify-content: center; max-width: 55px; }
.nav-list__search { position: relative; display: inline-block; width: 50px; height: 20px; }
.nav-list__search .sprite-img { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; margin: auto; opacity: 1; transition: all 300ms ease 0s; }
.nav-list__search .sprite-img._close { opacity: 0; transform: scale(0.5, 0.5); }
.nav-list__item-search:hover .nav-list__search .sprite-img._close { transform: scale(0.5, 0.5); opacity: 0; }
.header-card { position: relative; display: flex; overflow: hidden; flex-direction: column; align-items: flex-start; justify-content: flex-start; box-sizing: border-box; margin: 0px 2px 3px 0px; padding: 20px; height: 110px; color: rgb(22, 22, 22); transition: opacity 300ms ease 0s; font-size: 14px; line-height: 1; text-decoration: none; }
@media screen and (max-width: 1200px) {
	.header-card { padding: 15px; }
}
.header-card._card-kotlinconf { border: 1px dashed rgb(53, 48, 78); overflow: visible; }
.header-card._card-kotlinconf:hover { color: rgb(22, 22, 22); }
.header-card._card-toolbox { height: 60px; padding: 20px 10px 20px 20px; }
@media screen and (max-width: 1110px) {
	.header-card._card-toolbox { padding: 20px 5px 20px 8px; }
}
.header-card._card-toolbox .header-card__title { margin-right: 12px; position: relative; margin-left: 32px; display: inline-block; }
.header-card._card-toolbox .header-card__title::before { position: absolute; top: -4px; left: -33px; width: 26px; height: 26px; background: transparent url("data:image/svg+xml,%3Csvg data-name=\'Layer 1\' xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 32 32\'%3E%3Ctitle%3EToolBox_trayIcon_black_32%3C/title%3E%3Cg fill=\'%23000001\'%3E%3Cpath d=\'M16,32.076l14-8.0106V8.0568l-14,8.01V32.076Z\' /%3E%3Cpath d=\'M2,8.0568V24.0654L16,32.076V16.0673Zm12,20.57L4,22.9052V10.6173L14,16.34V28.6268Z\' /%3E%3Cpath d=\'M26,22.4713l-8,4.51,0-3.0446,8-4.51v3.0445Z\' /%3E%3Cpath d=\'M16,0.076L2,8.0568l14,8.01,14-8.01ZM5.2831,8.4534L16,2.3777l9.9668,5.6817L15.25,14.1563Z\' /%3E%3C/g%3E%3Cpath d=\'M26,22.4713l-6.83,3.8311V23.2578L26,19.4268v3.0445Z\' fill=\'%23fff\' /%3E%3C/svg%3E") no-repeat scroll left top; content: ""; }
.header-card._card-toolbox .header-card__text { display: inline-block; }
.header-card:active, .header-card:visited { color: rgb(22, 22, 22); }
.header-card:hover { background: rgb(255, 255, 255) none no-repeat scroll 0px center / cover ; color: rgb(255, 255, 255); text-decoration: none; }
.header-card._card-idea:hover { background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0px\\' y=\\'0px\\' width=\\'360px\\' height=\\'140px\\' viewBox=\\'0 0 360 140\\' enable-background=\\'new 0 0 360 140\\'%3E %3ClinearGradient id=\\'SVGID_1_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'223.7031\\' y1=\\'34.7515\\' x2=\\'94.7031\\' y2=\\'321.7515\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23247CE6\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23FF0080\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Crect x=\\'43.1\\' y=\\'28.1\\' fill=\\'url(%23SVGID_1_)\\' width=\\'316.9\\' height=\\'111.9\\' /%3E %3ClinearGradient id=\\'SVGID_2_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'168.3354\\' y1=\\'34.6758\\' x2=\\'122.3354\\' y2=\\'153.6758\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23FF7500\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23FF0080\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_2_)\\' points=\\'0,0 185,0 360,9 49,129 0,97 \\' /%3E %3ClinearGradient id=\\'SVGID_3_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'247.303\\' y1=\\'8.8818\\' x2=\\'-36.697\\' y2=\\'287.8818\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23247CE6\\'%3E%3C/stop%3E %3Cstop offset=\\'0.6313\\' style=\\'stop-color:%23FF0080\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23FF7500\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_3_)\\' points=\\'0,70 72,0 360,0 360,80 88,140 0,140 \\' /%3E %3C/svg%3E'); }
.header-card._card-phpstorm:hover { background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' id=\\'Слой_1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0px\\' y=\\'0px\\' width=\\'360px\\' height=\\'140px\\' viewBox=\\'0 0 360 140\\' enable-background=\\'new 0 0 360 140\\'%3E %3ClinearGradient id=\\'SVGID_1_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'188.0897\\' y1=\\'168.3548\\' x2=\\'203.0897\\' y2=\\'74.3548\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23B345F1\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23765AF8\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Crect x=\\'43.1\\' y=\\'28.1\\' fill=\\'url(%23SVGID_1_)\\' width=\\'316.9\\' height=\\'111.9\\' /%3E %3ClinearGradient id=\\'SVGID_2_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'201.8289\\' y1=\\'-41.4863\\' x2=\\'126.8289\\' y2=\\'116.5137\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23B345F1\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23765AF8\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_2_)\\' points=\\'0,0 185,0 360,9 79.7,140 0,140 \\' /%3E %3ClinearGradient id=\\'SVGID_3_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'272.9812\\' y1=\\'-12.0654\\' x2=\\'172.0869\\' y2=\\'133.2444\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23B345F1\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23FF0080\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_3_)\\' points=\\'72,0 360,0 360,140 253.7,140 \\' /%3E %3C/svg%3E'); }
.header-card._card-pycharm:hover { background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0px\\' y=\\'0px\\' width=\\'360px\\' height=\\'140px\\' viewBox=\\'0 0 360 140\\' enable-background=\\'new 0 0 360 140\\'%3E %3ClinearGradient id=\\'SVGID_1_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'554.0195\\' y1=\\'-375.6436\\' x2=\\'402.6111\\' y2=\\'-237.076\\' gradientTransform=\\'matrix(1 0 0 -1 -236 -185)\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23FCF84A\\'%3E%3C/stop%3E %3Cstop offset=\\'0.8901\\' style=\\'stop-color:%231DDF93\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Crect x=\\'43.096\\' y=\\'28.09\\' fill=\\'url(%23SVGID_1_)\\' width=\\'316.904\\' height=\\'111.918\\' /%3E %3ClinearGradient id=\\'SVGID_2_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'311.8545\\' y1=\\'109.5684\\' x2=\\'250.8067\\' y2=\\'205.8765\\' gradientTransform=\\'matrix(1.3528 0 0 1.3528 -274.9844 -91.4854)\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%2321D789\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%230CB0F2\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_2_)\\' points=\\'0,0 261.684,0 360,9.019 79.688,140.009 0,140.009 \\' /%3E %3ClinearGradient id=\\'SVGID_3_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'458.1426\\' y1=\\'-246.793\\' x2=\\'573.1468\\' y2=\\'-186.7386\\' gradientTransform=\\'matrix(1 0 0 -1 -236 -185)\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%238FEA62\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23FFEE45\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_3_)\\' points=\\'197.372,0 360,0 360,64.534 327.548,78.357 216.961,30.086 \\' /%3E %3C/svg%3E'); }
.header-card._card-rubymine:hover { background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' id=\\'Слой_1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0px\\' y=\\'0px\\' width=\\'360px\\' height=\\'140px\\' viewBox=\\'0 0 360 140\\' enable-background=\\'new 0 0 360 140\\'%3E %3ClinearGradient id=\\'SVGID_1_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'321.5934\\' y1=\\'-14.956\\' x2=\\'121.5933\\' y2=\\'105.044\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23FF8200\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23FF0080\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_1_)\\' points=\\'0,0 185,0 360,0 360,28.1 360,140 0,140 \\' /%3E %3ClinearGradient id=\\'SVGID_2_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'182.8299\\' y1=\\'-55.3236\\' x2=\\'106.8299\\' y2=\\'135.6764\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%239039D0\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23FF0080\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_2_)\\' points=\\'0,0 192.4,0 265.9,140 163.4,140 \\' /%3E %3C/svg%3E'); }
.header-card._card-webstorm:hover { background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' id=\\'Слой_1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0px\\' y=\\'0px\\' width=\\'360px\\' height=\\'140px\\' viewBox=\\'0 0 360 140\\' enable-background=\\'new 0 0 360 140\\'%3E %3ClinearGradient id=\\'SVGID_1_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'17.8298\\' y1=\\'260.0271\\' x2=\\'208.8298\\' y2=\\'21.0271\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23247CE6\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%2300DFA6\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Crect x=\\'0\\' y=\\'28.1\\' fill=\\'url(%23SVGID_1_)\\' width=\\'316.9\\' height=\\'111.9\\' /%3E %3ClinearGradient id=\\'SVGID_2_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'343.3934\\' y1=\\'177.9483\\' x2=\\'213.3934\\' y2=\\'39.9483\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23FFEE45\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%2300DFA6\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_2_)\\' points=\\'360,0 175,0 0,9 211,140 360,140 \\' /%3E %3ClinearGradient id=\\'SVGID_3_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'80.5069\\' y1=\\'138.0535\\' x2=\\'233.5069\\' y2=\\'-58.9465\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23247CE6\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%2300DFA6\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_3_)\\' points=\\'288,0 0,0 0,80 90,140 327.3,62 \\' /%3E %3C/svg%3E'); }
.header-card._card-appcode:hover { background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' id=\\'Слой_1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0px\\' y=\\'0px\\' width=\\'360px\\' height=\\'140px\\' viewBox=\\'0 0 360 140\\' enable-background=\\'new 0 0 360 140\\'%3E %3ClinearGradient id=\\'SVGID_1_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'438.1049\\' y1=\\'364.7276\\' x2=\\'165.1049\\' y2=\\'90.7276\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%2300CAFF\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23247CE6\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Crect x=\\'0\\' y=\\'28.1\\' fill=\\'url(%23SVGID_1_)\\' width=\\'316.9\\' height=\\'111.9\\' /%3E %3ClinearGradient id=\\'SVGID_2_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'62.4729\\' y1=\\'-88.244\\' x2=\\'387.4729\\' y2=\\'131.756\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%2300CAFF\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23247CE6\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_2_)\\' points=\\'360,0 175,0 25.7,0 319.7,140 360,140 \\' /%3E %3ClinearGradient id=\\'SVGID_3_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'319.9431\\' y1=\\'38.5466\\' x2=\\'181.482\\' y2=\\'237.9608\\' gradientTransform=\\'matrix(-1 0 0 1 360 0)\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%2300CAFF\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%2300DFA6\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_3_)\\' points=\\'77,0 0,0 0,140 221,140 \\' /%3E %3C/svg%3E'); }
.header-card._card-clion:hover { background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' id=\\'Слой_1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0px\\' y=\\'0px\\' width=\\'360px\\' height=\\'140px\\' viewBox=\\'0 0 360 140\\' enable-background=\\'new 0 0 360 140\\'%3E %3ClinearGradient id=\\'SVGID_1_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'174.2007\\' y1=\\'80.8289\\' x2=\\'90.7007\\' y2=\\'-51.1711\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23247CE6\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23FF0080\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Crect x=\\'0\\' y=\\'0\\' fill=\\'url(%23SVGID_1_)\\' width=\\'316.9\\' height=\\'111.9\\' /%3E %3ClinearGradient id=\\'SVGID_2_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'232.2292\\' y1=\\'-99.5906\\' x2=\\'90.2292\\' y2=\\'183.4094\\' gradientTransform=\\'matrix(-1 0 0 -1 360 140)\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23247CE6\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%231DDF93\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_2_)\\' points=\\'360,140 175,140 0,131 280.3,0 360,0 \\' /%3E %3ClinearGradient id=\\'SVGID_3_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'234.1662\\' y1=\\'48.0572\\' x2=\\'37.2933\\' y2=\\'429.1016\\' gradientTransform=\\'matrix(-1 0 0 -1 360 140)\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23247CE6\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%231DDF93\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_3_)\\' points=\\'235.3,140 0,140 0,75.5 164.7,0 302.3,0 \\' /%3E %3C/svg%3E'); }
.header-card._card-datagrip:hover { background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' id=\\'Слой_1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0px\\' y=\\'0px\\' width=\\'360px\\' height=\\'140px\\' viewBox=\\'0 0 360 140\\' enable-background=\\'new 0 0 360 140\\'%3E %3Crect x=\\'0\\' y=\\'0\\' fill=\\'%23E343E6\\' width=\\'360\\' height=\\'140\\' /%3E %3ClinearGradient id=\\'SVGID_1_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'178.0379\\' y1=\\'107.2809\\' x2=\\'184.0379\\' y2=\\'-6.7191\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%232086D7\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23B345F1\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_1_)\\' points=\\'360,55.9 57.6,0 0,0 0,140 360,140 \\' /%3E %3ClinearGradient id=\\'SVGID_2_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'335.4206\\' y1=\\'-5.5618\\' x2=\\'80.0872\\' y2=\\'201.1049\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23029DE0\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%2300DFA6\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_2_)\\' points=\\'360,140 360,0 301.4,0 0,100.5 0,140 45.8,140 \\' /%3E %3C/svg%3E'); }
.header-card._card-rider:hover { background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 19.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version=\'1.1\' id=\'Layer_1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' viewBox=\'0 0 360 140\' style=\'enable-background:new 0 0 360 140;\' xml:space=\'preserve\'%3E %3Cstyle type=\'text/css\'%3E .st0%7Bfill:url(%23SVGID_1_);%7D .st1%7Bfill:url(%23SVGID_2_);%7D .st2%7Bfill:url(%23SVGID_3_);%7D %3C/style%3E %3ClinearGradient id=\'SVGID_1_\' gradientUnits=\'userSpaceOnUse\' x1=\'190.7009\' y1=\'136.6028\' x2=\'222.7009\' y2=\'-18.3972\'%3E %3Cstop offset=\'0\' style=\'stop-color:%23ED0E63\'%3E%3C/stop%3E %3Cstop offset=\'0.9267\' style=\'stop-color:%233393FB\'%3E%3C/stop%3E %3C/linearGradient%3E %3Crect x=\'43.1\' y=\'28.1\' class=\'st0\' width=\'316.9\' height=\'111.9\' /%3E %3ClinearGradient id=\'SVGID_2_\' gradientUnits=\'userSpaceOnUse\' x1=\'8.3162\' y1=\'102.4552\' x2=\'171.3161\' y2=\'9.4552\'%3E %3Cstop offset=\'0.3293\' style=\'stop-color:%23ED0E63\'%3E%3C/stop%3E %3Cstop offset=\'0.9267\' style=\'stop-color:%23FCB20F\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon class=\'st1\' points=\'0,0 185,0 360,9 49,129 0,97 \' /%3E %3ClinearGradient id=\'SVGID_3_\' gradientUnits=\'userSpaceOnUse\' x1=\'-12.1037\' y1=\'158.3692\' x2=\'332.8963\' y2=\'29.3692\'%3E %3Cstop offset=\'0\' style=\'stop-color:%23ED0E63\'%3E%3C/stop%3E %3Cstop offset=\'0.9267\' style=\'stop-color:%233393FB\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon class=\'st2\' points=\'360,28.1 288,140 0,140 0,60 174.2,0 360,0 \' /%3E %3C/svg%3E"); }
.header-card._card-resharper:hover { background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' id=\\'Слой_1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0px\\' y=\\'0px\\' width=\\'360px\\' height=\\'140px\\' viewBox=\\'0 0 360 140\\' enable-background=\\'new 0 0 360 140\\'%3E %3ClinearGradient id=\\'SVGID_1_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'188.0897\\' y1=\\'168.3547\\' x2=\\'203.0897\\' y2=\\'74.3547\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23C40B55\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23FFBD00\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Crect x=\\'43.1\\' y=\\'28.1\\' fill=\\'url(%23SVGID_1_)\\' width=\\'316.9\\' height=\\'111.9\\' /%3E %3ClinearGradient id=\\'SVGID_2_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'306.3977\\' y1=\\'-37.5345\\' x2=\\'-45.6023\\' y2=\\'104.4655\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23FF7500\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23C40B55\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_2_)\\' points=\\'0,0 185,0 360,9 79.7,140 0,140 \\' /%3E %3ClinearGradient id=\\'SVGID_3_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'119.4272\\' y1=\\'-41.2148\\' x2=\\'424.4272\\' y2=\\'139.7852\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23C40B55\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23B345F1\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_3_)\\' points=\\'72,0 360,0 360,140 253.7,140 \\' /%3E %3C/svg%3E'); }
.header-card._card-resharper-cpp:hover { background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' id=\\'Слой_1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0px\\' y=\\'0px\\' width=\\'360px\\' height=\\'140px\\' viewBox=\\'0 0 360 140\\' enable-background=\\'new 0 0 360 140\\'%3E %3ClinearGradient id=\\'SVGID_1_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'61.3277\\' y1=\\'90.4133\\' x2=\\'436.3277\\' y2=\\'73.4133\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23E343E6\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23C40B55\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Crect x=\\'43.1\\' y=\\'28.1\\' fill=\\'url(%23SVGID_1_)\\' width=\\'316.9\\' height=\\'111.9\\' /%3E %3ClinearGradient id=\\'SVGID_2_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'266.5837\\' y1=\\'-51.7959\\' x2=\\'3.5837\\' y2=\\'119.2041\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23E343E6\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23FFBD00\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_2_)\\' points=\\'0,0 185,0 360,9 79.7,140 0,140 \\' /%3E %3ClinearGradient id=\\'SVGID_3_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'373.8824\\' y1=\\'-21.8122\\' x2=\\'105.8823\\' y2=\\'77.1878\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23E343E6\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23FFBD00\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_3_)\\' points=\\'72,0 360,0 360,64.5 244.1,115.8 57.7,77 \\' /%3E %3C/svg%3E'); }
.header-card._card-dottrace:hover { background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' id=\\'Слой_1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0px\\' y=\\'0px\\' width=\\'360px\\' height=\\'140px\\' viewBox=\\'0 0 360 140\\' enable-background=\\'new 0 0 360 140\\'%3E %3ClinearGradient id=\\'SVGID_1_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'438.1049\\' y1=\\'364.7276\\' x2=\\'165.1049\\' y2=\\'90.7276\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23765AF8\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23FF0080\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Crect x=\\'0\\' y=\\'28.1\\' fill=\\'url(%23SVGID_1_)\\' width=\\'316.9\\' height=\\'111.9\\' /%3E %3ClinearGradient id=\\'SVGID_2_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'358.5752\\' y1=\\'77.2742\\' x2=\\'139.5752\\' y2=\\'-7.7258\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23765AF8\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23FF0080\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_2_)\\' points=\\'360,0 175,0 25.7,0 319.7,140 360,140 \\' /%3E %3ClinearGradient id=\\'SVGID_3_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'246.0728\\' y1=\\'175.7446\\' x2=\\'-18.9272\\' y2=\\'40.7446\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23B345F1\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23E343E6\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_3_)\\' points=\\'77,0 0,0 0,140 221,140 \\' /%3E %3C/svg%3E'); }
.header-card._card-dotmemory:hover { background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' id=\\'Слой_1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0px\\' y=\\'0px\\' width=\\'360px\\' height=\\'140px\\' viewBox=\\'0 0 360 140\\' enable-background=\\'new 0 0 360 140\\'%3E %3ClinearGradient id=\\'SVGID_1_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'-26.3335\\' y1=\\'199.5345\\' x2=\\'376.6665\\' y2=\\'-53.4655\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23765AF8\\'%3E%3C/stop%3E %3Cstop offset=\\'0.5334\\' style=\\'stop-color:%23E343E6\\'%3E%3C/stop%3E %3Cstop offset=\\'0.987\\' style=\\'stop-color:%23FFBD00\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_1_)\\' points=\\'0,0 185,0 360,0 360,28.1 360,140 0,140 \\' /%3E %3ClinearGradient id=\\'SVGID_2_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'152.4323\\' y1=\\'29.2914\\' x2=\\'86.4323\\' y2=\\'167.2914\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23FFBD00\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23E343E6\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_2_)\\' points=\\'0,0 192.4,0 265.9,140 163.4,140 \\' /%3E %3C/svg%3E'); }
.header-card._card-dotcover:hover { background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' id=\\'Слой_1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0px\\' y=\\'0px\\' width=\\'360px\\' height=\\'140px\\' viewBox=\\'0 0 360 140\\' enable-background=\\'new 0 0 360 140\\'%3E %3ClinearGradient id=\\'SVGID_1_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'17.8297\\' y1=\\'260.0271\\' x2=\\'208.8297\\' y2=\\'21.0271\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23765AF8\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23E343E6\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Crect x=\\'0\\' y=\\'28.1\\' fill=\\'url(%23SVGID_1_)\\' width=\\'316.9\\' height=\\'111.9\\' /%3E %3ClinearGradient id=\\'SVGID_2_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'413.3574\\' y1=\\'-39.1611\\' x2=\\'181.3574\\' y2=\\'73.8389\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23FF8200\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23E343E6\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_2_)\\' points=\\'360,0 175,0 0,9 211,140 360,140 \\' /%3E %3ClinearGradient id=\\'SVGID_3_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'204.8605\\' y1=\\'-43.1034\\' x2=\\'95.8605\\' y2=\\'152.8966\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23FF8200\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23E343E6\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_3_)\\' points=\\'288,0 0,0 0,80 90,140 327.3,62 \\' /%3E %3C/svg%3E'); }
.header-card._card-dotpeek:hover { background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' id=\\'Слой_1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0px\\' y=\\'0px\\' width=\\'360px\\' height=\\'140px\\' viewBox=\\'0 0 360 140\\' enable-background=\\'new 0 0 360 140\\'%3E %3ClinearGradient id=\\'SVGID_1_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'223.7031\\' y1=\\'34.7516\\' x2=\\'94.7031\\' y2=\\'321.7516\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23765AF8\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%2300CAFF\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Crect x=\\'43.1\\' y=\\'28.1\\' fill=\\'url(%23SVGID_1_)\\' width=\\'316.9\\' height=\\'111.9\\' /%3E %3ClinearGradient id=\\'SVGID_2_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'168.3354\\' y1=\\'34.6759\\' x2=\\'122.3354\\' y2=\\'153.6759\\'%3E %3Cstop offset=\\'7.017045e-03\\' style=\\'stop-color:%23E343E6\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23765AF8\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_2_)\\' points=\\'0,0 185,0 360,9 49,129 0,97 \\' /%3E %3ClinearGradient id=\\'SVGID_3_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'-64.639\\' y1=\\'81.641\\' x2=\\'266.6943\\' y2=\\'54.9743\\'%3E %3Cstop offset=\\'7.017045e-03\\' style=\\'stop-color:%23E343E6\\'%3E%3C/stop%3E %3Cstop offset=\\'0.4014\\' style=\\'stop-color:%23765AF8\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%2300CAFF\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_3_)\\' points=\\'0,70 72,0 360,0 360,80 88,140 0,140 \\' /%3E %3C/svg%3E'); }
.header-card._card-teamcity:hover { background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' id=\\'Слой_1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0px\\' y=\\'0px\\' width=\\'360px\\' height=\\'140px\\' viewBox=\\'0 0 360 140\\' enable-background=\\'new 0 0 360 140\\'%3E %3ClinearGradient id=\\'SVGID_1_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'103.5586\\' y1=\\'142.9843\\' x2=\\'302.5586\\' y2=\\'-47.0157\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23765AF8\\'%3E%3C/stop%3E %3Cstop offset=\\'0.5317\\' style=\\'stop-color:%230CB0F2\\'%3E%3C/stop%3E %3Cstop offset=\\'0.9948\\' style=\\'stop-color:%233BEA62\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_1_)\\' points=\\'0,0 185,0 360,0 360,28.1 360,140 0,140 \\' /%3E %3ClinearGradient id=\\'SVGID_2_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'133.4056\\' y1=\\'151.4549\\' x2=\\'132.4056\\' y2=\\'-32.5451\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23765AF8\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%230CB0F2\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_2_)\\' points=\\'0,0 192.4,0 265.9,140 163.4,140 \\' /%3E %3C/svg%3E'); }
.header-card._card-youtrack:hover { background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' id=\\'Слой_1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0px\\' y=\\'0px\\' width=\\'360px\\' height=\\'140px\\' viewBox=\\'0 0 360 140\\' enable-background=\\'new 0 0 360 140\\'%3E %3ClinearGradient id=\\'SVGID_1_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'188.0897\\' y1=\\'168.3548\\' x2=\\'203.0897\\' y2=\\'74.3548\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23B345F1\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%230CB0F2\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Crect x=\\'43.1\\' y=\\'28.1\\' fill=\\'url(%23SVGID_1_)\\' width=\\'316.9\\' height=\\'111.9\\' /%3E %3ClinearGradient id=\\'SVGID_2_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'201.8289\\' y1=\\'-41.4862\\' x2=\\'126.8289\\' y2=\\'116.5138\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23B345F1\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%230CB0F2\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_2_)\\' points=\\'0,0 185,0 360,9 79.7,140 0,140 \\' /%3E %3ClinearGradient id=\\'SVGID_3_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'178.7246\\' y1=\\'117.1578\\' x2=\\'393.7246\\' y2=\\'-154.8422\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23B345F1\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23FF0080\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_3_)\\' points=\\'72,0 360,0 360,140 253.7,140 \\' /%3E %3C/svg%3E'); }
.header-card._card-upsource:hover { background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' id=\\'Слой_1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0px\\' y=\\'0px\\' width=\\'360px\\' height=\\'140px\\' viewBox=\\'0 0 360 140\\' enable-background=\\'new 0 0 360 140\\'%3E %3ClinearGradient id=\\'SVGID_1_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'223.7031\\' y1=\\'34.7516\\' x2=\\'94.7031\\' y2=\\'321.7516\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23247CE6\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23FF0080\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Crect x=\\'43.1\\' y=\\'28.1\\' fill=\\'url(%23SVGID_1_)\\' width=\\'316.9\\' height=\\'111.9\\' /%3E %3ClinearGradient id=\\'SVGID_2_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'168.3354\\' y1=\\'34.6759\\' x2=\\'122.3354\\' y2=\\'153.6759\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23FF7500\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23905CFB\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_2_)\\' points=\\'0,0 185,0 360,9 49,129 0,97 \\' /%3E %3ClinearGradient id=\\'SVGID_3_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'307.9279\\' y1=\\'4.7123\\' x2=\\'-101.0722\\' y2=\\'161.7123\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%230CB0F2\\'%3E%3C/stop%3E %3Cstop offset=\\'0.5281\\' style=\\'stop-color:%23765AF8\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23FF7500\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_3_)\\' points=\\'0,70 72,0 360,0 360,80 88,140 0,140 \\' /%3E %3C/svg%3E'); }
.header-card._card-hub:hover { background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' id=\\'Слой_1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0px\\' y=\\'0px\\' width=\\'360px\\' height=\\'140px\\' viewBox=\\'0 0 360 140\\' enable-background=\\'new 0 0 360 140\\'%3E %3ClinearGradient id=\\'SVGID_1_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'174.2007\\' y1=\\'80.829\\' x2=\\'90.7007\\' y2=\\'-51.171\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%230CB0F2\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23765AF8\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Crect x=\\'0\\' y=\\'0\\' fill=\\'url(%23SVGID_1_)\\' width=\\'316.9\\' height=\\'111.9\\' /%3E %3ClinearGradient id=\\'SVGID_2_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'182.9765\\' y1=\\'130.5694\\' x2=\\'281.9765\\' y2=\\'-33.4306\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23765AF8\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23FFEE45\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_2_)\\' points=\\'360,140 175,140 0,131 280.3,0 360,0 \\' /%3E %3ClinearGradient id=\\'SVGID_3_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'80.6567\\' y1=\\'153.4575\\' x2=\\'280.6566\\' y2=\\'-93.5425\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%230CB0F2\\'%3E%3C/stop%3E %3Cstop offset=\\'0.5459\\' style=\\'stop-color:%23765AF8\\'%3E%3C/stop%3E %3Cstop offset=\\'0.9931\\' style=\\'stop-color:%23FFF045\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_3_)\\' points=\\'235.3,140 0,140 0,75.5 164.7,0 302.3,0 \\' /%3E %3C/svg%3E'); }
.header-card._card-kotlin:hover { \\' points=\\'12,0 204.3,0 348,140 281.2,140 \\' /%3e %3c/svg%3e'): ;
}
.header-card._card-mps:hover { \\: %232B86D0\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23FFEE45\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon style=\\'fill:url(%23SVGID_2_);
    \\' points=\\'235.3,140 0,140 0,45.2 164.7,0 325.3,0 \\' /%3e %3c/svg%3e'): ;
}
.header-card._card-gogland:hover { background-image: url('data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version=\\'1.1\\' id=\\'Layer_1\\' xmlns=\\'http://www.w3.org/2000/svg\\' xmlns:xlink=\\'http://www.w3.org/1999/xlink\\' x=\\'0px\\' y=\\'0px\\' viewBox=\\'170 -60 360 140\\' enable-background=\\'new 170 -60 360 140\\' xml:space=\\'preserve\\'%3E %3Cg%3E %3ClinearGradient id=\\'SVGID_1_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'138.339\\' y1=\\'109.3335\\' x2=\\'435.743\\' y2=\\'-24.0815\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23078EFC\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23BB4EFC\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Crect x=\\'170\\' y=\\'-31.9\\' fill=\\'url(%23SVGID_1_)\\' width=\\'316.9\\' height=\\'111.9\\' /%3E %3ClinearGradient id=\\'SVGID_2_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'408.8468\\' y1=\\'135.0702\\' x2=\\'359.9043\\' y2=\\'-23.4258\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23BB4EFC\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%233BEA62\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_2_)\\' points=\\'530,-60 345,-60 170,-51 381,80 530,80 \\' /%3E %3ClinearGradient id=\\'SVGID_3_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'145.9933\\' y1=\\'189.4657\\' x2=\\'288.073\\' y2=\\'302.0819\\' gradientTransform=\\'matrix(1.6667 0 0 -1.6667 -33.3333 410)\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23078EFC\\'%3E%3C/stop%3E %3Cstop offset=\\'0.1525\\' style=\\'stop-color:%230890F8\\'%3E%3C/stop%3E %3Cstop offset=\\'0.2898\\' style=\\'stop-color:%230C97ED\\'%3E%3C/stop%3E %3Cstop offset=\\'0.4211\\' style=\\'stop-color:%2312A2DB\\'%3E%3C/stop%3E %3Cstop offset=\\'0.5489\\' style=\\'stop-color:%231BB1C1\\'%3E%3C/stop%3E %3Cstop offset=\\'0.674\\' style=\\'stop-color:%2326C5A0\\'%3E%3C/stop%3E %3Cstop offset=\\'0.7955\\' style=\\'stop-color:%2334DD78\\'%3E%3C/stop%3E %3Cstop offset=\\'0.8532\\' style=\\'stop-color:%233BEA62\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon fill=\\'url(%23SVGID_3_)\\' points=\\'458,-60 170,-60 170,20 170,68.5 511.1,41.5 \\' /%3E %3ClinearGradient id=\\'SVGID_4_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'297.4397\\' y1=\\'-123.0553\\' x2=\\'99.8134\\' y2=\\'55.1677\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23078EFC\\'%3E%3C/stop%3E %3Cstop offset=\\'0.8532\\' style=\\'stop-color:%23BB4EFC\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon opacity=\\'0.78\\' fill=\\'url(%23SVGID_4_)\\' points=\\'257.4,-60 170,43.7 170,-60 \\' /%3E %3C/g%3E %3C/svg%3E'); }
.header-card._card-toolbox:hover { color: rgb(22, 22, 22); padding: 20px 10px 20px 20px; }
@media screen and (max-width: 1110px) {
	.header-card._card-toolbox:hover { padding: 20px 5px 20px 8px; }
}
.header-card._card-toolbox:hover .header-card__title::before { background-position: left top;
    background-color: transparent;
    background-image: url('data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version=\\'1.1\\' id=\\'Layer_1\\' xmlns=\\'http://www.w3.org/2000/svg\\' xmlns:xlink=\\'http://www.w3.org/1999/xlink\\' x=\\'0px\\' y=\\'0px\\' viewBox=\\'0 0 20 20\\' enable-background=\\'new 0 0 20 20\\' xml:space=\\'preserve\\'%3E %3Ctitle%3EToolBox_trayIcon_black_32%3C/title%3E %3Cpath fill=\\'%23FFFFFF\\' d=\\'M16.3,14L12,16.4v-1.9l4.3-2.4V14z\\' /%3E %3Cg%3E %3Cpolygon fill=\\'%23000001\\' points=\\'10,20.1 18.8,15.1 18.8,5 10,10.1 \\' /%3E %3Cpolygon fill=\\'%23FFFFFF\\' points=\\'15.6,15.1 11.7,17.2 11.7,15.9 15.6,13.7 \\' /%3E %3Cg%3E %3Cdefs%3E %3Cpolygon id=\\'SVGID_1_\\' points=\\'10,0 1.3,5 1.3,5 1.3,5 1.3,15.1 10,20.1 10,10.1 18.8,5 \\' /%3E %3C/defs%3E %3CclipPath id=\\'SVGID_2_\\'%3E %3Cuse xlink:href=\\'%23SVGID_1_\\' overflow=\\'visible\\' /%3E %3C/clipPath%3E %3ClinearGradient id=\\'SVGID_3_\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'-577.1025\\' y1=\\'430.9085\\' x2=\\'-576.7103\\' y2=\\'430.9085\\' gradientTransform=\\'matrix(44.7407 -23.2419 -23.2419 -44.7407 35836.4531 5880.7598)\\'%3E %3Cstop offset=\\'0\\' style=\\'stop-color:%23FF8618\\'%3E%3C/stop%3E %3Cstop offset=\\'4.301080e-002\\' style=\\'stop-color:%23FF8618\\'%3E%3C/stop%3E %3Cstop offset=\\'0.3817\\' style=\\'stop-color:%23FF246E\\'%3E%3C/stop%3E %3Cstop offset=\\'0.9892\\' style=\\'stop-color:%23AF1DF5\\'%3E%3C/stop%3E %3Cstop offset=\\'1\\' style=\\'stop-color:%23AF1DF5\\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpolygon clip-path=\\'url(%23SVGID_2_)\\' fill=\\'url(%23SVGID_3_)\\' points=\\'-7,4.3 15.1,-7 27.1,15.8 5,27.2 \\' /%3E %3C/g%3E %3C/g%3E %3C/svg%3E');
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.header-card._card-kotlinconf:hover { border-style: solid; }
.header-card__content { position: relative; z-index: 1; max-width: 100%; }
.header-card__title { display: block; margin: 0px 0px 5px; font-size: 20px; font-weight: 700; line-height: 1; }
.header-card__text { display: block; min-height: 31px; }
.kotlinconf-card__content { padding-top: 15px; display: flex; align-items: flex-end; width: 100%; }
@media screen and (max-width: 1200px) {
	.kotlinconf-card__content { display: block; }
}
.kotlinconf-card__col-2 { position: relative; flex: 1 0 0px; max-width: 100%; box-sizing: border-box; padding-left: 15px; }
.kotlinconf-card__col-2::after { width: 100%; height: 65px; position: absolute; left: 15px; bottom: 0px; z-index: 1; background-image: url('kotlinkonf.abf671a22c3a874e51a35db84041124f.svg'); background-size: 100% auto; background-position: 0px 0px; background-repeat: no-repeat; content: ""; }
@media screen and (max-width: 1200px) {
	.kotlinconf-card__col-2::after { display: none; }
}
.kotlinconf-card__button { font-weight: 700; color: rgb(250, 137, 2); }
.kotlinconf-card-price { display: block; text-align: left; padding-top: 5px; }
.search-box { display: flex; justify-content: space-between; padding: 0px 0px 12px; height: 50px; border-bottom: 1px solid rgb(183, 187, 190); }
.search-box__label { flex: 1 0 0px; }
.search-box__input { box-sizing: border-box; margin: 0px; padding: 0px; width: 100%; height: 50px; border: medium none; color: rgb(52, 52, 52); font-size: 32px; font-weight: 400; line-height: 50px; }
.search-box__input::-moz-placeholder { color: rgb(175, 177, 179); }
.search-box__input:-moz-placeholder { color: rgb(175, 177, 179); }
.search-box__input:focus { outline: 0px none; }
.sprite-img._account { min-width: 21px; width: 21px; height: 24px; fill: rgb(0, 0, 0); }
.sprite-img._account._white { fill: rgb(255, 255, 255); }
.sprite-img._search { width: 20px; height: 20px; fill: rgb(0, 0, 0); }
.sprite-img._linkedin-outline { width: 24px; height: 24px; color: rgb(255, 255, 255); fill: rgb(1, 123, 182); }
.sprite-img._linkedin-outline._gray-light { color: transparent; fill: rgb(240, 240, 240); }
.sprite-img._weibo, .sprite-img._weibo-gray-light { width: 24px; height: 19px; }
.sprite-img._rss { width: 16px; height: 16px; fill: rgb(255, 151, 0); }
.sprite-img._gray-light { fill: rgb(240, 240, 240); }
.sprite-img._white { fill: rgb(255, 255, 255); }
.social-link { position: relative; display: inline-block; }
.social-link__icon { transition: opacity 300ms ease 0s; }
.social-link__icon._front { opacity: 1; }
.social-link:hover .social-link__icon._front { opacity: 0; }
.social-link__icon._back { position: absolute; top: 0px; left: 0px; opacity: 0; }
.social-link:hover .social-link__icon { opacity: 1; }
.social-link__icon.sprite-img._facebook { width: 24px; height: 24px; }
.social-link__icon.sprite-img._google-plus { width: 27px; height: 17px; }
.social-link__icon.sprite-img._twitter { width: 24px; height: 19px; }
.social-link__icon.sprite-img._youtube-icon { width: 30px; height: 20px; }
.social-link__icon.sprite-img._weibo, .social-link__icon.sprite-img._weibo-gray-light { width: 30px; height: 24px; }
.social-link__icon.sprite-img._rss { width: 20px; height: 20px; }
.footer { font-size: 14px; line-height: 1.2; position: relative; overflow: hidden; box-sizing: border-box; max-width: 100%; min-height: 265px; padding: 65px 0px 25px; background: rgb(59, 62, 67) none repeat scroll 0% 0%; color: rgb(125, 129, 134); }
.footer a { color: rgb(175, 177, 179); text-decoration: none; }
.footer a:active, .footer a:visited, .footer a:focus { color: rgb(175, 177, 179); }
.footer a:hover { color: rgb(136, 143, 145); }
.footer__common { margin: 0px 0px 40px; }
.footer__logo-group { position: relative; }
.footer__beam { position: absolute; top: 30px; left: 0px; margin-left: -365px; width: 685px; height: 563px; transform: rotate(4deg); }
.footer__logo-link:hover { opacity: 1 !important; }
.footer__logo { position: relative; z-index: 1; width: 90%; height: 90%; max-width: 124px; max-height: 124px; }
.footer__header { font-size: 18px; font-weight: 700; line-height: 1.1; margin: 0px 0px 25px; color: rgb(240, 240, 240); }
.footer__list._vertical { margin: 0px 0px 40px; }
.footer__list._horizontal, .footer__list._social, .footer__list._privacy { display: flex; flex-flow: row wrap; }
.footer__list._social { align-items: center; justify-content: space-between; }
.footer__list._privacy { justify-content: flex-end; margin-left: -3px; margin-right: -3px; }
.footer__list._privacy a { color: rgb(125, 129, 134); }
.footer__list._privacy a:hover { color: rgb(175, 177, 179); opacity: 1; }
.footer__list._vertical .footer__list-item { margin: 0px 0px 9px; }
.footer__list._privacy .footer__list-item { box-sizing: border-box; padding: 0px 3px; }
.footer__weibo { display: none; }
.page { position: relative; max-width: 100%; }
@media screen and (min-width: 1440px) {
}
@media screen and (min-width: 1640px) {
}
@media screen and (min-width: 1980px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
.page__header, .page__header-placeholder { position: relative; top: 0px; z-index: 1001; margin: 0px auto; width: 100%; }
.page__beam { position: absolute; left: 0px; right: 0px; }
.page__content { position: relative; overflow: hidden; width: 100%; max-width: 100%; }
ayer__video:hover::after { opacity: 1; }
@media screen and (mi
.page__header, .page__footer { flex-shrink: 0; }
.page__content { flex: 1 0 auto; }
.section-content { padding-top: 10px; padding-bottom: 100px; }
.section-content._bg-medium { background-color: rgb(234, 234, 236); }
.section-content._padding-top { padding-top: 50px; }
.video-player__video::after { position: absolute; top: 50%; left: 50%; opacity: 0.6; width: 70px; height: 70px; transform: translate(-50%, -50%); transition: opacity 200ms ease 0s; background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' preserveAspectRatio=\'xMidYMid\' width=\'15\' height=\'18\' viewBox=\'0 0 15 18\'%3E %3Cpath fill=\'%23fff\' d=\'M-0.002,-0.001 L14.998,8.998 L-0.002,17.998 L-0.002,-0.001 Z\' /%3E %3C/svg%3E"); background-color: rgb(0, 0, 0); background-repeat: no-repeat; background-position: center center; background-size: 25px auto; content: ""; }
.video-player__video:hover::after { opacity: 1; }
@media screen and (min-width: 1640px) {
}
@media screen and (min-width: 1201px) {
}
@media screen and (min-width: 1201px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (min-width: 1201px) {
}
@media screen and (min-width: 1201px) {
}
.page-sidebar__item::before { display: none; }
@media screen and (min-width: 1640px) {
}
/* ::::: https://www.javamatic.com/_assets/idea/inc/overview-content/index.entry.5a3434d5ff329f77ae9f998e7cbada55.css ::::: */

.sprite-img._spring-mvc { width: 54px; height: 54px; }
.page__beam._beam-1 { transform: translate(-50px, -305px); }
.page__beam._beam-1 svg { position: absolute; left: 50%; width: 1400px; height: 1600px; margin-left: -700px; }
.tool-set { max-width: 90%; }
@media screen and (max-width: 1200px) {
	.tool-set { max-width: none; }
}
.tool-set__item { box-sizing: border-box; padding-right: 20px; margin-bottom: 20px; }
.tool-set__icon { display: flex; align-content: flex-end; align-items: flex-end; min-height: 90px; margin-bottom: 15px; }
@media screen and (max-width: 1200px) {
	.tool-set__icon { min-height: 70px; margin-bottom: 5px; }
}
.screen-img._intelligent-coding-assistance { height: 1px; }
.screen-img._integrations { margin-top: -150px; }
.screen-img._code-editor { transform: translate(0px, -90px); }
.screen-img._smart-in-every-way { margin-top: -290px; }
.section._choose-edition .hidden-in-overview { display: none; }
.download-button-note { opacity: 1; transition: opacity 1s ease 0s; }
.download-button-note._hidden { opacity: 0; }
.sprite-img._git, .sprite-img._git-grayscale { width: 117px; height: 49px; }
.sprite-img._android { width: 62px; height: 79px; }
.sprite-img._html5, .sprite-img._html5-grayscale { width: 62px; height: 79px; }
.CodeMirror { font-family: monospace; height: 300px; color: black; }
.CodeMirror-lines { padding: 4px 0px; }
.CodeMirror pre { padding: 0px 4px; }
.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler { background-color: white; }
.CodeMirror-gutters { border-right: 1px solid rgb(221, 221, 221); background-color: rgb(247, 247, 247); white-space: nowrap; }
.CodeMirror-cursor { border-left: 1px solid black; border-right: medium none; width: 0px; }
.CodeMirror { position: relative; overflow: hidden; background: white none repeat scroll 0% 0%; }
.CodeMirror-scroll { overflow: scroll !important; margin-bottom: -30px; margin-right: -30px; padding-bottom: 30px; height: 100%; outline: medium none; position: relative; }
.CodeMirror-sizer { position: relative; border-right: 30px solid transparent; }
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler { position: absolute; z-index: 6; display: none; }
.CodeMirror-scrollbar-filler { right: 0px; bottom: 0px; }
.CodeMirror-gutter-filler { left: 0px; bottom: 0px; }
.CodeMirror-gutters { position: absolute; left: 0px; top: 0px; min-height: 100%; z-index: 3; }
.CodeMirror-lines { cursor: text; min-height: 1px; }
.CodeMirror pre { border-radius: 0px; border-width: 0px; background: transparent none repeat scroll 0% 0%; font-family: inherit; font-size: inherit; margin: 0px; white-space: pre; overflow-wrap: normal; line-height: inherit; color: inherit; z-index: 2; position: relative; overflow: visible; font-variant-ligatures: none; }
.CodeMirror-code { outline: medium none; }
.CodeMirror-scroll, .CodeMirror-sizer, .CodeMirror-gutter, .CodeMirror-gutters, .CodeMirror-linenumber { box-sizing: content-box; }
.CodeMirror-measure { position: absolute; width: 100%; height: 0px; overflow: hidden; visibility: hidden; }
.CodeMirror-cursor { position: absolute; pointer-events: none; }
div.CodeMirror-cursors { visibility: hidden; position: relative; z-index: 3; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: rgb(215, 212, 240) none repeat scroll 0% 0%; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: rgb(215, 212, 240) none repeat scroll 0% 0%; }
.cm-tab-wrap-hack::after { content: ""; }
.interactive-slogan-scenario { display: none; }
.CodeMirror { height: auto; background-color: transparent; color: rgb(22, 22, 22); font-family: "Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif; font-size: 36px; line-height: 40px; -moz-user-select: none; }
div.CodeMirror-cursors { visibility: visible; }
.CodeMirror-cursor { border-left: 4px solid rgb(22, 22, 22); opacity: 1; animation: 1.2s ease 0s normal none infinite running cursor-blink; }
.CodeMirror pre { padding: 0px; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection, span.CodeMirror-selectedtext { background-color: rgb(59, 39, 79); }
.CodeMirror-hints::after { position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; z-index: 10; content: ""; }
/* ::::: https://www.javamatic.com/_assets/idea/inc/choose-edition/index.entry.3e1dd4e0b5e2dcfa2e5e699a84c49656.css ::::: */

.choose-edition-table-footer .td-compare { vertical-align: middle; padding-top: 0px; }
.choose-edition-table-footer .td-compare h3 { margin-top: 14px; }
/* ::::: https://www.javamatic.com/_assets/banner-rotator.13c0ec6b29bc8d0ab46cb7ff345abbfe.css ::::: */

.product__logo .javamatic-logo::before { display: block; width: 100%; height: 0px; padding-bottom: 100%; content: ""; }
.product__logo .javamatic-logo::after { position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; transform: translate(-50%, -50%); content: ""; }
.product__logo .javamatic-logo._logo-javamatic::after { width: 234%; height: 254%; top: 0px; left: 50%; background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0\\' y=\\'0\\' width=\\'120.1\\' height=\\'130.2\\' viewBox=\\'0 0 120.1 130.2\\' xml:space=\\'preserve\\'%3E%3ClinearGradient id=\\'a\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'31.841\\' y1=\\'120.558\\' x2=\\'110.24\\' y2=\\'73.24\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%23FCEE39\\'%3E%3C/stop%3E%3Cstop offset=\\'1\\' stop-color=\\'%23F37B3D\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d=\\'M118.6,71.8c0.9-0.8,1.4-1.9,1.5-3.2c0.1-2.6-1.8-4.7-4.4-4.9 c-1.2-0.1-2.4,0.4-3.3,1.1l0,0l-83.8,45.9c-1.9,0.8-3.6,2.2-4.7,4.1c-2.9,4.8-1.3,11,3.6,13.9c3.4,2,7.5,1.8,10.7-0.2l0,0l0,0 c0.2-0.2,0.5-0.3,0.7-0.5l78-54.8C117.3,72.9,118.4,72.1,118.6,71.8L118.6,71.8L118.6,71.8z\\' fill=\\'url(%23a)\\' /%3E%3ClinearGradient id=\\'b\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'48.361\\' y1=\\'6.908\\' x2=\\'119.918\\' y2=\\'69.555\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%23EF5A6B\\'%3E%3C/stop%3E%3Cstop offset=\\'.57\\' stop-color=\\'%23F26F4E\\'%3E%3C/stop%3E%3Cstop offset=\\'1\\' stop-color=\\'%23F37B3D\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d=\\'M118.8,65.1L118.8,65.1L55,2.5C53.6,1,51.6,0,49.3,0 c-4.3,0-7.7,3.5-7.7,7.7v0c0,2.1,0.8,3.9,2.1,5.3l0,0l0,0c0.4,0.4,0.8,0.7,1.2,1l67.4,57.7l0,0c0.8,0.7,1.8,1.2,3,1.3 c2.6,0.1,4.7-1.8,4.9-4.4C120.2,67.3,119.7,66,118.8,65.1z\\' fill=\\'url(%23b)\\' /%3E%3ClinearGradient id=\\'c\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'52.947\\' y1=\\'63.641\\' x2=\\'10.538\\' y2=\\'37.156\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%237C59A4\\'%3E%3C/stop%3E%3Cstop offset=\\'.385\\' stop-color=\\'%23AF4C92\\'%3E%3C/stop%3E%3Cstop offset=\\'.765\\' stop-color=\\'%23DC4183\\'%3E%3C/stop%3E%3Cstop offset=\\'.957\\' stop-color=\\'%23ED3D7D\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d=\\'M57.1,59.5C57,59.5,17.7,28.5,16.9,28l0,0l0,0c-0.6-0.3-1.2-0.6-1.8-0.9 c-5.8-2.2-12.2,0.8-14.4,6.6c-1.9,5.1,0.2,10.7,4.6,13.4l0,0l0,0C6,47.5,6.6,47.8,7.3,48c0.4,0.2,45.4,18.8,45.4,18.8l0,0 c1.8,0.8,3.9,0.3,5.1-1.2C59.3,63.7,59,61,57.1,59.5z\\' fill=\\'url(%23c)\\' /%3E%3ClinearGradient id=\\'d\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'52.174\\' y1=\\'3.702\\' x2=\\'10.771\\' y2=\\'37.897\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%23EF5A6B\\'%3E%3C/stop%3E%3Cstop offset=\\'.364\\' stop-color=\\'%23EE4E72\\'%3E%3C/stop%3E%3Cstop offset=\\'1\\' stop-color=\\'%23ED3D7D\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d=\\'M49.3,0c-1.7,0-3.3,0.6-4.6,1.5L4.9,28.3c-0.1,0.1-0.2,0.1-0.2,0.2l-0.1,0 l0,0c-1.7,1.2-3.1,3-3.9,5.1C-1.5,39.4,1.5,45.9,7.3,48c3.6,1.4,7.5,0.7,10.4-1.4l0,0l0,0c0.7-0.5,1.3-1,1.8-1.6l34.6-31.2l0,0 c1.8-1.4,3-3.6,3-6.1v0C57.1,3.5,53.6,0,49.3,0z\\' fill=\\'url(%23d)\\' /%3E%3Cpath fill=\\'%23000\\' d=\\'M34.6 37.4H85.6V88.4H34.6z\\' /%3E%3Cpath fill=\\'%23FFF\\' d=\\'M39 78.8H58.1V82H39z\\' /%3E%3Cg fill=\\'%23FFF\\'%3E%3Cpath d=\\'M38.8,50.8l1.5-1.4c0.4,0.5,0.8,0.8,1.3,0.8c0.6,0,0.9-0.4,0.9-1.2l0-5.3l2.3,0 l0,5.3c0,1-0.3,1.8-0.8,2.3c-0.5,0.5-1.3,0.8-2.3,0.8C40.2,52.2,39.4,51.6,38.8,50.8z\\' /%3E%3Cpath d=\\'M45.3,43.8l6.7,0v1.9l-4.4,0V47l4,0l0,1.8l-4,0l0,1.3l4.5,0l0,2l-6.7,0 L45.3,43.8z\\' /%3E%3Cpath d=\\'M55,45.8l-2.5,0l0-2l7.3,0l0,2l-2.5,0l0,6.3l-2.3,0L55,45.8z\\' /%3E%3Cpath d=\\'M39,54l4.3,0c1,0,1.8,0.3,2.3,0.7c0.3,0.3,0.5,0.8,0.5,1.4v0 c0,1-0.5,1.5-1.3,1.9c1,0.3,1.6,0.9,1.6,2v0c0,1.4-1.2,2.3-3.1,2.3l-4.3,0L39,54z M43.8,56.6c0-0.5-0.4-0.7-1-0.7l-1.5,0l0,1.5 l1.4,0C43.4,57.3,43.8,57.1,43.8,56.6L43.8,56.6z M43,59l-1.8,0l0,1.5H43c0.7,0,1.1-0.3,1.1-0.8v0C44.1,59.2,43.7,59,43,59z\\' /%3E%3Cpath d=\\'M46.8,54l3.9,0c1.3,0,2.1,0.3,2.7,0.9c0.5,0.5,0.7,1.1,0.7,1.9v0 c0,1.3-0.7,2.1-1.7,2.6l2,2.9l-2.6,0l-1.7-2.5h-1l0,2.5l-2.3,0L46.8,54z M50.6,58c0.8,0,1.2-0.4,1.2-1v0c0-0.7-0.5-1-1.2-1 l-1.5,0v2H50.6z\\' /%3E%3Cpath d=\\'M56.8,54l2.2,0l3.5,8.4l-2.5,0l-0.6-1.5l-3.2,0l-0.6,1.5l-2.4,0L56.8,54z M58.8,59l-0.9-2.3L57,59L58.8,59z\\' /%3E%3Cpath d=\\'M62.8,54l2.3,0l0,8.3l-2.3,0L62.8,54z\\' /%3E%3Cpath d=\\'M65.7,54l2.1,0l3.4,4.4l0-4.4l2.3,0l0,8.3l-2,0L68,57.8l0,4.6l-2.3,0L65.7,54z\\' /%3E%3Cpath d=\\'M73.7,61.1l1.3-1.5c0.8,0.7,1.7,1,2.7,1c0.6,0,1-0.2,1-0.6v0 c0-0.4-0.3-0.5-1.4-0.8c-1.8-0.4-3.1-0.9-3.1-2.6v0c0-1.5,1.2-2.7,3.2-2.7c1.4,0,2.5,0.4,3.4,1.1l-1.2,1.6 c-0.8-0.5-1.6-0.8-2.3-0.8c-0.6,0-0.8,0.2-0.8,0.5v0c0,0.4,0.3,0.5,1.4,0.8c1.9,0.4,3.1,1,3.1,2.6v0c0,1.7-1.3,2.7-3.4,2.7 C76.1,62.5,74.7,62,73.7,61.1z\\' /%3E%3C/g%3E%3C/svg%3E'); 
transform: translate(-50%, -28.7%); }
.product__logo .javamatic-logo._logo-javamatic-square::after { background-image: url("data:image/svg+xml,%3Csvg data-name=\'Layer 1\' xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 700 700\'%3E%3Ctitle%3Ejavamatic-simple_2%3C/title%3E%3Cpath d=\'M0 0H700V700H0z\' /%3E%3Cpath fill=\'%23fff\' d=\'M60.379 568.75H322.879V612.5H60.379z\' /%3E%3Cpath d=\'M57.428,184.315L77.8,165.083c5.542,6.682,10.758,10.594,17.929,10.594,7.823,0,12.877-5.378,12.877-15.972V87.5h31.457v72.367c0,14.343-3.586,24.448-11.246,32.109-7.5,7.5-18.254,11.572-31.294,11.572C77.638,203.548,65.577,195.236,57.428,184.315Z\' fill=\'%23fff\' /%3E%3Cpath fill=\'%23fff\' d=\'M147.394 87.5L239.156 87.5 239.156 114.23 178.688 114.23 178.688 131.67 233.451 131.67 233.451 156.607 178.688 156.607 178.688 174.699 239.971 174.699 239.971 201.592 147.394 201.592 147.394 87.5z\' /%3E%3Cpath fill=\'%23fff\' d=\'M280.491 115.208L246.427 115.208 246.427 87.5 346.338 87.5 346.338 115.208 312.111 115.208 312.111 201.592 280.491 201.592 280.491 115.208z\' /%3E%3Cpath d=\'M139.736,282.7c10.106-4.4,17.6-12.224,17.6-25.426v-0.326A25.675,25.675,0,0,0,150,238.364c-6.682-6.52-16.788-10.106-31.131-10.106H60.362V342.35H119.2c27.218,0,43.191-11.9,43.191-31.457v-0.326C162.392,295.083,153.591,287.26,139.736,282.7Zm-48.57-29.011h20.7c9.29,0,14.343,3.422,14.343,9.779v0.326c0,6.682-5.542,9.942-15.158,9.942H91.166V253.685Zm39.607,52.808c0,6.682-5.379,10.431-15.158,10.431H91.166V295.9h24.123c10.594,0,15.484,4.075,15.484,10.269v0.326Z\' fill=\'%23fff\' /%3E%3Cpath d=\'M335.8,227.444H305.325l-42.63,101.193-17.833-26.056c14.18-6.031,23.469-17.6,23.469-35.205V267.05c0-11.246-3.422-19.885-10.1-26.567-7.661-7.661-19.722-12.224-37.162-12.224H167.116V342.35h31.619V307.8h14.017l22.981,34.553H290l8.15-20.536h44.169l8.149,20.536h33.9Zm-99.093,42.05c0,8.312-6.357,13.529-16.951,13.529H198.736V255.477H219.6c10.432,0,17.114,4.564,17.114,13.692v0.325ZM307.444,297.2l12.877-32.271L333.033,297.2H307.444Z\' fill=\'%23fff\' /%3E%3Cpath fill=\'%23fff\' d=\'M388.119 228.258H419.73800000000006V342.35H388.119z\' /%3E%3Cpath fill=\'%23fff\' d=\'M427.56 228.258L457.061 228.258 504.001 288.564 504.001 228.258 535.295 228.258 535.295 342.35 507.75 342.35 458.854 279.763 458.854 342.35 427.56 342.35 427.56 228.258z\' /%3E%3Cpath d=\'M537.277,325.4l17.6-21.025c11.409,8.964,23.8,13.691,37,13.691,8.638,0,13.2-2.934,13.2-7.824v-0.325c0-4.89-3.749-7.335-19.4-11.084-24.286-5.541-43.03-12.387-43.03-35.694v-0.326c0-21.188,16.788-36.509,44.17-36.509,19.4,0,34.553,5.216,46.94,15.158L617.956,263.79c-10.431-7.5-21.84-11.246-31.946-11.246-7.66,0-11.409,3.1-11.409,7.334V260.2c0,5.216,3.912,7.5,19.885,11.083,26.078,5.7,42.377,14.18,42.377,35.531v0.326c0,23.307-18.418,37.161-46.126,37.161C570.526,344.306,551.457,337.95,537.277,325.4Z\' fill=\'%23fff\' /%3E%3C/svg%3E"); }
.product__logo .javamatic-logo._logo-appcode::after { width: 161.714%; height: 161.714%; background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0\\' y=\\'0\\' width=\\'70\\' height=\\'70\\' viewBox=\\'0 0 70 70\\' xml:space=\\'preserve\\'%3E%3Cpath fill=\\'%23247CE6\\' d=\\'M59.2 55L70 26.3 37.3 19 33 31.2z\\' /%3E%3ClinearGradient id=\\'a\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'20.617\\' y1=\\'57.755\\' x2=\\'70\\' y2=\\'57.755\\'%3E%3Cstop offset=\\'.194\\' stop-color=\\'%2300DAF0\\'%3E%3C/stop%3E%3Cstop offset=\\'.903\\' stop-color=\\'%23247CE6\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23a)\\' d=\\'M70 56.1L53.5 70 20.6 61.5 29.4 45.5z\\' /%3E%3ClinearGradient id=\\'b\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'1.274\\' y1=\\'17.415\\' x2=\\'38.41\\' y2=\\'17.415\\'%3E%3Cstop offset=\\'.194\\' stop-color=\\'%2300DAF0\\'%3E%3C/stop%3E%3Cstop offset=\\'.903\\' stop-color=\\'%23247CE6\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23b)\\' d=\\'M9.7 34.8L1.3 10.8 38.4 0 35.4 31z\\' /%3E%3ClinearGradient id=\\'c\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'45.876\\' y1=\\'72.222\\' x2=\\'11.197\\' y2=\\'23.824\\'%3E%3Cstop offset=\\'.091\\' stop-color=\\'%231DDF93\\'%3E%3C/stop%3E%3Cstop offset=\\'.484\\' stop-color=\\'%2300DAF0\\'%3E%3C/stop%3E%3Cstop offset=\\'.903\\' stop-color=\\'%23247CE6\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23c)\\' d=\\'M61.1 40.5L50.7 22.7 50.9 22.6 38.4 0 0 41.5 0 70 69.8 56.1z\\' /%3E%3Cg%3E%3Cpath fill=\\'%23000\\' d=\\'M13.4 13.4H56.6V56.6H13.4z\\' /%3E%3Cpath fill=\\'%23FFF\\' d=\\'M17.4 48.5H33.599999999999994V51.2H17.4z\\' /%3E%3Cpath d=\\'M24.5,19h3.6l7.6,17.9h-4.1l-1.6-4h-7.5l-1.6,4h-4L24.5,19z M28.6,29.4l-2.4-5.8l-2.4,5.8H28.6z\\' fill=\\'%23FFF\\' /%3E%3Cpath d=\\'M34.7,28.1L34.7,28.1c0-5.2,3.9-9.4,9.4-9.4c3.4,0,5.4,1.1,7.1,2.8l-2.5,2.9c-1.4-1.3-2.8-2-4.6-2 c-3,0-5.2,2.5-5.2,5.6V28c0,3.1,2.1,5.7,5.2,5.7c2.1,0,3.3-0.8,4.7-2.1l2.5,2.5c-1.9,2-3.9,3.2-7.4,3.2 C38.6,37.3,34.7,33.2,34.7,28.1\\' fill=\\'%23FFF\\' /%3E%3C/g%3E%3C/svg%3E'); }
.product__logo .javamatic-logo._logo-clion::after { width: 161.714%; height: 161.714%; background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0\\' y=\\'0\\' width=\\'70\\' height=\\'70\\' viewBox=\\'0 0 70 70\\' xml:space=\\'preserve\\'%3E%3ClinearGradient id=\\'a\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'22.254\\' y1=\\'15.137\\' x2=\\'45.654\\' y2=\\'15.137\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%23ED358C\\'%3E%3C/stop%3E%3Cstop offset=\\'.155\\' stop-color=\\'%23E9388C\\'%3E%3C/stop%3E%3Cstop offset=\\'.297\\' stop-color=\\'%23DE418C\\'%3E%3C/stop%3E%3Cstop offset=\\'.433\\' stop-color=\\'%23CC508C\\'%3E%3C/stop%3E%3Cstop offset=\\'.566\\' stop-color=\\'%23B2658D\\'%3E%3C/stop%3E%3Cstop offset=\\'.697\\' stop-color=\\'%2390808D\\'%3E%3C/stop%3E%3Cstop offset=\\'.826\\' stop-color=\\'%2367A18E\\'%3E%3C/stop%3E%3Cstop offset=\\'.951\\' stop-color=\\'%2337C78F\\'%3E%3C/stop%3E%3Cstop offset=\\'1\\' stop-color=\\'%2322D88F\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23a)\\' d=\\'M26.9 28.4L22.3 30.3 26.4 0 42.6 8.8z\\' /%3E%3ClinearGradient id=\\'b\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'17.8\\' y1=\\'8.982\\' x2=\\'7.505\\' y2=\\'78.065\\'%3E%3Cstop offset=\\'.091\\' stop-color=\\'%2322D88F\\'%3E%3C/stop%3E%3Cstop offset=\\'.903\\' stop-color=\\'%23029DE0\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23b)\\' d=\\'M24.3 42L26.7 0 6.5 12.7 0 51.5z\\' /%3E%3ClinearGradient id=\\'c\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'63.836\\' y1=\\'6.492\\' x2=\\'-6.583\\' y2=\\'80.865\\'%3E%3Cstop offset=\\'.091\\' stop-color=\\'%2322D88F\\'%3E%3C/stop%3E%3Cstop offset=\\'.903\\' stop-color=\\'%23029DE0\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23c)\\' d=\\'M68.6 21L59.6 2.7 42.6 8.8 30.1 22.7 0 51.5 22.7 68 51.2 42.3z\\' /%3E%3ClinearGradient id=\\'d\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'40.114\\' y1=\\'49.366\\' x2=\\'66.875\\' y2=\\'53.171\\'%3E%3Cstop offset=\\'.091\\' stop-color=\\'%2322D88F\\'%3E%3C/stop%3E%3Cstop offset=\\'.903\\' stop-color=\\'%23029DE0\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23d)\\' d=\\'M29.4 29.9L25.5 53.9 41.5 66.2 59 70 70 45z\\' /%3E%3Cg%3E%3Cpath fill=\\'%23000\\' d=\\'M13.4 13.4H56.6V56.6H13.4z\\' /%3E%3Cpath fill=\\'%23FFF\\' d=\\'M17.5 48.5H33.7V51.2H17.5z\\' /%3E%3Cpath d=\\'M17.2,28.1L17.2,28.1c0-5.1,3.8-9.3,9.3-9.3c3.4,0,5.4,1.1,7.1,2.8l-2.5,2.9c-1.4-1.3-2.8-2-4.6-2 c-3,0-5.2,2.5-5.2,5.6V28c0,3.1,2.1,5.6,5.2,5.6c2,0,3.3-0.8,4.7-2.1l2.5,2.5c-1.8,2-3.9,3.2-7.3,3.2 C21.1,37.3,17.2,33.2,17.2,28.1\\' fill=\\'%23FFF\\' /%3E%3Cpath d=\\'M36.4,19.1h3.9v14.6h7.8v3.3H36.4V19.1z\\' fill=\\'%23FFF\\' /%3E%3C/g%3E%3C/svg%3E'); }
.product__logo .javamatic-logo._logo-datagrip::after { width: 161.714%; height: 161.714%; background-image: url('data:image/svg+xml,%3Csvg version=\\'1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0\\' y=\\'0\\' width=\\'70\\' height=\\'70\\' viewBox=\\'0 0 70 70\\' xml:space=\\'preserve\\'%3E%3Cpath fill=\\'%239775F8\\' d=\\'M65.5 10.9L70 39.5 53 49.4 49.8 33.2z\\' /%3E%3ClinearGradient id=\\'a\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'41.069\\' y1=\\'54.357\\' x2=\\'46.521\\' y2=\\'67.944\\' gradientTransform=\\'matrix(1 0 0 -1 0 72)\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%239775F8\\'%3E%3C/stop%3E%3Cstop offset=\\'.952\\' stop-color=\\'%2322D88F\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23a)\\' d=\\'M65.5 10.9L40.5 0 19.4 17.5 49.8 33.2z\\' /%3E%3ClinearGradient id=\\'b\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'17.067\\' y1=\\'35.739\\' x2=\\'24.146\\' y2=\\'4.895\\' gradientTransform=\\'matrix(1 0 0 -1 0 72)\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%239775F8\\'%3E%3C/stop%3E%3Cstop offset=\\'.214\\' stop-color=\\'%23689CCE\\'%3E%3C/stop%3E%3Cstop offset=\\'.423\\' stop-color=\\'%2342BDAC\\'%3E%3C/stop%3E%3Cstop offset=\\'.59\\' stop-color=\\'%232BD197\\'%3E%3C/stop%3E%3Cstop offset=\\'.694\\' stop-color=\\'%2322D88F\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23b)\\' d=\\'M47.3 70L18 30.6 9.3 36.4 0.6 62.5z\\' /%3E%3ClinearGradient id=\\'c\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'4.9\\' y1=\\'37.969\\' x2=\\'66.239\\' y2=\\'4.102\\' gradientTransform=\\'matrix(1 0 0 -1 0 72)\\'%3E%3Cstop offset=\\'.075\\' stop-color=\\'%2322D88F\\'%3E%3C/stop%3E%3Cstop offset=\\'.72\\' stop-color=\\'%239775F8\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23c)\\' d=\\'M52.8 50.1L32.3 36.6 0 32.3 47.3 70z\\' /%3E%3ClinearGradient id=\\'d\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'0\\' y1=\\'45.15\\' x2=\\'61.646\\' y2=\\'45.15\\' gradientTransform=\\'matrix(1 0 0 -1 0 72)\\'%3E%3Cstop offset=\\'.075\\' stop-color=\\'%2322D88F\\'%3E%3C/stop%3E%3Cstop offset=\\'.266\\' stop-color=\\'%235AB0B4\\'%3E%3C/stop%3E%3Cstop offset=\\'.565\\' stop-color=\\'%23B86CF2\\'%3E%3C/stop%3E%3Cstop offset=\\'1\\' stop-color=\\'%23FF59E6\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23d)\\' d=\\'M0 0.5L0 32.3 60.8 53.2 65.5 10.9z\\' /%3E%3Cg%3E%3Cpath d=\\'M13.4 13.4H56.6V56.6H13.4z\\' /%3E%3Cg fill=\\'%23FFF\\'%3E%3Cpath d=\\'M17.8,19h7c5.6,0,9.5,3.9,9.5,8.9V28c0,5-3.9,8.9-9.5,8.9h-7V19z M21.7,22.6v10.8h3 c3.2,0,5.4-2.2,5.4-5.3V28c0-3.2-2.2-5.4-5.4-5.4H21.7z\\' /%3E%3Cpath d=\\'M35,28L35,28c0-5.1,4-9.3,9.4-9.3c3.2,0,5.2,0.9,7,2.5l-2.5,3c-1.4-1.2-2.6-1.8-4.7-1.8 c-2.9,0-5.1,2.5-5.1,5.6V28c0,3.3,2.2,5.7,5.4,5.7c1.4,0,2.7-0.4,3.7-1.1V30h-4v-3.4H52v7.8c-1.8,1.6-4.4,2.8-7.6,2.8 C38.8,37.2,35,33.3,35,28z\\' /%3E%3C/g%3E%3Cpath fill=\\'%23FFF\\' d=\\'M17.4 48.5H33.599999999999994V51.2H17.4z\\' /%3E%3C/g%3E%3C/svg%3E'); }
.product__logo .javamatic-logo._logo-dotcover::after { width: 161.714%; height: 161.714%; background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0\\' y=\\'0\\' width=\\'70\\' height=\\'70\\' viewBox=\\'0 0 70 70\\' xml:space=\\'preserve\\'%3E%3ClinearGradient id=\\'a\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'37.049\\' y1=\\'55.637\\' x2=\\'23.558\\' y2=\\'5.422\\'%3E%3Cstop offset=\\'.048\\' stop-color=\\'%237866FF\\'%3E%3C/stop%3E%3Cstop offset=\\'.135\\' stop-color=\\'%238265FA\\'%3E%3C/stop%3E%3Cstop offset=\\'.281\\' stop-color=\\'%239C64EE\\'%3E%3C/stop%3E%3Cstop offset=\\'.467\\' stop-color=\\'%23C661D9\\'%3E%3C/stop%3E%3Cstop offset=\\'.608\\' stop-color=\\'%23EB5FC7\\'%3E%3C/stop%3E%3Cstop offset=\\'.729\\' stop-color=\\'%23FA6398\\'%3E%3C/stop%3E%3Cstop offset=\\'.769\\' stop-color=\\'%23FF6488\\'%3E%3C/stop%3E%3Cstop offset=\\'.995\\' stop-color=\\'%23FF7500\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23a)\\' d=\\'M42.8 0L0 4.8 0 26.8 10.7 62.6 64.6 48.9z\\' /%3E%3ClinearGradient id=\\'b\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'69.11\\' y1=\\'50.451\\' x2=\\'57.169\\' y2=\\'46.132\\'%3E%3Cstop offset=\\'.247\\' stop-color=\\'%237866FF\\'%3E%3C/stop%3E%3Cstop offset=\\'.346\\' stop-color=\\'%238F5FFA\\'%3E%3C/stop%3E%3Cstop offset=\\'.531\\' stop-color=\\'%23B353F1\\'%3E%3C/stop%3E%3Cstop offset=\\'.705\\' stop-color=\\'%23CD4AEB\\'%3E%3C/stop%3E%3Cstop offset=\\'.859\\' stop-color=\\'%23DD45E7\\'%3E%3C/stop%3E%3Cstop offset=\\'.979\\' stop-color=\\'%23E343E6\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23b)\\' d=\\'M70 41.3L65.9 22.2 56.7 34.9 50.3 54.2 48.2 70 64 60z\\' /%3E%3ClinearGradient id=\\'c\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'57.012\\' y1=\\'46.84\\' x2=\\'23.73\\' y2=\\'32.867\\'%3E%3Cstop offset=\\'.006\\' stop-color=\\'%23E343E6\\'%3E%3C/stop%3E%3Cstop offset=\\'.064\\' stop-color=\\'%23E649CA\\'%3E%3C/stop%3E%3Cstop offset=\\'.19\\' stop-color=\\'%23EF5982\\'%3E%3C/stop%3E%3Cstop offset=\\'.372\\' stop-color=\\'%23FD7110\\'%3E%3C/stop%3E%3Cstop offset=\\'.398\\' stop-color=\\'%23FF7500\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23c)\\' d=\\'M65.9 22.2L52.5 15.8 36.8 17.2 21.4 27.9 18.3 47.1 31.8 65.5 48.2 70z\\' /%3E%3Cg%3E%3Cpath fill=\\'%23000\\' d=\\'M13.4 13.4H56.6V56.6H13.4z\\' /%3E%3Cg fill=\\'%23FFF\\'%3E%3Cpath d=\\'M17.5,19.1h7c5.6,0,9.5,3.9,9.5,8.9v0.1c0,5-3.9,8.9-9.5,8.9h-7V19.1z M21.4,22.7v10.8h3 c3.2,0,5.4-2.2,5.4-5.3v-0.1c0-3.2-2.2-5.4-5.4-5.4H21.4z\\' /%3E%3Cpath d=\\'M17.5 48.5H33.7V51.2H17.5z\\' /%3E%3Cpath d=\\'M35.4,28.1L35.4,28.1c0-5.1,3.8-9.3,9.3-9.3c3.4,0,5.4,1.1,7.1,2.8l-2.5,2.9c-1.4-1.3-2.8-2-4.6-2 c-3,0-5.2,2.5-5.2,5.6v0.1c0,3.1,2.1,5.6,5.2,5.6c2,0,3.3-0.8,4.7-2.1l2.5,2.5c-1.8,2-3.9,3.2-7.3,3.2 C39.4,37.3,35.4,33.3,35.4,28.1\\' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E'); }
.product__logo .javamatic-logo._logo-dotmemory::after { width: 161.714%; height: 161.714%; background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0\\' y=\\'0\\' width=\\'70\\' height=\\'70\\' viewBox=\\'0 0 70 70\\' xml:space=\\'preserve\\'%3E%3ClinearGradient id=\\'a\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'20.477\\' y1=\\'18.782\\' x2=\\'32.464\\' y2=\\'68.958\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%237866FF\\'%3E%3C/stop%3E%3Cstop offset=\\'.023\\' stop-color=\\'%237E64FE\\'%3E%3C/stop%3E%3Cstop offset=\\'.195\\' stop-color=\\'%23AA56F3\\'%3E%3C/stop%3E%3Cstop offset=\\'.349\\' stop-color=\\'%23C94CEC\\'%3E%3C/stop%3E%3Cstop offset=\\'.48\\' stop-color=\\'%23DC45E8\\'%3E%3C/stop%3E%3Cstop offset=\\'.57\\' stop-color=\\'%23E343E6\\'%3E%3C/stop%3E%3Cstop offset=\\'.641\\' stop-color=\\'%23E859BC\\'%3E%3C/stop%3E%3Cstop offset=\\'.819\\' stop-color=\\'%23F48F58\\'%3E%3C/stop%3E%3Cstop offset=\\'.942\\' stop-color=\\'%23FCB019\\'%3E%3C/stop%3E%3Cstop offset=\\'1\\' stop-color=\\'%23FFBD00\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23a)\\' d=\\'M8 65.1L0.1 37.6 51.7 45.2 44.3 70z\\' /%3E%3ClinearGradient id=\\'b\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'49.418\\' y1=\\'41.451\\' x2=\\'32.72\\' y2=\\'7.516\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%237866FF\\'%3E%3C/stop%3E%3Cstop offset=\\'.202\\' stop-color=\\'%23965CF8\\'%3E%3C/stop%3E%3Cstop offset=\\'.64\\' stop-color=\\'%23E343E6\\'%3E%3C/stop%3E%3Cstop offset=\\'.968\\' stop-color=\\'%23FFBD00\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23b)\\' d=\\'M23.5 0.1L42.1 5.4 63.2 0 70 46.3 13.4 37.6z\\' /%3E%3ClinearGradient id=\\'c\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'26.353\\' y1=\\'53.604\\' x2=\\'36.21\\' y2=\\'30.222\\'%3E%3Cstop offset=\\'.118\\' stop-color=\\'%23E343E6\\'%3E%3C/stop%3E%3Cstop offset=\\'.211\\' stop-color=\\'%23C84CEC\\'%3E%3C/stop%3E%3Cstop offset=\\'.338\\' stop-color=\\'%23AB55F3\\'%3E%3C/stop%3E%3Cstop offset=\\'.472\\' stop-color=\\'%23955DF8\\'%3E%3C/stop%3E%3Cstop offset=\\'.618\\' stop-color=\\'%238562FC\\'%3E%3C/stop%3E%3Cstop offset=\\'.781\\' stop-color=\\'%237B65FE\\'%3E%3C/stop%3E%3Cstop offset=\\'1\\' stop-color=\\'%237866FF\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23c)\\' d=\\'M70 46.1L67.3 28.9 25.6 14.4 0.1 19.9 0 37.7 49.6 51.3z\\' /%3E%3Cg%3E%3Cpath fill=\\'%23000\\' d=\\'M13.4 13.4H56.6V56.6H13.4z\\' /%3E%3Cpath fill=\\'%23FFF\\' d=\\'M17.4 48.5H33.599999999999994V51.2H17.4z\\' /%3E%3Cpath d=\\'M17.4,19h6.9c5.6,0,9.5,3.9,9.5,8.9V28c0,5-3.9,9-9.5,9h-6.9V19z M21.3,22.6v10.8h2.9 c3.2,0,5.4-2.2,5.4-5.4V28c0-3.2-2.2-5.4-5.4-5.4H21.3z\\' fill=\\'%23FFF\\' /%3E%3Cpath fill=\\'%23FFF\\' d=\\'M34.8 19.1L39.1 19.1 43.7 26.6 48.4 19.1 52.6 19.1 52.6 36.9 48.7 36.9 48.7 25.2 43.7 32.8 43.6 32.8 38.7 25.3 38.7 36.9 34.8 36.9z\\' /%3E%3C/g%3E%3C/svg%3E'); }
.product__logo .javamatic-logo._logo-dotpeek::after { width: 161.714%; height: 161.714%; background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0\\' y=\\'0\\' width=\\'70\\' height=\\'70\\' viewBox=\\'0 0 70 70\\' xml:space=\\'preserve\\'%3E%3ClinearGradient id=\\'a\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'10.879\\' y1=\\'26.793\\' x2=\\'47.049\\' y2=\\'63.717\\'%3E%3Cstop offset=\\'.097\\' stop-color=\\'%23E343E6\\'%3E%3C/stop%3E%3Cstop offset=\\'.108\\' stop-color=\\'%23D948E8\\'%3E%3C/stop%3E%3Cstop offset=\\'.165\\' stop-color=\\'%23AC5DEF\\'%3E%3C/stop%3E%3Cstop offset=\\'.222\\' stop-color=\\'%23876FF5\\'%3E%3C/stop%3E%3Cstop offset=\\'.279\\' stop-color=\\'%236B7DF9\\'%3E%3C/stop%3E%3Cstop offset=\\'.336\\' stop-color=\\'%235687FC\\'%3E%3C/stop%3E%3Cstop offset=\\'.392\\' stop-color=\\'%234A8DFE\\'%3E%3C/stop%3E%3Cstop offset=\\'.446\\' stop-color=\\'%23468FFF\\'%3E%3C/stop%3E%3Cstop offset=\\'.935\\' stop-color=\\'%2300CAFF\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23a)\\' d=\\'M44.3 20.9L5.2 30.3 0 40.8 14.1 70 49.3 63.9z\\' /%3E%3ClinearGradient id=\\'b\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'9.66\\' y1=\\'55.746\\' x2=\\'32.843\\' y2=\\'36.427\\'%3E%3Cstop offset=\\'.097\\' stop-color=\\'%23E343E6\\'%3E%3C/stop%3E%3Cstop offset=\\'.118\\' stop-color=\\'%23DE45E7\\'%3E%3C/stop%3E%3Cstop offset=\\'.289\\' stop-color=\\'%23B951F0\\'%3E%3C/stop%3E%3Cstop offset=\\'.462\\' stop-color=\\'%239D5AF6\\'%3E%3C/stop%3E%3Cstop offset=\\'.632\\' stop-color=\\'%238861FB\\'%3E%3C/stop%3E%3Cstop offset=\\'.802\\' stop-color=\\'%237C65FE\\'%3E%3C/stop%3E%3Cstop offset=\\'.968\\' stop-color=\\'%237866FF\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23b)\\' d=\\'M65.8 31.5L38.2 14 0 22.1 0 40.8 62.6 53.3z\\' /%3E%3ClinearGradient id=\\'c\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'39.855\\' y1=\\'16.927\\' x2=\\'56.356\\' y2=\\'50.653\\'%3E%3Cstop offset=\\'.199\\' stop-color=\\'%23E343E6\\'%3E%3C/stop%3E%3Cstop offset=\\'.31\\' stop-color=\\'%23DA46E8\\'%3E%3C/stop%3E%3Cstop offset=\\'.491\\' stop-color=\\'%23C24EEE\\'%3E%3C/stop%3E%3Cstop offset=\\'.718\\' stop-color=\\'%239A5BF7\\'%3E%3C/stop%3E%3Cstop offset=\\'.887\\' stop-color=\\'%237866FF\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23c)\\' d=\\'M70 31.3L39.6 0 15.8 7.2 23.6 30.9 62.6 53.3z\\' /%3E%3ClinearGradient id=\\'d\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'19.875\\' y1=\\'18.305\\' x2=\\'61.328\\' y2=\\'8.256\\'%3E%3Cstop offset=\\'.097\\' stop-color=\\'%23E343E6\\'%3E%3C/stop%3E%3Cstop offset=\\'.175\\' stop-color=\\'%23DA48E7\\'%3E%3C/stop%3E%3Cstop offset=\\'.302\\' stop-color=\\'%23C157EA\\'%3E%3C/stop%3E%3Cstop offset=\\'.464\\' stop-color=\\'%23996FEE\\'%3E%3C/stop%3E%3Cstop offset=\\'.653\\' stop-color=\\'%236290F4\\'%3E%3C/stop%3E%3Cstop offset=\\'.863\\' stop-color=\\'%231CB9FC\\'%3E%3C/stop%3E%3Cstop offset=\\'.941\\' stop-color=\\'%2300CAFF\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23d)\\' d=\\'M64.5 19.6L61.8 0 51.3 0 39.6 0 15.8 7.2 23.6 30.9z\\' /%3E%3Cg%3E%3Cpath fill=\\'%23000\\' d=\\'M13.4 13.4H56.6V56.6H13.4z\\' /%3E%3Cpath fill=\\'%23FFF\\' d=\\'M17.4 48.5H33.599999999999994V51.2H17.4z\\' /%3E%3Cg fill=\\'%23FFF\\'%3E%3Cpath d=\\'M17.5,19.1h7c5.6,0,9.5,3.9,9.5,8.9v0.1c0,5-3.9,8.9-9.5,8.9h-7V19.1z M21.4,22.7v10.8h3 c3.2,0,5.4-2.2,5.4-5.3v-0.1c0-3.2-2.2-5.4-5.4-5.4H21.4z\\' /%3E%3Cpath d=\\'M35.6,19.1h7.3c4.3,0,6.9,2.5,6.9,6.2v0.1c0,4.1-3.2,6.3-7.2,6.3h-3V37h-3.9V19.1z M42.6,28.1 c2,0,3.1-1.2,3.1-2.7v-0.1c0-1.8-1.2-2.7-3.2-2.7h-3v5.5H42.6z\\' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E'); }
.product__logo .javamatic-logo._logo-dottrace::after { width: 161.714%; height: 161.714%; background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0\\' y=\\'0\\' width=\\'70\\' height=\\'70\\' viewBox=\\'0 0 70 70\\' xml:space=\\'preserve\\'%3E%3ClinearGradient id=\\'a\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'-1.332\\' y1=\\'43.737\\' x2=\\'67.042\\' y2=\\'26.097\\'%3E%3Cstop offset=\\'.124\\' stop-color=\\'%237866FF\\'%3E%3C/stop%3E%3Cstop offset=\\'.538\\' stop-color=\\'%23FE2EB6\\'%3E%3C/stop%3E%3Cstop offset=\\'.855\\' stop-color=\\'%23FD0486\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23a)\\' d=\\'M67.3 16L43.7 0 0 31.1 11.1 70 58.9 60.3z\\' /%3E%3ClinearGradient id=\\'b\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'45.915\\' y1=\\'38.91\\' x2=\\'67.658\\' y2=\\'9.099\\'%3E%3Cstop offset=\\'.124\\' stop-color=\\'%23FF0080\\'%3E%3C/stop%3E%3Cstop offset=\\'.259\\' stop-color=\\'%23FE0385\\'%3E%3C/stop%3E%3Cstop offset=\\'.411\\' stop-color=\\'%23FA0C92\\'%3E%3C/stop%3E%3Cstop offset=\\'.571\\' stop-color=\\'%23F41BA9\\'%3E%3C/stop%3E%3Cstop offset=\\'.736\\' stop-color=\\'%23EB2FC8\\'%3E%3C/stop%3E%3Cstop offset=\\'.866\\' stop-color=\\'%23E343E6\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23b)\\' d=\\'M67.3 16L43.7 0 38 15.7 38 47.8 70 47.8z\\' /%3E%3Cg%3E%3Cpath fill=\\'%23000\\' d=\\'M13.4 13.4H56.6V56.6H13.4z\\' /%3E%3Cpath fill=\\'%23FFF\\' d=\\'M17.4 48.5H33.599999999999994V51.2H17.4z\\' /%3E%3Cg fill=\\'%23FFF\\'%3E%3Cpath d=\\'M17.4,19.1h6.9c5.6,0,9.5,3.8,9.5,8.9V28c0,5-3.9,8.9-9.5,8.9h-6.9V19.1z M21.4,22.7v10.7h3 c3.2,0,5.4-2.2,5.4-5.3V28c0-3.2-2.2-5.4-5.4-5.4H21.4z\\' /%3E%3Cpath d=\\'M40.3 22.7L34.9 22.7 34.9 19.1 49.6 19.1 49.6 22.7 44.2 22.7 44.2 37 40.3 37z\\' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E'); }
.product__logo .javamatic-logo._logo-gogland::after { width: 161.714%; height: 161.714%; background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0\\' y=\\'0\\' width=\\'70\\' height=\\'70\\' viewBox=\\'0 0 70 70\\' xml:space=\\'preserve\\'%3E%3ClinearGradient id=\\'a\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'218.31\\' y1=\\'276.731\\' x2=\\'206.336\\' y2=\\'294.988\\' gradientTransform=\\'translate(-286.906 -405.031) scale(1.5625)\\'%3E%3Cstop offset=\\'.174\\' stop-color=\\'%23078EFC\\'%3E%3C/stop%3E%3Cstop offset=\\'.204\\' stop-color=\\'%23118AFC\\'%3E%3C/stop%3E%3Cstop offset=\\'.435\\' stop-color=\\'%235971FC\\'%3E%3C/stop%3E%3Cstop offset=\\'.627\\' stop-color=\\'%238E5EFC\\'%3E%3C/stop%3E%3Cstop offset=\\'.77\\' stop-color=\\'%23AF52FC\\'%3E%3C/stop%3E%3Cstop offset=\\'.849\\' stop-color=\\'%23BB4EFC\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23a)\\' d=\\'M57.274,22.361l9.541,21.197l-13.49,23.045L20.922,40.202L37.493,24.23L57.274,22.361z\\' /%3E%3Cpath fill=\\'%23BB4EFC\\' d=\\'M43.499,42.747l9.826,23.857L23.39,56.314l-2.468-16.111L43.499,42.747z\\' /%3E%3Cpath fill=\\'%23078EFC\\' d=\\'M24.281,9.433l13.776,7.06l-12.398,37.54L0.69,53.773l5.364-11.895L0.69,26.677L24.281,9.433z\\' /%3E%3ClinearGradient id=\\'b\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'188.25\\' y1=\\'278.506\\' x2=\\'212.533\\' y2=\\'260.237\\' gradientTransform=\\'translate(-286.906 -405.031) scale(1.5625)\\'%3E%3Cstop offset=\\'.174\\' stop-color=\\'%23078EFC\\'%3E%3C/stop%3E%3Cstop offset=\\'.204\\' stop-color=\\'%23118AFC\\'%3E%3C/stop%3E%3Cstop offset=\\'.435\\' stop-color=\\'%235971FC\\'%3E%3C/stop%3E%3Cstop offset=\\'.627\\' stop-color=\\'%238E5EFC\\'%3E%3C/stop%3E%3Cstop offset=\\'.77\\' stop-color=\\'%23AF52FC\\'%3E%3C/stop%3E%3Cstop offset=\\'.849\\' stop-color=\\'%23BB4EFC\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23b)\\' d=\\'M41.563,0.479l6.515,22.17L0.69,26.677L15.761,0.479H41.563z\\' /%3E%3ClinearGradient id=\\'c\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'189.941\\' y1=\\'296.496\\' x2=\\'220.469\\' y2=\\'276.879\\' gradientTransform=\\'translate(-286.906 -405.031) scale(1.5625)\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%23078EFC\\'%3E%3C/stop%3E%3Cstop offset=\\'.106\\' stop-color=\\'%2315A7D3\\'%3E%3C/stop%3E%3Cstop offset=\\'.228\\' stop-color=\\'%2323BFAA\\'%3E%3C/stop%3E%3Cstop offset=\\'.348\\' stop-color=\\'%232DD28B\\'%3E%3C/stop%3E%3Cstop offset=\\'.463\\' stop-color=\\'%2335DF74\\'%3E%3C/stop%3E%3Cstop offset=\\'.573\\' stop-color=\\'%2339E767\\'%3E%3C/stop%3E%3Cstop offset=\\'.67\\' stop-color=\\'%233BEA62\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23c)\\' d=\\'M66.815 14.519L39.091 21.099 0.69 53.773 25.458 66.604 46.973 44.423z\\' /%3E%3Cg%3E%3Cpath d=\\'M11.711 11.5H55.794V55.583H11.711z\\' /%3E%3Cpath fill=\\'%23FFF\\' d=\\'M16.119 48.309H32.65V50.954H16.119z\\' /%3E%3Cg fill=\\'%23FFF\\'%3E%3Cpath d=\\'M14.607,25.88v-0.054c-0.18-5.295,3.967-9.734,9.262-9.913c0.09-0.003,0.179-0.005,0.269-0.005 c2.64-0.135,5.22,0.815,7.142,2.63l-2.52,3.206c-1.251-1.272-2.969-1.975-4.753-1.945c-3.083,0.226-5.41,2.889-5.22,5.974v0.054 c-0.258,3.091,2.039,5.805,5.13,6.063c0.125,0.01,0.251,0.017,0.377,0.019c1.347,0.04,2.67-0.365,3.765-1.151v-2.74h-4.025v-3.643 h7.895v8.328c-2.113,1.955-4.886,3.041-7.765,3.043c-5.162,0.123-9.446-3.963-9.569-9.125c0,0,0,0,0,0 C14.59,26.374,14.594,26.127,14.607,25.88z\\' /%3E%3Cpath d=\\'M33.609,25.88v-0.054c-0.141-5.335,4.069-9.774,9.405-9.915s9.774,4.069,9.915,9.405 c0.004,0.152,0.004,0.305,0.001,0.457v0.054c0.141,5.335-4.069,9.774-9.405,9.915c-5.335,0.141-9.774-4.069-9.915-9.405l0,0 C33.606,26.185,33.606,26.033,33.609,25.88z M48.75,25.88v-0.054c0.186-3.14-2.209-5.835-5.349-6.021 c-0.053-0.003-0.105-0.005-0.158-0.007c-3.096,0.078-5.542,2.65-5.464,5.746c0,0,0,0,0,0c0.002,0.076,0.005,0.152,0.01,0.229 v0.054c-0.186,3.14,2.209,5.835,5.349,6.021c0.053,0.003,0.105,0.005,0.158,0.007c3.096-0.078,5.542-2.65,5.464-5.746c0,0,0,0,0,0 C48.758,26.033,48.755,25.956,48.75,25.88z\\' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E'); }
.product__logo .javamatic-logo._logo-hub::after { width: 161.714%; height: 161.714%; background-image: url('data:image/svg+xml,%3Csvg version=\\'1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0\\' y=\\'0\\' viewBox=\\'0 0 70 70\\' width=\\'70\\' height=\\'70\\' xml:space=\\'preserve\\'%3E%3ClinearGradient id=\\'a\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'40.415\\' y1=\\'69.001\\' x2=\\'39.585\\' y2=\\'30.566\\' gradientTransform=\\'matrix(1 0 0 -1 0 69.89)\\'%3E%3Cstop offset=\\'.328\\' stop-color=\\'%2300B8F1\\'%3E%3C/stop%3E%3Cstop offset=\\'.973\\' stop-color=\\'%239758FB\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23a)\\' d=\\'M61.3,0.9c-1.7-0.8-3.6-1-5.5-0.8c-0.3,0-45.3,3.8-45.3,3.8l31.8,37.5l5.8,0.3L66.3,22 C72.4,15.9,71.1,5,61.3,0.9z\\' /%3E%3ClinearGradient id=\\'b\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'58.345\\' y1=\\'64.017\\' x2=\\'11.932\\' y2=\\'13.636\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%23FFEE45\\'%3E%3C/stop%3E%3Cstop offset=\\'1\\' stop-color=\\'%239758FB\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23b)\\' d=\\'M53.6,47.2l-1.3,2l-16-19.5L20.8,40.1L46.5,68c0.5,0.5,1.2,0.9,1.9,1.3c1.4,0.7,3,0.9,4.6,0.4 c1.5-0.4,2.6-1.2,3.5-2.1c0.1-0.1,10.8-10.7,10.8-10.7L53.6,47.2z\\' /%3E%3ClinearGradient id=\\'c\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'31.025\\' y1=\\'60.401\\' x2=\\'21.392\\' y2=\\'39.808\\' gradientTransform=\\'matrix(1 0 0 -1 0 69.89)\\'%3E%3Cstop offset=\\'.328\\' stop-color=\\'%2300B8F1\\'%3E%3C/stop%3E%3Cstop offset=\\'.79\\' stop-color=\\'%239758FB\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23c)\\' d=\\'M45.7,41.6L19.6,8.4l0,0c-1.1-1.6-2.8-2.9-5-3.8c-1.7-0.7-3.7-0.9-5.5-0.5 C-0.5,6.2-2.7,16.7,3.5,22.3l18.1,18.6L45.7,41.6z\\' /%3E%3ClinearGradient id=\\'d\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'-3.259\\' y1=\\'17.766\\' x2=\\'68.816\\' y2=\\'17.766\\' gradientTransform=\\'matrix(1 0 0 -1 0 69.89)\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%2300B8F1\\'%3E%3C/stop%3E%3Cstop offset=\\'.306\\' stop-color=\\'%239758FB\\'%3E%3C/stop%3E%3Cstop offset=\\'.989\\' stop-color=\\'%23FFEE45\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23d)\\' d=\\'M63.2,40.5c-3.4-1-5.3-0.7-9.8-0.8l-38-5.4L4.5,44.7c-6.9,6.8-5.8,18.7,4.4,23.8 c2.6,1.3,5.5,1.7,8.2,1.3l0,0c19.3-3.6,43.5-9.4,43.7-9.4c0.4-0.1,0.9-0.2,1.3-0.3c6.3-1.9,8.9-7.8,7.4-12.8 C68.7,44.5,66.5,41.5,63.2,40.5z\\' /%3E%3Cpath fill=\\'%23000\\' d=\\'M13.4 13.4H56.6V56.6H13.4z\\' /%3E%3Cg fill=\\'%23FFF\\'%3E%3Cpath d=\\'M17.4,19.1h4v7.2h7.4v-7.2h4v18.1h-4v-7.3h-7.4v7.3h-4V19.1z\\' /%3E%3Cpath d=\\'M35.7,19.1h8.4c2.1,0,3.7,0.6,4.7,1.6c0.8,0.8,1.2,1.8,1.2,3.1v0.1c0,2-1.1,3.2-2.4,3.9 c2.1,0.8,3.4,2,3.4,4.5v0.1c0,3.3-2.7,5-6.8,5h-8.6V19.1H35.7z M46.2,24.4c0-1.2-0.9-1.9-2.6-1.9h-3.9v3.8h3.7 C45.1,26.4,46.2,25.8,46.2,24.4L46.2,24.4z M44.2,29.7h-4.6v4h4.7c1.8,0,2.8-0.6,2.8-2v-0.1C47.2,30.5,46.3,29.7,44.2,29.7z\\' /%3E%3C/g%3E%3Cpath fill=\\'%23FFF\\' d=\\'M17.5 48.5H33.7V51.2H17.5z\\' /%3E%3C/svg%3E'); }
.product__logo .javamatic-logo._logo-intellij-idea::after { width: 161.714%; height: 161.714%; background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0\\' y=\\'0\\' width=\\'70\\' height=\\'70\\' viewBox=\\'0 0 70 70\\' xml:space=\\'preserve\\'%3E%3ClinearGradient id=\\'a\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'.79\\' y1=\\'40.089\\' x2=\\'33.317\\' y2=\\'40.089\\'%3E%3Cstop offset=\\'.258\\' stop-color=\\'%23F97A12\\'%3E%3C/stop%3E%3Cstop offset=\\'.459\\' stop-color=\\'%23B07B58\\'%3E%3C/stop%3E%3Cstop offset=\\'.724\\' stop-color=\\'%23577BAE\\'%3E%3C/stop%3E%3Cstop offset=\\'.91\\' stop-color=\\'%231E7CE5\\'%3E%3C/stop%3E%3Cstop offset=\\'1\\' stop-color=\\'%23087CFA\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23a)\\' d=\\'M17.7 54.6L0.8 41.2 9.2 25.6 33.3 35z\\' /%3E%3ClinearGradient id=\\'b\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'25.767\\' y1=\\'24.88\\' x2=\\'79.424\\' y2=\\'54.57\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%23F97A12\\'%3E%3C/stop%3E%3Cstop offset=\\'.072\\' stop-color=\\'%23CB7A3E\\'%3E%3C/stop%3E%3Cstop offset=\\'.154\\' stop-color=\\'%239E7B6A\\'%3E%3C/stop%3E%3Cstop offset=\\'.242\\' stop-color=\\'%23757B91\\'%3E%3C/stop%3E%3Cstop offset=\\'.334\\' stop-color=\\'%23537BB1\\'%3E%3C/stop%3E%3Cstop offset=\\'.432\\' stop-color=\\'%23387CCC\\'%3E%3C/stop%3E%3Cstop offset=\\'.538\\' stop-color=\\'%23237CE0\\'%3E%3C/stop%3E%3Cstop offset=\\'.655\\' stop-color=\\'%23147CEF\\'%3E%3C/stop%3E%3Cstop offset=\\'.792\\' stop-color=\\'%230B7CF7\\'%3E%3C/stop%3E%3Cstop offset=\\'1\\' stop-color=\\'%23087CFA\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23b)\\' d=\\'M70 18.7L68.7 59.2 41.8 70 25.6 59.6 49.3 35 38.9 12.3 48.2 1.1z\\' /%3E%3ClinearGradient id=\\'c\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'63.228\\' y1=\\'42.915\\' x2=\\'48.29\\' y2=\\'-1.719\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%23FE315D\\'%3E%3C/stop%3E%3Cstop offset=\\'.078\\' stop-color=\\'%23CB417E\\'%3E%3C/stop%3E%3Cstop offset=\\'.16\\' stop-color=\\'%239E4E9B\\'%3E%3C/stop%3E%3Cstop offset=\\'.247\\' stop-color=\\'%23755BB4\\'%3E%3C/stop%3E%3Cstop offset=\\'.339\\' stop-color=\\'%235365CA\\'%3E%3C/stop%3E%3Cstop offset=\\'.436\\' stop-color=\\'%23386DDB\\'%3E%3C/stop%3E%3Cstop offset=\\'.541\\' stop-color=\\'%232374E9\\'%3E%3C/stop%3E%3Cstop offset=\\'.658\\' stop-color=\\'%231478F3\\'%3E%3C/stop%3E%3Cstop offset=\\'.794\\' stop-color=\\'%230B7BF8\\'%3E%3C/stop%3E%3Cstop offset=\\'1\\' stop-color=\\'%23087CFA\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23c)\\' d=\\'M70 18.7L48.7 43.9 38.9 12.3 48.2 1.1z\\' /%3E%3ClinearGradient id=\\'d\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'10.72\\' y1=\\'16.473\\' x2=\\'55.524\\' y2=\\'90.58\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%23FE315D\\'%3E%3C/stop%3E%3Cstop offset=\\'.04\\' stop-color=\\'%23F63462\\'%3E%3C/stop%3E%3Cstop offset=\\'.104\\' stop-color=\\'%23DF3A71\\'%3E%3C/stop%3E%3Cstop offset=\\'.167\\' stop-color=\\'%23C24383\\'%3E%3C/stop%3E%3Cstop offset=\\'.291\\' stop-color=\\'%23AD4A91\\'%3E%3C/stop%3E%3Cstop offset=\\'.55\\' stop-color=\\'%23755BB4\\'%3E%3C/stop%3E%3Cstop offset=\\'.917\\' stop-color=\\'%231D76ED\\'%3E%3C/stop%3E%3Cstop offset=\\'1\\' stop-color=\\'%23087CFA\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23d)\\' d=\\'M33.7 58.1L5.6 68.3 10.1 52.5 16 33.1 0 27.7 10.1 0 32.1 2.7 53.7 27.4z\\' /%3E%3Cg%3E%3Cpath fill=\\'%23000\\' d=\\'M13.7 13.5H56.900000000000006V56.7H13.7z\\' /%3E%3Cpath fill=\\'%23FFF\\' d=\\'M17.7 48.6H33.9V51.300000000000004H17.7z\\' /%3E%3Cpath fill=\\'%23FFF\\' d=\\'M29.4 22.4L29.4 19.1 20.4 19.1 20.4 22.4 23 22.4 23 33.7 20.4 33.7 20.4 37 29.4 37 29.4 33.7 26.9 33.7 26.9 22.4z\\' /%3E%3Cpath d=\\'M38,37.3c-1.4,0-2.6-0.3-3.5-0.8c-0.9-0.5-1.7-1.2-2.3-1.9l2.5-2.8c0.5,0.6,1,1,1.5,1.3 c0.5,0.3,1.1,0.5,1.7,0.5c0.7,0,1.3-0.2,1.8-0.7c0.4-0.5,0.6-1.2,0.6-2.3V19.1h4v11.7c0,1.1-0.1,2-0.4,2.8c-0.3,0.8-0.7,1.4-1.3,2 c-0.5,0.5-1.2,1-2,1.2C39.8,37.1,39,37.3,38,37.3\\' fill=\\'%23FFF\\' /%3E%3C/g%3E%3C/svg%3E'); }
.product__logo .javamatic-logo._logo-kotlin::after { width: 125%; height: 125%; background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0\\' y=\\'0\\' viewBox=\\'0 0 60 60\\' xml:space=\\'preserve\\'%3E%3ClinearGradient id=\\'a\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'15.959\\' y1=\\'-13.014\\' x2=\\'44.307\\' y2=\\'15.333\\' gradientTransform=\\'matrix(1 0 0 -1 0 61)\\'%3E%3Cstop offset=\\'.097\\' stop-color=\\'%230095D5\\'%3E%3C/stop%3E%3Cstop offset=\\'.301\\' stop-color=\\'%23238AD9\\'%3E%3C/stop%3E%3Cstop offset=\\'.621\\' stop-color=\\'%23557BDE\\'%3E%3C/stop%3E%3Cstop offset=\\'.864\\' stop-color=\\'%237472E2\\'%3E%3C/stop%3E%3Cstop offset=\\'1\\' stop-color=\\'%23806EE3\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23a)\\' d=\\'M0 60L30.1 29.9 60 60z\\' /%3E%3ClinearGradient id=\\'b\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'4.209\\' y1=\\'48.941\\' x2=\\'20.673\\' y2=\\'65.405\\' gradientTransform=\\'matrix(1 0 0 -1 0 61)\\'%3E%3Cstop offset=\\'.118\\' stop-color=\\'%230095D5\\'%3E%3C/stop%3E%3Cstop offset=\\'.418\\' stop-color=\\'%233C83DC\\'%3E%3C/stop%3E%3Cstop offset=\\'.696\\' stop-color=\\'%236D74E1\\'%3E%3C/stop%3E%3Cstop offset=\\'.833\\' stop-color=\\'%23806EE3\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23b)\\' d=\\'M0 0L30.1 0 0 32.5z\\' /%3E%3ClinearGradient id=\\'c\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'-10.102\\' y1=\\'5.836\\' x2=\\'45.731\\' y2=\\'61.669\\' gradientTransform=\\'matrix(1 0 0 -1 0 61)\\'%3E%3Cstop offset=\\'.107\\' stop-color=\\'%23C757BC\\'%3E%3C/stop%3E%3Cstop offset=\\'.214\\' stop-color=\\'%23D0609A\\'%3E%3C/stop%3E%3Cstop offset=\\'.425\\' stop-color=\\'%23E1725C\\'%3E%3C/stop%3E%3Cstop offset=\\'.605\\' stop-color=\\'%23EE7E2F\\'%3E%3C/stop%3E%3Cstop offset=\\'.743\\' stop-color=\\'%23F58613\\'%3E%3C/stop%3E%3Cstop offset=\\'.823\\' stop-color=\\'%23F88909\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23c)\\' d=\\'M30.1 0L0 31.7 0 60 30.1 29.9 60 0z\\' /%3E%3C/svg%3E'); }
.product__logo .javamatic-logo._logo-mps::after { width: 125%; height: 125%; \\' fill=\\'url(%23c)\\' d=\\'m102 102l70 70 140 0 102 102z\\' /%3e%3c/svg%3e'): ;
}
.product__logo .javamatic-logo._logo-phpstorm::after { width: 161.714%; height: 161.714%; background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0\\' y=\\'0\\' width=\\'70\\' height=\\'70\\' viewBox=\\'0 0 70 70\\' xml:space=\\'preserve\\'%3E%3ClinearGradient id=\\'a\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'.558\\' y1=\\'46.846\\' x2=\\'29.947\\' y2=\\'8.026\\'%3E%3Cstop offset=\\'.016\\' stop-color=\\'%23765AF8\\'%3E%3C/stop%3E%3Cstop offset=\\'.382\\' stop-color=\\'%23B345F1\\'%3E%3C/stop%3E%3Cstop offset=\\'.758\\' stop-color=\\'%23FA3293\\'%3E%3C/stop%3E%3Cstop offset=\\'.941\\' stop-color=\\'%23FF318C\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23a)\\' d=\\'M39.6 15.2L36.3 5.2 11.9 0 0 13.5 37.2 32.5z\\' /%3E%3ClinearGradient id=\\'b\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'2.73\\' y1=\\'48.379\\' x2=\\'32.072\\' y2=\\'9.621\\'%3E%3Cstop offset=\\'.016\\' stop-color=\\'%23765AF8\\'%3E%3C/stop%3E%3Cstop offset=\\'.382\\' stop-color=\\'%23B345F1\\'%3E%3C/stop%3E%3Cstop offset=\\'.758\\' stop-color=\\'%23FA3293\\'%3E%3C/stop%3E%3Cstop offset=\\'.941\\' stop-color=\\'%23FF318C\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23b)\\' d=\\'M28 41.4L27.3 20.6 0 13.5 6.7 53.6 28 53.4z\\' /%3E%3ClinearGradient id=\\'c\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'50.857\\' y1=\\'46.405\\' x2=\\'34.274\\' y2=\\'7.048\\'%3E%3Cstop offset=\\'.183\\' stop-color=\\'%23765AF8\\'%3E%3C/stop%3E%3Cstop offset=\\'.238\\' stop-color=\\'%238655F6\\'%3E%3C/stop%3E%3Cstop offset=\\'.345\\' stop-color=\\'%239F4CF3\\'%3E%3C/stop%3E%3Cstop offset=\\'.443\\' stop-color=\\'%23AE47F2\\'%3E%3C/stop%3E%3Cstop offset=\\'.522\\' stop-color=\\'%23B345F1\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23c)\\' d=\\'M22.1 41L23.4 24.5 43.2 4.2 60.9 7.4 70 30.1 60.5 39.5 45 37 35.4 47.1z\\' /%3E%3ClinearGradient id=\\'d\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'63.266\\' y1=\\'57.339\\' x2=\\'24.698\\' y2=\\'27.516\\'%3E%3Cstop offset=\\'.016\\' stop-color=\\'%23765AF8\\'%3E%3C/stop%3E%3Cstop offset=\\'.382\\' stop-color=\\'%23B345F1\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23d)\\' d=\\'M43.2 4.2L14.8 29.4 20.3 61.8 43.9 70 70 54.4z\\' /%3E%3Cg%3E%3Cpath fill=\\'%23000\\' d=\\'M13.4 13.4H56.6V56.6H13.4z\\' /%3E%3Cpath fill=\\'%23FFF\\' d=\\'M17.5 48.5H33.7V51.2H17.5z\\' /%3E%3Cpath d=\\'M17.3,19h7.3c4.3,0,6.9,2.5,6.9,6.2v0.1c0,4.2-3.2,6.3-7.3,6.3h-3l0,5.4h-3.9L17.3,19z M24.4,28 c2,0,3.1-1.2,3.1-2.7v-0.1c0-1.8-1.2-2.7-3.2-2.7h-3V28H24.4z\\' fill=\\'%23FFF\\' /%3E%3Cpath d=\\'M32.5,34.4l2.3-2.8c1.6,1.3,3.3,2.2,5.4,2.2c1.6,0,2.6-0.6,2.6-1.7V32c0-1-0.6-1.5-3.6-2.3 c-3.6-0.9-6-1.9-6-5.5v-0.1c0-3.3,2.6-5.4,6.3-5.4c2.6,0,4.9,0.8,6.7,2.3l-2.1,3c-1.6-1.1-3.2-1.8-4.7-1.8c-1.5,0-2.3,0.7-2.3,1.6 v0.1c0,1.2,0.8,1.6,3.9,2.4c3.6,1,5.7,2.3,5.7,5.4v0.1c0,3.6-2.7,5.6-6.6,5.6C37.4,37.3,34.7,36.3,32.5,34.4\\' fill=\\'%23FFF\\' /%3E%3C/g%3E%3C/svg%3E'); }
.product__logo .javamatic-logo._logo-pycharm::after { width: 161.714%; height: 161.714%; background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0\\' y=\\'0\\' width=\\'70\\' height=\\'70\\' viewBox=\\'0 0 70 70\\' xml:space=\\'preserve\\'%3E%3ClinearGradient id=\\'a\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'24.998\\' y1=\\'27.046\\' x2=\\'66.656\\' y2=\\'27.046\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%2321D789\\'%3E%3C/stop%3E%3Cstop offset=\\'1\\' stop-color=\\'%2307C3F2\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23a)\\' d=\\'M49.1 11L69.5 28.1 62.2 43 49.8 39.6 39.2 39.6z\\' /%3E%3ClinearGradient id=\\'b\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'-24.559\\' y1=\\'59.081\\' x2=\\'61.22\\' y2=\\'-4.241\\'%3E%3Cstop offset=\\'.011\\' stop-color=\\'%23FCF84A\\'%3E%3C/stop%3E%3Cstop offset=\\'.112\\' stop-color=\\'%23A7EB62\\'%3E%3C/stop%3E%3Cstop offset=\\'.206\\' stop-color=\\'%235FE077\\'%3E%3C/stop%3E%3Cstop offset=\\'.273\\' stop-color=\\'%2332DA84\\'%3E%3C/stop%3E%3Cstop offset=\\'.306\\' stop-color=\\'%2321D789\\'%3E%3C/stop%3E%3Cstop offset=\\'.577\\' stop-color=\\'%2321D789\\'%3E%3C/stop%3E%3Cstop offset=\\'.597\\' stop-color=\\'%2321D789\\'%3E%3C/stop%3E%3Cstop offset=\\'.686\\' stop-color=\\'%2320D68C\\'%3E%3C/stop%3E%3Cstop offset=\\'.763\\' stop-color=\\'%231ED497\\'%3E%3C/stop%3E%3Cstop offset=\\'.835\\' stop-color=\\'%2319D1A9\\'%3E%3C/stop%3E%3Cstop offset=\\'.904\\' stop-color=\\'%2313CCC2\\'%3E%3C/stop%3E%3Cstop offset=\\'.971\\' stop-color=\\'%230BC6E1\\'%3E%3C/stop%3E%3Cstop offset=\\'1\\' stop-color=\\'%2307C3F2\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23b)\\' d=\\'M28.5 22.1L24.5 43 24.1 50.2 14.2 54.5 0 56 4.3 10.7 29.9 0 45.7 10.4z\\' /%3E%3ClinearGradient id=\\'c\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'9.33\\' y1=\\'77.654\\' x2=\\'23.637\\' y2=\\'32.76\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%2321D789\\'%3E%3C/stop%3E%3Cstop offset=\\'.164\\' stop-color=\\'%2324D788\\'%3E%3C/stop%3E%3Cstop offset=\\'.305\\' stop-color=\\'%232FD886\\'%3E%3C/stop%3E%3Cstop offset=\\'.437\\' stop-color=\\'%2341DA82\\'%3E%3C/stop%3E%3Cstop offset=\\'.564\\' stop-color=\\'%235ADC7D\\'%3E%3C/stop%3E%3Cstop offset=\\'.688\\' stop-color=\\'%237AE077\\'%3E%3C/stop%3E%3Cstop offset=\\'.809\\' stop-color=\\'%23A1E36E\\'%3E%3C/stop%3E%3Cstop offset=\\'.925\\' stop-color=\\'%23CFE865\\'%3E%3C/stop%3E%3Cstop offset=\\'1\\' stop-color=\\'%23F1EB5E\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23c)\\' d=\\'M28.5 22.1L30.4 62.5 24 70 0 56 19.7 26.6z\\' /%3E%3ClinearGradient id=\\'d\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'28.275\\' y1=\\'38.623\\' x2=\\'59.409\\' y2=\\'-3.236\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%2321D789\\'%3E%3C/stop%3E%3Cstop offset=\\'.061\\' stop-color=\\'%2324D788\\'%3E%3C/stop%3E%3Cstop offset=\\'.113\\' stop-color=\\'%232FD886\\'%3E%3C/stop%3E%3Cstop offset=\\'.162\\' stop-color=\\'%2341DA82\\'%3E%3C/stop%3E%3Cstop offset=\\'.209\\' stop-color=\\'%235ADD7D\\'%3E%3C/stop%3E%3Cstop offset=\\'.255\\' stop-color=\\'%2379E077\\'%3E%3C/stop%3E%3Cstop offset=\\'.258\\' stop-color=\\'%237CE076\\'%3E%3C/stop%3E%3Cstop offset=\\'.499\\' stop-color=\\'%238CE173\\'%3E%3C/stop%3E%3Cstop offset=\\'.925\\' stop-color=\\'%23B2E56B\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23d)\\' d=\\'M54.9 19.1L30.6 19.1 52.1 0z\\' /%3E%3ClinearGradient id=\\'e\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'75.889\\' y1=\\'43.95\\' x2=\\'13.158\\' y2=\\'43.369\\'%3E%3Cstop offset=\\'.387\\' stop-color=\\'%23FCF84A\\'%3E%3C/stop%3E%3Cstop offset=\\'.536\\' stop-color=\\'%23ECF451\\'%3E%3C/stop%3E%3Cstop offset=\\'.826\\' stop-color=\\'%23C2E964\\'%3E%3C/stop%3E%3Cstop offset=\\'.925\\' stop-color=\\'%23B2E56B\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23e)\\' d=\\'M70 62.6L48.6 69.9 20.2 61.9 28.5 22.1 31.8 19.1 49.1 17.5 47.5 34.9 61.3 29.6z\\' /%3E%3Cg%3E%3Cpath fill=\\'%23000\\' d=\\'M13.4 13.4H56.6V56.6H13.4z\\' /%3E%3Cpath fill=\\'%23FFF\\' d=\\'M17.5 48.5H33.7V51.2H17.5z\\' /%3E%3Cpath d=\\'M17.3,19.1h7.3c4.3,0,6.9,2.5,6.9,6.2v0.1c0,4.1-3.2,6.3-7.2,6.3h-3V37h-3.9V19.1z M24.4,28.1 c2,0,3.1-1.2,3.1-2.7v-0.1c0-1.8-1.2-2.7-3.2-2.7h-3v5.5H24.4z\\' fill=\\'%23FFF\\' /%3E%3Cpath d=\\'M33.1,28.1L33.1,28.1c0-5.1,3.8-9.3,9.3-9.3c3.4,0,5.4,1.1,7.1,2.8l-2.5,2.9c-1.4-1.3-2.8-2-4.6-2 c-3,0-5.2,2.5-5.2,5.6V28c0,3.1,2.1,5.6,5.2,5.6c2,0,3.3-0.8,4.7-2.1l2.5,2.5c-1.8,2-3.9,3.2-7.3,3.2C37,37.3,33.1,33.2,33.1,28.1\\' fill=\\'%23FFF\\' /%3E%3C/g%3E%3C/svg%3E'); }
.product__logo .javamatic-logo._logo-pycharm-edu::after { width: 161.714%; height: 161.714%; background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0\\' y=\\'0\\' width=\\'70\\' height=\\'70\\' viewBox=\\'0 0 70 70\\' xml:space=\\'preserve\\'%3E%3ClinearGradient id=\\'a\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'24.998\\' y1=\\'27.046\\' x2=\\'66.656\\' y2=\\'27.046\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%2321D789\\'%3E%3C/stop%3E%3Cstop offset=\\'1\\' stop-color=\\'%2307C3F2\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23a)\\' d=\\'M49.1 11L69.5 28.1 62.2 43 49.8 39.6 39.2 39.6z\\' /%3E%3ClinearGradient id=\\'b\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'-24.559\\' y1=\\'59.081\\' x2=\\'61.22\\' y2=\\'-4.241\\'%3E%3Cstop offset=\\'.011\\' stop-color=\\'%23FCF84A\\'%3E%3C/stop%3E%3Cstop offset=\\'.112\\' stop-color=\\'%23A7EB62\\'%3E%3C/stop%3E%3Cstop offset=\\'.206\\' stop-color=\\'%235FE077\\'%3E%3C/stop%3E%3Cstop offset=\\'.273\\' stop-color=\\'%2332DA84\\'%3E%3C/stop%3E%3Cstop offset=\\'.306\\' stop-color=\\'%2321D789\\'%3E%3C/stop%3E%3Cstop offset=\\'.577\\' stop-color=\\'%2321D789\\'%3E%3C/stop%3E%3Cstop offset=\\'.597\\' stop-color=\\'%2321D789\\'%3E%3C/stop%3E%3Cstop offset=\\'.686\\' stop-color=\\'%2320D68C\\'%3E%3C/stop%3E%3Cstop offset=\\'.763\\' stop-color=\\'%231ED497\\'%3E%3C/stop%3E%3Cstop offset=\\'.835\\' stop-color=\\'%2319D1A9\\'%3E%3C/stop%3E%3Cstop offset=\\'.904\\' stop-color=\\'%2313CCC2\\'%3E%3C/stop%3E%3Cstop offset=\\'.971\\' stop-color=\\'%230BC6E1\\'%3E%3C/stop%3E%3Cstop offset=\\'1\\' stop-color=\\'%2307C3F2\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23b)\\' d=\\'M28.5 22.1L24.5 43 24.1 50.2 14.2 54.5 0 56 4.3 10.7 29.9 0 45.7 10.4z\\' /%3E%3ClinearGradient id=\\'c\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'9.33\\' y1=\\'77.654\\' x2=\\'23.637\\' y2=\\'32.76\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%2321D789\\'%3E%3C/stop%3E%3Cstop offset=\\'.164\\' stop-color=\\'%2324D788\\'%3E%3C/stop%3E%3Cstop offset=\\'.305\\' stop-color=\\'%232FD886\\'%3E%3C/stop%3E%3Cstop offset=\\'.437\\' stop-color=\\'%2341DA82\\'%3E%3C/stop%3E%3Cstop offset=\\'.564\\' stop-color=\\'%235ADC7D\\'%3E%3C/stop%3E%3Cstop offset=\\'.688\\' stop-color=\\'%237AE077\\'%3E%3C/stop%3E%3Cstop offset=\\'.809\\' stop-color=\\'%23A1E36E\\'%3E%3C/stop%3E%3Cstop offset=\\'.925\\' stop-color=\\'%23CFE865\\'%3E%3C/stop%3E%3Cstop offset=\\'1\\' stop-color=\\'%23F1EB5E\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23c)\\' d=\\'M28.5 22.1L30.4 62.5 24 70 0 56 19.7 26.6z\\' /%3E%3ClinearGradient id=\\'d\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'28.275\\' y1=\\'38.623\\' x2=\\'59.409\\' y2=\\'-3.236\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%2321D789\\'%3E%3C/stop%3E%3Cstop offset=\\'.061\\' stop-color=\\'%2324D788\\'%3E%3C/stop%3E%3Cstop offset=\\'.113\\' stop-color=\\'%232FD886\\'%3E%3C/stop%3E%3Cstop offset=\\'.162\\' stop-color=\\'%2341DA82\\'%3E%3C/stop%3E%3Cstop offset=\\'.209\\' stop-color=\\'%235ADD7D\\'%3E%3C/stop%3E%3Cstop offset=\\'.255\\' stop-color=\\'%2379E077\\'%3E%3C/stop%3E%3Cstop offset=\\'.258\\' stop-color=\\'%237CE076\\'%3E%3C/stop%3E%3Cstop offset=\\'.499\\' stop-color=\\'%238CE173\\'%3E%3C/stop%3E%3Cstop offset=\\'.925\\' stop-color=\\'%23B2E56B\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23d)\\' d=\\'M54.9 19.1L30.6 19.1 52.1 0z\\' /%3E%3ClinearGradient id=\\'e\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'75.889\\' y1=\\'43.95\\' x2=\\'13.158\\' y2=\\'43.369\\'%3E%3Cstop offset=\\'.387\\' stop-color=\\'%23FCF84A\\'%3E%3C/stop%3E%3Cstop offset=\\'.536\\' stop-color=\\'%23ECF451\\'%3E%3C/stop%3E%3Cstop offset=\\'.826\\' stop-color=\\'%23C2E964\\'%3E%3C/stop%3E%3Cstop offset=\\'.925\\' stop-color=\\'%23B2E56B\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23e)\\' d=\\'M70 62.6L48.6 69.9 20.2 61.9 28.5 22.1 31.8 19.1 49.1 17.5 47.5 34.9 61.3 29.6z\\' /%3E%3Cg%3E%3Cpath d=\\'M13.4 13.4H56.6V56.6H13.4z\\' /%3E%3Cpath fill=\\'%23FFF\\' d=\\'M17.5 48.5H33.7V51.2H17.5z\\' /%3E%3Cpath d=\\'M17.3,19.1h7.3c4.3,0,6.9,2.5,6.9,6.2v0.1c0,4.1-3.2,6.3-7.2,6.3h-3V37h-3.9V19.1z M24.4,28.1 c2,0,3.1-1.2,3.1-2.7v-0.1c0-1.8-1.2-2.7-3.2-2.7h-3v5.5H24.4z\\' fill=\\'%23FFF\\' /%3E%3Cpath d=\\'M33.6,19.1h13.5v3.5h-9.6v3.6H46v3.5h-8.4v3.8h9.7V37H33.6V19.1z\\' fill=\\'%23FFF\\' /%3E%3C/g%3E%3C/svg%3E'); }
.product__logo .javamatic-logo._logo-rider::after { width: 161.714%; height: 161.714%; background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0\\' y=\\'0\\' width=\\'70\\' height=\\'70\\' viewBox=\\'0 0 70 70\\' xml:space=\\'preserve\\'%3E%3Cdefs%3E%3ClinearGradient id=\\'a\\' x1=\\'70.226\\' y1=\\'27.799\\' x2=\\'-5.13\\' y2=\\'63.122\\' gradientTransform=\\'matrix(1 0 0 -1 0 71.28)\\' gradientUnits=\\'userSpaceOnUse\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%23c90f5e\\'%3E%3C/stop%3E%3Cstop offset=\\'.221\\' stop-color=\\'%23c90f5e\\'%3E%3C/stop%3E%3Cstop offset=\\'.236\\' stop-color=\\'%23c90f5e\\'%3E%3C/stop%3E%3Cstop offset=\\'.356\\' stop-color=\\'%23ca135c\\'%3E%3C/stop%3E%3Cstop offset=\\'.466\\' stop-color=\\'%23ce1e57\\'%3E%3C/stop%3E%3Cstop offset=\\'.574\\' stop-color=\\'%23d4314e\\'%3E%3C/stop%3E%3Cstop offset=\\'.678\\' stop-color=\\'%23dc4b41\\'%3E%3C/stop%3E%3Cstop offset=\\'.782\\' stop-color=\\'%23e66d31\\'%3E%3C/stop%3E%3Cstop offset=\\'.883\\' stop-color=\\'%23f3961d\\'%3E%3C/stop%3E%3Cstop offset=\\'.942\\' stop-color=\\'%23fcb20f\\'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient id=\\'b\\' x1=\\'24.659\\' y1=\\'61.996\\' x2=\\'46.048\\' y2=\\'2.934\\' gradientTransform=\\'matrix(1 0 0 -1 0 71.28)\\' gradientUnits=\\'userSpaceOnUse\\'%3E%3Cstop offset=\\'.042\\' stop-color=\\'%23077cfb\\'%3E%3C/stop%3E%3Cstop offset=\\'.445\\' stop-color=\\'%23c90f5e\\'%3E%3C/stop%3E%3Cstop offset=\\'.958\\' stop-color=\\'%23077cfb\\'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient id=\\'c\\' x1=\\'17.396\\' y1=\\'63.346\\' x2=\\'33.194\\' y2=\\'7.201\\' gradientTransform=\\'matrix(1 0 0 -1 0 71.28)\\' gradientUnits=\\'userSpaceOnUse\\'%3E%3Cstop offset=\\'.277\\' stop-color=\\'%23c90f5e\\'%3E%3C/stop%3E%3Cstop offset=\\'.974\\' stop-color=\\'%23fcb20f\\'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Ctitle%3Erider%3C/title%3E%3Cpath fill=\\'url(%23a)\\' d=\\'M70 27.237L63.391 23.75 20.926 0 3.827 17.921 21.619 41.068 60.537 44.397 70 27.237z\\' /%3E%3Cpath fill=\\'url(%23b)\\' d=\\'M50.423 16.132L44.271 1.107 27.643 17.471 11.768 50.194 49.411 70 70 57.98 50.423 16.132z\\' /%3E%3Cpath fill=\\'url(%23c)\\' d=\\'M20.926 0L0 14.095 7.779 62.172 27.848 69.889 53.78 48.823 20.926 0z\\' /%3E%3Cg%3E%3Cpath d=\\'M13.302 13.193H56.916V56.806999999999995H13.302z\\' /%3E%3Cg fill=\\'%23fff\\'%3E%3Cpath d=\\'M17.22741,18.86293h8.39564a7.38416,7.38416,0,0,1,5.34268,1.85358,5.86989,5.86989,0,0,1,1.52648,4.1433h0A5.74339,5.74339,0,0,1,28.567,30.5296l4.47041,6.54206H28.34891L24.42368,31.1838h-3.162v5.88785H17.22741V18.86293h0ZM25.296,27.69471c1.96262,0,3.053-1.09034,3.053-2.61682h0c0-1.74455-1.19938-2.61682-3.162-2.61682H21.15265v5.23365H25.296Z\\' /%3E%3Cpath d=\\'M36.09034,18.86293H43.2866c5.77882,0,9.70405,3.92523,9.70405,9.15888h0c0,5.12461-3.92523,9.15888-9.70405,9.15888H36.09034V18.86293Zm4.03427,3.59813V33.47352h3.162a5.23727,5.23727,0,0,0,5.56075-5.45171h0a5.26493,5.26493,0,0,0-5.56075-5.56075h-3.162Z\\' /%3E%3C/g%3E%3Cpath fill=\\'%23fff\\' d=\\'M17.227 48.629H33.582V51.355H17.227z\\' /%3E%3C/g%3E%3C/svg%3E'); }
.product__logo .javamatic-logo._logo-resharper::after { width: 161.714%; height: 161.714%; background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0\\' y=\\'0\\' width=\\'70\\' height=\\'70\\' viewBox=\\'0 0 70 70\\' xml:space=\\'preserve\\'%3E%3ClinearGradient id=\\'a\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'22.945\\' y1=\\'75.787\\' x2=\\'74.787\\' y2=\\'20.642\\'%3E%3Cstop offset=\\'.016\\' stop-color=\\'%23B35BA3\\'%3E%3C/stop%3E%3Cstop offset=\\'.404\\' stop-color=\\'%23C41E57\\'%3E%3C/stop%3E%3Cstop offset=\\'.468\\' stop-color=\\'%23C41E57\\'%3E%3C/stop%3E%3Cstop offset=\\'.65\\' stop-color=\\'%23EB8523\\'%3E%3C/stop%3E%3Cstop offset=\\'.952\\' stop-color=\\'%23FEBD11\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23a)\\' d=\\'M49.8 15.2L36 36.7 58.4 70 70 23.1z\\' /%3E%3ClinearGradient id=\\'b\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'17.719\\' y1=\\'73.292\\' x2=\\'69.556\\' y2=\\'18.152\\'%3E%3Cstop offset=\\'.016\\' stop-color=\\'%23B35BA3\\'%3E%3C/stop%3E%3Cstop offset=\\'.404\\' stop-color=\\'%23C41E57\\'%3E%3C/stop%3E%3Cstop offset=\\'.468\\' stop-color=\\'%23C41E57\\'%3E%3C/stop%3E%3Cstop offset=\\'.704\\' stop-color=\\'%23EB8523\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23b)\\' d=\\'M51.1 15.7L49 0 18.8 33.6 27.6 42.3 20.8 70 58.4 70z\\' /%3E%3ClinearGradient id=\\'c\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'1.828\\' y1=\\'53.428\\' x2=\\'48.825\\' y2=\\'9.226\\'%3E%3Cstop offset=\\'.016\\' stop-color=\\'%23B35BA3\\'%3E%3C/stop%3E%3Cstop offset=\\'.661\\' stop-color=\\'%23C41E57\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23c)\\' d=\\'M49 0L11.6 0 0 47.1 55.6 47.1z\\' /%3E%3ClinearGradient id=\\'d\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'49.894\\' y1=\\'-11.557\\' x2=\\'48.859\\' y2=\\'24.035\\'%3E%3Cstop offset=\\'.5\\' stop-color=\\'%23C41E57\\'%3E%3C/stop%3E%3Cstop offset=\\'.667\\' stop-color=\\'%23D13F48\\'%3E%3C/stop%3E%3Cstop offset=\\'.795\\' stop-color=\\'%23D94F39\\'%3E%3C/stop%3E%3Cstop offset=\\'.866\\' stop-color=\\'%23DD5433\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23d)\\' d=\\'M55.3 47.1L51.1 15.7 49 0 41.7 23z\\' /%3E%3Cg%3E%3Cpath transform=\\'matrix(-1 .00258 -.00258 -1 70.029 70.081)\\' fill=\\'%23000\\' d=\\'M13.4 13.5H56.6V56.7H13.4z\\' /%3E%3Cpath transform=\\'rotate(-.148 25.676 49.97)\\' fill=\\'%23FFF\\' d=\\'M17.6 48.6H33.8V51.300000000000004H17.6z\\' /%3E%3Cpath d=\\'M17.4,19.1l8.2,0c2.3,0,4,0.6,5.2,1.8c1,1,1.5,2.4,1.5,4.1l0,0.1c0,1.5-0.3,2.6-1.1,3.5 c-0.7,0.9-1.6,1.6-2.8,2l4.4,6.4l-4.6,0l-3.7-5.5l-3.3,0l0,5.5l-3.9,0L17.4,19.1z M25.3,27.8c1,0,1.7-0.2,2.2-0.7 c0.5-0.5,0.8-1.1,0.8-1.8l0-0.1c0-0.9-0.3-1.5-0.8-1.9c-0.5-0.4-1.3-0.6-2.3-0.6l-3.9,0l0,5.1L25.3,27.8z\\' fill=\\'%23FFF\\' /%3E%3Cpath d=\\'M36,33.2l-1.9,0l0-3.3l2.5,0l0.6-3.8l-2.3,0l0-3.3l2.8,0l0.6-3.7l3.4,0l-0.6,3.7l3.7,0l0.6-3.7 l3.4,0l-0.6,3.7l1.9,0l0,3.3l-2.5,0L47,29.9l2.3,0l0,3.3l-2.8,0L45.8,37l-3.4,0l0.7-3.8l-3.7,0L38.7,37l-3.4,0L36,33.2z M43.7,29.9l0.6-3.8l-3.7,0L40,29.9L43.7,29.9z\\' fill=\\'%23FFF\\' /%3E%3C/g%3E%3C/svg%3E'); }
.product__logo .javamatic-logo._logo-resharper-cpp::after { width: 161.714%; height: 161.714%; background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0\\' y=\\'0\\' width=\\'70\\' height=\\'70\\' viewBox=\\'0 0 70 70\\' xml:space=\\'preserve\\'%3E%3ClinearGradient id=\\'a\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'8.063\\' y1=\\'16.141\\' x2=\\'29.26\\' y2=\\'69.757\\'%3E%3Cstop offset=\\'.22\\' stop-color=\\'%23C40B55\\'%3E%3C/stop%3E%3Cstop offset=\\'.683\\' stop-color=\\'%23E343E6\\'%3E%3C/stop%3E%3Cstop offset=\\'.925\\' stop-color=\\'%23F59252\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23a)\\' d=\\'M20.2 15.2L34 36.7 11.6 70 0 23.1z\\' /%3E%3ClinearGradient id=\\'b\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'875.719\\' y1=\\'73.292\\' x2=\\'927.556\\' y2=\\'18.152\\' gradientTransform=\\'matrix(-1 0 0 1 928 0)\\'%3E%3Cstop offset=\\'.113\\' stop-color=\\'%23FFBD00\\'%3E%3C/stop%3E%3Cstop offset=\\'.586\\' stop-color=\\'%23E343E6\\'%3E%3C/stop%3E%3Cstop offset=\\'.817\\' stop-color=\\'%23EC841B\\'%3E%3C/stop%3E%3Cstop offset=\\'.935\\' stop-color=\\'%23FFBD00\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23b)\\' d=\\'M18.9 15.7L21 0 51.2 33.6 42.4 42.3 49.2 70 11.6 70z\\' /%3E%3ClinearGradient id=\\'c\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'25.5\\' y1=\\'-1.93\\' x2=\\'69.96\\' y2=\\'51.168\\'%3E%3Cstop offset=\\'.129\\' stop-color=\\'%23FFBD00\\'%3E%3C/stop%3E%3Cstop offset=\\'.64\\' stop-color=\\'%23E343E6\\'%3E%3C/stop%3E%3Cstop offset=\\'.909\\' stop-color=\\'%23C40B55\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23c)\\' d=\\'M35.3 47.1L70 47.1 58.4 0 21 0z\\' /%3E%3Cg%3E%3Cpath fill=\\'%23000\\' d=\\'M13.4 13.4H56.6V56.6H13.4z\\' /%3E%3Cpath d=\\'M17.4,19h8.2c2.3,0,4,0.6,5.2,1.8c1,1,1.5,2.4,1.5,4.1V25c0,1.5-0.4,2.6-1.1,3.5 c-0.7,0.9-1.6,1.6-2.8,2l4.4,6.4h-4.6l-3.7-5.5h-3.3l0,5.5h-3.9V19z M25.4,27.7c1,0,1.7-0.2,2.2-0.7c0.5-0.5,0.8-1.1,0.8-1.8 v-0.1c0-0.9-0.3-1.5-0.8-1.9c-0.5-0.4-1.3-0.6-2.3-0.6h-3.9v5.1H25.4z\\' fill=\\'%23FFF\\' /%3E%3Cpath fill=\\'%23FFF\\' d=\\'M17.4 48.5H33.599999999999994V51.2H17.4z\\' /%3E%3Cg%3E%3Cpath d=\\'M43.7,24.4h-4v-3.6h4v-4h3.7v4h4v3.6h-4v4h-3.7V24.4z\\' fill=\\'%23FFF\\' /%3E%3C/g%3E%3Cg%3E%3Cpath d=\\'M37.1,34.6h-4V31h4v-4h3.7v4h4v3.6h-4v4h-3.7V34.6z\\' fill=\\'%23FFF\\' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E'); }
.product__logo .javamatic-logo._logo-rubymine::after { width: 161.714%; height: 161.714%; background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0\\' y=\\'0\\' width=\\'70\\' height=\\'70\\' viewBox=\\'0 0 70 70\\' xml:space=\\'preserve\\'%3E%3ClinearGradient id=\\'a\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'49.609\\' y1=\\'52.554\\' x2=\\'30.346\\' y2=\\'7.163\\'%3E%3Cstop offset=\\'.172\\' stop-color=\\'%23FF1F51\\'%3E%3C/stop%3E%3Cstop offset=\\'.28\\' stop-color=\\'%23FF3648\\'%3E%3C/stop%3E%3Cstop offset=\\'.468\\' stop-color=\\'%23FF593B\\'%3E%3C/stop%3E%3Cstop offset=\\'.646\\' stop-color=\\'%23FF7231\\'%3E%3C/stop%3E%3Cstop offset=\\'.809\\' stop-color=\\'%23FF812B\\'%3E%3C/stop%3E%3Cstop offset=\\'.941\\' stop-color=\\'%23FF8629\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23a)\\' d=\\'M58.2 0L38.2 7.2 22.4 0 6.9 38.9 24.7 31.8 24.4 51.5 62.5 52.2 70 13.7z\\' /%3E%3ClinearGradient id=\\'b\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'33.259\\' y1=\\'12.887\\' x2=\\'25.105\\' y2=\\'33.436\\'%3E%3Cstop offset=\\'.022\\' stop-color=\\'%239039D0\\'%3E%3C/stop%3E%3Cstop offset=\\'.629\\' stop-color=\\'%23FF1F51\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23b)\\' d=\\'M50.8 22.7L25.6 6.2 5.3 18.7 49.8 35.9z\\' /%3E%3ClinearGradient id=\\'c\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'.29\\' y1=\\'11.224\\' x2=\\'45.284\\' y2=\\'68.42\\'%3E%3Cstop offset=\\'.107\\' stop-color=\\'%239039D0\\'%3E%3C/stop%3E%3Cstop offset=\\'.387\\' stop-color=\\'%23FF1F51\\'%3E%3C/stop%3E%3Cstop offset=\\'.629\\' stop-color=\\'%23FF1F51\\'%3E%3C/stop%3E%3Cstop offset=\\'.66\\' stop-color=\\'%23FF3648\\'%3E%3C/stop%3E%3Cstop offset=\\'.714\\' stop-color=\\'%23FF593B\\'%3E%3C/stop%3E%3Cstop offset=\\'.765\\' stop-color=\\'%23FF7231\\'%3E%3C/stop%3E%3Cstop offset=\\'.812\\' stop-color=\\'%23FF812B\\'%3E%3C/stop%3E%3Cstop offset=\\'.85\\' stop-color=\\'%23FF8629\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23c)\\' d=\\'M29.1 68.2L55.3 64.7 47 48.7 52.5 42 53.1 37.9 25.6 6.1 0 12.4 0 49.1 14.8 70 29.1 68.2 29.1 68.2 29.1 68.2 29.1 68.2z\\' /%3E%3Cg%3E%3Cpath fill=\\'%23000\\' d=\\'M13.4 13.4H56.6V56.6H13.4z\\' /%3E%3Cpath fill=\\'%23FFF\\' d=\\'M17.5 48.5H33.7V51.2H17.5z\\' /%3E%3Cpath fill=\\'%23FFF\\' d=\\'M34.6 19L38.9 19 43.6 26.6 48.3 19 52.6 19 52.6 36.9 48.6 36.9 48.6 25.2 43.6 32.9 43.5 32.9 38.5 25.3 38.5 36.9 34.6 36.9z\\' /%3E%3Cpath d=\\'M17.4,19h8.2c2.3,0,4,0.6,5.2,1.8c1,1,1.5,2.4,1.5,4.1v0.1c0,1.5-0.4,2.6-1.1,3.5 c-0.7,0.9-1.6,1.6-2.8,2l4.4,6.4h-4.6l-3.7-5.5h-3.3l0,5.5h-3.9V19z M25.4,27.7c1,0,1.7-0.2,2.2-0.7c0.5-0.5,0.8-1.1,0.8-1.8v-0.1 c0-0.9-0.3-1.5-0.8-1.9c-0.5-0.4-1.3-0.6-2.3-0.6h-3.9v5.1H25.4z\\' fill=\\'%23FFF\\' /%3E%3C/g%3E%3C/svg%3E'); }
.product__logo .javamatic-logo._logo-teamcity::after { width: 161.714%; height: 161.714%; background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0\\' y=\\'0\\' width=\\'70\\' height=\\'70\\' viewBox=\\'0 0 70 70\\' xml:space=\\'preserve\\'%3E%3ClinearGradient id=\\'a\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'1.774\\' y1=\\'31.273\\' x2=\\'40.166\\' y2=\\'31.273\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%23905CFB\\'%3E%3C/stop%3E%3Cstop offset=\\'.068\\' stop-color=\\'%23776CF9\\'%3E%3C/stop%3E%3Cstop offset=\\'.173\\' stop-color=\\'%235681F7\\'%3E%3C/stop%3E%3Cstop offset=\\'.286\\' stop-color=\\'%233B92F5\\'%3E%3C/stop%3E%3Cstop offset=\\'.41\\' stop-color=\\'%23269FF4\\'%3E%3C/stop%3E%3Cstop offset=\\'.547\\' stop-color=\\'%2317A9F3\\'%3E%3C/stop%3E%3Cstop offset=\\'.711\\' stop-color=\\'%230FAEF2\\'%3E%3C/stop%3E%3Cstop offset=\\'.968\\' stop-color=\\'%230CB0F2\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d=\\'M39.7,47.9l-6.1-34c-0.4-2.4-1.2-4.8-2.7-7.1c-2-3.2-5.2-5.4-8.8-6.3 C7.9-2.9-2.6,11.3,3.6,23.9c0,0,0,0,0,0l14.8,31.7c0.4,1,1,2,1.7,2.9c1.2,1.6,2.8,2.8,4.7,3.4C34.4,64.9,42.1,56.4,39.7,47.9z\\' fill=\\'url(%23a)\\' /%3E%3ClinearGradient id=\\'b\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'5.311\\' y1=\\'9.669\\' x2=\\'69.228\\' y2=\\'43.866\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%23905CFB\\'%3E%3C/stop%3E%3Cstop offset=\\'.068\\' stop-color=\\'%23776CF9\\'%3E%3C/stop%3E%3Cstop offset=\\'.173\\' stop-color=\\'%235681F7\\'%3E%3C/stop%3E%3Cstop offset=\\'.286\\' stop-color=\\'%233B92F5\\'%3E%3C/stop%3E%3Cstop offset=\\'.41\\' stop-color=\\'%23269FF4\\'%3E%3C/stop%3E%3Cstop offset=\\'.547\\' stop-color=\\'%2317A9F3\\'%3E%3C/stop%3E%3Cstop offset=\\'.711\\' stop-color=\\'%230FAEF2\\'%3E%3C/stop%3E%3Cstop offset=\\'.968\\' stop-color=\\'%230CB0F2\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d=\\'M67.4,26.5c-1.4-2.2-3.4-3.9-5.7-4.9L25.5,1.7l0,0c-1-0.5-2.1-1-3.3-1.3 C6.7-3.2-4.4,13.8,5.5,27c1.5,2,3.6,3.6,6,4.5L48,47.9c0.8,0.5,1.6,0.8,2.5,1.1C64.5,53.4,75.1,38.6,67.4,26.5z\\' fill=\\'url(%23b)\\' /%3E%3ClinearGradient id=\\'c\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'-19.284\\' y1=\\'70.82\\' x2=\\'55.983\\' y2=\\'33.186\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%233BEA62\\'%3E%3C/stop%3E%3Cstop offset=\\'.117\\' stop-color=\\'%2331DE80\\'%3E%3C/stop%3E%3Cstop offset=\\'.302\\' stop-color=\\'%2324CEA8\\'%3E%3C/stop%3E%3Cstop offset=\\'.484\\' stop-color=\\'%231AC1C9\\'%3E%3C/stop%3E%3Cstop offset=\\'.659\\' stop-color=\\'%2312B7DF\\'%3E%3C/stop%3E%3Cstop offset=\\'.824\\' stop-color=\\'%230EB2ED\\'%3E%3C/stop%3E%3Cstop offset=\\'.968\\' stop-color=\\'%230CB0F2\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d=\\'M67.4,26.5c-1.8-2.8-4.6-4.8-7.9-5.6c-3.5-0.8-6.8-0.5-9.6,0.7L11.4,36.1 c0,0-0.2,0.1-0.6,0.4C0.9,40.4-4,53.3,4,64c1.8,2.4,4.3,4.2,7.1,5c5.3,1.6,10.1,1,14-1.1c0,0,0.1,0,0.1,0l37.6-20.1 c0,0,0,0,0.1-0.1C69.5,43.9,72.6,34.6,67.4,26.5z\\' fill=\\'url(%23c)\\' /%3E%3ClinearGradient id=\\'d\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'38.944\\' y1=\\'5.85\\' x2=\\'5.423\\' y2=\\'77.509\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%233BEA62\\'%3E%3C/stop%3E%3Cstop offset=\\'.094\\' stop-color=\\'%232FDB87\\'%3E%3C/stop%3E%3Cstop offset=\\'.196\\' stop-color=\\'%2324CEA8\\'%3E%3C/stop%3E%3Cstop offset=\\'.306\\' stop-color=\\'%231BC3C3\\'%3E%3C/stop%3E%3Cstop offset=\\'.426\\' stop-color=\\'%2314BAD8\\'%3E%3C/stop%3E%3Cstop offset=\\'.56\\' stop-color=\\'%2310B5E7\\'%3E%3C/stop%3E%3Cstop offset=\\'.719\\' stop-color=\\'%230DB1EF\\'%3E%3C/stop%3E%3Cstop offset=\\'.968\\' stop-color=\\'%230CB0F2\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d=\\'M50.3,12.8c1.2-2.7,1.1-6-0.9-9c-1.1-1.8-2.9-3-4.9-3.5c-4.5-1.1-8.3,1-10.1,4.2L3.5,42 c0,0,0,0,0,0.1C-0.9,47.9-1.6,56.5,4,64c1.8,2.4,4.3,4.2,7.1,5c10.5,3.3,19.3-2.5,22.1-10.8L50.3,12.8z\\' fill=\\'url(%23d)\\' /%3E%3Cg%3E%3Cpath fill=\\'%23000\\' d=\\'M13.4 13.4H56.6V56.6H13.4z\\' /%3E%3Cpath fill=\\'%23FFF\\' d=\\'M17.5 48.5H33.7V51.2H17.5z\\' /%3E%3Cpath fill=\\'%23FFF\\' d=\\'M22.9 22.7L17.5 22.7 17.5 19.1 32.3 19.1 32.3 22.7 26.8 22.7 26.8 37 22.9 37z\\' /%3E%3Cpath d=\\'M32.5,28.1L32.5,28.1c0-5.1,3.8-9.3,9.3-9.3c3.4,0,5.4,1.1,7.1,2.8l-2.5,2.9c-1.4-1.3-2.8-2-4.6-2 c-3,0-5.2,2.5-5.2,5.6V28c0,3.1,2.1,5.6,5.2,5.6c2,0,3.3-0.8,4.7-2.1l2.5,2.5c-1.8,2-3.9,3.2-7.3,3.2 C36.4,37.3,32.5,33.2,32.5,28.1\\' fill=\\'%23FFF\\' /%3E%3C/g%3E%3C/svg%3E'); }
.product__logo .javamatic-logo._logo-upsource::after { width: 161.714%; height: 161.714%; background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0\\' y=\\'0\\' width=\\'70\\' height=\\'70\\' viewBox=\\'0 0 70 70\\' xml:space=\\'preserve\\'%3E%3ClinearGradient id=\\'a\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'64.913\\' y1=\\'54.385\\' x2=\\'17.513\\' y2=\\'47.275\\' gradientTransform=\\'matrix(1 0 0 -1 0 65.395)\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%23FF8200\\'%3E%3C/stop%3E%3Cstop offset=\\'.973\\' stop-color=\\'%23905CFB\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23a)\\' d=\\'M60.5 24L9.6 26.9 9.3 7.4 55.2 0.2z\\' /%3E%3ClinearGradient id=\\'b\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'15.675\\' y1=\\'30.593\\' x2=\\'20.093\\' y2=\\'55.275\\' gradientTransform=\\'matrix(1 0 0 -1 0 65.395)\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%230CB0F2\\'%3E%3C/stop%3E%3Cstop offset=\\'.973\\' stop-color=\\'%23905CFB\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d=\\'M20.3,43.2l16.4-20.8L18.9,10.2l0,0c-3.1-2.8-7.8-4-12.6-2c-2.4,1-4.3,2.9-5.3,5.3 c-2.1,5-0.8,9.9,2.4,12.9l0,0L20.3,43.2z\\' fill=\\'url(%23b)\\' /%3E%3ClinearGradient id=\\'c\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'58.335\\' y1=\\'11.729\\' x2=\\'26.978\\' y2=\\'27.043\\' gradientTransform=\\'matrix(1 0 0 -1 0 65.395)\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%230CB0F2\\'%3E%3C/stop%3E%3Cstop offset=\\'.973\\' stop-color=\\'%23905CFB\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23c)\\' d=\\'M20.3 43.2L45.5 68.1 61.2 38.8 36.7 22.4z\\' /%3E%3ClinearGradient id=\\'d\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'60.678\\' y1=\\'9.337\\' x2=\\'7.352\\' y2=\\'28.508\\' gradientTransform=\\'matrix(1 0 0 -1 0 65.395)\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%230CB0F2\\'%3E%3C/stop%3E%3Cstop offset=\\'.973\\' stop-color=\\'%23905CFB\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d=\\'M53.9,36.6L53.9,36.6l-41.9-2l0,0c-1.6-0.3-3.4-0.2-5.3,0.6c-1.8,0.8-3.2,2.1-3.9,3.9 c-2.1,4.9,0.4,9.6,4.5,11.2l0,0L44.8,68c0.5,0.3,3,1,3,1c2,0.6,4.2,0.9,6.2,0.9c2.5,0,5.3-0.7,8.1-2.1c2.6-1.3,4.2-3.4,5.6-6 c1.7-3,2.2-5.8,2.2-8.6C69.8,44.5,62.6,37.2,53.9,36.6z\\' fill=\\'url(%23d)\\' /%3E%3ClinearGradient id=\\'e\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'64.194\\' y1=\\'59.46\\' x2=\\'18.524\\' y2=\\'22.651\\' gradientTransform=\\'matrix(1 0 0 -1 0 65.395)\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%23FF8200\\'%3E%3C/stop%3E%3Cstop offset=\\'.973\\' stop-color=\\'%23905CFB\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d=\\'M52.1,1.1c-0.7,0.3-1.4,0.7-2,1.1l0,0L26.9,19.7l11.5,16.8l25.2-14.1 c1.9-0.9,3.4-2.5,4.3-4.3C73.5,7.3,63.1-3.5,52.1,1.1z\\' fill=\\'url(%23e)\\' /%3E%3Cpath fill=\\'%23905CFB\\' d=\\'M14.5 49.8L38.4 36.5 26.9 19.7 4.9 36.2z\\' /%3E%3ClinearGradient id=\\'f\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'30.448\\' y1=\\'16.152\\' x2=\\'2.265\\' y2=\\'26.168\\' gradientTransform=\\'matrix(1 0 0 -1 0 65.395)\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%230CB0F2\\'%3E%3C/stop%3E%3Cstop offset=\\'.973\\' stop-color=\\'%23905CFB\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d=\\'M20.4,56.4V35L12,34.6H12c-1.6-0.3-3.4-0.2-5.3,0.6c-1.8,0.8-3.2,2.1-3.9,3.9 c-2.1,4.9,0.4,9.6,4.5,11.2h0.1L20.4,56.4z\\' fill=\\'url(%23f)\\' /%3E%3Cg%3E%3Cpath fill=\\'%23000\\' d=\\'M13.4 13.4H56.6V56.6H13.4z\\' /%3E%3Cg fill=\\'%23FFF\\'%3E%3Cpath d=\\'M17.5,29.4V19h4v10.3c0,3,1.5,4.5,3.9,4.5s3.9-1.5,3.9-4.4V19h4v10.2c0,5.5-3.1,8.2-8,8.2 C20.5,37.5,17.5,34.7,17.5,29.4z\\' /%3E%3Cpath d=\\'M35.4,19h7.4c4.3,0,6.9,2.6,6.9,6.3v0.1c0,4.2-3.3,6.4-7.3,6.4h-3v5.4h-4V19z M42.6,28.2 c2,0,3.2-1.2,3.2-2.7v-0.1c0-1.8-1.2-2.7-3.2-2.7h-3.1v5.5H42.6z\\' /%3E%3C/g%3E%3Cpath fill=\\'%23FFF\\' d=\\'M17.5 48.5H33.7V51.2H17.5z\\' /%3E%3C/g%3E%3C/svg%3E'); }
.product__logo .javamatic-logo._logo-webstorm::after { width: 161.714%; height: 161.714%; background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0\\' y=\\'0\\' width=\\'70\\' height=\\'70\\' viewBox=\\'0 0 70 70\\' xml:space=\\'preserve\\'%3E%3ClinearGradient id=\\'a\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'25.068\\' y1=\\'1.46\\' x2=\\'43.183\\' y2=\\'66.675\\'%3E%3Cstop offset=\\'.285\\' stop-color=\\'%2300CDD7\\'%3E%3C/stop%3E%3Cstop offset=\\'.941\\' stop-color=\\'%232086D7\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23a)\\' d=\\'M9.4 63.3L0 7.3 17.5 0.1 28.6 6.7 38.8 1.2 60.1 9.4 48.1 70z\\' /%3E%3ClinearGradient id=\\'b\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'30.72\\' y1=\\'9.734\\' x2=\\'61.365\\' y2=\\'54.671\\'%3E%3Cstop offset=\\'.14\\' stop-color=\\'%23FFF045\\'%3E%3C/stop%3E%3Cstop offset=\\'.366\\' stop-color=\\'%2300CDD7\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23b)\\' d=\\'M70 23.7L61 1.4 44.6 0 19.3 24.3 26.1 55.6 38.8 64.6 70 46 62.3 31.7z\\' /%3E%3ClinearGradient id=\\'c\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'61.082\\' y1=\\'15.29\\' x2=\\'65.106\\' y2=\\'29.544\\'%3E%3Cstop offset=\\'.285\\' stop-color=\\'%2300CDD7\\'%3E%3C/stop%3E%3Cstop offset=\\'.941\\' stop-color=\\'%232086D7\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill=\\'url(%23c)\\' d=\\'M56 20.4L62.3 31.7 70 23.7 64.4 9.8z\\' /%3E%3Cg%3E%3Cpath fill=\\'%23000\\' d=\\'M13.4 13.4H56.6V56.6H13.4z\\' /%3E%3Cpath fill=\\'%23FFF\\' d=\\'M17.5 48.5H33.7V51.2H17.5z\\' /%3E%3Cpath d=\\'M38.7,34.3l2.3-2.8c1.6,1.3,3.3,2.2,5.3,2.2c1.6,0,2.5-0.6,2.5-1.7v-0.1c0-1-0.6-1.5-3.6-2.3 c-3.6-0.9-5.8-1.9-5.8-5.5v-0.1c0-3.3,2.6-5.4,6.2-5.4c2.6,0,4.8,0.8,6.6,2.3l-2,3c-1.6-1.1-3.1-1.8-4.6-1.8 c-1.5,0-2.3,0.7-2.3,1.6v0.1c0,1.2,0.8,1.6,3.8,2.4c3.6,1,5.6,2.3,5.6,5.4v0.1c0,3.6-2.7,5.6-6.5,5.6 C43.5,37.2,40.8,36.2,38.7,34.3\\' fill=\\'%23FFF\\' /%3E%3Cpath fill=\\'%23FFF\\' d=\\'M35.2 19L32.5 29.4 29.5 19 26.5 19 23.4 29.4 20.7 19 16.6 19 21.7 36.9 25 36.9 28 26.5 30.9 36.9 34.3 36.9 39.4 19z\\' /%3E%3C/g%3E%3C/svg%3E'); }
.product__logo .javamatic-logo._logo-youtrack::after { width: 161.714%; height: 161.714%; background-image: url('data:image/svg+xml,%3Csvg version=\\'1.1\\' xmlns=\\'http://www.w3.org/2000/svg\\' x=\\'0\\' y=\\'0\\' width=\\'70\\' height=\\'70\\' viewBox=\\'0 0 70 70\\' xml:space=\\'preserve\\'%3E%3ClinearGradient id=\\'a\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'7.083\\' y1=\\'16.294\\' x2=\\'64.106\\' y2=\\'42.288\\' gradientTransform=\\'matrix(1 0 0 -1 0 71.047)\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%23905CFB\\'%3E%3C/stop%3E%3Cstop offset=\\'.165\\' stop-color=\\'%236677F8\\'%3E%3C/stop%3E%3Cstop offset=\\'.378\\' stop-color=\\'%233596F5\\'%3E%3C/stop%3E%3Cstop offset=\\'.54\\' stop-color=\\'%2317A9F3\\'%3E%3C/stop%3E%3Cstop offset=\\'.632\\' stop-color=\\'%230CB0F2\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d=\\'M66.9,47.5c-0.2-0.2-13.1-12.6-13.1-12.6s9.8-10.4,12.4-13c0.8-0.8,1.5-1.6,2-2.6 c3.6-6.1,1.5-13.9-4.6-17.5c-4.5-2.6-10.1-2.2-14.1,0.8c-0.7,0.5-1.3,1-1.9,1.6C47.3,4.6,33.7,17,21.9,27.8l22.1,14L20.8,67.9 c-1.4,1-2.8,1.6-4.3,1.9c0.3,0,0.5,0,0.8-0.1c4.6-0.7,43.9-7.3,45.8-7.7c2.3-0.4,4.4-1.8,5.7-3.9C71,54.5,70,50,66.9,47.5z\\' fill=\\'url(%23a)\\' /%3E%3ClinearGradient id=\\'b\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'30.31\\' y1=\\'42.916\\' x2=\\'1.068\\' y2=\\'68.744\\' gradientTransform=\\'matrix(1 0 0 -1 0 71.047)\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%23905CFB\\'%3E%3C/stop%3E%3Cstop offset=\\'.072\\' stop-color=\\'%23A554E6\\'%3E%3C/stop%3E%3Cstop offset=\\'.252\\' stop-color=\\'%23D641B5\\'%3E%3C/stop%3E%3Cstop offset=\\'.39\\' stop-color=\\'%23F43597\\'%3E%3C/stop%3E%3Cstop offset=\\'.468\\' stop-color=\\'%23FF318C\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d=\\'M45.9,30.5c-0.4-2.7-1.8-4.9-3.8-6.5C40,22.4,23.8,5.6,22,3.7C19.2,1,15.2-0.5,11.1,0.2 C4.1,1.2-0.8,7.8,0.3,14.8c0.5,3.5,2.5,6.5,5.1,8.4c2.6,2,23,16,24.3,17c2.1,1.6,4.9,2.5,7.7,2C42.9,41.2,46.8,36,45.9,30.5z\\' fill=\\'url(%23b)\\' /%3E%3ClinearGradient id=\\'c\\' gradientUnits=\\'userSpaceOnUse\\' x1=\\'4.983\\' y1=\\'12.362\\' x2=\\'74.023\\' y2=\\'55.864\\' gradientTransform=\\'matrix(1 0 0 -1 0 71.047)\\'%3E%3Cstop offset=\\'0\\' stop-color=\\'%23905CFB\\'%3E%3C/stop%3E%3Cstop offset=\\'.165\\' stop-color=\\'%236677F8\\'%3E%3C/stop%3E%3Cstop offset=\\'.378\\' stop-color=\\'%233596F5\\'%3E%3C/stop%3E%3Cstop offset=\\'.54\\' stop-color=\\'%2317A9F3\\'%3E%3C/stop%3E%3Cstop offset=\\'.632\\' stop-color=\\'%230CB0F2\\'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d=\\'M23,67.8c0.1,0,23.3-26.1,23.3-26.1L22.9,26.9c-8.3,7.6-16,14.5-17.8,16.2 c-1.1,1-2.2,2.3-3,3.7c-4.3,7.4-1.8,16.8,5.6,21.1C10.7,69.6,17.5,71.7,23,67.8z\\' fill=\\'url(%23c)\\' /%3E%3Cg%3E%3Cpath fill=\\'%23000\\' d=\\'M13.4 13.4H56.6V56.6H13.4z\\' /%3E%3Cpath fill=\\'%23FFF\\' d=\\'M17.4 48.5H33.599999999999994V51.2H17.4z\\' /%3E%3Cpath fill=\\'%23FFF\\' d=\\'M23.8 29.9L17 19.1 21.6 19.1 25.8 26.2 30.2 19.1 34.7 19.1 27.8 29.8 27.8 37 23.8 37z\\' /%3E%3Cpath fill=\\'%23FFF\\' d=\\'M41.6 22.7L36.1 22.7 36.1 19.1 51 19.1 51 22.7 45.5 22.7 45.5 37 41.6 37z\\' /%3E%3C/g%3E%3C/svg%3E'); }
.product__logo .javamatic-logo._logo-toolbox::after { width: 161.714%; height: 161.714%; background-image: url('data:image/svg+xml,%3Csvg data-name=\\'Layer 1\\' xmlns=\\'http://www.w3.org/2000/svg\\' viewBox=\\'0 0 32 32\\' width=\\'32\\' height=\\'32\\'%3E%3Cdefs%3E%3ClinearGradient id=\\'a\\' x1=\\'2.18\\' y1=\\'23.255\\' x2=\\'30.041\\' y2=\\'8.782\\' gradientUnits=\\'userSpaceOnUse\\'%3E%3Cstop offset=\\'.043\\' stop-color=\\'%23ff8618\\'%3E%3C/stop%3E%3Cstop offset=\\'.382\\' stop-color=\\'%23ff246e\\'%3E%3C/stop%3E%3Cstop offset=\\'.989\\' stop-color=\\'%23af1df5\\'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Ctitle%3EToolBox_trayIcon_colour_32-01%3C/title%3E%3Cpath d=\\'M26,22.4713l-6.83,3.8311V23.2578L26,19.4268v3.0445Z\\' fill=\\'%23fff\\' /%3E%3Cpath fill=\\'%23000001\\' d=\\'M16 32.076L30 24.065 30 8.057 16 16.067 16 32.076z\\' /%3E%3Cpath fill=\\'%23fff\\' d=\\'M18.925 24.641L18.925 27.041 25.026 23.55 25.026 21.15 18.925 24.641z\\' /%3E%3Cpath fill=\\'url(%23a)\\' d=\\'M16 0.076L2 8.057 2 8.057 2 8.057 2 24.065 16 32.076 16 16.067 30 8.057 16 0.076z\\' /%3E%3C/svg%3E'); }
.product__logo .javamatic-logo._full-block::after { width: 100%; height: 100%; }
.upcoming-webinars._var3 .upcoming-webinars__title::before { content: ""; float: left; width: 5px; height: 32px; }
.upcoming-webinars._var3 .upcoming-webinars__title::after { content: "…"; position: relative; top: -16px; left: 100%; width: 10px; margin-right: -8px; text-align: right; color: rgb(24, 163, 250); background: transparent none repeat scroll 0% 0%; }
.jb-webinar-promotion { position: absolute; top: 0px; width: 100%; background-color: rgba(255, 255, 255, 0.75); }
.js-media-empty.jb-webinar-promotion__body { display: none; }
.jb-inplace-promotion__close-button, .jb-webinar-promotion__close-button { cursor: pointer; position: absolute; top: 10px; right: 10px; width: 15px; height: 15px; z-index: 1; background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC \'-//W3C//DTD SVG 1.1//EN\' \'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\'%3E %3Csvg version=\'1.1\' id=\'Layer_1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' width=\'18.414px\' height=\'18.415px\' viewBox=\'0 0 18.414 18.415\' enable-background=\'new 0 0 18.414 18.415\' xml:space=\'preserve\'%3E %3Cg%3E %3Cpath d=\'M1.414,18.415L0,17L17,0l1.414,1.415L1.414,18.415z\' /%3E %3Cpath d=\'M17,18.415L18.414,17l-17-17L0,1.415L17,18.415z\' /%3E %3C/g%3E %3C/svg%3E") no-repeat scroll 0% 0% / 100% auto; }
.jb-inplace-promotion__close-button:hover, .jb-webinar-promotion__close-button:hover { opacity: 0.5; }
.jb-webinar-promotion__close-button { right: 100px; }
.country-visitors h6::before { margin-left: -85px; content: ""; position: absolute; top: 4px; width: 70px; height: 70px; border-radius: 50%; background: transparent none repeat scroll 0% 0%; }
.country-visitors._germany h6::before { background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 33.3%, rgb(221, 0, 0) 33.3%, rgb(221, 0, 0) 66.6%, rgb(255, 206, 0) 66.6%, rgb(255, 206, 0) 100%) repeat scroll 0% 0%; }
.country-visitors._china h6::before { margin-left: -146px; width: 120px; border-radius: 0px; background-color: rgb(222, 41, 16); }
.country-visitors._china h6::after { content: ""; position: absolute; top: 10px; left: 10px; width: 43px; height: 35px; background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) --%3E %3C!DOCTYPE svg PUBLIC \'-//W3C//DTD SVG 1.1//EN\' \'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\'%3E %3Csvg version=\'1.1\' id=\'Layer_1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' width=\'163.64px\' height=\'39.945px\' viewBox=\'0 0 163.64 39.945\' enable-background=\'new 0 0 163.64 39.945\' xml:space=\'preserve\'%3E %3Cg%3E %3Cpath id=\'path205\' d=\'M153.327,0.251L153.327,0.251l0.747,0.25v1.992h0.25V0.5h0.747v-0.25H153.327z M155.32,0.251v2.242h0.249 V0.75l0.747,1.743h0.249l0.499-1.743v1.743h0.249V0.251h-0.498l-0.748,1.993L155.32,0.251L155.32,0.251z\' /%3E %3Cpath id=\'path215\' fill=\'%23003F96\' d=\'M139.129,0.251h-1.246c0,0-1.246,0.25-1.246,0.747v1.744l-4.981,0.25V1.994h-2.242 c0,0-2.242,0.25-2.242,0.748v6.227h9.714v4.234h-6.726v1.744h6.726v9.963l4.982-0.498v-9.465h7.224v-1.745h-7.224V8.969h8.469 V8.222h0.25c0,0,0.746,0,0.997-0.997l0.497-2.74c0,0,0-1.993-2.241-1.993l-7.722,0.25V0.252L139.129,0.251L139.129,0.251z M146.85,4.236c0,0,0.748,0,0.748,0.747l-0.25,2.74h-15.443v-2.74l4.982-0.249l0,0l4.981-0.249L146.85,4.236z\' /%3E %3Cpath id=\'path971\' fill=\'%23EC6C00\' d=\'M108.741,13.702l1.494,1.744l1.743,1.743c0,0,0.499,0.499,0.997,0l1.744-1.743l1.494-1.744 c0,0,0.498-0.499,0-0.996l-1.494-1.744l-1.744-1.494c0,0-0.499-0.499-0.997,0l-1.743,1.494l-1.744,1.744 C108.741,12.457,108.242,13.203,108.741,13.702\' /%3E %3Cpath id=\'path973\' fill=\'%23EC6C00\' d=\'M150.338,19.431c0,0,0.25-0.498,0-0.748l-1.245-1.495l-1.495-1.245c0,0-0.499-0.498-0.748,0 l-1.494,1.245l-1.246,1.495c0,0-0.249,0.499,0,0.748l1.246,1.494l1.494,1.246c0,0,0.498,0.498,0.748,0l1.495-1.246L150.338,19.431\' /%3E %3Cpath id=\'path979\' fill=\'%23003F96\' d=\'M76.11,11.46h14.945c0,0-0.498,1.743-1.494,3.736c0,0-1.744,3.736-4.733,6.476 c0,0-5.48,4.981-8.718,4.981c0,0-2.491,0-4.234-0.996c0,0-1.993-1.246-1.993-3.736c0,0,0-3.487,5.23-4.483 c0,0-3.487-0.25-5.23,1.494c0,0-1.744,1.494-1.744,4.234c0,0,0,2.491,2.491,4.234c0,0,2.242,1.494,5.231,1.494h0.746 c0,0,5.979-0.249,11.458-4.732c0,0,4.733-3.986,6.974-9.465c0,0,0.748-1.744,1.246-3.487l0.249-1.245l0,0h-7.971V6.229h10.213 V4.486H88.564V0.5h-3.238h-1.246c0,0-1.246,0.249-1.246,0.747v2.99H73.37v1.743h9.714v3.737H76.11V11.46\' /%3E %3Cpath id=\'path981\' fill=\'%23003F96\' d=\'M109.488,0.251v0.747l-0.498,1.993c0,0-0.498,1.494-1.495,2.49V24.91l-4.982-0.498V8.969 c0,0-1.743,0.997-3.487,1.495L98.28,9.467c0,0,1.743-1.246,3.487-2.741c0,0,3.238-3.238,3.238-5.48c0,0,0-0.497,1.245-0.746h1.246 L109.488,0.251\' /%3E %3Cpath id=\'path983\' fill=\'%23003F96\' d=\'M107.993,7.724h9.465v17.934h4.982V7.474h2.491V5.731h-2.491V0.002h-2.74h-1.245 c0,0-1.246,0.249-1.246,0.747v4.982h-9.465v1.993\' /%3E %3Cpath id=\'path985\' fill=\'%23EC6C00\' d=\'M85.326,18.186c0,0-6.228-2.74-10.213-2.989c0,0-3.238-0.249-5.729,1.743 c0,0-2.74,1.993-2.74,4.733c0,0,0,3.487,2.74,5.23c0,0,2.491,1.745,6.476,1.745h0.498h-0.747c0,0-2.99,0-4.981-1.495 c0,0-2.242-1.495-2.242-4.234c0,0,0-2.741,1.993-4.235c0,0,1.743-1.245,4.483-1.245l3.737,0.497l2.989,1.246l7.224,3.737 c0,0,4.981,2.49,9.465,4.234c0,0,16.191,5.479,52.806,1.743l1.993-0.498c0,0,0.747-0.25,1.245-1.245c0,0,0.498-0.748,3.737-3.737 c0,0,2.241-2.242,1.494-2.739l-1.246,0.249c0,0-11.956,2.74-30.14,3.487c0,0-20.425,0.747-30.638-1.993 C97.531,22.419,90.557,20.427,85.326,18.186\' /%3E %3C/g%3E %3Cg%3E %3Cpolygon fill=\'%23FFDE00\' points=\'14.017,11.918 11.301,3.66 8.693,11.918 0,11.918 6.954,16.917 4.346,25.175 11.301,20.068 18.255,25.175 15.647,16.917 22.601,11.918 \' /%3E %3Cpolygon fill=\'%23FFDE00\' points=\'30.533,5.072 32.055,7.572 32.272,4.638 35.097,3.986 32.49,2.9 32.706,0.074 30.751,2.248 28.142,1.053 29.664,3.551 27.709,5.725 \' /%3E %3Cpolygon fill=\'%23FFDE00\' points=\'38.031,12.679 38.357,15.504 39.77,13.005 42.594,13.439 40.531,11.375 41.943,8.875 39.336,10.071 37.271,8.007 37.705,10.94 35.097,12.136 \' /%3E %3Cpolygon fill=\'%23FFDE00\' points=\'40.531,23.871 42.812,22.133 39.879,22.241 38.9,19.524 38.139,22.35 35.206,22.458 37.597,23.979 36.836,26.805 39.118,24.958 41.509,26.588 \' /%3E %3Cpolygon fill=\'%23FFDE00\' points=\'32.381,30.608 32.49,27.674 30.751,29.956 28.034,28.979 29.664,31.369 27.817,33.651 30.642,32.89 32.164,35.28 32.272,32.347 35.097,31.585 \' /%3E %3C/g%3E %3C/svg%3E") no-repeat scroll 0px 0px; }
h2._offer-20-off::after { margin-top: 0px; content: ""; position: absolute; right: -150px; top: 0px; display: block; width: 135px; height: 50px; background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version=\'1.1\' id=\'Layer_1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' viewBox=\'0 0 1088 401\' enable-background=\'new 0 0 1088 401\' xml:space=\'preserve\'%3E %3Cg%3E %3ClinearGradient id=\'SVGID_1_\' gradientUnits=\'userSpaceOnUse\' x1=\'123.6164\' y1=\'120.2792\' x2=\'402.6164\' y2=\'686.2792\'%3E %3Cstop offset=\'9.120998e-003\' style=\'stop-color:%23EE2D77\'%3E%3C/stop%3E %3Cstop offset=\'1\' style=\'stop-color:%239B4E9D\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpath fill=\'url(%23SVGID_1_)\' d=\'M34.5,300.9l142.3-98.1c35.3-25,49.4-41.2,49.4-61.8c0-22.1-16.8-35.3-42.9-35.3 c-25.5,0-45.6,13.7-75.5,44.6L36.7,97c40.7-47.6,81.5-73.5,154.8-73.5c83.1,0,140.1,44.6,140.1,109.3v1c0,54.9-31.5,83.3-88,120.1 L178.4,295h156.9v77.5H34.5V300.9z\' /%3E %3ClinearGradient id=\'SVGID_2_\' gradientUnits=\'userSpaceOnUse\' x1=\'415.7645\' y1=\'-23.7302\' x2=\'694.7645\' y2=\'542.2698\'%3E %3Cstop offset=\'9.120998e-003\' style=\'stop-color:%23EE2D77\'%3E%3C/stop%3E %3Cstop offset=\'1\' style=\'stop-color:%239B4E9D\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpath fill=\'url(%23SVGID_2_)\' d=\'M350.6,201.9v-1c0-97.1,68.4-178.5,176.5-178.5c108.1,0,175.4,80.4,175.4,177.5v1 c0,97.1-67.9,178.5-176.5,178.5C417.9,379.4,350.6,299,350.6,201.9z M596.6,201.9v-1c0-54.9-28.2-94.6-70.6-94.6 c-41.8,0-69.5,38.7-69.5,93.6v1c0,54.9,28.2,94.1,70.6,94.1S596.6,256.3,596.6,201.9z\' /%3E %3C/g%3E %3Cg%3E %3ClinearGradient id=\'SVGID_3_\' gradientUnits=\'userSpaceOnUse\' x1=\'707.1042\' y1=\'-167.3411\' x2=\'986.1042\' y2=\'398.6589\'%3E %3Cstop offset=\'9.120998e-003\' style=\'stop-color:%23EE2D77\'%3E%3C/stop%3E %3Cstop offset=\'1\' style=\'stop-color:%239B4E9D\'%3E%3C/stop%3E %3C/linearGradient%3E %3Cpath fill=\'url(%23SVGID_3_)\' d=\'M694.4,80.9v-0.7c0-35.2,27-64.5,69.6-64.5c42.6,0,69.6,29.3,69.6,64.5v0.7 c0,35.2-28.1,64.5-69.6,64.5S694.4,116.1,694.4,80.9z M931.9,19.4h55L872.1,146.1L780,249.8h-55l112.6-124.1L931.9,19.4z M745,80.3 v0.7c0,13.8,9.5,22.7,18.9,22.7s18.9-8.6,18.9-22.7v-0.7c0-13.8-8.7-22.7-18.9-22.7C753.4,57.6,745,66.1,745,80.3z M878.3,188.9 v-0.7c0-35.2,27-64.5,69.6-64.5c42.6,0,69.6,29.3,69.6,64.5v0.7c0,35.2-28.1,64.5-69.6,64.5C906.4,253.4,878.3,224.1,878.3,188.9z M966.9,188.9v-0.7c0-13.8-8.7-22.7-18.9-22.7c-10.6,0-18.9,8.6-18.9,22.7v0.7c0,13.8,9.5,22.7,18.9,22.7S966.9,203,966.9,188.9z\' /%3E %3C/g%3E %3Cg%3E %3Cpath fill=\'%23231F20\' d=\'M694.4,318.7v-0.3c0-28.9,25.9-51.9,59.4-51.9c33.5,0,59.1,22.8,59.1,51.7v0.3c0,28.9-25.9,51.9-59.4,51.9 C720,370.3,694.4,347.6,694.4,318.7z M776.3,318.7v-0.3c0-11.8-8.8-22.5-22.8-22.5c-13.8,0-22.5,10.5-22.5,22.2v0.3 c0,11.8,8.8,22.5,22.8,22.5C767.6,340.9,776.3,330.3,776.3,318.7z\' /%3E %3Cpath fill=\'%23231F20\' d=\'M822.9,268.6h91V297h-54.6v12.7H910v25.9h-50.8v32.6h-36.3V268.6z\' /%3E %3Cpath fill=\'%23231F20\' d=\'M922.4,268.6h91V297h-54.6v12.7h50.8v25.9h-50.8v32.6h-36.3V268.6z\' /%3E %3C/g%3E %3C/svg%3E") no-repeat scroll 0px 0px; }
.id_cookies .jb-promotion__close-button::before { display: inline-block; width: 1.4em; height: 1.4em; background: transparent url('undefined') no-repeat scroll 50% center / 0.6em auto; content: ""; color: rgb(255, 255, 255); font-size: 14px; line-height: 1.2; text-align: center; transition: background-color 0.4s ease 0s; }
.id_cookies .jb-promotion__close-button:hover::before { background-color: red; }
.cookies-notify::before { position: absolute; top: 0px; left: 0px; right: 0px; height: 15px; box-shadow: 0px 5px 10px rgb(0, 0, 0) inset; content: ""; }
.jb-promotion.id_ru-special-offer .jb-slideup-promotion__close-button::before { position: absolute; width: 100%; height: 100%; opacity: 0.8; background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg version=\'1.1\' id=\'no_1_\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' width=\'12px\' height=\'12px\' viewBox=\'0 0 12 12\'%3E %3Cg%3E %3Cpolygon points=\'12,2.1 9.9,0 6,3.9 2.1,0 0,2.1 3.9,6 0,9.9 2.1,12 6,8.1 9.9,12 12,9.9 8.1,6 \' /%3E %3C/g%3E %3C/svg%3E") no-repeat scroll center center / 15px auto; content: ""; }
.jb-promotion.id_ru-special-offer .jb-slideup-promotion__close-button:hover::before { opacity: 0.5; }
.id_surveygizmo-icpc-survey .jb-slideup-promotion__close-button::before { position: absolute; width: 100%; height: 100%; opacity: 0.8; background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg version=\'1.1\' id=\'no_1_\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' width=\'12px\' height=\'12px\' viewBox=\'0 0 12 12\'%3E %3Cg%3E %3Cpolygon points=\'12,2.1 9.9,0 6,3.9 2.1,0 0,2.1 3.9,6 0,9.9 2.1,12 6,8.1 9.9,12 12,9.9 8.1,6 \' /%3E %3C/g%3E %3C/svg%3E") no-repeat scroll center center / 15px auto; content: ""; }
.id_surveygizmo-icpc-survey .jb-slideup-promotion__close-button:hover::before { opacity: 0.5; }
