.content_block_container.with_bg
{
    padding-top: 30px;
    padding-bottom: 30px;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .content_block_container.with_bg
    {
        padding-top: calc(.0416666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .content_block_container.with_bg
    {
        padding-top: 60px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .content_block_container.with_bg
    {
        padding-bottom: calc(.0416666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .content_block_container.with_bg
    {
        padding-bottom: 60px;
    }
}

@keyframes load
{
    0%
    {
        stroke-dashoffset: 125.6;
    }
    50%
    {
        transform: rotate(45deg);

        stroke-dashoffset: 0;
    }
    100%
    {
        transform: rotate(360deg);

        stroke-dashoffset: 125.6;
    }
}
.content_block
{
    overflow: hidden;

    max-width: 100vw;
}
.content_block._space_top
{
    padding-top: 40px;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .content_block._space_top
    {
        padding-top: calc(.0555555556 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .content_block._space_top
    {
        padding-top: 80px;
    }
}
.content_block._space_bottom
{
    padding-bottom: 40px;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .content_block._space_bottom
    {
        padding-bottom: calc(.0555555556 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .content_block._space_bottom
    {
        padding-bottom: 80px;
    }
}
.content_block_container.block
{
    max-width: 970px;
}
.content_block_container.with_bg
{
    max-width: 1202px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;

    border-radius: 24px;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .content_block_container.with_bg
    {
        padding-left: calc(.0277777778 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .content_block_container.with_bg
    {
        padding-left: 40px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .content_block_container.with_bg
    {
        padding-right: calc(.0277777778 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .content_block_container.with_bg
    {
        padding-right: 40px;
    }
}
.content_block_text h2
{
    margin-bottom: 20px !important;
}
@media screen and (max-width: 1440px) and (min-width: 800px)
{
    .content_block_text h2
    {
        margin-bottom: calc(.025 * 100vw) !important;
    }
}
@media screen and (min-width: 1440px)
{
    .content_block_text h2
    {
        margin-bottom: 36px !important;
    }
}
.content_block_text p
{
    margin-bottom: 10px;
}
@media screen and (max-width: 1440px) and (min-width: 576px)
{
    .content_block_text p
    {
        margin-bottom: calc(.0173611111 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .content_block_text p
    {
        margin-bottom: 25px;
    }
}
.content_block_text p:nth-last-child(1)
{
    margin-bottom: 0;
}
.content_block_text_call
{
    margin-right: 5px;
}
.content_block_text_button
{
    display: block;

    margin-top: 16px;
}
@media screen and (max-width: 767px)
{
    .content_block_text .calendly-inline-widget
    {
        position: relative;

        min-width: 320px;
        max-width: calc(100% - 15px);
        height: 980px;
        margin: -20px 0;
    }
}
@media screen and (min-width: 768px)
{
    .content_block_text .calendly-inline-widget
    {
        position: relative;

        min-width: 320px;
        height: 700px;
        margin: -50px 0;
    }
}
.content_block_img
{
    position: relative;

    overflow: hidden;

    text-align: center;
}
.content_block_img:not(.no_radius)
{
    border-radius: 24px;
}
.content_block_img.no_radius
{
    border-radius: 5px;
}
.content_block_img a
{
    display: inline-block;
}
.content_block_img svg,
.content_block_img path
{
    transition: .3s;
}
.content_block_img img
{
    width: 100%;
    height: auto;
}
.content_block_img .img_captions,
.content_block_img .img_captions a
{
    margin-top: 10px;

    transition: .2s;
    text-align: left;
    text-decoration: none;

    opacity: .7;
    color: inherit;
}
.content_block_img .img_captions:hover,
.content_block_img .img_captions a:hover
{
    opacity: 1;
}
.content_block_img .img_captions a:hover
{
    color: #ff7117;
}
.content_block_img .img_placeholder
{
    width: auto;
    min-height: 200px;
}
.content_block_img_zoom
{
    position: relative;

    display: inline-block;

    width: 100%;

    cursor: pointer;
}
.content_block_img_zoom .content_block_img_zoom_icon
{
    position: absolute;
    right: 12px;
    bottom: 12px;

    width: 32px;
    height: 32px;
    padding: 8px;

    transition: opacity .2s, background .2s;

    color: rgba(255, 255, 255, .85);
    border-radius: 50%;
    background: rgba(0, 0, 0, .4);
}
.content_block_img_zoom .content_block_img_zoom_icon:hover
{
    opacity: 1;
    background: rgba(0, 0, 0, .6);
}
.content_block_video
{
    position: relative;

    height: 0;
    padding-bottom: 55.8%;

    text-align: center;
}
.content_block_video iframe,
.content_block_video #previewContainer,
.content_block_video #previewImage
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    border-radius: 5px;
}
.content_block_video #playButton
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    display: flex;

    width: 64px;
    height: 64px;

    transform: translate(-50%, -50%);

    border: none;
    border-radius: 50%;
    outline: none;
    background: #ff7117;

    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1440px) and (min-width: 960px)
{
    .content_block_video #playButton
    {
        width: calc(.0666666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .content_block_video #playButton
    {
        width: 96px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 960px)
{
    .content_block_video #playButton
    {
        height: calc(.0666666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .content_block_video #playButton
    {
        height: 96px;
    }
}
.content_block_video #playButton:after
{
    position: relative;
    left: 5px;

    display: block;

    width: 0;
    height: 0;

    content: '';
    transform: rotate(0deg);

    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-top-width: 15px;
    border-bottom-width: 15px;
    border-left-width: 26px;
}
@media screen and (max-width: 1440px) and (min-width: 960px)
{
    .content_block_video #playButton:after
    {
        border-top-width: calc(.015625 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .content_block_video #playButton:after
    {
        border-top-width: 22.5px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 960px)
{
    .content_block_video #playButton:after
    {
        border-bottom-width: calc(.015625 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .content_block_video #playButton:after
    {
        border-bottom-width: 22.5px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 960px)
{
    .content_block_video #playButton:after
    {
        border-left-width: calc(.0270833333 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .content_block_video #playButton:after
    {
        border-left-width: 39px;
    }
}
.content_block_video .loader
{
    position: absolute;
    top: 0;
    left: 0;

    display: flex;

    width: 100%;
    height: 100%;

    border-radius: 5px;
    background-color: #2f2f2f;

    justify-content: center;
    align-items: center;
}
.content_block_video .loader svg
{
    width: 50px;
    height: 50px;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .content_block_video .loader svg
    {
        width: calc(.0694444444 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .content_block_video .loader svg
    {
        width: 100px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .content_block_video .loader svg
    {
        height: calc(.0694444444 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .content_block_video .loader svg
    {
        height: 100px;
    }
}
.content_block_list ul
{
    max-width: 100%;
    padding-left: 0;

    list-style: none;
}
.content_block_list ul li
{
    position: relative;
    left: 30px;

    padding-right: 30px;
}
.content_block_list ul li h4
{
    font-size: 18px;
    font-weight: bold;
}
@media screen and (max-width: 1440px) and (min-width: 1296px)
{
    .content_block_list ul li h4
    {
        font-size: calc(.0138888889 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .content_block_list ul li h4
    {
        font-size: 20px;
    }
}
.content_block_list ul li:before
{
    position: absolute;
    top: 5px;
    left: -25px;

    display: inline-block;

    width: 4px;
    height: 4px;
    margin-right: 10px;
    padding: 5px;

    content: '';

    border-radius: 50%;
    background: #ff7117;
}
.content_block_info
{
    margin-left: 0 !important;
}
@media screen and (max-width: 1440px) and (min-width: 320px)
{
    .content_block_info
    {
        margin-left: calc(.0555555556 * 100vw) !important;
    }
}
@media screen and (min-width: 1440px)
{
    .content_block_info
    {
        margin-left: 80px !important;
    }
}
.content_block_info h2,
.content_block_info h3,
.content_block_info h4,
.content_block_info h5,
.content_block_info h6
{
    margin-bottom: 20px;
}
@media screen and (max-width: 1440px) and (min-width: 800px)
{
    .content_block_info h2,
    .content_block_info h3,
    .content_block_info h4,
    .content_block_info h5,
    .content_block_info h6
    {
        margin-bottom: calc(.025 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .content_block_info h2,
    .content_block_info h3,
    .content_block_info h4,
    .content_block_info h5,
    .content_block_info h6
    {
        margin-bottom: 36px;
    }
}
.content_block_info .info_item
{
    display: flex;

    margin-bottom: 15px;

    transition: .2s;
    text-decoration: none;

    color: black;

    align-items: center;
}
@media screen and (max-width: 1440px) and (min-width: 617.1428571429px)
{
    .content_block_info .info_item
    {
        margin-bottom: calc(.0243055556 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .content_block_info .info_item
    {
        margin-bottom: 35px;
    }
}
.content_block_info .info_item .ico
{
    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 32px;
    height: 32px;
    margin-right: 15px;

    border-radius: 50%;
    background: #5685ef;
}
.content_block_info .info_item .ico img
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 60%;
    height: 60%;

    transform: translate(-50%, -50%);
}
.content_block_info .info_item h5
{
    margin-bottom: 0 !important;
}
.content_block_info .info_item:hover
{
    color: #ff7117;
}
.content_block_text.mt,
.content_block_img.mt,
.content_block_video.mt,
.content_block_list.mt,
.content_block_info.mt
{
    margin-top: 16px;
}
@media screen and (max-width: 1440px) and (min-width: 1152px)
{
    .content_block_text.mt,
    .content_block_img.mt,
    .content_block_video.mt,
    .content_block_list.mt,
    .content_block_info.mt
    {
        margin-top: calc(.0138888889 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .content_block_text.mt,
    .content_block_img.mt,
    .content_block_video.mt,
    .content_block_list.mt,
    .content_block_info.mt
    {
        margin-top: 20px;
    }
}
.content_block_text.mb,
.content_block_img.mb,
.content_block_video.mb,
.content_block_list.mb,
.content_block_info.mb
{
    margin-bottom: 16px;
}
@media screen and (max-width: 1440px) and (min-width: 1152px)
{
    .content_block_text.mb,
    .content_block_img.mb,
    .content_block_video.mb,
    .content_block_list.mb,
    .content_block_info.mb
    {
        margin-bottom: calc(.0138888889 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .content_block_text.mb,
    .content_block_img.mb,
    .content_block_video.mb,
    .content_block_list.mb,
    .content_block_info.mb
    {
        margin-bottom: 20px;
    }
}

.content_block_zoom_overlay
{
    position: fixed;
    z-index: 9999;

    display: flex;

    background: rgba(0, 0, 0, .85);

    inset: 0;
    align-items: center;
    justify-content: center;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
}

.content_block_zoom_close
{
    position: absolute;
    top: 20px;
    right: 20px;

    display: flex;

    width: 44px;
    height: 44px;
    padding: 0;

    cursor: pointer;
    transition: background .2s;

    color: #fff;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);

    align-items: center;
    justify-content: center;
}
.content_block_zoom_close:hover
{
    background: rgba(255, 255, 255, .25);
}
.content_block_zoom_close svg
{
    width: 24px;
    height: 24px;
}

.content_block_zoom_img_wrap
{
    display: flex;
    overflow: hidden;

    max-width: 90vw;
    max-height: 90vh;

    cursor: zoom-in;

    align-items: center;
    justify-content: center;
}
.content_block_zoom_overlay_zoomed .content_block_zoom_img_wrap
{
    overflow: auto;

    cursor: zoom-out;
}

.content_block_zoom_img
{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 90vh;

    transition: transform .2s ease;
    transform-origin: var(--zoom-origin-x, 50%) var(--zoom-origin-y, 50%);

    border-radius: 5px;

    -o-object-fit: contain;
       object-fit: contain;
}
.content_block_zoom_overlay_zoomed .content_block_zoom_img
{
    transform: scale(2);
}
